is possible put TaskNodes into SuperStates?
i'm getting this error when the processDefinition shown below is running in the
jbpm-server
error
| type Exception report
|
| message
|
| description The server encountered an internal error () that prevented it from
fulfilling this request.
|
| exception
|
| javax.servlet.ServletException: org.apache.jasper.JasperException
| javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
| 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)
|
| root cause
|
| javax.faces.FacesException: org.apache.jasper.JasperException
|
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)
|
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.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)
|
| note The full stack trace of the root cause is available in the Apache Tomcat/5.5
logs.
|
processdefinition
| <?xml version="1.0" encoding="UTF-8"?>
|
| <process-definition xmlns="" name="SuperSt">
| <start-state name="start">
| <transition name="" to="super1/task1"></transition>
| </start-state>
|
| <super-state name="super1">
|
| <task-node name="task1">
| <task name="d" />
| <transition name="" to="../end1"></transition>
| </task-node>
| </super-state>
|
| <end-state name="end1"></end-state>
|
| </process-definition>
|
----------------------------------------------------------------------------------
thks and Merry Xmas from Argentina
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996730#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...