[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-18 Thread sarishjain
Hi all, Appreciate your help till now, Does the code i pasted above help in explaining the problem clearly!!. I think FileDefinition.java needs a fix(prevent nullpointer and return null), so that ProcessClassLoader can throw a ClassNotfoundException. Please comment!! Sarish View the original p

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-14 Thread sarishjain
Thanks for your responses. See details below, apologies for delayed response as it took some time to simplify the code. Note: 1. The handler classes are not packaged in the par file. 2. Process is running on jboss 5.0.1. 3. If i switch the method parameter from "long" to "Long", there is no exce

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-13 Thread sarishjain
Hi, thanks for your response.. I did not understand, was that a question for me? or surprised at the stacktrace? This was the method i was trying to invoke. public List getRoleBySystemId(long systemid); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230672#4

[jboss-user] [JBoss jBPM] - ProcessClassloader question

2009-05-12 Thread sarishjain
Please bear with me if this is a duplicate post. I need a way to disable use of processclassloader for process execution Or any alternative approach to solve the below issue. The issue as i see it is that Processclassloader is assigned as the classloader in Thread executing the process and it s

[jboss-user] [JBoss jBPM] - Re: Questions about doXslTransform

2009-04-15 Thread sarishjain
Is this supported i am getting exactly same problem.. I dont see the function in the xsd for bpel as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225751#4225751 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225

[jboss-user] [JBoss jBPM] - Re: EJB Timer Lookup problem in BPEL

2009-04-09 Thread sarishjain
Were you able to resolve this error? Does anyone knows a solution to this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224792#4224792 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224792 _

[jboss-user] [JBoss jBPM] - Re: Cannog get BPM-BPEL on jBoss AS 5.0

2009-04-09 Thread sarishjain
Deployment was successful, but while executing the process on 5.0.1, partner service invocations are failing with this exception, | | org.jbpm.bpel.BpelException: no port implements the required port type: portType={http://jbpm.org/examples/ticket}TicketIssuer | at org.jbpm.bpel.endp

[jboss-user] [JBoss jBPM] - Re: Cannog get BPM-BPEL on jBoss AS 5.0

2009-04-08 Thread sarishjain
I have got successful deployment for both the main ear file and one of the test war files. To fix 2 below, i added two more destinations with name A/B.. Now the issue is with the runtime, while running the test class to test the hello.war results in weird errors 1. java.lang.NoClassDefFoundError

[jboss-user] [JBoss jBPM] - Re: Cannog get BPM-BPEL on jBoss AS 5.0

2009-04-08 Thread sarishjain
Further update Got around the above error by removing the JbpmConfigurationLoader from the web.xml, it seems this was just for startup and would work otherwise as well, correct me if i am wrong | | Now deployment and create schema is fine, while running examples 1. again got xmlns probl

[jboss-user] [JBoss jBPM] - Re: Cannog get BPM-BPEL on jBoss AS 5.0

2009-04-08 Thread sarishjain
Thanks a lot alex.. Here is the updated status a) Resolved by configuring the queues, do you advise using Jboss messaging instead of jboss:mq? b) was my good up with the hibernate tables not created, fixed it Now getting this exception, looking at it .. org.jbpm.JbpmException: ejb timer entity

[jboss-user] [JBoss jBPM] - Re: Cannog get BPM-BPEL on jBoss AS 5.0

2009-04-07 Thread sarishjain
We are trying to get this working on JBoss 5.0, Need some directions on whether or not it is possible. 1. We have fixed the first error that comes up by correcting the application.xml that comes with bpel.ear 2. Next we are hitting multiple errors a) JMS destinations JBPMQueue is not getting de