Bootstraping multiple EAR's

2010-07-28 Thread Dmitry . Shultz
Hi All, I'm working on the project that's going to be reimplemented following SOA i.e. each service is deployed as separated application (EAR in our case) having its own datasource/PU. The whole services inventory can be distributed across multiple boxes, but for start it is going to be deplo

Re: openejb 3.1 error on start under SnowLeopard

2010-07-28 Thread Henri Gomez
> Dynamically adding a javaagent should work in java 1.6 and clearly the linux > jmv supports it just fine.  Seems like a VM bug in the Snow Leopard box > ("MacosxAttachProvider" "MacosxVirtualMachine") > > Caused by: com.sun.tools.attach.AttachNotSupportedException: Unable to > open socket file:

Re: openejb 3.1 error on start under SnowLeopard

2010-07-28 Thread David Blevins
On Jul 28, 2010, at 5:44 AM, Henri Gomez wrote: >> You might be able to pass it via the JAVA_OPTS variable. Basically the goal >> is to copy the openejb-javaagent-3.x.x.jar into the tomcat.home/lib/ >> directory and make sure this java option is getting passed to the jvm: >> >> -javaagent:$C

Re: openejb 3.1 error on start under SnowLeopard

2010-07-28 Thread Henri Gomez
> You might be able to pass it via the JAVA_OPTS variable.  Basically the goal > is to copy the openejb-javaagent-3.x.x.jar into the tomcat.home/lib/ > directory and make sure this java option is getting passed to the jvm: > >  -javaagent:$CATALINA_HOME/lib/openejb-javaagent-3.x.x.jar > > When th