[JBoss jBPM] - Re: JBPM3 with tomcat
by vt00098
hi diwa_pv,
follow your steps and finally I encounted such some problems like blow. I use mysql. Can you do me a favor to tell me what is wrong?
org.apache.jasper.JasperException: Cannot get value for expression '#{userBean.userSelectItems}'
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:55)
org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)
Regards and thanks.
Vt00098
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993997#3993997
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993997
19 years, 5 months
[Persistence, JBoss/CMP, Hibernate, Database] - Jboss CMP does not reflect Database
by dani-cas
Greeting,
I am having some issues with jboss CMP feature.
When I first started developing my aplicacion I inserted some data in the DB to test the aplication, adter some development time I hace started to see that the state of the DB is not the same as the jboss CMP state, I know that some tables ARE suppoosed to be different, but some that that was supposed to be erased appeared again. I have tryed to fush the cache from Jboss without much sucess.
To better ilustrate this point I am displaying a select from jboss:
| AbogadoUserName Admision Id NumeroRadicacion
| 7 32423423432
| org.invias.VO.AdmisionAdministrativoVO@1430f3 13
| org.invias.VO.AdmisionAdministrativoVO@199abd1 14
| 21
| org.invias.VO.AdmisionAdministrativoVO@1df43e2 10
| org.invias.VO.AdmisionAdministrativoVO@e1b6ac 11
| 8
| 9
|
The field AbogadoUserName is supposed to be a FK field, yet it is null.
Any idea, how can I restart the CMP engine in jboss?
Thanks for the help
Daniel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993991#3993991
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993991
19 years, 5 months