You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
|
Dec
|
---|
From: SourceForge.net <no...@so...> - 2007-10-18 01:57:08
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4575148 By: robbiecheng Hi Sharif, I've tested it with JRE 1.6, and there appears an exception. Please follow this url, https://sourceforge.net/tracker/index.php?func=detail&aid=1815479&group_id=19270 8&atid=942481 And the exception you mentioned might be caused by the incomparability of ZeroKode and ZK RC 3.0. Thus,I would suggest your to use ZK 2.4.1 which solves the problem of UnsupportedOperationException and JRE 1.5. By the way, are you interested in helping us find out those incomparability for the community of ZK. They will appreciate you. /Robbie ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-10-17 19:01:03
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4574471 By: snijim Another question - is using 1.6 JRE a problem? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-10-17 18:23:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4574398 By: snijim Robbie, Thanks for the response - I download ZK 3.0RC and overlaid the jars in the ZeroKode WEB-INF/lib directory. However, when I go to save, I still get the UnsupportedOperationException. In addition, I'm trying to follow the "Painting with Zero Kode.doc" document that is bundled in the ZeroKode.war. When I attempt to add an image to the vbox off the root window, I get an out of bounds exception: Oct 17, 2007 2:18:47 PM org.zkoss.zk.ui.impl.UiEngineImpl execUpdate:606 SEVERE: org.zkoss.zk.ui.UiException: org.zkoss.web.servlet.ServletException: Unable to evaluate an EL expression: ${u:getBoxChildAttrs(child)} at org.zkoss.zk.ui.http.ExecutionImpl.include(ExecutionImpl.java:134) at org.zkoss.zk.ui.AbstractComponent.redraw(AbstractComponent.java:896) at org.zkoss.zk.ui.impl.UiVisualizer.redraw(UiVisualizer.java:884) at org.zkoss.zk.ui.impl.UiVisualizer.getResponses(UiVisualizer.java:532) at org.zkoss.zk.ui.impl.UiEngineImpl.execUpdate(UiEngineImpl.java:601) at org.zkoss.zk.au.http.DHtmlUpdateServlet.process(DHtmlUpdateServlet.java:220) at org.zkoss.zk.au.http.DHtmlUpdateServlet.doGet(DHtmlUpdateServlet.java:122) at org.zkoss.zk.au.http.DHtmlUpdateServlet.doPost(DHtmlUpdateServlet.java:130) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127 ) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117 ) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC onnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav a:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo rkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:689) at java.lang.Thread.run(Unknown Source) Caused by: org.zkoss.web.servlet.ServletException: Unable to evaluate an EL expression: ${u:getBoxChildAttrs(child)} at org.zkoss.web.servlet.dsp.impl.ELNode.interpret(ELNode.java:51) at org.zkoss.web.servlet.dsp.impl.ActionNode.renderFragment(ActionNode.java:96) at org.zkoss.web.servlet.dsp.impl.ActionContextImpl.renderFragment(ActionContex tImpl.java:92) at org.zkoss.web.servlet.dsp.action.ForEach.renderWith(ForEach.java:211) at org.zkoss.web.servlet.dsp.action.ForEach.render(ForEach.java:158) at org.zkoss.web.servlet.dsp.impl.ActionNode.interpret(ActionNode.java:70) at org.zkoss.web.servlet.dsp.impl.RootNode.interpret(RootNode.java:51) at org.zkoss.web.servlet.dsp.impl.RootNode.interpret(RootNode.java:64) at org.zkoss.web.util.resource.ClassWebResource.web(ClassWebResource.java:193) at org.zkoss.web.util.resource.ClassWebResource.doGet(ClassWebResource.java:135 ) at org.zkoss.zk.au.http.DHtmlUpdateServlet.doGet(DHtmlUpdateServlet.java:109) at org.zkoss.zk.au.http.DHtmlUpdateServlet.doPost(DHtmlUpdateServlet.java:130) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher. java:691) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatch er.java:594) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher .java:505) at org.zkoss.web.servlet.Servlets.include(Servlets.java:440) at org.zkoss.zk.ui.http.ExecutionImpl.include(ExecutionImpl.java:128) ... 23 more Caused by: javax.servlet.jsp.el.ELException: An error occurred while evaluating function "u:getBoxChildAttrs" at org.apache.commons.el.Logger.logError(Logger.java:484) at org.apache.commons.el.Logger.logError(Logger.java:545) at org.apache.commons.el.FunctionInvocation.evaluate(FunctionInvocation.java:17 4) at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorIm pl.java:263) at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorIm pl.java:190) at org.zkoss.el.EvaluatorImpl.evaluate(EvaluatorImpl.java:74) at org.zkoss.web.servlet.dsp.impl.ELNode.interpret(ELNode.java:45) ... 43 more I have tried to add the image to the root window, then append it as a child to the vbox, with no success. It seems like ZK is a really nice framework w/ a nice painting utility. I would like to be able to work past these initial hiccups and really start cranking out code. Any thoughts? Thanks, Sharif ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-10-17 17:42:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4574349 By: snijim Robbie, Thanks for the response - I download ZK 3.0RC and overlaid the jars in the ZeroKode WEB-INF/lib directory. However, when I go to save, I get the UnsupportedOperationException. Any thoughts? Thanks, Sharif ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-10-17 00:55:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4572987 By: robbiecheng Hi Sharif, Please download the ZK 3.0RC, this problem has been solved. http://sourceforge.net/project/showfiles.php?group_id=152762 /Robbie ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-10-16 20:25:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4572612 By: snijim Additional information - I'm able to upload a .zul file, and able to drag components onto the model structure. That said, I still cannot save. Sharif ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-10-16 20:09:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4572568 By: snijim I'm running: Tomcat: 5.5 Eclipse: 3.2 JRE: 1.6.0_02-b06 When I deploy the ZeroKode war, I can bring it up no problem at http://localhost:8080/ZeroKode. My toolbar appears functional - I can choose New Canvas Window, and the canvas name in the Model Structure pane changes. However, if I try and drag any component from the Component Toolkit onto the Canvas, nothing happens. Finally, if I try and save it, I get an error saying: Error writing to file [java.lang.UnsupportedOperationException: DOM Level3] Any thoughts? Thanks, Sharif ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-06-11 00:33:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4355381 By: robbiecheng I am not sure about the problem, but I suggest you to use Tomcat 5 and jdk 5.0. This is a runnable enviorment for zerokode. Or you could post the stacktrace? /Robbie ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680299 |
From: SourceForge.net <no...@so...> - 2007-06-08 11:26:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4351552 By: bhluo I'm using tomcat 6.0+ jdk 6! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680299 |
From: SourceForge.net <no...@so...> - 2007-06-05 01:20:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4344985 By: robbiecheng which version of zerokode did you use? /Robbie ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680299 |
From: SourceForge.net <no...@so...> - 2007-06-02 04:37:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4340699 By: bhluo I'm too! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680299 |
From: SourceForge.net <no...@so...> - 2007-04-28 10:16:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4285368 By: samirsahu I am using tomcat 5.5 with jdk 1.6... but the jre is 1.5. when ever i drag a component to the Model STructure.. it is working... but i Donot get the property window for any component when ever i right click and select the view property option. It always pops up a message box stating... "org/apache/commons/logging/LogFactory". Please help... as soon as possible. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-04-28 10:11:45
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4285367 By: samirsahu I am using tomcat 5.5 with jdk 1.6... but the jre is 1.5. when ever i drag a component to the Model STructure.. it is working... but i Donot get the property window for any component when ever i right click and select the view property option. It always pops up a message box stating... "org/apache/commons/logging/LogFactory". Please help... as soon as possible. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680299 |
From: SourceForge.net <no...@so...> - 2007-04-13 16:32:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4259197 By: robbiecheng Hi Stephen, Sorry for the late response, I've find out that this problem is caused by the version of jvm used for activating Tomcat. The result of using jvm of JRE6.0 doesn't display any component icons. Please use jvm of JRE5.0 for your Tomcat. /Robbie ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-04-13 16:28:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4259189 By: robbiecheng Hi Stephen, Sorry for the late response, I've find out that this problem is caused by JRE version. The result of using JRE6.0 doesn't display any component icons. Please use JRE5.0, we'll see what to solve the incomparability with JRE6.0 /Robbie ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-04-09 14:01:06
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4250845 By: finray I downloaded the ZeroKode.war file and then deployed it through the management console of tomcat. Next I navigated to the application in my internet bowser. Everything displays except for the items in the components window. The window displays but there are no items in it. I've expanded the box and still nothing. I do not see any errors. Should I be looking in a particular place. I am new to both tomcat and zk? I have a theory that the application is not seeing the toolkit.xml file. I'm not sure why? Hope this helps! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-04-09 09:15:52
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4250602 By: robbiecheng Would you please explain your problem more specifically? For example, is there any error message? Did you activate the application successfully? /robbie ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |
From: SourceForge.net <no...@so...> - 2007-04-07 02:24:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4248588 By: finray I am using tomcat 5.5 and cannot get the components to display! Any ideas? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=680300 |