[JBoss-user] [JBoss jBPM] - Re: Using jBPM with EJB, Could you help me?

2006-07-10 Thread hien_2008
Thanks Ronald,

It's very useful to me and fixed my problem. I just replace ehcache-1.1.jar by 
using ehcache-1.2.jar and it worked

BTW: Why the servlet environment (I deployed in TOMCAT without EJB context) 
works well but EJB? what are differences between these environments?

Hien

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Using jBPM with EJB, Could you help me?

2006-07-09 Thread kukeltje
PLEASE post the full error, how on earth do you think we can know what is going 
on.

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Using jBPM with EJB, Could you help me?

2006-07-09 Thread hien_2008
Hi Ronald,

Here is error message details
=
2006-07-10 01:55:07,203 ERROR [STDERR] java.lang.RuntimeException: 
java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access 
method net.sf.ehcache.CacheManager.()V from class 
org.hibernate.cache.EhCacheProvider
2006-07-10 01:55:07,203 ERROR [STDERR]  at 
org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.postConstruct(LifecycleInterceptorHandler.java:109)
2006-07-10 01:55:07,203 ERROR [STDERR]  at 
org.jboss.ejb3.EJBContainer.invokePostConstruct(EJBContainer.java:582)
2006-07-10 01:55:07,203 ERROR [STDERR]  at 
org.jboss.ejb3.AbstractPool.create(AbstractPool.java:108)
2006-07-10 01:55:07,203 ERROR [STDERR]  at 
org.jboss.ejb3.ThreadlocalPool.get(ThreadlocalPool.java:48)
2006-07-10 01:55:07,203 ERROR [STDERR]  at 
org.jboss.ejb3.cache.simple.SimpleStatefulCache.create(SimpleStatefulCache.java:207)
2006-07-10 01:55:07,203 ERROR [STDERR]  at 
org.jboss.ejb3.stateful.StatefulContainer.createSession(StatefulContainer.java:209)
2006-07-10 01:55:07,203 ERROR [STDERR]  at 
org.jboss.ejb3.stateful.StatefulLocalProxyFactory.createProxy(StatefulLocalProxyFactory.java:100)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.JndiProxyFactory.getObjectInstance(JndiProxyFactory.java:52)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jnp.interfaces.NamingContext.getObjectInstance(NamingContext.java:1125)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jnp.interfaces.NamingContext.getObjectInstanceWrapFailure(NamingContext.java:1142)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:705)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
javax.naming.InitialContext.lookup(InitialContext.java:351)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
com.inet.ejb.bo.workflow.WorkflowBusinessBean.initContext(WorkflowBusinessBean.java:44)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
java.lang.reflect.Method.invoke(Method.java:585)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.interceptor.LifecycleInvocationContextImpl.proceed(LifecycleInvocationContextImpl.java:159)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.postConstruct(LifecycleInterceptorHandler.java:105)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.EJBContainer.invokePostConstruct(EJBContainer.java:582)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.AbstractPool.create(AbstractPool.java:108)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.ThreadlocalPool.get(ThreadlocalPool.java:48)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:54)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:227)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.aop.Dispatcher.invoke(Dispatcher.java:106)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:828)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:681)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:358)
2006-07-10 01:55:07,218 ERROR [STDERR]  at 

[JBoss-user] [JBoss jBPM] - Re: Using jBPM with EJB, Could you help me?

2006-07-09 Thread kukeltje
I assume you did not search other forums or the internet. I found this 
http://www.jbossgroup.com/index.html?module=bbop=viewtopict=85570

Can you look at it and see if it contains any valuable info?

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user