=== Environment ============================== 
- jBPM Version : 4.1
- Database : HSQL
- JDK : 1.6.0_15 (Apple)
- Container : Tomcat
- Configuration : remote.client.jbpm.cfg.xml provided with the distribution 
- Libraries : From the JBoss maven repository (4.1)

=== Process ================================== 
No process at my stage...

=== API =================================== 
Spring configuration :

                <!-- Connect to the remote JBPM server -->
                <constructor-arg value="remote.client.jbpm.cfg.xml" />
        

=== Stacktrace ============================== 
Bit long so just put the cause:

Caused by: org.jbpm.api.JbpmException: 
  error: no element parser for tag ejb-remote-command-service in category 
descriptor [line=18 column=64 ]
        at 
org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:168)
        at 
org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:141)
        at org.jbpm.pvm.internal.xml.Parse.checkErrors(Parse.java:189)
        at 
org.jbpm.pvm.internal.cfg.JbpmConfiguration.parse(JbpmConfiguration.java:165)
        at 
org.jbpm.pvm.internal.cfg.JbpmConfiguration.setInputStream(JbpmConfiguration.java:132)
        at 
org.jbpm.pvm.internal.cfg.SpringConfiguration.(SpringConfiguration.java:63)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at 
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
        ... 49 more

=== Problem description ========================= 
I'm not able to have a working remote client.... See stacktrace...
Issue doesn't seems to come from Spring as it works fine if I use embedded JBPM.

Thanks for your help

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253234
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to