-
At last, found that it's because IBM provide its rsa implementation with strange constraint.
java.security.InvalidKeyException: Public Key cannot be used to decrypt.
at com.ibm.crypto.provider.RSA.engineInit(Unknown Source)
at javax.crypto.Cipher.a(Unknown Source)
at javax.crypto.Cipher.a(Unknown Source)
at javax.crypto.Cipher.init(Unknown Source...
2009-11-05 04:45:35 UTC by whkuoattaiwan
-
Because feature.xml included eclipse35 service.
If user install in eclipse 3.4,
it'll cause error(dependency not satisfied) and stop while user update any plugin not only limited to zk studio.
Please refer to http://www.zkoss.org/forum/listComment/10043.
2009-10-30 03:46:46 UTC by whkuoattaiwan
-
P.S. I am using plugin build-in zul.xsd.
2009-10-20 13:18:04 UTC by xmedeko
-
When I trigger a completion on listbox, it offers me a "readonly" attribute, but the Listbox has no setReadonly method.
2009-10-20 13:17:15 UTC by xmedeko
-
The current version of ZK Studio (v0.9.5) gives the following error in the visual editor when using zk5 (RC):
HTTP ERROR: 500
Could not initialize class org.zkoss.studio.ve.VEController
RequestURI=/testappzk5/zkve.zul
Caused by:
java.lang.NoClassDefFoundError: Could not initialize class org.zkoss.studio.ve.VEController
at java.lang.Class.forName0(Native Method)
at...
2009-10-08 08:38:00 UTC by guyd
-
>> i am missing code completion for databinding @{object.property}.
>> is it planned to sopport this?
I confirm with the user flyinfish, this is my personal nr. 1 feature request. I don't like unchecked xml-content.
But i'm afraid that it is not possible for the Studio to find all objects - i.e. registered by a variable resolver or with extra code in the composer.
Here my advice:
Add...
2009-09-28 14:32:18 UTC by robertpic71
-
It turns out that I had a very old version of xerces.jar in my ~/Library/Java/Extensions directory that was getting used. Removing that causes everything to work fine. This bug report may be safely ignored.
2009-09-23 13:44:08 UTC by westbay
-
Well, when I open valid ZUL file in a ZUL editor, I expect it is rendered correctly without any errors. Nor, the ZUL editor is unusable for certain ZUL files.
2009-09-22 14:54:24 UTC by xmedeko
-
Where's the fault? My code looks exactly like yours, zul visual editor shows the same error.
2009-09-22 14:49:58 UTC by nobody
-
Trying to get ZK Studio running for a couple of days on Eclipse 3.3, 3.4, and 3.5. They all give me an "Unhanded event loop exception" when ever I try to open a ZUL document.
System Information (Eclipse 3.5):
eclipse.buildId=I20090611-1540
java.version=1.5.0_19
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=ja_JP
Framework arguments...
2009-09-10 06:18:17 UTC by westbay