[jboss-user] [JBoss jBPM] - Re: jBPM Task Forms Example Not Working

2009-07-14 Thread vdurbha
Filed a jira issue today. Here's the link to it. https://jira.jboss.org/jira/browse/JBPM-2423 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243533#4243533 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243533

[jboss-user] [JBoss jBPM] - jBPM Task Forms Example Not Working

2009-07-13 Thread vdurbha
I installed the latest jBPM 4 with JBoss 5.1.0 and Eclipse Ganymede. I tried to create an instance of VacationRequest process (Task Form example) and then login to jBPM console as peter and claimed the task. When I go to Personal Tasks tab and try to open the task, I get a message saying The

[jboss-user] [JBossWS] - Re: Specify WS-Security Handler using JEE standards

2009-03-06 Thread vdurbha
After trying various options, I finally figured out a way to write a completely generic client by removing the StubExt dependency. This was achieved by using the @HandlerChain annotation on the Service class. This may also work if we use the annotation on the SEI. And then I defined the handler

[jboss-user] [JBossWS] - Specify WS-Security Handler using JEE standards

2009-03-03 Thread vdurbha
I'm using JBoss 5.0.0 GA and the native web services stack to create and deploy web services. I use JBoss specific annotation in my endpoint as follows: @EndpointConfig(configName=Standard WSSecurity Endpoint) Is it possible to avoid using this JBoss specific annotation and use JEE standard