[JBoss jBPM] - jBPM 3.2.2 on Weblogic 9.2
by greenHand
Please bear with me. I am new to not only jBPM but also J2EE. I have been struggling and working on a proof of concept to use jBPM on Weblogic. I need to find out if I am on the right course.
If I use the downloaded jbpm-enterprise.ear and manage to swap out jboss.xml with weblogic specific deployment descriptor (weblogic-ejb-jar.xml), then deploy. Should that work? Anything else I need do besides configuring hibernate?
I like to have a message driven bean be called from a stand alone java program. Then the MDB will start the workflow process. Is it a correct way to have the MDB to load process definition and signal the token to start the process just like many sample unit tests have demonstrated? I guess my question is instead of using the web console interface, what's the right way to programmatically start and transition the process.
Thank in advance for your help!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150200#4150200
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150200
18 years, 1 month
[JBossWS] - Trying to deploy ADF Oracle componet in a jsf page getting j
by VijaySri
javax.servlet.ServletException: javax.faces.application.ViewHandler.initView(Ljavax/faces/context/FacesContext;)V
javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
root cause
I copied all my jars in server/default/lib.
I removed all the JSF jars which comes with the jboss developer studio server\default\deploy\jboss-web.deployer\jsf-libs
Server is running fine but when i hit the page with the url : http://localhost:8080/test/faces/Jsp/testLogin.jspx
i get exception like
javax.servlet.ServletException: javax.faces.application.ViewHandler.initView(Ljavax/faces/context/FacesContext;)V
javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
root cause
Please guide me this regard.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150191#4150191
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150191
18 years, 1 month