Re: How important is simplifying Creation/Updation of Geronimo Deployment Plans?

2007-05-22 Thread Kanchana Welagedara
Hi Shiva Went through the proposal posted.Also believe Creating or updating of Geronimo Deployment Plans has always been a tedious and erroneous task since in geronimo, user has to work on so much of manual editing in deployment plans.So it's obvious new users find problems and issues when it

Re: Exception when using CORBA in 2.0 M5: Invalid ORB class

2007-05-22 Thread Rick McGuire
David Jencks wrote: The java base corba classes from sun have some mistakes, so we use the yoko ones. To use the (yoko) orb you need to start geronimo something like java -Djava.endorsed.dirs=lib/endorsed -jar bin/server.jar --long To also get on the fly jpa enhancement you need to include

Developing a MessageDrivenBean

2007-05-22 Thread Jochen Zink
Hello, I have a simple MDB which works as a JMSReceiver. The MDB subscribes to a JMS-Topic. Everything works fine. If a new message is published to the Topic, the MDBs onMessage Method is called. I want, that the bean can receive the same message over again, If an error inside the bean is

Different Exception during deploy this time

2007-05-22 Thread Doug Lochart
Due to the parameters I must work under at the moment I have not gotten the all clear to deploy this directly on Geronimo and use the debugger. So I am still using WAS CE. So what I did was I installed WAS 6.1 trial edition to make sure the app deploys. It did not. So I cleaned out the

Re: Geronimo 2.0M5 and 1.2beta JSPWiki WAR deployment problem

2007-05-22 Thread Hernan Cunico
Hi Marcel, I've been testing this wiki and having the same problems at start time, no matter what I put in the Geronimo dep plans. I'm thinking it could be a coding issue on the JSPWiki side. Still looking at it. Cheers! Hernan Marcel Baumann wrote: I was trying to deploy the JSPWiki war -

Re: Developing a MessageDrivenBean

2007-05-22 Thread David Jencks
I am not really an mdb/jms expert so there may be a way to do this with acknowledgements. However one sure way to do this is with transactional delivery. If the mdb can't process the message it can call setRollbackOnly on the MessageDrivenContext. According to what I've heard this

Spring deployment for Geronimo

2007-05-22 Thread Kristian Köhler
Hi some advertisement;-) I have written a simple deployer which is able to deploy standalone spring based applications. These applications/contexts can then be accessed via a Spring-FactoryBean from an other application running in the same application server. It's also possible to deploy

Re: Different Exception during deploy this time

2007-05-22 Thread David Jencks
Try putting the ibm jar in shared/lib and including sys:dependency sys:groupIdgeronimo/sys:groupId sys:artifactIdsharedlib/sys:artifactId sys:typecar/sys:type /sys:dependency in the dependencies of the ear plan (next to the axis dependency) (I'm hoping this version of

Re: Remote JNDI lookup in Geronimo v2 m5

2007-05-22 Thread mkv
At present you need to lookup bean jar name/bean name/bean class name -- View this message in context: http://www.nabble.com/Remote-JNDI-lookup-in-Geronimo-v2-m5-tf3721854s134.html#a10740480 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Geronimo 2.0M5 and 1.2beta JSPWiki WAR deployment problem

2007-05-22 Thread Peter Petersson
Hi Marcel I have not tried JSPWiki on Geronimo but i have deployed JAMWiki http://jamwiki.org attaching a simple geronimo-web.xml file with a mysql backed so if you don't solve the issues you can always try jamwiki. If you need help with the plans I can post them. /Peter Petersson Marcel

Re: Different Exception during deploy this time

2007-05-22 Thread Doug Lochart
I used the webconsole and added it to Common Libs. It ended up creating a directory under the repository named dlochart (not sure where it got that from) and dropped the jar under the name I gave it. I looked and I saw axis so i blindly followed and added this to my plan. sys:dependency

Re: A session I presented at ApacheCon on J2EE App development using Eclipse

2007-05-22 Thread Jack
in the geronimo deployment plan editor, it seems that i can't add a dependencies (tab deployment). i add to press twice the finish button but it doesn't keep informations entered. eclipsewtp is 1.52 or 1.53. regards, --- Shiva Kumar H R [EMAIL PROTECTED] wrote: If my understanding is correct