[JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?
by florian79
I have the same problem in this jbpm version:
| 18:20:07,572 INFO [STDOUT] [2007.03.07][com.dooris.base.portal.BPMAction][org.jbpm.JbpmException: problem closing services {persistence=org.jbpm.JbpmException: no jbpm tx service configured}][ERROR]:
| 18:20:07,572 ERROR [STDERR] javax.ejb.EJBException: org.jbpm.JbpmException: problem closing services {persistence=org.jbpm.JbpmException: no jbpm tx service configured}
| 18:20:07,572 ERROR [STDERR] at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69)
| 18:20:07,572 ERROR [STDERR] at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)
| 18:20:07,572 ERROR [STDERR] at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191)
| 18:20:07,572 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 18:20:07,588 ERROR [STDERR] at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
| 18:20:07,588 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 18:20:07,588 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
| 18:20:07,588 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 18:20:07,588 ERROR [STDERR] at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
| 18:20:07,588 ERROR [STDERR] at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:131)
| 18:20:07,588 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 18:20:07,588 ERROR [STDERR] at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
| 18:20:07,588 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 18:20:07,588 ERROR [STDERR] at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
| 18:20:07,588 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| 18:20:07,588 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:211)
| 18:20:07,588 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:79)
| 18:20:07,588 ERROR [STDERR] at $Proxy105.createProcessInstance(Unknown Source)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025877#4025877
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025877
19Â years, 1Â month
[JBossCache] - Annotations not found, where are they?
by bob_ninja
1.4.1 SP1, Windows JDK 1.5
I am following the manual, section 7.2.2, that specifies:
"... @org.jboss.cache.aop.annotation.PojoCacheable and @org.jboss.cache.aop.annotation.InstanceOfPojoCacheable."
Also I am looking at the packaged example:
@org.jboss.cache.aop.annotation.InstanceOfPojoCacheable
public class Person {
When I use it in my code it fails. Class not found. I examined both JavaDocs and the library archive, jboss-cache.jar. Both have only the following annotation classes:
"NonTransient, Serializable, Transient"
There is no sign of the bean annotations. These appear to be field annotations. So my question is where are they? Should I be using these or another method? I would prefer to avoid having to run preprocessors of any sort. Should I use the XML config file?
Using JDK 1.5 what is the least painful method of instrumenting beans that works?
thanks
P.S.: Seems I am missing something obvious and I searched forums and site, but just don't see the answer.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025872#4025872
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025872
19Â years, 1Â month