Re: MQ Connection (on the network) using servicemix on geronimo 1.1.1

2007-09-13 Thread Kevan Miller
On Sep 12, 2007, at 11:34 PM, Anshuk Chinmoy Pal Chaudhuri wrote: Hi, The scenario is more like this. I am having the j2ee application client on Geronimo 1.1.1 server, which needs to talk to the websphere mq sitting on other machine. The websphere mq ip needs to be somewhere

how to change the web console's web container

2007-09-13 Thread yjz
I tried to follow the instruction on this previous post (http://www.mail-archive.com/user@geronimo.apache.org/msg04895.html) on how to expose a web app to different port. This works great except for geronimo's web console. Does anybody know how to change web console's web container or port? There

Re: how to change the web console's web container

2007-09-13 Thread yjz
sorry, let me clarify that I would like web console goes to a web container that is different than the default web container. All other web apps will still use the default web container. yjz wrote: I tried to follow the instruction on this previous post

Problem with referencing to beans from other ejb-jars

2007-09-13 Thread Tomasz Mazan
Hello I got deployed module A (JAR) and application B (EAR). A) Contains stateless bean @Stateless(name = JmsDispatcherGate) public class JmsDispatcherGateImpl implements DispatcherGateLocal, DispatcherGateRemote { and - of course - necessary interfaces. ejb-jar.xml does'nt contain

Re: change password for account 'system'

2007-09-13 Thread Lin Sun
Hi, Just for the record, I got a private note from the sender that he was starting the g 1.1 server from Eclipse. So we should be okay with this scenario in 2.0 outside of Eclipse. This may be a good scenario to try with our latest eclipse plugin RC, if someone already got an env. for

Re: Problem with referencing to beans from other ejb-jars

2007-09-13 Thread David Blevins
Hi Tomasz, I created a doc for you that describes the missing parts. http://cwiki.apache.org/OPENEJB/ejb-refs.html Keep what you have with the openejb-jar and add the parts described in this to your ejb-jar.xml. Unfortunately, while looking into this I discovered that our code for