[JBoss-user] [Management, JMX/JBoss] - Unable to find operation

2006-05-16 Thread elvioandrade
Hi, I have this MBean that is exposed as a service: | public interface WFEServiceMBean extends ServiceMBean { | | | public List getInputs(); | | void reset(); | | void addElement(String elementInfo); | } | when I invoke operations on him through

[JBoss-user] [JBoss jBPM] - Exception Handling

2006-05-16 Thread elvioandrade
Hi, I have some doubts about the exception handling mechanism and I would appreciate some help. I have defined some processes and they all follow the same philosofy, in all the nodes I have an ActionHandler that executes some logic. They all look like this: | node name=node5 |

[JBoss-user] [Management, JMX/JBoss] - Re: Unable to find operation

2006-05-16 Thread elvioandrade
yes. regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3943509#3943509 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943509 --- Using Tomcat but need to do more?

[JBoss-user] [Management, JMX/JBoss] - Re: Unable to find operation

2006-05-16 Thread elvioandrade
Thanks, it worked! best regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3943529#3943529 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943529 --- Using Tomcat but

[JBoss-user] [JBoss jBPM] - CMT and Jbpm

2006-05-04 Thread elvioandrade
hi, i am trying to delegate the transactional behaviour of Jbpm on the container and for that I changed the jbpm.cfg.xml file to include: | service name=persistence | factory | bean class=org.jbpm.persistence.db.DbPersistenceServiceFactory |

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-17 Thread elvioandrade
Hi, I have checked and I am using the same oracle driver. This is the output that appears: | 12:58:42,326 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults. | 12:58:42,493 WARN [EhCacheProvider] Could not find configuration

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-17 Thread elvioandrade
Hi, I guess I did not explain myself well. When I first deployed JBPM in my JBoss and after configuring the datasources, each time I tried to deploy a new process definition in the database, instead of only inserting one, two process definition were being inserted with the same name and

[JBoss-user] [Management, JMX/JBoss] - Deployment Error

2006-04-17 Thread elvioandrade
Hi, a strange error is happening to me, if I deploy a Jmx Service when I have the AS running, an exception is thrown and the deployment fails. It throws the typical: | Class does not expose a management interface: java.lang.Object) | If I re-start the server, then the service is

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-13 Thread elvioandrade
Hi, it is me again, I have successfully configured the jboss server on the starter-kit to use my oracle DB, but when i try to make the same in my standard jboss it seems to fail, the startup process seems to block after this output : [SessionFactoryImpl] Checking 25 named queries I have

[JBoss-user] [JBoss jBPM] - JBPM without starter kit

2006-04-07 Thread elvioandrade
Hi, I want to install JBPM on a already installed and configured jboss-4.0.3SP1. The server already has applications on and I just want to add JBPM so I can introduce new functionalities. Can anyone tell me what to do? Can I just copy the jbpm.sar directory into the deploy directory of jboss?

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-07 Thread elvioandrade
Yes, I will have to use chapter 8 knowledge in order to configure JBPM to use Oracle10g. I will also write some session beans that will trigger my workflows processes. thanks for your help Best regards View the original post :

[JBoss-user] [JBoss jBPM] - CMT and jBpm

2006-02-24 Thread elvioandrade
Hi, I don't have mutch experience using jBpm and I would like to hear your expertise in order to clarify some doubts that I have. First I will give a brief explanation of the scenario. - I have a session bean that is responsable to handle requests and to start workflow processes. - These