Re: Geronimo Kernel without anything !!!

2006-02-20 Thread Bruce Snyder
On 2/20/06, alan ah <[EMAIL PROTECTED]> wrote: > First let me thanks ,Thank you guys for all your responses. > > One more ? . > Suppose i want to get rid of activemq component from my Geronimo Server . > Can somebody help me out in figuring out , what are the important files i > need to touch & ed

Re: Geronimo Kernel without anything !!!

2006-02-20 Thread alan ah
First let me thanks ,Thank you guys for all your responses.   One more ? .  Suppose i want to get rid of activemq component from my Geronimo Server . Can somebody help me out in figuring out , what are the important files i need to touch & edit .     On 2/21/06, Bruce Snyder <[EMAIL PROTECTED]> wro

Re: How do I resolve JTA TransactionManger exception?

2006-02-20 Thread David Jencks
I recommend you use the spring adapter in the spring module in geronimo trunk. I haven't been able to test to see if it works: Jason Dillon was working on it but I don't know how far he got. Your feedback would be appreciated. thanks david jencks On Feb 20, 2006, at 11:07 AM, [EMAIL PROT

Re: deployment error

2006-02-20 Thread Aaron Mulder
It looks like you have a few problems in your deployment plan: 1) You used the namespace for an EAR file but you should be using the namespace for an EJB JAR file. See the example openejb-jar.xml header block at: http://chariotsolutions.com/geronimo/ejb-overview.html 2) You should remove the pa

deployment error

2006-02-20 Thread [EMAIL PROTECTED]
Hi everybody. I'm new to geronimo and also, I have to say, to editing XML docs with only reading schemas specs... However, I'm trying to deploy one application previously working with Sun Application Server to WASCE (that I understood is a geronimo server). If I don't provide any deployment plan

deployment error

2006-02-20 Thread [EMAIL PROTECTED]
Hi everybody. I'm new to geronimo and also, I have to say, to editing XML docs with only reading schemas specs... However, I'm trying to deploy one application previously working with Sun Application Server to WASCE (that I understood is a geronimo server). If I don't provide any deployment plan

Re: Using Firebird through Jaybird in a JEE application in Geronimo

2006-02-20 Thread Aaron Mulder
Great to hear it! If you put the web application WAR and EJB JAR together in an EAR, then the web application classes will automatically be able to see the EJB classes from the EJB JAR -- no special configuration is necessary. If you want to deploy the web application WAR and EJB JAR separately,

Re: Still stuck on MDB deploy...

2006-02-20 Thread Todd Mason
Thanks for the clarification. I'm changing too many things at once and getting myself confused. :~) Where do I put my "Plan" file if I opt not to use a "openejb-jar.xml" to describe my Geronimo specific settings for my message bean? And if I have a "plan" file that describes my ejb and its res

Re: Still stuck on MDB deploy...

2006-02-20 Thread Aaron Mulder
For this module: activemq-ra-3.2.1.rar jms-resource-plan.xml Your Geronimo plan (jms-resource-plan.xml) is this: http://geronimo.apache.org/xml/ns/j2ee/application-1.0"; configId="silverglobe/ejb/WorkJ2EE/car"> ... But that's not correct -- is for an EAR, and activemq-ra-3.2.1.rar is a

Re: How to configure a remote HTTPd

2006-02-20 Thread Joacim J
Hernan, Good writing but I can't get it working. I have Geronimo 1.0 with Tomcat. I'm using mod_jk and when starting apache I get: [EMAIL PROTECTED] modules]# /sbin/service httpd restart Stopping httpd:[ OK ] Starting httpd: Syntax error on line 1087

Re: Still stuck on MDB deploy...

2006-02-20 Thread Todd Mason
Aaron, I'm afraid I didn't follow you, are one of my files supposed to be a rar? Todd Aaron Mulder wrote: Your "JMS resource plan" is an EAR plan not a RAR plan -- if that's not a typo then it's probably the problem. Aaron On 2/20/06, Todd Mason <[EMAIL PROTECTED]> wrote: David Jencks wr

Re: Geronimo Kernel without anything !!!

2006-02-20 Thread Bruce Snyder
On 2/20/06, alan ah <[EMAIL PROTECTED]> wrote: > Is there any way , i can build only Geronimo kernel , without any open > source components running into it. so that i can add them one by one as > required. Alan, If you want a Geronimo kernel with absolutely nothing, you will need to build

Re: Still stuck on MDB deploy...

2006-02-20 Thread Aaron Mulder
Your "JMS resource plan" is an EAR plan not a RAR plan -- if that's not a typo then it's probably the problem. Aaron On 2/20/06, Todd Mason <[EMAIL PROTECTED]> wrote: > David Jencks wrote: > > I don't see anything wrong with your plans. For an example you could > > look at the daytrader plans in

Geronimo Documentation update

2006-02-20 Thread Hernan Cunico
Hi All, Here is another update to the doc. I added "Administering applications" to the "Administrative tasks" section. http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Administrative+tasks#Administrativetasks-Administeringapplications Cheers! Hernan

Re: Still stuck on MDB deploy...

2006-02-20 Thread Todd Mason
David Jencks wrote: I don't see anything wrong with your plans. For an example you could look at the daytrader plans in configs/daytrader-*/src/plan/plan.xml which contain some mdbs and they seem to work fine. I think your jms stuff is deployed fine, and you are seeing a classloading problem

Re: Geronimo Kernel without anything !!!

2006-02-20 Thread lichtner
I think you may have to build it from scratch using maven. I wanted to do the same thing a while back and they told me I had to build my own, I think. On Mon, 20 Feb 2006, alan ah wrote: > Hi , > > Is there any way , i can build only Geronimo kernel , without any open > source components r

Geronimo Kernel without anything !!!

2006-02-20 Thread alan ah
Hi ,     Is there any way , i can build only Geronimo kernel , without any open source components running into it. so that i can add them one by one as required.     waiting for positive reply !!!   thanks & Regards, Alan

How to configure a remote HTTPd

2006-02-20 Thread Hernan Cunico
Hi All, I just updated the documentation. The following article covers how to configure the Apache HTTPd to forward client requests to Geronimo in two different ways, either as a reverse proxy or using the Jakarta Tomcat Connector. http://opensource2.atlassian.com/confluence/oss/display/GERONI

How do I resolve JTA TransactionManger exception?

2006-02-20 Thread yskim
We have an application using db2jcc.jar for connecting to DB2 server. When we deploy the application after we created the database pools, we have the following messages showing up. Is there any document showing how to use JTA transaction manager? Thanks again for many helps in advance. Young 1