[jboss-user] [jBPM] - Re: jbpm, process definitions, jboss - looking for knowledge
Piotr Tempes
do-not-reply at jboss.com
Mon Apr 4 13:50:17 EDT 2011
Piotr Tempes [http://community.jboss.org/people/carek] created the discussion
"Re: jbpm, process definitions, jboss - looking for knowledge"
To view the discussion, visit: http://community.jboss.org/message/597640#597640
--------------------------------------------------------------
well I found out that transaction managers/datasources aren't remotely accesible... You need register your jndi as global jndi and acces it by http or jnp:
http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/ http://www.engfers.com/2008/08/07/exposing_accessing-jboss-jndi-objects_datasources-from-an-external-jvm/
and if it comes to transaction managers, I am not sure if it is possible at all:
"While it does support propagating transaction contexts with remote calls, it does not support propagating transaction contexts to other virtual machines, so all transactional work must be done in the same virtual machine as the JBoss server."
from:
http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch4.chapt.html http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch4.chapt.html
after all I gave up... I am now writing web application which I am going to deploy on jboss and try to connect to it via rmi or something like that.
Good luck to you
btw. if you manage to do that after all please let me know how ;)
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/597640#597640]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110404/7658a9e0/attachment-0001.html
More information about the jboss-user
mailing list