Re: package with the same name in 2 different jar not picked up by geronimo 2.0.1

2007-11-29 Thread Jacek Laskowski
On Nov 30, 2007 1:41 AM, MShah <[EMAIL PROTECTED]> wrote: > > Geronimo 2.0.1 does not let you have a package named the same in 2 different > jars. For Example I am deploying a web project and have a jar included in > this war. The package name in jar1 is website.abc and the war has a package > ca

Re: How to shut donwn one of the instances on Gronimo while they were started by Multiple server command cmd line

2007-11-29 Thread Jacek Laskowski
On Nov 30, 2007 5:59 AM, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote: > You may also run "deploy login" which asks for username & password and > stashes the authentication info. Subsequent runs of deploy will not ask for > username & password. Type "deploy help login" to get more details on the

Job Scheduling in Geronimo 2.x

2007-11-29 Thread BenLeino
Hi, i was wondering if there is a Quartz Job Scheduler plugin, or something like this, for the new geronimo versions. It seems that the old plugin is only valid for geronimo 1.1. Is there a job scheduling solution already built in? Thanks in advance, Tim -- View this message in context: htt

Re: how to increase the limit of Portoffset ? its not working after 4000

2007-11-29 Thread abpb2006
thanks Vamsi. Vamsavardhana Reddy-2 wrote: > > On Nov 30, 2007 10:52 AM, abpb2006 <[EMAIL PROTECTED]> wrote: > >> >> this surely did help. Any clue how to disable/turn off the ActiveMQ >> brokers? > > Edit var/config/config.xml to add an attribute load="false" in name=" > ActiveMQ.tcp.defau

Despite specifying repository for mulitple instance....while deploying war using admin console in browser it still delpoys in /repository/default

2007-11-29 Thread abpb2006
Hi, I have configured multiple instances with their muliple repositories in diff locations.but when i try to deploy an application (war) from admin console from broser...it tries to deply the application in /repository/default ...where as i have menionted diff repository location for evey

Re: how to increase the limit of Portoffset ? its not working after 4000

2007-11-29 Thread Vamsavardhana Reddy
On Nov 30, 2007 10:52 AM, abpb2006 <[EMAIL PROTECTED]> wrote: > > this surely did help. Any clue how to disable/turn off the ActiveMQ > brokers? Edit var/config/config.xml to add an attribute load="false" in and . ++Vamsi > > > > djencks wrote: > > > > I think what you are finding is that A

Re: how to increase the limit of Portoffset ? its not working after 4000

2007-11-29 Thread abpb2006
this surely did help. Any clue how to disable/turn off the ActiveMQ brokers? djencks wrote: > > I think what you are finding is that ActiveMQPort + PortOffset > 65k. > > I suspect you either need to turn off the active mq brokers on these > servers or set their ports lower which you shoul

Re: How to shut donwn one of the instances on Gronimo while they were started by Multiple server command cmd line

2007-11-29 Thread Vamsavardhana Reddy
On Nov 29, 2007 1:16 PM, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 8:40 AM, abpb2006 <[EMAIL PROTECTED]> wrote: > > > is there a way we where we dont have to enter system/manager at commnad > > line. > > Yup. This is what --user and --password options are for. You may also run

Re: RMI in Geronimo is complicated!!

2007-11-29 Thread kuesley
David, Thanks for your answer.. by Kuesley@ David Blevins wrote: > > > On Nov 29, 2007, at 2:02 PM, kuesley wrote: > >> >> David, >> >> thanks for yours answer. >> >> But, if i had a application with many class and methods deployed >> using RMI >> and >> want to put inside application se

Re: how to increase the limit of Portoffset ? its not working after 4000

2007-11-29 Thread David Jencks
I think what you are finding is that ActiveMQPort + PortOffset > 65k. I suspect you either need to turn off the active mq brokers on these servers or set their ports lower which you should be able to do in var/config/config-substitutions.properties. hope this helps david jencks On Nov 29,

Re: How to shut donwn one of the instances on Gronimo while they were started by Multiple server command cmd line

2007-11-29 Thread abpb2006
it was indeed very helpful david one more quick ques... It want to increase the port offset size currnently its only taking max of 4000 how can i increase the portoffset limit this is really required in our setup. Any pointers for me? thanks in advance again. ABPB djencks wrote: > >

Re: RMI in Geronimo is complicated!!

2007-11-29 Thread David Blevins
On Nov 29, 2007, at 2:02 PM, kuesley wrote: David, thanks for yours answer. But, if i had a application with many class and methods deployed using RMI and want to put inside application service like Geronimo or JBoss or any. Is this possible? Or i will need to create a EJB Session ?

Re: How to shut donwn one of the instances on Gronimo while they were started by Multiple server command cmd line

2007-11-29 Thread David Jencks
On Nov 29, 2007, at 1:49 PM, abpb2006 wrote: oh i see. thanks. Where and how do we change the default credentials for every user instance? In trunk and perhaps 2.0.2 the default security config is configured in the server-security-config module. It's set up to use the properties file

Re: RMI in Geronimo is complicated!!

2007-11-29 Thread kuesley
David, thanks for yours answer. But, if i had a application with many class and methods deployed using RMI and want to put inside application service like Geronimo or JBoss or any. Is this possible? Or i will need to create a EJB Session ? Regards, by Kuesley@ David Blevins wrote: > > >

Re: How to shut donwn one of the instances on Gronimo while they were started by Multiple server command cmd line

2007-11-29 Thread abpb2006
oh i see. thanks. Where and how do we change the default credentials for every user instance? Jacek Laskowski wrote: > > On Nov 29, 2007 9:27 AM, abpb2006 <[EMAIL PROTECTED]> wrote: > >> What impact its gonna have evn if we use the same default user name and >> pwd >> i.e. SYSTEM and MANAGE

Re: Remote EJB lookup for Geronimo 2.0.2

2007-11-29 Thread Jacek Laskowski
On Nov 29, 2007 10:22 PM, David Blevins <[EMAIL PROTECTED]> wrote: > If you could do that, that'd be fine with me. Nice. I'm completely swamped at the moment trying to catch up with openejb, but it's also nice to hear I could do something more. Think of it as a Christmas present ;-) Jacek -- J

Re: Remote EJB lookup for Geronimo 2.0.2

2007-11-29 Thread David Blevins
On Nov 29, 2007, at 1:15 PM, Jacek Laskowski wrote: On Nov 29, 2007 9:51 PM, David Blevins <[EMAIL PROTECTED]> wrote: I've updated the example I had posted a few months ago that showed an Stateless and Stateful bean being looked up via their remote interfaces. Here's the updated version:

Re: RMI in Geronimo is complicated!!

2007-11-29 Thread David Blevins
On Nov 29, 2007, at 1:07 PM, kuesley wrote: David, I do not access EJB. I need expose a service using RMI. But I never found a tutorial or example show it. Ahh. Geronimo doesn't offer an RMI service. If you need object distribution, EJB is the Java EE supported approach. -David

Re: Remote EJB lookup for Geronimo 2.0.2

2007-11-29 Thread Jacek Laskowski
On Nov 29, 2007 9:51 PM, David Blevins <[EMAIL PROTECTED]> wrote: > I've updated the example I had posted a few months ago that showed an > Stateless and Stateful bean being looked up via their remote > interfaces. Here's the updated version: > >http://people.apache.org/~dblevins/tmp/examples

Re: RMI in Geronimo is complicated!!

2007-11-29 Thread kuesley
David, I do not access EJB. I need expose a service using RMI. But I never found a tutorial or example show it. thanks by Kuesley@ David Blevins wrote: > > > On Nov 27, 2007, at 4:09 AM, kuesley wrote: > >> >> Hi, >> >> I need to deploy my bussiness in geronimo using RMI. >> >> How do I d

Remote EJB lookup for Geronimo 2.0.2

2007-11-29 Thread David Blevins
Hey all, I've updated the example I had posted a few months ago that showed an Stateless and Stateful bean being looked up via their remote interfaces. Here's the updated version: http://people.apache.org/~dblevins/tmp/examples/geronimo-2.0.2/ Also the doc that explains jndi names: h

Re: RMI in Geronimo is complicated!!

2007-11-29 Thread David Blevins
On Nov 27, 2007, at 4:09 AM, kuesley wrote: Hi, I need to deploy my bussiness in geronimo using RMI. How do I deploy a class RMI in server geronimo? What files do I need create to do it? I did not find samples geronimo and RMI to offer services. Only EJB or WS. Thanks everybody for any

Re: EJB 3.0 local interface lookup in Geronimo 2.0.2

2007-11-29 Thread David Blevins
On Nov 12, 2007, at 11:50 PM, ivanrc wrote: Hello, I had deployed a EJB 3 stateless bean, and the log show TeamBeanRemote as Remote JNDI name: 08:37:26,015 INFO [startup] Jndi(name=TeamBeanRemote) --> Ejb(deployment-id=test_ejb3/TeamBean) If I defined a @local interface, Do you know if

update log4j in geronimo 1.1.1

2007-11-29 Thread gkapitany
Hi all, I'd like to update the default log4j-1.2.8.jar in geronimo-1.1.1 with log4-1.2.15.jar. I did a recursive grep for this pattern and I've replaced the classpath in the MANIFEST files which matched the search, to point to the new jar, but this is not enough, Geronimo fails. I don't want to

Re: BPEL in Geronimo

2007-11-29 Thread Guillaume Nodet
I suppose you are looking at something like: http://gaswerk.sourceforge.net/why-gaswerk-opensource-soa-stack.html On Nov 29, 2007 12:12 PM, arsgab <[EMAIL PROTECTED]> wrote: > > Hi at all! > i need to implement BPEL process into Geronimo Apache but i don't > understand > if i need some engine l

BPEL in Geronimo

2007-11-29 Thread arsgab
Hi at all! i need to implement BPEL process into Geronimo Apache but i don't understand if i need some engine like ActiveBPEL, i search around some information about it but i don't found enough... thanx! -- View this message in context: http://www.nabble.com/BPEL-in-Geronimo-tf4896500s134.html#

Help preventing SocketTimeOut in WebService

2007-11-29 Thread Peter Petersson
Hi Im using Axis2 in Geronimo v2.0.2 for a WebService. As I am new to webservices i have used the great JAX-WS example at http://cwiki.apache.org/GMOxDOC20/simple-web-service-with-jax-ws.html as template for my work but as my modified function sometimes take several seconds to complete I get

Re: Disabling system modules with child components

2007-11-29 Thread David Jencks
On Nov 28, 2007, at 3:07 PM, jbeaulau wrote: no. For the jetty to clustering dependency I think we could use a classes dependency in jetty so the clustering classes would be available but the gbeans wouldn't need to be started. I'm not sure why the dependency from console to corba is ther

Re: How to shut donwn one of the instances on Gronimo while they were started by Multiple server command cmd line

2007-11-29 Thread Jacek Laskowski
On Nov 29, 2007 9:27 AM, abpb2006 <[EMAIL PROTECTED]> wrote: > What impact its gonna have evn if we use the same default user name and pwd > i.e. SYSTEM and MANAGER for all the instances.can one user instance mess > other users deployed application/settings etc ? If you ask about Geronimos wo

Re: How to shut donwn one of the instances on Gronimo while they were started by Multiple server command cmd line

2007-11-29 Thread abpb2006
Great Jacek. Loads of thanks. One more qucik que... What impact its gonna have evn if we use the same default user name and pwd i.e. SYSTEM and MANAGER for all the instances.can one user instance mess other users deployed application/settings etc ? thanks. ABPB Jacek Lask