[JBoss Seam] - Re: No selected element from <h:selectOneListbox>
by haefti
"nickarls" wrote : drop the () from the editVideo() action in the button
Thanks but that does not change anything.
The log output after clicking the button is:
| 13:19:40,096 INFO [STDOUT] Hibernate: select video0_.videoId as videoId123_, video0_.picturesId as picturesId123_, vide
| o0_.datum as datum123_, video0_.status as status123_, video0_.videocatId as videocatId123_, video0_.name as name123_, vi
| deo0_.thema as thema123_, video0_.headline as headline123_, video0_.teaser as teaser123_, video0_.modificationDate as mo
| dific10_123_, video0_.mediaId as mediaId123_, video0_.typ as typ123_, video0_.width as width123_, video0_.height as heig
| ht123_, video0_.credit as credit123_, video0_.flags as flags123_, video0_.videoDisplayCatId as videoDi17_123_, video0_.e
| xpireDate as expireDate123_ from SPC_VIDEO video0_ where video0_.datum>?
|
| 13:19:40,268 INFO [ManagerAction] showVideoList1
|
| 13:19:40,284 INFO [STDOUT] Hibernate: select video0_.videoId as videoId123_0_, video0_.picturesId as picturesId123_0_,
| video0_.datum as datum123_0_, video0_.status as status123_0_, video0_.videocatId as videocatId123_0_, video0_.name as na
| me123_0_, video0_.thema as thema123_0_, video0_.headline as headline123_0_, video0_.teaser as teaser123_0_, video0_.modi
| ficationDate as modific10_123_0_, video0_.mediaId as mediaId123_0_, video0_.typ as typ123_0_, video0_.width as width123_
| 0_, video0_.height as height123_0_, video0_.credit as credit123_0_, video0_.flags as flags123_0_, video0_.videoDisplayCa
| tId as videoDi17_123_0_, video0_.expireDate as expireDate123_0_ from SPC_VIDEO video0_ where video0_.videoId=?
|
| 13:19:40,393 INFO [[/simple_video]] resource bundle messages could not be found
The first entry is the SQL which fills the select box.
The second one is a debug output from the corresponding method but the third entry could be the SQL I need as you can see in the end ("where video0_.videoId=?").
Unfortunately no further indication for the method call editVideo() is here.
Can the last entry with the missing resource bundle be my solution?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119596#4119596
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119596
18 years, 3 months
[JBoss jBPM] - Deploy jbpm-bpel process definition error
by anas
Dears,,
I'm trying to depoly the hello world example,,
I'm using jbpm-bpel-1.1.GA with AS 4.2.2 and I successed to run the jbpm-bpel cpnsole,,, but the problem while i'm tryin to deploy the bpel process definition..
I'm following the deocumentation and other llinks,,,
i started by build the build.xml of the hello example,, and thats working fine,,
creats the hello.zip file,, then i'm trying to build this file by ant,, but i'm getting the following error.
13:28:39,546 INFO [DeploymentServlet] deployed process definition: HelloWorld
13:28:40,937 INFO [WscompileTool] error : com.sun.tools.javac.Main is not available in the classpath..
13:28:40,937 INFO [WscompileTool] error: compilation failed, errors should have been reported
13:28:40,937 ERROR [ProblemHandler] java mapping generation failed
13:28:40,953 INFO [WebModuleBuilder] packaged web module: hello.war
13:28:40,953 ERROR [[deploymentServlet]] Servlet.service() for servlet deploymentServlet threw exception
javax.servlet.ServletException: could not build web module for: BpelProcessDefinition(HelloWorld)
at org.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:208)
at org.jbpm.bpel.web.DeploymentServlet.doPost(DeploymentServlet.java:99)
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(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:595)
I appreciate your help..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119589#4119589
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119589
18 years, 3 months