Deploymnet plan migration problems

2006-06-29 Thread paul . newport
Just installed 1.1 and trying to get my app to work. When I try and deploy with my old deployment plan Geronimo converts this to a new 1.1. I try using that an I get an error: Deployment failed: org.apache.xmlbeans.XmlException: Invalid deployment descriptor: [error: cvc-complex-type.3.2.1:

geronimo-deployment-plugin-1.0-SNAPSHOT.jar

2006-06-29 Thread Kanchana Welagedara
Hi Can any of you help me to get a link to download geronimo-deployment-plugin-1.0-SNAPSHOT.jar ? please? Regards Kanchana

Re: Deploymnet plan migration problems

2006-06-29 Thread Aaron Mulder
So your JAR is in: repository/sv2/as400aproperties/1.1/as400aproperties-1.1.jar Is that right? The repository layout is different in 1.1 than 1.0. Thanks, Aaron On 6/29/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Just installed 1.1 and trying to get my app to work. When I try and

Re: Deploymnet plan migration problems

2006-06-29 Thread paul . newport
Ah, I had not read about the directory structure change. Your suggestion got me past that hurdle, and if I deploy via the admin console it tells me it has deployed and started, but my app fails on startup, with this in the logs. I did not have time to test all this prior to the 1.1 release I am

Re: geronimo-deployment-plugin-1.0-SNAPSHOT.jar

2006-06-29 Thread Sachin Patel
Try here... http://people.apache.org/repository/geronimo/plugins/ -sachin On Jun 29, 2006, at 6:57 AM, Kanchana Welagedara wrote: Hi Can any of you help me to get a link to download geronimo-deployment-plugin-1.0-SNAPSHOT.jar ? please? Regards Kanchana -sachin

Re: Writing an article and having nothing but trouble...

2006-06-29 Thread Paul McMahan
On 6/29/06, Bryan Noll [EMAIL PROTECTED] wrote: Also, throw in a '-o' (offline), then simply cd into the module that fails (assuming it failed because of a dependency download problem), build it on its own with the '-o', then try to rebuild the whole thing without the '-o'. I wonder if you

Re: Deploymnet plan migration problems

2006-06-29 Thread Aaron Mulder
A StreamCorruptedException? Very odd. Did you deploy this on JDK 1.4 and then start it under JDK 1.5? Are you out of disk space or are there bad file permissions on the repository directory? I don't know what might cause this. You might try undeploying and deploying again just to be sure.

Re: Administration Console in Little-G

2006-06-29 Thread Aaron Mulder
On 6/29/06, Dennis Cartier [EMAIL PROTECTED] wrote: Silly question, but is there no administration console in Little-G? That's correct. Right now the console is relatively hardcoded to support JMS, EJB, etc. so if you want to deploy to Little G, you have to add all that stuff in and it

Re: geronimo-deployment-plugin-1.0-SNAPSHOT.jar

2006-06-29 Thread Isuru Samaraweera
Hi, I guess you are trying to compile geronimo.Try this link. http://people.apache.org/repository/geronimo/jars/ It contains geronimo-deployment-1.0-SNAPSHOT.jar Thank you. Regards, Isuru Kanchana Welagedara [EMAIL PROTECTED] wrote: HiCan any of you help me to get a link to

Re: Dynamically creating datasources

2006-06-29 Thread jwan
I gave this some more thought. I guess it doesn't matter if the datasources are actually persisted or not. In theory, I could remove or update redeploy all non-bootstrap datasources on startup, correct? Can you point me at how to programmatically add/remove/inspect datasources via a standard

MDB example

2006-06-29 Thread avin98
Hello, Can anyone post an example of an MDB which posts messages to a specific queue that has been configured using the admin console. Basically I have done the following to configure my own queue in Geronimo. connector xmlns=http://geronimo.apache.org/xml/ns/j2ee/connector-1.0;

Re: daytrader with Tranql Oracle XA resource adapter

2006-06-29 Thread Mario Rübsam
Hi, the CommitBeforeAutCommit setting in the generic adapter call a commit on the local connection before it calls setAutoCommit(true). Some JDBC drivers act not like specified in JDBC and don't call a commit when the AutoCommit value changes with setAutoCommit(true) so CommitBeforeAutCommit is