[JBoss jBPM] - UserCodeInterceptor HowTo
by Kabuto
For integrating jbpm with other applications i need to bridge especially at the start node and at available end nodes (maybe at every node within a workflow process). Before jbpm 3.2 i solved this requirement by using runtime actions adding at the first action node i had defined (we use jbpm with one standard action node that delegates work). Since jbpm 3.2 i there is the possibility to use UserCodeInterceptor 's for solving this task smartly.
Is there a HowTo for UserCodeInterceptor 's or can somebody post a code example?
The very best way (for me) to use those interceptors would be to configure one default interceptor at the jbpm configuration that will be created and added to each process instance during instantiation (because otherwise i need a bit of code that will do this - and the first point to do this would be the first action class of each process instance and that is a little bit late). Is this possible?
Thanks
Matt
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096410#4096410
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096410
18Â years, 9Â months
[JBossWS] - Re: Web seervice with authentication and wsconsume
by alessio.soldanoï¼ jboss.com
"Christy" wrote : alessio.soldano(a)jboss.com
| Thank you very much that you are helping me!
| My problem is not solved. I downloaded jbossws-samples-1.2.1.GA and looked through jaxws-sample-context. In src/java/...... /context directory I found several classes and interfaces (EndpointEJB, EndpointJSE., EndpointNoInjectEJB, TestEndpoint, WebServiceContextEJBTestCase, WebServiceContextJSETestCase).
| Then I went to the src/resources/.../context directory and I found web.xml and jboss-web.xml. I looked through web.xml and found, that it describes EndpointJSE class. But an ejb endpoint with secureWSDLAccess = false is in the EndpointEJB. I din't found any *.xml for it. So, I'm confused. What samples should I look? Thank you!
Well, I was looking at the 2.0.x samples, anyway there shouldn't be a lot of differences. I suggest you to build the samples so that you get the binaries and can see what is being packaged inside them.
The 2.0.x samples build creates a jaxws-samples-context.war and a jaxws-samples-context.jar: the first one features a pojo endpoint, the second one an ejb endpoint.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096409#4096409
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096409
18Â years, 9Â months