[JBoss Messaging] New message: "JBoss4 & 5 messaging"
by Ali Gohar
User development,
A new message was posted in the thread "JBoss4 & 5 messaging":
http://community.jboss.org/message/531674#531674
Author : Ali Gohar
Profile : http://community.jboss.org/people/agohar
Message:
--------------------------------------------------------------
Hi,
I am trying to run jboss4 and jboss5 on the same machine, both as "all" configuration. JBoss 4.0.2 is using a separate mysql database for its jms queues and clustering (Although there is only 1 node in cluster, itself). And JBoss5 is using its own mysql db for its jms and clustering (same 1 node in cluster, itself). We have configured a separate virtual IP address for JBoss5 and we bind jboss 4 and 5 to different IPs using "-b" option. Both jboss servers start fine but when applications try to lookup message queues on jboss4, it throws error that queue is not bound . Although the queue is there if I check from jmx-console. If i stop jboss5 and start jboss4 on its own then it works perfectly fine. It looks like jms is conflicting with each other. Can anybody please help, and let me know what can I do to fix this problem? Or is it even possible to run jboss4 and 5 on same machine?
Thanks
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531674#531674
16 years, 4 months
[jBPM] New message: "Re: JBPM4.3 with Tomcat Sever"
by Geoff Macartney
User development,
A new message was posted in the thread "JBPM4.3 with Tomcat Sever":
http://community.jboss.org/message/531668#531668
Author : Geoff Macartney
Profile : http://community.jboss.org/people/GeoffMacartney
Message:
--------------------------------------------------------------
hi Vijaya,
for interest, can I ask did you get JBPM4.3 working successfully with JBoss 4.2.2?
I am trying to get it deployed as a service on Jboss 4.2.3 and getting various errors in the JBoss startup log, e.g.
DeploymentException: No ClassLoaders found for: org.jboss.jms.server.destination.QueueService
and
org.jbpm.JbpmException: couldn't parse jbpm configuration from resource 'jbpm.cfg.xml'
...Caused by: org.jbpm.JbpmException: no ObjectInfo class specified for element 'import'
I haven't seen any forum posts from anyone who has got it working successfully, and I just wondered what your experience was.
regards
Geoff
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531668#531668
16 years, 4 months
[jBPM] New message: "Re: Deploying java class with the process"
by anis jaballah
User development,
A new message was posted in the thread "Deploying java class with the process":
http://community.jboss.org/message/531648#531648
Author : anis jaballah
Profile : http://community.jboss.org/people/anisj1m
Message:
--------------------------------------------------------------
Hi,
//Process Engine
ProcessEngine processEngine = new Configuration().setResource("jbpm.cfg.xml").buildProcessEngine();
//Repository Service
RepositoryService repositoryService = processEngine.getRepositoryService();
// Deployer le process et ces dependances
repositoryService.createDeployment()
.addResourceFromClasspath("com/jbpm/tuto/MyProcess.jpdl.xml")
.addResourceFromClasspath("com/jbpm/tuto/MyProcess.png")
.deploy();
and i user a <java> and the function is ok and i can access it but i searched for the class in the database but i couldnt find it.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531648#531648
16 years, 4 months