[JBoss-user] [JBoss jBPM] - Re: not able to save processInstance

2006-04-05 Thread forJbpm
ok! 
One more  thing!
I followed qweniden's suggestion. and changed my method to anonymous wrote : 
public long uploadDocument(String processDefinitionName) {
  |   | long processInstanceId = 0;
  |   | 
  |   | JbpmContext jbpmContext = 
jbpmConfiguration.createJbpmContext();
  |   | System.out.println(jbpmContext is:+jbpmContext);
  |   | ProcessDefinition processDefinition = 
jbpmContext.getGraphSession().findLatestProcessDefinition(processDefinitionName);
  |   | try {
  |   |   ProcessInstance processInstance = 
  |   | new ProcessInstance(processDefinition);
  |   | System.out.print(processInstance is +processInstance);
  |   |  Token token = processInstance.getRootToken(); 
  |   | System.out.println(now saving GraphSession);
  |   | GraphSession graphSession = 
jbpmContext.getGraphSession();
  |   | System.out.println(graphSession is +graphSession);
  |   |//saving jbpmContext 
  |   |   jbpmContext.save(processInstance);
  |   | System.out.println(saved process instance 
processInstance is+processInstance);
  |   | 
  |   | processInstanceId = processInstance.getId();
  |   | System.out.println(processInstanceId is : 
+processInstanceId);
  |   | 
  |   | } catch (Exception ex) {
  |   | System.out.println(In catch method );
  |   | }
  |   | return processInstanceId;
  |   | }

output for this is as expected 
anonymous wrote : 10:04:16,652 INFO  [STDOUT] jbpmContext is:[EMAIL PROTECTED]
  |   | 10:04:16,785 INFO  [STDOUT] processInstance is [EMAIL PROTECTED]
  |   | 10:04:16,785 INFO  [STDOUT] now saving GraphSession
  |   | 10:04:16,785 INFO  [STDOUT] graphSession is [EMAIL PROTECTED]
  |   | 10:04:16,788 INFO  [STDOUT] saved process instance processInstance 
[EMAIL PROTECTED]
  |   | 10:04:16,788 INFO  [STDOUT] processInstanceId is : 478
  |   | 


but when I look in my database there is no entry in jbpm_processinstance for 
id_ =478



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935108#3935108

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935108


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: not able to save processInstance

2006-04-05 Thread forJbpm
huh!
Okay! I found out that
i have to save jbpmContext (jbpmContext.save()) before returning 
processInstanceID and then it saves the processInstance.

Still I would like to ask,
Should I use jbpmSessionFactory and jbpmSession at all?
and as JbpmConfiguration is static can I use it in my ejbcreate() and use it? ( 
I mean thats the way I am doing it now)

Thanks and regards,


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935113#3935113

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935113


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - WARN [StatelessSessionContainer] Could not restore ejb time

2006-04-05 Thread forJbpm
Hi, 

I deployed webservice(stateless session ejbs). It works fine. 
But while deploying the webservice I get this Warning.

anonymous wrote : 10:33:30,040 WARN  [StatelessSessionContainer] Could not 
restore ejb timers
  |   | javax.management.RuntimeMBeanException
  |   | at 
org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:176)
  |   | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
  |   | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |   | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |   | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at org.jboss.ejb.Container.restoreTimers(Container.java:729)
  |   | at 
org.jboss.ejb.SessionContainer.startService(SessionContainer.java:410)
  |   | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  |   | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  |   | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |   | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |   | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |   | at java.lang.reflect.Method.invoke(Method.java:585)
  |   | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |   | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |   | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |   | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:974)
  |   | at $Proxy0.start(Unknown Source)
  |   | at 
org.jboss.system.ServiceController.start(ServiceController.java:417)
  |   | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  |   | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |   | at java.lang.reflect.Method.invoke(Method.java:585)
  |   | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |   | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |   | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |   | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
  |   | at $Proxy206.start(Unknown Source)
  |   | at org.jboss.ejb.EjbModule.startService(EjbModule.java:409)
  |   | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  |   | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  |   | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |   | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |   | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |   | at java.lang.reflect.Method.invoke(Method.java:585)
  |   | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |   | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |   | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |   | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:974)
  |   | at $Proxy0.start(Unknown Source)
  |   | at 
org.jboss.system.ServiceController.start(ServiceController.java:417)
  |   | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  |   | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |   | at java.lang.reflect.Method.invoke(Method.java:585)
  |   | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |   | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |   | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |   | at 

[JBoss-user] [JBoss jBPM] - Re: not able to save processInstance

2006-04-05 Thread forJbpm
oops! its jbpmContext.close() not jbpmContext.save()


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935114#3935114

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935114


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: not able to save processInstance

2006-04-05 Thread forJbpm
Do you think taht instead of using jbpmSession and JbpmSessionFactory, I should 
use JbpmConfiguration and jbpmContext?

Please suggest.
Whats the plan! 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935097#3935097

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935097


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory inside an EJB

2006-04-04 Thread forJbpm
Hi! 

Just a question, I am posting it here because its related to EJB.
what is this doing exactly?
 anonymous wrote : 
  | JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext();
  | anonymous wrote : 
  |   | 
  |   | Can I use directly this to open graphSession directly? the way you are 
doing it in you monitoring code?
  |   | 
  |   | Regards,
  |   | 
  |   | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3934809#3934809

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934809


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: not able to save processInstance

2006-04-04 Thread forJbpm
ooops!
My Question was 
If this is not right method then how should I save my processInstance.

In my code (for which output is given)  Token token = 
processInstance.getRootToken();
  | System.out.println(token is+token);
  | token.signal();
  | System.out.println(token.signal() is done); 
is commented. 

Please help!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3934935#3934935

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934935


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - not able to save processInstance

2006-04-04 Thread forJbpm
Why is method saveProcessInstance is deprecated??

I am trying to use something like
anonymous wrote : [code
  | ]public long uploadDocument(String processDefinitionName) {
  | long processInstanceId = 0;
  | JbpmSession jbpmSession = jbpmSessionFactory.openJbpmSession();
  |  ProcessDefinition processDefinition = 
jbpmSession.getGraphSession().findLatestProcessDefinition(processDefinitionName);
  | System.out.println(processDefinition is+processDefinition);
  | try {
  | ProcessInstance processInstance = new 
ProcessInstance(processDefinition);
  | System.out.print(processInstance is +processInstance);
  |  Token token = processInstance.getRootToken(); 
  |  System.out.println(token is+token);
  |  token.signal();
  |  System.out.println(token.signal() is done);   
  | System.out.println(now saving GraphSession);
  |  
jbpmSession.getGraphSession().saveProcessInstance(processInstance);
  | System.out.println(saved process instance 
processInstance is+processInstance);
  | processInstanceId = processInstance.getId();
  | System.out.println(processInstanceId is : 
+processInstanceId);
  | } catch (Exception ex) {
  | System.out.println(In catch method);
  | }
  | return processInstanceId;
  | }
output for this is 
anonymous wrote : 17:14:57,774 INFO  [STDOUT] processDefinition 
isProcessDefinition(StandardJbpmPlugin)
  |   | 17:14:57,783 INFO  [STDOUT] processInstance is [EMAIL PROTECTED]
  |   | 17:14:57,784 INFO  [STDOUT] now saving GraphSession
  |   | 17:14:57,784 INFO  [STDOUT] In catch method 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3934934#3934934

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934934


---
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=lnkkid=110944bid=241720dat=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-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=bbop=viewtopicp=3934936#3934936

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-04-03 Thread forJbpm
Hi all,
I am trying to develop a webservice for jbpm. In this case I am using stateless 
session EJB and I have exposed it as a webservice .

EJB has business method - processDefinitionNames()
Which is  a very basic method (not at all fancy! Just returns the String of all 
processDefinitions())
anonymous wrote : 
  |   | 
  |   | public String processDefinitionNames() {
  |   | // TODO Auto-generated method stub
  |   | String processDefinitionNames = ECSPUT\n;
  |   | JbpmContext jbpmContext = 
JbpmContext.getCurrentJbpmContext();
  |   | java.util.List processDefinitions = 
jbpmContext.getGraphSession().findAllProcessDefinitions();
  |   | 
  |   | if (processDefinitions.isEmpty() == false) {
  |   | java.util.ListIterator listProcessDefinitions = 
processDefinitions
  |   | .listIterator();
  |   | 
  |   | while (listProcessDefinitions.hasNext()) {
  |   | 
  |   | ProcessDefinition processDefinition = 
(ProcessDefinition) listProcessDefinitions
  |   | .next();
  |   | processDefinitionNames = 
processDefinitionNames
  |   | + processDefinition.getName()
  |   | + \n;
  |   | }
  |   | }
  |   | return processDefinitionNames;
  |   | }
  |   | 
However for jbpmContext.getGraphSession().findAllProcessDefinitions();
I get following error when I try to use processDefinitionNames() method in my 
SOAP client

anonymous wrote : 14:37:58,187 ERROR [ServerEngine] Server error: AxisFault
  |   |  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
  |   |  faultSubcode: 
  |   |  faultString: RuntimeException; nested exception is: 
  |   | java.lang.NullPointerException
  |   |  faultActor: 
  |   |  faultNode: 
  |   |  faultDetail: 
  |   | {http://xml.apache.org/axis/}stackTrace: 
java.rmi.ServerException: RuntimeException; nested exception is: 
  |   | java.lang.NullPointerException
  |   | at 
org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:400)
  |   | at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:210)
  |   | at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)
  |   | at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:643)
  |   | at org.jboss.ejb.Container.invoke(Container.java:917)
  |   | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |   | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |   | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |   | at java.lang.reflect.Method.invoke(Method.java:585)
  |   | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |   | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |   | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |   | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.webservice.server.InvokerProviderEJB.invokeServiceEndpoint(InvokerProviderEJB.java:144)
  |   | at 
org.jboss.webservice.server.InvokerProvider.invokeMethod(InvokerProvider.java:327)
  |   | at 
org.jboss.axis.providers.java.RPCProvider.invokeTarget(RPCProvider.java:176)
  |   | at 
org.jboss.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:121)
  |   | at 
org.jboss.axis.providers.java.JavaProvider.invoke(JavaProvider.java:358)
  |   | at 
org.jboss.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:73)
  |   | at org.jboss.axis.SimpleChain.doVisiting(SimpleChain.java:160)
  |   | at org.jboss.axis.SimpleChain.invoke(SimpleChain.java:123)
  |   | at 
org.jboss.axis.handlers.soap.SOAPService.invoke(SOAPService.java:560)
  |   | at 
org.jboss.webservice.server.ServerEngine.invokeInternal(ServerEngine.java:215)
  |   | at 
org.jboss.webservice.server.ServerEngine.invoke(ServerEngine.java:104)
  |   | at 
org.jboss.axis.transport.http.AxisServlet.doPost(AxisServlet.java:911)
  |   | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  |   | at 
org.jboss.axis.transport.http.AxisServletBase.service(AxisServletBase.java:370)
  |   | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  |   | at 

[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=bbop=viewtopicp=3934503#3934503

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread forJbpm
oh g8!
Hi Jose, Can you please tell me what are the steps you have taken to expose 
your session EJb as webservice? 
what are the files/packages required and what should be the directory structure?
It seems that its absolutely not working for me :-(

Thanks and Regards,



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933997#3933997

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933997


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread forJbpm
Thanks Jose, 
 Now Something from my side :-)
for webservices you dont need remote/home interface 
so in your session bean edit anonymous wrote : 
  |   | **
  |   |  * @ejb.bean name=ExegenixWork1
  |   |  *   display-name=Name for ExegenixWork1
  |   |  *   description=Description for ExegenixWork1
  |   |  *   jndi-name=ejb/ExegenixWork1
  |   |  *   type=Stateless
  |   |  *   view-type=service-endpoint
  |   |  *  
  |   |  * @ejb.interface 
  |   |  * 
  |   |  *   service-endpoint-class=com.interfaces.ExegenixWork1Bean  
   
  |   |  *   service-endpoint-pattern = {0}Service  
  |   |  *   
  |   |  */

and before each of your business method
 
anonymous wrote : /**
  |   |  * Business method
  |   |  * @ejb.interface-method  view-type = service-endpoint
  |   |  */
  |   | 

In your generated Xdoclet-build.xml file 
add 
anonymous wrote : 
  |   |  service-endpoint pattern={0}Service/
  |   | 
and then run Xdoclet 
In my case it creates com.interfaces.ExegenixWork1Bean with Remote interface 
which you can directly use for your webservice 

I hope this helps and gets rid of unwanted editing :-)

Again, Thanks a lot for detailed explanation I will follow your steps/

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3934050#3934050

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934050


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread forJbpm
I have been following / again followed the same steps but I still get the 
exception mentioned at
http://jboss.org/index.html?module=bbop=viewtopict=79562
this time I followed your steps till 5. but after that I get above error
:-(

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3934083#3934083

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934083


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread forJbpm
huh!!!
Finally I found my problem, Thanks a lot to Jose,thomas and others who 
contributed
Its really really very stupid thing but in my webservices.xml file 
I was using anonymous wrote : service-endpoint instead of 
service-endpoint-interface
  |   | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3934095#3934095

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934095


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: org.jboss.axis.AxisFault: No service class was found! A

2006-03-30 Thread forJbpm
I haven't got any response yet :-( and still stuck !

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933782#3933782

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933782


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Problem with collection types.

2006-03-28 Thread forJbpm
Thanks kdeboer!
I started using String separated with delimitor 
thats waht all the shell scriptors and perl programmers here  are very 
comfortable working with! :-)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933144#3933144

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933144


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-23 Thread forJbpm
Hi Jose, 

I am using Eclipse IDE for development. 
What I do is whenever this jbpm.interface.Fibo(Remote interface of the bean) is 
created with extension EJBObject, I edit the line to extend Remote and package 
it. It worked for this one. But When I am developing a real time project, Its 
throwing me axis error ( see my othe post).But again, other error may not be 
related to this. 

I would suggest just edit your remote interface java class for extending remote 
interface instead of EJBObject. Dont create any new inteface. 

Again, I am not at all an expert (just started working with this). I would 
definitely write in detail about changing or using FiboBean as a webservice, 
once I get my hands on client inteface. 

I would be really happy if all the *experts* reading this post can suggest 
something..

Thanks and Regards,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3932177#3932177

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932177


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-22 Thread forJbpm
Oh! yeh I am finding it a bit difficult to! 
axis.jar, jboss-ws4ee.sar are the two files required. Both the files are 
shipped with JBOSS AS. 
I am also struggling a lot with this now. My aim is to develop a webservice 
which will allow any client( perl client in my case) to connect to use Jboss 
Jbpm and to have my own webinterface for the same. 

I will keep you posted if I find anything good

ATB!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931936#3931936

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931936


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-21 Thread forJbpm
whats your config.xml?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931644#3931644

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931644


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-21 Thread forJbpm
oh!
I gues EJBHOME is your home interface.. 
You need to implement remote Interface.. if thats the case

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931645#3931645

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931645


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: org.jboss.axis.AxisFault: No service class was found! A

2006-03-21 Thread forJbpm
Any Ideas? Any Guess?? Hint?
Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931648#3931648

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931648


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-20 Thread forJbpm
Hi Pierroot, 

I somehow got rid of this prblem (though my client is not still working now) 
My problem was in Jboss-4.0.3/cient directory there was no jboss-ws4ee.sar/ . 
Make sure that its there I guess this .sar file has the all the required classes

Hope it helps!
Please let me know if you can get your client working :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931426#3931426

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931426


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Exception in thread

2006-03-20 Thread forJbpm
Hi!

I was trying the example in adminguide.pdf (Jboss AS) 

Regards,



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931428#3931428

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931428


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - org.jboss.axis.AxisFault: No service class was found! Are y

2006-03-20 Thread forJbpm
Hi!

I am able to sucessfully deply my web service and it gives me url to access the 
same. But when I click on the url I get following error: anonymous wrote : 
14:58:14,202 INFO  [AxisServlet] org.jboss.axis.ConfigurationException: 
org.jboss.axis.AxisFault: No service class was found!  Are you missing a 
className option?
  |   | AxisFault
  |   |  faultCode: 
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
  |   |  faultSubcode: 
  |   |  faultString: No service class was found!  Are you missing a className 
option?
  |   |  faultActor: 
  |   |  faultNode: 
  |   |  faultDetail: 
  |   | 
  |   | org.jboss.axis.AxisFault: No service class was found!  Are you missing 
a className option?
  |   | at 
org.jboss.axis.providers.java.JavaProvider.initServiceDesc(JavaProvider.java:711)
  |   | at 
org.jboss.webservice.server.InvokerProvider.initServiceDesc(InvokerProvider.java:106)
  |   | at 
org.jboss.webservice.server.InvokerProviderEJB.initServiceDesc(InvokerProviderEJB.java:52)
  |   | at 
org.jboss.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPService.java:388)
  |   | at 
org.jboss.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDService.java:560)
  |   | at 
org.jboss.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:322)
  |   | at 
org.jboss.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:307)
  |   | at 
org.jboss.axis.deployment.wsdd.WSDDDeployment.getService(WSDDDeployment.java:526)
  |   | at 
org.jboss.axis.configuration.FileProvider.getService(FileProvider.java:288)
  |   | at org.jboss.axis.AxisEngine.getService(AxisEngine.java:253)
  |   | at 
org.jboss.webservice.server.ServiceEndpointServlet.doGet(ServiceEndpointServlet.java:58)
  |   | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
  |   | at 
org.jboss.axis.transport.http.AxisServletBase.service(AxisServletBase.java:370)
  |   | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  |   | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  |   | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  |   | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  |   | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  |   | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  |   | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
  |   | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  |   | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  |   | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  |   | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  |   | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  |   | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  |   | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  |   | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  |   | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  |   | at java.lang.Thread.run(Thread.java:595)
  |   | 
  |   | 
  |   | 

Can anyone one please tell me -Which class Name option is it referring to?

Thanks and Regards, 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931429#3931429

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931429


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net

[JBoss-user] [JBoss jBPM] - error at org.jbpm.graph.def.GraphElement

2006-03-17 Thread forJbpm
Hi!

In my session EJB I am trying to token.signa() I get following error. When I 
try to Wscompile.
anonymous wrote : 
  |   | java.lang.reflect.InvocationTargetException
  |   | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |   | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |   | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |   | at java.lang.reflect.Method.invoke(Method.java:585)
  |   | at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
  |   | Caused by: java.lang.NoClassDefFoundError: 
org/apache/commons/logging/LogFactory
  |   | at 
org.jbpm.graph.def.GraphElement.clinit(GraphElement.java:441)
  |   | at java.lang.Class.forName0(Native Method)
  |   | at java.lang.Class.forName(Class.java:242)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiType.getTypeClass(RmiType.java:86)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiTypeModeler.getHolderValueType(RmiTypeModeler.java:603)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.generateNameFromType(RmiModeler.java:1655)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.nameParameters(RmiModeler.java:1626)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.processRpcLiteralMethod(RmiModeler.java:1328)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.processMethod(RmiModeler.java:832)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.processInterface(RmiModeler.java:748)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.modelPort(RmiModeler.java:683)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.buildLiteralModel(RmiModeler.java:603)
  |   | at 
com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.buildModel(RmiModeler.java:457)
  |   | at 
com.sun.xml.rpc.processor.config.ModelInfo.buildModel(ModelInfo.java:88)
  |   | at 
com.sun.xml.rpc.processor.Processor.runModeler(Processor.java:63)
  |   | at 
com.sun.xml.rpc.tools.wscompile.CompileTool.run(CompileTool.java:714)
  |   | at com.sun.xml.rpc.util.ToolBase.run(ToolBase.java:43)
  |   | at com.sun.xml.rpc.tools.wscompile.Main.main(Main.java:22)
  |   | ... 5 more
  |   | 

Any Idea?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931070#3931070

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931070


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Problem with collection types.

2006-03-16 Thread forJbpm
Hi, 
Looks like collection types are not supposrted. 
I need to return collection of objects(String/int/Long) from my method.
What do I do? 
As I can't even generate wsdl file because some methods in my bean are 
returning List type.
Are there any collection types supported? 
What is the workaround ? 
When I try to wscompile I get error as:
 anonymous wrote : 
  |   |  Collection types are not supported in literal mode
  |   |  
Please suggest. 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930768#3930768

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930768


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - java.lang.NoClassDefFoundError: org/apache/axis/client/Servi

2006-03-14 Thread forJbpm
Hi all,
I was trying to connect to my webservice which is statless session ejb type 
webservice.
I would like to know which jar file consists of 
org/apache/axis/client/Service.class? 
I am getting following error: 
anonymous wrote : 
  |   | 13:54:53,344 ERROR [[/FiboWeb]] StandardWrapper.Throwable
  |   | java.lang.NoClassDefFoundError: org/apache/axis/client/Service
  |   | at java.lang.ClassLoader.defineClass1(Native Method)
  |   | at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
  |   | at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
  |   | at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1629)
  |   | at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:850)
  |   | at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1299)
  |   | at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181)
  |   | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
  |   | at 
com.jbpm.Webservice.servlet.FiboServlet.init(FiboServlet.java:52)
  |   | at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1091)
  |   | at 
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:750)
  |   | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:130)
  |   | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  |   | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  |   | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  |   | at 
org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:81)
  |   | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  |   | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  |   | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  |   | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  |   | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  |   | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  |   | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  |   | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  |   | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  |   | at java.lang.Thread.run(Thread.java:595)
  |   | 13:54:53,346 ERROR [[Compute]] Allocate exception for servlet Compute
  |   | java.lang.NoClassDefFoundError: org/apache/axis/client/Service
  |   | at java.lang.ClassLoader.defineClass1(Native Method)
  |   | at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
  |   | at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
  |   | at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1629)
  |   | at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:850)
  |   | at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1299)
  |   | at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181)
  |   | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
  |   | at 
com.jbpm.Webservice.servlet.FiboServlet.init(FiboServlet.java:52)
  |   | at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1091)
  |   | at 
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:750)
  |   | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:130)
  |   | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  |   | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  |   | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  |   | at 
org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:81)
  |   | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  |   | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  |   | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  |   | at 

[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-13 Thread forJbpm
Hi , 

I found my problem. I have taken following steps to get rid of the problem. 
In jboss.xml 
anonymous wrote :  add after jndi-nameejb/Fibo/jndi-name
  |   | port-component
  |   | port-component-nameFiboPort/port-component-name
  |   | port-component-urifibo/Fibo/port-component-uri
  |   | auth-methodNONE/auth-method
  |   | transport-guaranteeNONE/transport-guarantee
  |   |   /port-component
  |   |   /session
  |   | 
and make sure that  Fibo-ejb.jar has following structure
anonymous wrote : 
  |   | ---all the required classes 
  |   | ---In META-INF 
  |   | webservices.xml
  |   |  jboss.xml
  |   | ejb-jar.xml
  |   | mapping.xml 
  |   | 
  |   | ---In META-INF/wsdl 
  |   |FiboServices.wsdl
  |   | 
FiboApp.ear  has 
   anonymous wrote : 
  |   |FiboEJB.jar 
  |   | -- In META-INF
  |   | application.xml
  |   | 
  |   | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3929805#3929805

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929805


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-12 Thread forJbpm
Hi Ken, 
Thanks a lot for quick reply. 
I am not using jbpm starters kit. I have installed jboss-4.0.3, jbpm-3.1.
I am really not able to figure out why is it happening. I need to know how 
should i create jboss-web.xml for using statless session ejbs as a webservices. 
I removed web.xml and jboss-web.xml from FiboEjb.war (I am not sure whether 
this is a right approach) It deployed FiboEJB.jar but I dont see any 
FiboServices?wsdl in browser. My log dosent mention anything about what 
happened to FiboEJB.war. 

Please help!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3929640#3929640

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929640


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - FiboBean (as per Eclipse-IDE Documentation) as a webservice

2006-03-10 Thread forJbpm
Hi all,

I created a statless session bean as per example in Eclipse-IDE documentation. 
I want to use it as a webservice. 
For that I made changes in ejb-jar.xml as : 
anonymous wrote : 
  | 
  |  [CDATA[Description for Fibo]]
  |  display-nameName for Fibo/display-name
  |  ejb-nameFibo/ejb-name
  |  service-endpointjbpm.interfaces.Fibo/service-endpoint   
  |  ejb-classjbpm.ejb.FiboBean/ejb-class
  |  session-typeStateless/session-type
  |  transaction-typeContainer/transaction-type
  | 
  | 
My FiboService.wsdl looks like 
anonymous wrote : 
  | 
  |   | ?xml version=1.0 encoding=UTF-8?
  |   | 
  |   | definitions name=FiboService targetNamespace=http://Fibo.ejb.jbpm/; 
xmlns:tns=http://Fibo.ejb.jbpm/; xmlns=http://schemas.xmlsoap.org/wsdl/; 
xmlns:ns2=http://Fibo.ejb.jbpm/types/arrays/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;
  |   |   types
  |   | schema targetNamespace=http://Fibo.ejb.jbpm/types/arrays/; 
xmlns:tns=http://Fibo.ejb.jbpm/types/arrays/; 
xmlns:soap11-enc=http://schemas.xmlsoap.org/soap/encoding/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; 
xmlns=http://www.w3.org/2001/XMLSchema;
  |   |   complexType name=doubleArray
  |   | sequence
  |   |   element name=value type=double minOccurs=0 
maxOccurs=unbounded//sequence/complexType/schema/types
  |   |   message name=Fibo_compute
  |   | part name=int_1 type=xsd:int//message
  |   |   message name=Fibo_computeResponse
  |   | part name=result type=ns2:doubleArray//message
  |   |   portType name=Fibo
  |   | operation name=compute parameterOrder=int_1
  |   |   input message=tns:Fibo_compute/
  |   |   output 
message=tns:Fibo_computeResponse//operation/portType
  |   |   binding name=FiboBinding type=tns:Fibo
  |   | soap:binding transport=http://schemas.xmlsoap.org/soap/http; 
style=rpc/
  |   | operation name=compute
  |   |   soap:operation soapAction=/
  |   |   input
  |   | soap:body use=literal 
namespace=http://Fibo.ejb.jbpm///input
  |   |   output
  |   | soap:body use=literal 
namespace=http://Fibo.ejb.jbpm///output/operation/binding
  |   |   service name=FiboService
  |   | port name=FiboPort binding=tns:FiboBinding
  |   |   soap:address 
location=REPLACE_WITH_ACTUAL_URL//port/service/definitions
  |   | 
  | 

and my webservice.xml  is :
anonymous wrote : ?xml version=1.0 encoding=UTF-8?
  | webservices xmlns=http://java.sun.com/xml/ns/j2ee; 
  | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
  | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://www.ibm.com/webservices/xsd/j2ee_webservice_1.1.xsd;
  | webservice-description
  | webservice-description-nameFiboService/webservice-description-name
  | wsdl-fileMETA-INF/wsdl/FiboService.wsdl/wsdl-file
  | jaxrpc-mapping-fileMETA-INF/mapping.xml/jaxrpc-mapping-file
  | port-component 
  | port-component-nameFiboPort/port-component-name
  | wsdl-portns:FiboPort/wsdl-port
  | 
service-endpoint-interfacejbpm.interfaces.Fibo/service-endpoint-interface
  | service-impl-bean
  | ejb-linkFibo/ejb-link
  | /service-impl-bean
  | /port-component
  | /webservice-description
  | 
  | 
But Whenever I tried to deploy it (as a webservice) I get error as 

anonymous wrote : 
  | 16:24:18,825 ERROR [ServiceDeployer] Cannot startup webservice for: 
FiboWeb.war
  | org.jboss.deployment.DeploymentException: Cannot find servlet-link in 
port-component:FiboPort
  | at 
org.jboss.webservice.ServiceDeployerJSE.modifyWebXMLDocument(ServiceDeployerJSE.java:187)
  | at 
org.jboss.webservice.ServiceDeployerJSE.modifyWebXML(ServiceDeployerJSE.java:125)
  | at 
org.jboss.webservice.ServiceDeployerJSE.createWebservice(ServiceDeployerJSE.java:98)
  | at 
org.jboss.webservice.ServiceDeployer.handleNotification(ServiceDeployer.java:108)
  | at sun.reflect.GeneratedMethodAccessor80.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
  | at $Proxy32.handleNotification(Unknown Source)
  | at 
org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:112)
  | at 
org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:95)
  | at 
org.jboss.deployment.SubDeployerSupport.emitNotification(SubDeployerSupport.java:325)
  | at 
org.jboss.deployment.SubDeployerSupport.create(SubDeployerSupport.java:282)
  | at 
org.jboss.web.AbstractWebContainer.create(AbstractWebContainer.java:381)
  | at sun.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
  |   

[JBoss-user] [Installation, Configuration Deployment] - Re: deploying webservice adminguide: chapter 12

2006-03-06 Thread forJbpm
ohk!
I deployed the hello-servlet.war in jboss.
But now when I try to run HelloClient.class I get following error 
org.jboss.axis.ConfigurationException: No engine configuration file - aborting!
Any hints ???


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3928264#3928264

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3928264


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: deploying webservice adminguide: chapter 12

2006-03-06 Thread forJbpm
oh! sorry for all these posts.
I got rid of previous problem. I found one post explaining the same
Thanks!
 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3928291#3928291

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3928291


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Exception in thread

2006-03-06 Thread forJbpm
Hi , 
I tried to follow example in jboss documentation for web services. 
When I try to run HelloClient from command prompt I get following error.

anonymous wrote : 
  | 
  | Exception in thread main AxisFault
  |  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
  |  faultSubcode:
  |  faultString: No ClassLoaders found for: org.jboss.ws.hello.HelloPojo
  |  faultActor:
  |  faultNode:
  |  faultDetail:
  | 
  | org.jboss.axis.AxisFault: No ClassLoaders found for: 
org.jboss.ws.hello.HelloPojo
  | at 
org.jboss.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:303)
  | at 
org.jboss.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:142)
  | at 
org.jboss.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1249)
  | at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633)
  | at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement(XMLNSDocumentScannerImpl.java:719)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
  | at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
  | at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
  | at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
  | at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
  | at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
  | at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
  | at 
org.jboss.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:257)
  | at 
org.jboss.axis.MessagePart.getAsSOAPEnvelope(MessagePart.java:684)
  | at org.jboss.axis.Message.getSOAPEnvelope(Message.java:428)
  | at org.jboss.axis.client.Call.invokeEngine(Call.java:3087)
  | at org.jboss.axis.client.Call.invoke(Call.java:3049)
  | at org.jboss.axis.client.Call.invoke(Call.java:2639)
  | at org.jboss.axis.client.Call.invoke(Call.java:2548)
  | at org.jboss.axis.client.Call.invokeInternal(Call.java:1979)
  | at org.jboss.axis.client.Call.invoke(Call.java:1917)
  | at org.jboss.webservice.client.CallImpl.invoke(CallImpl.java:265)
  | at 
org.jboss.axis.client.AxisClientProxy.invokeSEIMethod(AxisClientProxy.java:286)
  | at org.jboss.webservice.client.PortProxy.invoke(PortProxy.java:177)
  | at $Proxy1.hello(Unknown Source)
  | at org.jboss.ws.client.HelloClient.main(HelloClient.java:20)
  | 
  | 

I am really clueless!
Any help is highly appreciated.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3928314#3928314

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3928314


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: New front end for jbpm

2006-03-03 Thread forJbpm
Oh! Thanks!
In my company as well 90% employees are perl programmers!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3927866#3927866

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3927866


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - New front end for jbpm

2006-03-02 Thread forJbpm
Hi!
I need to craete a different front end -user front end for jbpm.
We are planning to use existing front end  as a debuggers interface. As we need 
only specific  states to be available for the user.
Can any one tell me what are all the steps to be taken? I tried to search 
related material but couldnt get it.
1. Should I make a webservice using JAX-RPC service endpoints
2. or I should take EJB approach?

Please help m e understand this. 
Any critics or suggestions are welcome! 
Regards


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3927499#3927499

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3927499


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: how to deploy process archive in jboss jbpm 3.0

2006-03-01 Thread forJbpm
Hi!
I guess this a wrong forum! Answer for this can be found at jbpm forum.
If you are using eclipse just right click on your .par proecss and select 
deploy process archieve. (Remember your server should be running before that)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3927272#3927272

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3927272


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - deploying webservice adminguide: chapter 12

2006-03-01 Thread forJbpm
Hi All!
I am new bie to webservice on jboss.

I was trying to follow example given in chaprer 12. I could create 
webservice.xml, mapping.xml etc. 
However I do not understand deployment part of it.
Page 418 says :anonymous wrote : 
  | To deploy and test hello webservice, run the following from examples 
directory...
Where is  this examples directory? What is run-example???

I am sorry but I am really not able to understand this. 

Any help/clue  is much appreciated.
regards,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3927279#3927279

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3927279


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm problem

2006-03-01 Thread forJbpm
use parseXmlResource
more can be found at http://docs.jboss.com/jbpm/v3/javadoc/
Regards,


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3927338#3927338

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3927338


---
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=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-02-21 Thread forJbpm
Hey!
I am in too!!! :-(

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925396#3925396

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925396


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: transition 'tr1' doesn't have de

2006-02-17 Thread forJbpm
ohk!

I realised that I will have to write my own CustomNode class aswell. 
something like org.jbpm.garph.node.TaskNode ...
But I am really confused here as to Whether my CustomNode should extend 
TaskNode or Node?? as If extend Node, Jbdlxmlreaders readTasks and readTask 
method will not work.. 
But When my CustomNode extends TaskNode, and when I try to deploy my process 
with CustomNode.I get following hibernate Exception!
anonymous wrote : 
  |   | 11:02:43,968 INFO  [STDOUT] org.hibernate.HibernateException: instance 
not of expected entity type: org.jbpm.graph.def.Node
  |   | at 
org.hibernate.persister.entity.AbstractEntityPersister.getSubclassEntityPersister(AbstractEntityPersister.java:3273)
  |   | at 
org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1218)
  |   | at 
org.hibernate.engine.ForeignKeys.isTransient(ForeignKeys.java:180)
  |   | at 
org.hibernate.engine.ForeignKeys$Nullifier.isNullifiable(ForeignKeys.java:137)
  |   | at 
org.hibernate.engine.ForeignKeys$Nullifier.nullifyTransientReferences(ForeignKeys.java:69)
  |   | at 
org.hibernate.engine.ForeignKeys$Nullifier.nullifyTransientReferences(ForeignKeys.java:47)
  |   | at 
org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:263)
  |   | at 
org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:167)
  |   | at 
org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:114)
  |   | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:186)
  |   | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:175)
  |   | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:98)
  |   | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)
  |   | at 
org.hibernate.impl.SessionImpl.fireSaveOrUpdate(SessionImpl.java:500)
  |   | at 
org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:494)
  |   | at 
org.hibernate.engine.CascadingAction$1.cascade(CascadingAction.java:134)
  |   | at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:213)
  |   | at 
org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:157)
  |   | at 
org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:108)
  |   | at 
org.hibernate.engine.Cascade.cascadeCollectionElements(Cascade.java:290)
  |   | at 
org.hibernate.engine.Cascade.cascadeCollection(Cascade.java:185)
  |   | at 
org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:160)
  |   | at 
org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:108)
  |   | at org.hibernate.engine.Cascade.cascade(Cascade.java:248)
  |   | at 
org.hibernate.event.def.AbstractSaveEventListener.cascadeAfterSave(AbstractSaveEventListener.java:409)
  |   | at 
org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:298)
  |   | at 
org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:167)
  |   | at 
org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:114)
  |   | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:186)
  |   | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:175)
  |   | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.performSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:98)
  |   | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)
  |   | at 
org.hibernate.impl.SessionImpl.fireSaveOrUpdate(SessionImpl.java:500)
  |   | at 
org.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:494)
  |   | at 
org.hibernate.engine.CascadingAction$1.cascade(CascadingAction.java:134)
  |   | at org.hibernate.engine.Cascade.cascadeToOne(Cascade.java:213)
  |   | at 
org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:157)
  |   | at 
org.hibernate.engine.Cascade.cascadeProperty(Cascade.java:108)
  |   | at 
org.hibernate.engine.Cascade.cascadeCollectionElements(Cascade.java:290)
  |   | at 
org.hibernate.engine.Cascade.cascadeCollection(Cascade.java:185)
  |   | at 
org.hibernate.engine.Cascade.cascadeAssociation(Cascade.java:160)
  |   | at 

[JBoss-user] [JBoss jBPM] - Re: Error in adding action with GPD 3.0.8

2006-02-17 Thread forJbpm
I add it manually in my xml file. 
and then it works fine! 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3924619#3924619

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924619


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Deployment problem for websale.par

2006-02-17 Thread forJbpm
Why dont u try with jbpm-3.1 ???
What is the detail log ? (server)
Whats your environment? 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3924691#3924691

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924691


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: error with GPD 3.0.8 Eclipse plugin

2006-02-16 Thread forJbpm
Hi!
How did you upadate it?? using site modeule or feature??

It looks like that its not able to find ui.jar... 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3924345#3924345

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924345


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - org.jbpm.JbpmException: transition 'tr1' doesn't have destin

2006-02-15 Thread forJbpm
Hi,

I wrote my own custom node. 
anonymous wrote : 
  |   | For that I wrote my own org.jbpm.ui.model.CustomNode.java
  |   | org.jbpm.ui.contributor.CustomNodeContributor 
  |   | org.jbpm.ui.part.tree.CustomNodeTreeEditPart.java
  |   | org.jbpm.ui.part.graph.CustomNodeGraphicalEditPart
  |   | 
  |   | classes. made changes accordingly in plugin.xml of jbpm.ui_3.0.8/
  |   | 
I am able to see it in my  gpd.
Please correct me if steps I have taken are not right or anything else to be 
done. 

I added my customnode to my processdefinition and deployed this 
processdefinition.
But I get following error:
anonymous wrote : 
  |   | 17:38:13,541 ERROR [[FacesServlet]] Servlet.service() for servlet 
FacesServlet threw exception
  |   | javax.faces.FacesException: Error calling action method of component 
with id taskform:transitionButton
  |   | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
  |   | at javax.faces.component.UICommand.broadcast(UICommand.java:106)
  |   | at 
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
  |   | at 
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
  |   | at 
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:271)
  |   | at 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
  |   | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  |   | at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:55)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  |   | at 
org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  |   | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  |   | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  |   | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  |   | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  |   | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  |   | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  |   | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  |   | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  |   | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  |   | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  |   | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  |   | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  |   | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  |   | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  |   | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  |   | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  |   | at java.lang.Thread.run(Thread.java:595)
  |   | Caused by: javax.faces.el.EvaluationException: Exception while invoking 
expression #{taskBean.saveAndClose}
  |   | at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
  |   | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
  |   | ... 34 more
  |   | Caused by: org.jbpm.JbpmException: transition '' doesn't have 
destination. check your processdefinition.xml
  |   | at 

[JBoss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: transition 'tr1' doesn't have de

2006-02-15 Thread forJbpm
I guess it may be because there is no entry indatabase associated with 
custom-node?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3924069#3924069

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924069


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: icons for custom nodes

2006-02-13 Thread forJbpm
Hi! 

Could you please tell me steps to follow to create your own custom node...??  
or any document which explains this?

Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3923321#3923321

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3923321


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: fork join not working properly

2006-02-10 Thread forJbpm
Hi Koen, 

Is there any specifc reason to do this??
Please have a look at 
http://www.jboss.com/index.html?module=bbop=viewtopict=76586
When I can signal a token from outside of the program(message driven beans ) 
why can't I do it from whithin my action handler?

Regards,


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3922932#3922932

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922932


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - fork join not working properly

2006-02-09 Thread forJbpm
Hi!
I have a process definition like

  | anonymous wrote : 
  |   | ?xml version=1.0 encoding=UTF-8?
  |   | process-definition
  |   |   xmlns=urn:jbpm.org:jpdl-3.1  name=MyDef
  |   |swimlane name=user/swimlane
  |   |start-state name=Step1
  |   |   task name=Step1 swimlane=user
  |   |  controller
  |   | variable name=var1/variable
  |   | variable name=var2/variable
  |   | variable name=var3/variable
  |   |  /controller
  |   |   /task
  |   |   transition name= to=DocFork/transition
  |   |/start-state
  |   |fork name=DocFork
  |   |   transition name=Step21 to=Step21
  |   |   /transition
  |   |   transition name=Step22 to=Step22
  |   |   /transition
  |   |/fork
  |   |task-node name=Step21
  |   |   task name=Step21 swimlane=user
  |   |  controller
  |   | variable name=var1/variable
  |   | variable name=var2/variable
  |   | variable name=var3/variable
  |   |  /controller
  |   |   /task
  |   |   event type=node-enter
  |   |  action name=action1 class=com.MyDef.step21.class/action
  |   |   /event
  |   |   transition name= to=DocJoin
  |   |   /transition
  |   |/task-node
  |   |task-node name=Step22
  |   |   task name=Step22 swimlane=user 
  |   |   controller
  |   | variable name=var1/variable
  |   | variable name=var2/variable
  |   | variable name=var3/variable
  |   |  /controller/task
  |   |   event type=node-enter
  |   |  action name=action1 class 
=com.MyDef.step22.class/action
  |   |   /event
  |   |   transition name= to=DocJoin
  |   |   /transition
  |   |/task-node
  |   |join name=DocJoin
  |   |   transition name= to=step3/transition
  |   |/join
  |   |task-node name=step3
  |   |   task name=step3 swimlane=user 
  |   |   controller
  |   | variable name=var1/variable
  |   | variable name=var2/variable
  |   | variable name=var3/variable
  |   |  /controller
  |   |   
  |   |   /task
  |   |   transition name= to=End
  |   |/transition
  |   |/task-node
  |   |   end-state name=End/end-state
  |   | /process-definition
  |   | 
  | 

my com.MyDef.step21  step 22 action handlers are :

  | public void execute(ExecutionContext exeContext) throws Exception {
  |   // execute external program
  |   Process p = Runtime.exec(/home/Myprogram.sh);
  |   // wait for the program to terminate 
  |   p.waitFor();
  |   // resume the process
  |   exeContext.leaveNode();
  | }   


Interestingly when I start new process execution and when it reaches the fork.
I get three instances of the same flow. 
one is in step21 state.
second is in step22 state
and third is in step 3 state

Any comments?? 
Do I consider it as a bug or I need to change my process diagram. In reality 
all these steps represent imoprtant steps in our product.

Regards and Thanks in advace!




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3922695#3922695

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922695


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: fork join not working properly

2006-02-09 Thread forJbpm
Hi!
I just found out that..
However when I dont assign any swimlane to Step21  Step 22  and set blocking 
true. It work perfectly.
But it may be because as there is no swimlane to those tasks they are not 
dispalyed??


anonymous wrote : 
  |   | ?xml version=1.0 encoding=UTF-8? 
  |   | process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=MyDef
  |   |   swimlane name=user/swimlane 
  |   |  start-state name=Step1
  |   |   task name=Step1 swimlane=user
  |   |   controller  variable name=var1/variable
  |   |   variable name=var2/variable 
  |   |  variable name=var3/variable  
  |   | /controller  /task  
  |   | transition name= to=DocFork/transition
  |   |   /start-state  
  |   | fork name=DocFork  
  |   | transition name=Step21 to=Step21  /transition  
  |   | transition name=Step22 to=Step22  /transition  
  |   | /fork  
  |   | task-node name=Step21  
  |   | task name=Step21 blocking=true
  |   |   controller  variable name=var1/variable 
  |   |  variable name=var2/variable  
  |   | variable name=var3/variable  
  |   | /controller  
  |   | /task 
  |   |  event type=node-enter 
  |   |  action name=action1 class=com.MyDef.step21.class/action 
  |   |  /event  
  |   | transition name= to=DocJoin 
  |   |  /transition  /task-node  
  |   | task-node name=Step22  
  |   | task name=Step22 blocking=true
  |   |  controller  variable name=var1/variable  
  |   | variable name=var2/variable 
  |   |  variable name=var3/variable  
  |   | /controller/task  
  |   | event type=node-enter 
  |   |  action name=action1 class =com.MyDef.step22.class/action 
  |   |  /event  transition name= to=DocJoin  /transition  
/task-node 
  |   |  join name=DocJoin  
  |   | transition name= to=step3/transition  /join 
  |   |  task-node name=step3  task name=step3 swimlane=user 
  |   | controller  variable name=var1/variable  
  |   | variable name=var2/variable 
  |   |  variable name=var3/variable
  |   |   /controller  /task  
  |   | transition name= to=End  
  |   | /transition  /task-node  end-state name=End/end-state 
  |   | /process-definition
  |   | 
  |   | 
  |   | 
  |   | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3922728#3922728

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922728


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: subprocess ? or task-node with *blocking* ?

2006-02-06 Thread forJbpm
Hi!

Thanks a lot! 
I was under prejudice that process.waitFor() or process.wait() dosen't work 
correct on linux. 
So I initially did not think about it. Whatever you said makes perfect sense. I 
was under impression that hibernation will take care of if i change something 
in database. huh! 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3921925#3921925

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921925


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: subprocess ? or task-node with *blocking* ?

2006-02-03 Thread forJbpm
oh! Thanks a lot for your quick answer. But problem here is, external program 
is perl program. I will go through all your suggestions.
As I didnt get any answer earlier, I started with a different  approach. If I 
am not mistaken signalling token is nothing but changing node_ in *jbpm_token* 
field to leaving transition node ??? ( here I can get leaving transition from 
jbpm_task table (if tasknode_ is null Leaving Transition would be startstate_) .
If from my perl program I  change jbpm_token for appropriate for appropriate 
node_ will that be enough? What else I would have to do in that case??  :-)


will get back soon! :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3921588#3921588

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921588


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - subprocess ? or task-node with *blocking* ?

2006-02-01 Thread forJbpm
Hi!

I need to instantiate external programs in my task-node. I want that process 
execution is halted till the external program launched, finishes its work.  
Problem here is that , If I set * blocking* attribute to true It just waits for 
that external program to be launched. 

How do I achieve this functionality. What's the vision of jbpm (architect) in 
this scenario. Also there is not much of information regarding *process-state*, 
*super-state* etc. 

If I use subprocess for my work. Will the parent process wait for a subprocess 
to finish its execution? I am really not clear about this.

Any help/ ideas in this regard are highly appreciated!

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920977#3920977

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920977


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Unexpected behaviour of taskInstance

2006-01-31 Thread forJbpm
Hi!
Surprisingly with PostgreSql  database I get all the answers correct. 
I configured jbpm module to work with PostgreSql. 
I am using Aqua datastudio for queries etc.
Thanks!



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920743#3920743

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920743


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: First-time

2006-01-23 Thread forJbpm
http://www.jboss.com/index.html?module=bbop=viewtopict=71043
foolow this post especially anonymous wrote : 1) Use JBoss 4.0.2
  | 2) Fresh jBPM
  | 3) modify build.properties (gives system paths to jBPM and JBoss)
  | 4) ant tasks from build.xml: compile, build, build.processes
  | 5) ant tasks from build.deploy.xml (create.jbpm.configuration, start.jboss)
  | 
  | That should get you going and using websale. To deploy your own .par
  | 1) At jbpm/src/process.examples/ add a directory process name.par
  | 2) Inside there should be your processdefinition.xml, gpd.xml, and 
processimage.jpg
  | 3) Add any java packages created in GPD to jpbm/src/java.examples
  | 3) modify ant taget build.process in build.xml (at about lines 182-193). 
This should reflect your process name.par, package name, temporary staging 
directory.
  | 4) Repeat the 5 steps mentioned above
  | 
  | 
these steps.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919158#3919158

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919158


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Unexpected behaviour of taskInstance

2006-01-19 Thread forJbpm
Hi!

This may sound weird. 
This is my obesrvation (there may be some reason behind it and I would be glad 
if someone can tell me that)

In my action handler I am using methods 
1.executionContext.getContextInstance().getProcessInstance().getTaskMgmtInstance().getSwimlaneInstance(taskInstance.getSwimlaneInstance().getSwimlane().getName()).getActorId()
2.taskInstance.getName()
3.taskInstance.getSwimlaneInstance().getSwimlane().getName()
4.executionContext.getContextInstance().getProcessInstance()


methods (Just printing these variables)

My Process has 4 step 
start-- WE--PI-- End
Swimlane WE is for user(ernie) and PI if for user(bert)
I am using action handler for WE step. (i.e. printing these variavles here)

When ernie or grover starts the process , I get correct output ;
i.e.
1. ernie
2.taskWE
3.WE
[EMAIL PROTECTED] (for e.g.)

But If Cookie Monster or bert start the process, I get output as 
1. Cookie Monster (or bert)
2. task (which is a start task)
3. Null  ( as there is no swimlane assigned for start task) 
4.Exception is :java.lang.NullPointerException

I dont understand why there is a difference in the output of the same program???
I would like to know any inputs in this regard.

B.T.W. 3.0.6 gpd is g8!

It somewhat related to http://jira.jboss.com/jira/browse/JBPM-500 
Thanks and Regards, 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3918485#3918485

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918485


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: problem while using jbpm-starters-kit-3.1-beta2.zip or w

2006-01-17 Thread forJbpm
Hi!

I apolozize for the mistake. 

Its not the issue with the jbpm-starters-kit. Actually even though I installed 
new kit. My JBOSS_HOME value was still pointing to old version. (I think this 
was the problem) When I corrected it, I got rid of the error message.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917909#3917909

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917909


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Error after updating to gpd 3.0.6

2006-01-16 Thread forJbpm
Hi Koen, 

Thank a lot for answering my question even on Sunday. 

Please confirm following steps:
1. in my core jbpm installation (jbpm-starters-kit-3.0.2 /jbpm) i had to create 
gpd folder in jbpm/src/resorces. 
2. I created file name with version.info.xml  as per your instructions.  
But it didnt work for me atleast. 

I could locate one more version.info.xml file. ( Is this the one you meant??) 
*eclipse/plugins/org.jbpm.core_3.0.6/src/resources/gpd/version.info.xml*
was pointing to 
anonymous wrote : jbpm-3.1-beta1
I corrected this file(also) as per your instructions.

But this thing also didnt correct my problem. 

Thanks and Regards


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917680#3917680

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917680


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Error after updating to gpd 3.0.6

2006-01-16 Thread forJbpm
Do you think that I should update to jbpm-3.1-beta1 version? 
Thanks and Regards


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917682#3917682

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917682


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - problem while using jbpm-starters-kit-3.1-beta2.zip or while

2006-01-16 Thread forJbpm
Hi I get following error when I try to run( in both the mentioned cases) :
jbpm-server/server/run.sh -c jbpm

anonymous wrote : 18:22:46,511 INFO  [ServiceConfigurator] Problem configuring 
service jboss:service=WebService
  | org.jboss.deployment.DeploymentException: No Attribute found with name: 
DownloadResources
  | at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:300)
  | at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:442)
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:153)
  | at 
org.jboss.system.ServiceController.install(ServiceController.java:215)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy4.install(Unknown Source)
  | at org.jboss.deployment.SARDeployer.create(SARDeployer.java:232)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:935)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:789)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:737)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy5.deploy(Unknown Source)
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:453)
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
  | at org.jboss.Main.boot(Main.java:187)
  | at org.jboss.Main$1.run(Main.java:438)
  | at java.lang.Thread.run(Thread.java:595)
  | 

Thanks and Regards


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917741#3917741

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917741


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-13 Thread forJbpm
Hi Koen and Elmo, 

Thanks a lot for quick reply. I was monitoring my database using hsqldb.mgr.sh.
I will follow your advice. 
Again thanks a lot for promptly answering my questions.

Regards,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917374#3917374

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917374


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Error after updating to gpd 3.0.6

2006-01-13 Thread forJbpm
Hi, 
I updated  my eclipse plugin to jbpm-gpd-3.0.6 from 3.0.5. Now  I get following 
error whenever I click on any existing project:
anonymous wrote : 
  | Unhandled event loop exception
  | Reason:
  | java.lang.NullPointerException
  | Exception in thread Text Viewer Hover Presenter 
java.lang.NullPointerException
  | at org.jbpm.ui.util.JbpmClasspathContainer.getJarNames(Unknown 
Source)
  | at 
org.jbpm.ui.util.JbpmClasspathContainer.createJbpmLibraryEntries(Unknown Source)
  | at 
org.jbpm.ui.util.JbpmClasspathContainer.getClasspathEntries(Unknown Source)
  | at 
org.eclipse.jdt.internal.core.JavaModelManager.containerPutIfInitializingWithSameEntries(JavaModelManager.java:297)
  | at 
org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3855)
  | at 
org.jbpm.ui.util.JbpmClasspathContainerInitializer.initialize(Unknown Source)
  | at 
org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1591)
  | at 
org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1040)
  | at 
org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1326)
  | at 
org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2039)
  | at 
org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1947)
  | at 
org.eclipse.jdt.internal.core.JavaProject.buildStructure(JavaProject.java:332)
  | at 
org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:233)
  | at 
org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:488)
  | at 
org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:232)
  | at 
org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:218)
  | at 
org.eclipse.jdt.internal.core.JavaProject.getJavaProjectElementInfo(JavaProject.java:1513)
at 
org.eclipse.jdt.internal.core.JavaProject.newNameLookup(JavaProject.java:2419)
  | at 
org.eclipse.jdt.internal.core.SearchableEnvironment.(SearchableEnvironment.java:60)
  | at 
org.eclipse.jdt.internal.core.SearchableEnvironment.(SearchableEnvironment.java:74)
  | at 
org.eclipse.jdt.internal.core.JavaProject.newSearchableNameEnvironment(JavaProject.java:2444)
  | at 
org.eclipse.jdt.internal.core.Openable.codeSelect(Openable.java:151)
  | at 
org.eclipse.jdt.internal.core.CompilationUnit.codeSelect(CompilationUnit.java:314)
  | at 
org.eclipse.jdt.internal.core.CompilationUnit.codeSelect(CompilationUnit.java:308)
  | at 
org.eclipse.jdt.internal.ui.text.java.hover.AbstractJavaEditorTextHover.getHoverInfo(AbstractJavaEditorTextHover.java:110)
  | at 
org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo(BestMatchHover.java:102)
  | at 
org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy.getHoverInfo(JavaEditorTextHoverProxy.java:69)
  | at 
org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:160)
  | 

has any one already started using gpd-3.0.6???
I am using 
 ECLIPSE : eclipse-SDK-3.1-linux
JAVA : jdk 1.5.0 
GPD : jbpm-gpd-3.0.6
JBoss jbpm 3.0.2 

Thanks and Regards

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917452#3917452

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917452


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-12 Thread forJbpm
Oh! G8!
Actually I got this information regarding websale example database from one of 
your posts only :-)
If you think its going to help me if I use another database then I will go 
ahead and try it( My manager is really loosing his patience now :-)).
Is there anything more anyone would like me to know regarding using database 
other than hsql?? (In advance)

Thanks! 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917162#3917162

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917162


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-12 Thread forJbpm
I am using tcp -ip connections for databases
I have uncommented  lines in hsqldb-ds.xml file.
Is there anything else I need to know

Deepali

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917216#3917216

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917216


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread forJbpm
anonymous wrote : Also be aware that since the transaction is outside jBPM, 
state is not saved until jBPM returns which is either at completion of the 
entire process or it goes into a wait state. ie: jBPM does NOT persist state as 
it moves within itself, unless you make it thru custom code ;-). 

But at any given time my database is always empty. (Even process is fininshed 
or its in wait state) Am I missing something?
anonymous wrote : Keep in mind that you will need to begin and commit a 
transaction to persist the process instance to the database.
  | 
If I start my process, at a given node I am not able to begin or commit 
transaction as in my action handler execution context I dont see current 
jbpmsession. (??) and If I get it from JbpmSessionFactory it throws obbvious 
error of  org.hibernate.HibernateException: Illegal attempt to associate a 
collection with two open sessions
So I am really not able to figure out how should I proceed. 
Any leads in this regard??
Thanks a lot in advance!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916943#3916943

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916943


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread forJbpm
Thanks a lot for your reply
anonymous wrote : This is most definately not true. The definitions, 
processinstances, state etc. have to be somewhere or else you couldn't use 
them. Sorry for stating the obvious.
  | 
I agree with you that processInstances, etc have to be somewhere .. ( thats why 
I called Hibernate exception as it throws obbvious error of ... Illegal attempt 
to associate a collection with two open sessions
 ) But when I query my database I really dont see anything. Yes, I am using 
HSQL database and starters kit. 
I 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916955#3916955

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916955


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread forJbpm
yeh! I am  quite sure of the database I am looking for.
and Thats why its driving me crazy now. In case of Test class It behaves as 
expected.
But When I run my process, I dont see any interaction with my hsql database 
during or after the process execution. 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916978#3916978

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916978


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread forJbpm
 In case websale example, When I run it  and create a new web sale order it is 
supposed to update JBPM_TIMER table if I am not wrong ! But In my case I dont 
see this logging in table (Here I unserstand that once ernie fininshes his task 
this entry will be deleted)

Any help in this regard is highly appreciated. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3917025#3917025

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917025


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2006-01-10 Thread forJbpm
Thanks!!!

I was under impression that I should not change anything in AbstractdbTestCase 
class.

That was really helpful 
Thanks Again!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916750#3916750

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916750


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Null Exception when identity.db.xml is not null????

2006-01-10 Thread forJbpm
This worked!

But Just FYI  Even If I provide full path like 
/home/jbpm-starters-kit-3.0.2/... I get same error in previous case but 
solution you have provided works perfect in either case.

Thanks Again! 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916752#3916752

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916752


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2006-01-09 Thread forJbpm
Can anyone tell me What may be the cause of this problem???

Any help is highly appreciated

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916537#3916537

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916537


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Null Exception when identity.db.xml is not null????

2006-01-06 Thread forJbpm
When I try to run my test program I get error at following line
anonymous wrote : 
  | 
IdentityXmlParser.parseEntitiesResource(JBPM_HOME/jbpm/src/resources/hsqldb/identity.db.xml);
  | 
  | 
as 
anonymous wrote : java.lang.RuntimeException: couldn't parse identities from 
stream 'null'
  | at 
org.jbpm.identity.xml.IdentityXmlParser.parse(IdentityXmlParser.java:43)
  | at 
org.jbpm.identity.xml.IdentityXmlParser.parse(IdentityXmlParser.java:35)
  | at 
org.jbpm.identity.xml.IdentityXmlParser.parseEntitiesResource(IdentityXmlParser.java:27)
  | at com.GenMonDec.GenMonDecTest.setUp(GenMonDecTest.java:38)
  | at junit.framework.TestCase.runBare(TestCase.java:125)
  | at junit.framework.TestResult$1.protect(TestResult.java:106)
  | at junit.framework.TestResult.runProtected(TestResult.java:124)
  | at junit.framework.TestResult.run(TestResult.java:109)
  | at junit.framework.TestCase.run(TestCase.java:118)
  | at junit.framework.TestSuite.runTest(TestSuite.java:208)
  | at junit.framework.TestSuite.run(TestSuite.java:203)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
  | 
  | 

when my identity.db.xml file is not null It has usual content as
identity
  |   user name=cookie monster email=[EMAIL PROTECTED] 
password=crunchcrunch /
  |   user name=ernie email=[EMAIL PROTECTED] 
password=canthereyoubert,theresabananainmyear /
  |   user name=bert email=[EMAIL PROTECTED] 
password=ernie,theresabananainyourear /
  |   user name=grover email=[EMAIL PROTECTED] password=mayday mayday /
  | /identity
  | 
Can anyone tell me the reason???

Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916205#3916205

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916205


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: deploy process archive problem in eclipse

2005-12-20 Thread forJbpm
Hi!

I also used to face similar problem 
But then I followed deployment steps given in 
http://www.jboss.com/index.html?module=bbop=viewtopict=71043 this thread  and 
It worked fine.

Good Luck!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913615#3913615

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913615


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Servlet.service() for servlet jsp threw exception

2005-12-16 Thread forJbpm
Looked in to code :
in GraphElement.java error is at anonymous wrote :  
action.execute(ExecutionContext) 

which traces back to anonymous wrote : actionHandler.execite(executionContext)

At this place ActionHandler must be null anonymous wrote : 
  | ActionHandler actionHandler =(ActionHandler) actionDelegation.getInstance();
  | 

that look quite acceptable as actionDelegation is not set yet (???)

 I still cant understand what is referncedAction ??

I will again go through code. Need to understand it better.

Any opinion about * Thu Dec 15, 2005 16:25 PM  * error post?



Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913164#3913164

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913164


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - unique id for each process Instance??

2005-12-15 Thread forJbpm
Hi!

Is there any unique id associated with instance of processdefinition?
which you can use to fetch a particular process later..
How do you track a particular process to find out its state etc..?
How do you get the pool of all the process instances? 
can A suprocess be instantiated on a different engine..(May be jbpm engine 
installed on another machine?)


Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912971#3912971

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912971


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread forJbpm
hah!
That was real fast!! Thanks a lot!!!
How do you happen to know everything???
Since when are working with this? 

Thanks a lot! again

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912979#3912979

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912979


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread forJbpm
anonymous wrote : Our plan is to run different process instances on different 
VMs, but a process instance's lifecycle will live on one VM. 

Could you please elaborate this?? 

I think with Jbpm, I will have to create my own webinterface etc.. so I am 
gonna need to update it lot many times for displaying current state. ( the way 
you said *commit* the changes save the state everytime.)

Lot of reading to do now. Can you please refer me to some documents which may 
be helpful for me for jbpm?

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912988#3912988

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912988


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Servlet.service() for servlet jsp threw exception

2005-12-15 Thread forJbpm
Hi!

I am getting these exception for most of my processes.. Whenever I try to 
Start New Process Execution..
even if the Process is exact copy of websale example.

anonymous wrote : 16:16:01,516 ERROR [[FacesServlet]] Servlet.service() for 
servlet FacesServlet threw exception
  | javax.faces.FacesException: org.apache.jasper.JasperException
  | at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)
  | at 
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | Caused by: org.apache.jasper.JasperException
  | at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:370)
  | at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
  | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
  | at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
  | at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
  | at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
  | at 

[JBoss-user] [JBoss jBPM] - Re: Servlet.service() for servlet jsp threw exception

2005-12-15 Thread forJbpm
Hi!

I also Always get exceptions  whenever I try to *save and close * the instance.

anonymous wrote : 17:06:54,286 ERROR [[FacesServlet]] Servlet.service() for 
servlet FacesServlet threw exception
  | javax.faces.FacesException: Error calling action method of component with 
id taskform:transitionButton
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
  | at javax.faces.component.UICommand.broadcast(UICommand.java:106)
  | at 
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
  | at 
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:271)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | Caused by: javax.faces.el.EvaluationException: Exception while invoking 
expression #{taskBean.saveAndClose}
  | at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
  | ... 37 more
  | Caused by: org.jbpm.graph.def.DelegationException
  | at 
org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:299)
  | at 
org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:293)
  | at 
org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:195)
  | at 
org.jbpm.graph.def.GraphElement.fireAndPropagateEvent(GraphElement.java:149)
  | at org.jbpm.graph.def.GraphElement.fireEvent(GraphElement.java:133)
  | at org.jbpm.graph.def.Transition.take(Transition.java:79)
  | at 

[JBoss-user] [JBoss jBPM] - Re: deploy processdefinition (java object)

2005-12-14 Thread forJbpm
Here in this case I meant if I write a java class where I define my 
processdefinition as 

ProcessDefinition processDefinition = ProsessDefinition.parseXmlString 
(xml representation of processdefinition goes here)
followed with all the required classes etc. 
In eclipse I can run it to see that its transitioning from one node to another 
but If I want to see it in Browser is it possible??? (I mean to say Graphical 
representation where I can see these tranisitions)

Please help!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912648#3912648

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912648


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-14 Thread forJbpm
My plan was to to use the jbpm web interface as a debugger interface. But I 
will have another   php or jsp page as my user interface where I can display 
all my variables. In that case you dont need controller variables as such. (??)
Can I acces jbpm engine using anyother language than java (may be using 
something like REST interface?) 

Please suggest!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912651#3912651

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912651


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: deploying processdefinition

2005-12-14 Thread forJbpm
for a normal .par file 

1.move curser to your src/process/YOURDEFN.par 
2. right click on it and select *deploy process archieve* 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912654#3912654

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912654


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2005-12-14 Thread forJbpm
Hi sforema,

Thanks a lot for quick answers!

anonymous wrote : How are you looking for it? Are you querying the database? 
I was assuming that in my actionHandler if I say
 executionContext.leavenode() ; My processDefinition will leave the current 
node and move to next one. and I will be able to see it in browser. 
Do you have your own interface to watch this processtransitions?

Again, Thanks a lot! 
I am just trying to clear all my doubts. I have worked with other opensourse 
workflow products but this one is taking time..(May be because I am still 
trying to relate it to other products!)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912659#3912659

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912659


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - java.sql.SQLException: Table already exists: JBPM_ACTION in

2005-12-14 Thread forJbpm
Hi!

When I try to test WebsaleTest.java second time I get following error

anonymous wrote : java.sql.SQLException: Table already exists: JBPM_ACTION in 
statement [create table JBPM_ACTION]
  | at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
  | at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
  | at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
  | at 
com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:63)
  | at org.jbpm.db.JbpmSchema.execute(JbpmSchema.java:230)
  | at org.jbpm.db.JbpmSchema.createSchema(JbpmSchema.java:149)
  | at 
org.jbpm.db.AbstractDbTestCase.getJbpmSessionFactory(AbstractDbTestCase.java:28)
  | at 
org.jbpm.db.AbstractDbTestCase.beginSessionTransaction(AbstractDbTestCase.java:81)
  | at org.jbpm.db.AbstractDbTestCase.setUp(AbstractDbTestCase.java:71)
  | at org.jbpm.websale2.WebSaleTest.setUp(WebSaleTest.java:34)
  | at junit.framework.TestCase.runBare(TestCase.java:125)
  | at junit.framework.TestResult$1.protect(TestResult.java:106)
  | at junit.framework.TestResult.runProtected(TestResult.java:124)
  | at junit.framework.TestResult.run(TestResult.java:109)
  | at junit.framework.TestCase.run(TestCase.java:118)
  | at junit.framework.TestSuite.runTest(TestSuite.java:208)
  | at junit.framework.TestSuite.run(TestSuite.java:203)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)

Technically speaking when I do it second time 
 super.setup()
should not initialize jbpmSessionFactory (??)
Even When I saw the code for AbstractDbTestClass It says:

 if (! isJbpmSessionFactoryInitialized) {} 
Why is it still throwing this SQLException???


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912733#3912733

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912733


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2005-12-14 Thread forJbpm
and then it also gives me 
anonymous wrote : java.lang.NullPointerException
  | at 
org.jbpm.db.AbstractDbTestCase.beginSessionTransaction(AbstractDbTestCase.java:81)
  | at org.jbpm.db.AbstractDbTestCase.setUp(AbstractDbTestCase.java:71)
  | at org.jbpm.websale2.WebSaleTest.setUp(WebSaleTest.java:34)
  | at junit.framework.TestCase.runBare(TestCase.java:125)
  | at junit.framework.TestResult$1.protect(TestResult.java:106)
  | at junit.framework.TestResult.runProtected(TestResult.java:124)
  | at junit.framework.TestResult.run(TestResult.java:109)
  | at junit.framework.TestCase.run(TestCase.java:118)
  | at junit.framework.TestSuite.runTest(TestSuite.java:208)
  | at junit.framework.TestSuite.run(TestSuite.java:203)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
  | 
  |  this exception as a result of it.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912734#3912734

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912734


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - working with jbpm

2005-12-13 Thread forJbpm
Hi!

I have been working on jbpm for quite a long time now(2 weeks fully) .  I am 
still not able to find out how a processdefinitions moves from one state to 
another state.
processInstance.signal() is what I thought will do the job (Actually It does if 
I write a test class to test my process I can see that) But when I actually 
deploy a process I am just not able to see that transition from one state to 
next state. 
I am sorry but I really need some conceptual advice on this.
May be somebody can just tell me steps to follow for a complete workflow.
Or any example (other than Websale) will do!
I am sure that jbpm is a great product with GPD and ease of development which 
is definitely a plus point compare to few opensource products available in 
market. 
 
Thanks in Advance!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912339#3912339

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912339


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - deploy processdefinition (java object)

2005-12-13 Thread forJbpm
How do you deploy a process definition which is represented in a java object?
Is it possible to view the graphical representation of the same after you 
deploy it.




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912434#3912434

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912434


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-13 Thread forJbpm
Hi!

Can anyone please tell me 
Why defining a controller variable is absolutely necessary for a given task?
or it is not?




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912439#3912439

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912439


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-12 Thread forJbpm
Thanks Ronald!(???)
That was the catch. I just defined a controleer variable in my task and it 
works fine now (but still ProcessInstance.signal() dosent advance to next step 
though). 
Is it absolutely essential to have a controller variable for a given task??? or 
was it because my earlier versions of Workflow had that defined and later I 
removed it thats why it was still expecting those variables?

Again, Thanks a lot!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912113#3912113

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912113


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: deploy a process definition

2005-12-12 Thread forJbpm
Hi!
follow this thread. It explains deployment process in detail.

http://www.jboss.com/index.html?module=bbop=viewtopict=71043

ATB!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912181#3912181

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912181


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Deploying Par File from eclipse 3.1

2005-12-09 Thread forJbpm
to avoid confusion I have started a new thread for this new problem

http://www.jboss.com/index.html?module=bbop=viewtopict=73695

I will take care of all these things next time onwards.
Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3911775#3911775

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911775


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - javax.faces.FacesException: Error calling action method of c

2005-12-09 Thread forJbpm
When I click on *save* to save my process I get following exception.

javax.faces.FacesException: Error calling action method of component with id 
taskform:_id9
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
  | at javax.faces.component.UICommand.broadcast(UICommand.java:106)
  | at 
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
  | at 
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:271)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | Caused by: javax.faces.el.EvaluationException: Exception while invoking 
expression #{taskBean.save}
  | at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
  | ... 37 more
  | Caused by: java.lang.NullPointerException
  | at org.jbpm.webapp.bean.TaskBean.save(TaskBean.java:86)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
  | ... 38 more
  | 

Am I missing something in this case?
May be I need to build my class path to point it to something??

Please Help!
Looks like I am only landing in to problems somehow


View 

[JBoss-user] [JBoss jBPM] - Re: Deploying Par File from eclipse 3.1

2005-12-08 Thread forJbpm
Hi 
I could deploy my process archive finally.
I just followed steps given in one of the forum thread. I got following message 
as well!

12:41:24,767 DEBUG [DeployServlet] deploying archive 
file:///JBPM_HOME/build/ECSDemo4.par
  | 12:41:25,033 DEBUG [FileDefinition] preparing file 'processimage.jpg' for 
storage in the database
  | 12:41:25,038 DEBUG [FileDefinition] preparing file 'gpd.xml' for storage in 
the database
  | 12:41:25,050 DEBUG [ProcessArchiveDeployer] starting transaction to deploy 
process ProcessDefinition(ECSDemo4)
  | 12:41:25,241 DEBUG [ProcessArchiveDeployer] flushing...
  | 12:41:25,378 DEBUG [ProcessArchiveDeployer] committing transaction to 
deploy process ProcessDefinition(ECSDemo4)
  | 12:41:25,413 DEBUG [PersistenceContext] committing transaction

But now when I log in and click on my process to Start New Process Execution
I get following error

12:42:10,001 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
  | java.lang.NullPointerException
  | at 
org.jbpm.webapp.tag.ProcessImageTag.extractBoxConstraint(ProcessImageTag.java:98)
  | at 
org.jbpm.webapp.tag.ProcessImageTag.writeTable(ProcessImageTag.java:69)
  | at 
org.jbpm.webapp.tag.ProcessImageTag.doEndTag(ProcessImageTag.java:42)
  | at 
org.apache.jsp.task_jsp._jspx_meth_jbpm_processimage_0(org.apache.jsp.task_jsp:722)
  | at 
org.apache.jsp.task_jsp._jspx_meth_f_view_0(org.apache.jsp.task_jsp:168)
  | at org.apache.jsp.task_jsp._jspService(org.apache.jsp.task_jsp:116)
  | at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
  | at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
  | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
  | at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
  | at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
  | at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
  | at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
  | at 
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 

[JBoss-user] [JBoss jBPM] - Re: Deploying Par File from eclipse 3.1

2005-12-08 Thread forJbpm
Is it okay if I continue in this thread or should I start new one?? 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3911517#3911517

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911517


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Servlet.service() for servlet jsp threw exception

2005-12-08 Thread forJbpm
Hi,

I was trying to deploy my processarchive  which I couldn't deploy with Eclipse 
IDE- move curser to your par process -right click - select deploy process 
archieve.

So I followed this post 
http://www.jboss.com/index.html?module=bbop=viewtopict=71043
and could successfully deploy my process. 

this activity is logged in my log as :
16:12:30,662 DEBUG [DeployServlet] deploying archive 
file:///JBPM_HOME/build/ECSDemo4.par
  | 16:12:30,847 DEBUG [FileDefinition] preparing file 'processimage.jpg' for 
storage in the database
  | 16:12:30,852 DEBUG [FileDefinition] preparing file 'gpd.xml' for storage in 
the database
  | 16:12:30,864 DEBUG [ProcessArchiveDeployer] starting transaction to deploy 
process ProcessDefinition(ECSDemo4)
  | 16:12:31,486 DEBUG [ProcessArchiveDeployer] flushing...
  | 16:12:31,795 DEBUG [ProcessArchiveDeployer] committing transaction to 
deploy process ProcessDefinition(ECSDemo4)
  | 16:12:31,857 DEBUG [PersistenceContext] committing transaction
  | 

But when I log in  and click on my process to start new process execution I get 
error as 
16:14:00,459 DEBUG [GraphElement] event 'process-start' on 
'ProcessDefinition(ECSDemo4)' for 'Token(/)'
  | 16:14:00,466 DEBUG [GraphElement] event 'task-create' on 'Task(Start)' for 
'Token(/)'
  | 16:14:00,481 DEBUG [GraphElement] event 'task-assign' on 'Task(Start)' for 
'Token(/)'
  | 16:14:00,516 DEBUG [TaskBean] initialized availableTransitions null
  | 16:14:01,580 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
  | java.lang.NullPointerException
  | at 
org.jbpm.webapp.tag.ProcessImageTag.extractBoxConstraint(ProcessImageTag.java:98)
  | at 
org.jbpm.webapp.tag.ProcessImageTag.writeTable(ProcessImageTag.java:69)
  | at 
org.jbpm.webapp.tag.ProcessImageTag.doEndTag(ProcessImageTag.java:42)
  | at 
org.apache.jsp.task_jsp._jspx_meth_jbpm_processimage_0(org.apache.jsp.task_jsp:722)
  | at 
org.apache.jsp.task_jsp._jspx_meth_f_view_0(org.apache.jsp.task_jsp:168)
  | at org.apache.jsp.task_jsp._jspService(org.apache.jsp.task_jsp:116)
  | at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
  | at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
  | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
  | at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
  | at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
  | at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
  | at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
  | at 
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 

[JBoss-user] [JBoss jBPM] - Re: My workflow doesn't run correctly

2005-12-07 Thread forJbpm
I am reallly sorry for confusing everyone.
But I thought that problem is related so I posted it in the same thread as I am 
doing it in similar way.
Anyways, Again sorry for all the confusion!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3911189#3911189

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911189


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: My workflow doesn't run correctly

2005-12-06 Thread forJbpm
Hi!
Could you please explain this a bit?
I am sorry about it but the process definitions I have already deployed are 
just stuck in one state. 
processInstance.signal() is supposed to move the WF from one state to next 
state?? (Is it right?) Thats what the impression I had! 
If One of my state (in WF) dosent have any task or action associated with it. 
How will it proceed to next state?
Please explain this a bit. 
I am really confused at this stage.
Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910979#3910979

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910979


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: My workflow doesn't run correctly

2005-12-06 Thread forJbpm
When I try to debug my processdefinition. I Console window I see that its going 
in a somekind of loop. and I get following messages in the console window 
repeatadly!! I am really not able to find any reson for this. May be looking at 
console output you can give me some ideas? 
This may be the reason for my processdefinition getting stuck in one state!
Please Help!

15:09:45,844 WARN  JpdlXmlReader : process xml warning: warning: no swimlane or 
assignment specified for task 'task xmlns=http://jbpm.org/3/jpdl; 
blocking=false priority=normal
  |  controller
  | variable name=message access=read,write/
  |  /controller
  |   /task'
  | 15:09:45,895 DEBUG GraphElement : event 'process-start' on 
'ProcessDefinition(ECSDemo3)' for 'Token(/)'
  | 15:09:46,088 DEBUG GraphElement : event 'before-signal' on 
'StartState(startECSFlow)' for 'Token(/)'
  | 15:09:46,139 DEBUG GraphElement : event 'node-leave' on 
'StartState(startECSFlow)' for 'Token(/)'
  | 15:09:46,189 DEBUG GraphElement : event 'transition' on 
'Transition(1d008ff)' for 'Token(/)'
  | 15:09:46,240 DEBUG GraphElement : executing action 'action[action]'
  | 15:09:46,434 WARN  JpdlXmlReader : process xml warning: warning: no 
swimlane or assignment specified for task 'task xmlns=http://jbpm.org/3/jpdl; 
blocking=false priority=normal
  |  controller
  | variable name=message access=read,write/
  |  /controller
  |   /task'

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910991#3910991

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910991


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Deploying Par File from eclipse 3.1

2005-12-02 Thread forJbpm
Hi! 
Thanks! 
I am running my jbpm server. I deployed few of simple workflows before this. 
But In this case I tried to complicate a bit (Not much). I am trying to 
implement something like websale example but much simpler than that with only 
two steps.

 
 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910275#3910275

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910275


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Deploying Par File from eclipse 3.1

2005-12-02 Thread forJbpm
nah! :-(
No trace in jbpmserver or even .log file.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910303#3910303

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910303


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   >