[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-03 Thread mailinator
Hi Ed, sorry i forgot, i'm on JBoss Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070567#4070567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070567 ___ jb

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-03 Thread estaub
O.M., You're now into appserver-dependent stuff. What appserver are you on? You mentioned WLI - WebLogic, perhaps? >> My wondering is about where that ejb is defined and/or deployed during the >> processus of deploying the jbpm-enterprise.ear ? C'mon, I know you know this stuff! web.xml? ejb-

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-03 Thread mailinator
Hi, thanks for helping, @Ed, i did go in the source and in find this : try { Context initial = new InitialContext(); LocalTimerServiceHome localTimerServiceHome = (LocalTimerServiceHome) initial.lookup("java:comp/env/ejb/LocalTimerServiceBean"); localTimerService = localTimerS

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread msandoz
theres also always remote debugging of the appserver...its pretty simple as you just have to uncomment one line in the run.conf and then connect to port 8787 in the remote debugger in eclipse... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070370#4070370 R

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread estaub
O.M., You're going to need to start looking at the source code to resolve this stuff. Take a look at where this is coming from: >> >> org.jbpm.scheduler.ejbtimer.EjbSchedulerService.(EjbSchedulerService.java:34) >> and you'll get a really good idea of what's going on now. Since you're now

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread mailinator
Hi, if i delete the jbpm-jpdl.jar from my WEB-INF/lib of my webapp, i have another exception (different from the previous one). exception : javax.servlet.ServletException: org.jbpm.JbpmException: ejb local timer lookup problem org.apache.struts.action.RequestProcessor.processExceptio

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread mailinator
Hi, what do you mean by jbpm ? i have deployed the jbpm-enterprise.ear on my jboss server. I also have put the jbpm-jpdl.jar and the jbpm-identity.jar in the war of my application. Is that what you mean ? I didnt see anything about config files in the jbpm-jpdl, was i wrong ? Regards, O.M.

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread estaub
JBPM deployed more than once, e.g.: - in the WAR and also in the EAR (if there is one) and also in the appserver classpath. I'm really guessing here - if I were in your situation, I'd drop some logging into getServiceFactory to try to find out what's going on. -Ed Staub View the original post

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread mailinator
Thanks for the pointers. What do you mean by "competing JBPM deployements" ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069672#4069672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069672 _

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread estaub
Well, looking at the exception, anonymous wrote : java.lang.ClassCastException: org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory | org.jbpm.svc.Services.getServiceFactory(Services.java:122) | then looking at the source it points at... | public ServiceFactory getServiceFactory(

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread mailinator
Hi, i agree with you, we should make the job of the helping people easier. I apologize if i have somehow made that job harder. I will think about what you said and wait a couple of days. Thanks for trying to help and for readin EVERY post. BTW, do you have some informations about my problem ?

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread estaub
O.M., Some of us read EVERY POST to try to help as many folks as we can. Unfortunately, there aren't very many folks who try to answer queries. So you should try to make their (unpaid, volunteer) job easier, not harder by cluttering up the forums with redundant queries. >> you don't have to fe

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread mailinator
Hi Ronald, you don't have to feel irritated. I generally wait half a day or a day before posting again. Its not that i don't like free forum, but buying commercial support isnt a solution. I tried Jbpm after giving a try to WLI because i thought it was easier. I'm beginning to think otherwise.

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread kukeltje
O.M. I really, really think you should be more patient with your questions being answered. Some people (in fact including me) may get a little irritated. If things are really important and this open, free user forum is not quick enough, I'd suggest you buy commercial support somewhere (e.g. wi

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread mailinator
Hi, no one ever encountred this issue ? If you have please help, i'm really stuck with that error and i didn't find any useful information in the userguide. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069510#4069510 Reply to the post : ht