[JBoss-user] [JBoss jBPM] - Re: error for jbpm webservice method

2006-04-04 Thread forJbpm
Hi Ronald, 

Thanks a lot for your reply!
you are right jbpmContext was null . 

Thanks again,


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934936#3934936

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934936


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: error for jbpm webservice method

2006-04-03 Thread kukeltje
sorry, I missed that, but since it is a null pointer exception in your code, 
and not an error in the jBPM code, it is impossible to see what is wrong. 

You should do some errorchecking by storing the result of 
jbpmContext.getGraphSession() in a variable and checking it is not null. Only 
then do a findAllProcessDefinitions() on that variable. 

if the jbpmContext.getGraphSession() is null, there is no sesion assigned in 
this thread. Do you associate a session somewhere with the thread this is 
running in?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934559#3934559

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934559


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: error for jbpm webservice method

2006-04-03 Thread forJbpm
Hi,

I have already mentioned in my post that error is at 
anonymous wrote : However for 
jbpmContext.getGraphSession().findAllProcessDefinitions(); 
i.e. line no 111 in the error stack is nothing but the above line.

Thanks and regards,

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934503#3934503

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934503


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: error for jbpm webservice method

2006-04-03 Thread kukeltje
In the stacktrace I see no jBPM code, there is a reference in the stacktrace to 
your code 

(Caused by: java.lang.NullPointerException at
  |   
com.exegenix.ExegenixWork1Bean.processDefinitionNames(ExegenixWork1Bean.java:111)
 

more specifically to a line number, but you do not say what line that is. 

We are unable to help you this way, so my suggestion would be to report the 
issue in a better way. 

Ronald

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934498#3934498

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934498


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user