I even wrote a InitializationServlet which binds the "JbpmConfiguration" 
object to "java:/jbpm/JbpmConfiguration" jndi name.
(The readme file in starters kit, specifies that the jbpm service archive binds 
the JbpmSessionFactory onto a jndi name. But the Mbean binds the 
JbpmConfiguration object. )

After this step I get the following error

javax.faces.FacesException: Cannot get value for expression 
'#{userBean.userSelectItems}'
  |     
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:421)
  |     
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
  |     
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
  |     javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
  |     
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:693)
  |     
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:660)
  |     org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:46)
  |     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
  |     javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  |     
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
  |     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:810)
  |     
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)
  |     
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)

Am I missing some obvious point here ?? Or is there a problem with running the 
sample jbpm web app on jboss 4.0.3Sp1

Thanks in advance
Jbpm Beginner

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939168#3939168

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939168


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to