Re: Setup development environment

2007-09-03 Thread Shiva Kumar H R
Jason & Jhonny, Yes, there is a vote in progress for releasing Geronimo Eclipse Plug-in v2.0. Please see http://www.mail-archive.com/[EMAIL PROTECTED]/msg50728.html - Shiva On 9/4/07, Jason Warner <[EMAIL PROTECTED]> wrote: > > Jhonny, > > I am unsure of the release plans for the Geronimo Eclips

Re: EJB 2.1 CMR Question

2007-09-03 Thread Efren Gonzalez
Hello You can set the relational fields on the ejbPostCreate() method. Say that you are inserting a State, and your state table has an idCountry Field, you can do: ejbCreate(Country country, String stateName) { // setCountry(country); <- DO NOT SET IT HERE setStateName(stateName); } ejbP

Re: Setup development environment

2007-09-03 Thread Jason Warner
Jhonny, I am unsure of the release plans for the Geronimo Eclipse Plug-in at the moment. If someone else does know, please feel free to jump in and enlighten us both. There are unstable builds of the plugin that are available for download and should run on the version of geronimo that you are us

Re: Two phase commit - JPA + JMS

2007-09-03 Thread Tomasz Mazan
Basically yes. Geronimo won't prevent you from using non-xa datasources and jms connection factories in JTA transactions, but if anything goes wrong your data may be left in an inconsistent state. If you find that xa is too slow there may be ways of using non-xa jms connection factories as

Re: Setup development environment

2007-09-03 Thread Jhonny D Cano
Hello Jason, I'm trying to register the Geronimo server from Eclipse, but the IDE only can see Server Geronimo 1.1, I have Geronimo 2.0.1, recently released. When I run the script X:\>Geronimo Run for start the server, it works good, but starting the server registered from Eclipse (with 1.1 runt

Logging in Geronimo 2.0.1

2007-09-03 Thread Waldo Ramírez Montaño
Hello, Is it possible that deployments (EJB's, WAR's, EAR's) have their own log-files in Geronimo 2.0.1? Thanks again, Waldo -- View this message in context: http://www.nabble.com/Logging-in-Geronimo-2.0.1-tf4373488s134.html#a12465934 Sent from the Apache Geronimo - Users mailing list archive

Re: Geronimo 2.0.1 first startup and GBean is now in the FAILED state

2007-09-03 Thread Vamsavardhana Reddy
What is your OS? If it is Windows, you may have hit the "long-path" problem. Try extracting the archive to the root of a drive, for e.g. C:\, and then start the server. Vamsi On 9/3/07, Xh <[EMAIL PROTECTED]> wrote: > > Hi All! > > I have just downloaded the newest G2.0.1 > > I unzipped and run

Geronimo 2.0.1 first startup and GBean is now in the FAILED state

2007-09-03 Thread Xh
Hi All! I have just downloaded the newest G2.0.1 I unzipped and run it, but I get webconsole-tomcat "GBean is now in the FAILED state". I've tried to run it few times, but I keep getting this error. This is very strange as far as the only thing I did was unzip downloaded archive. Any ideas w

Re: Hot deployment with MyEclipse on Geronimo 2.0.1

2007-09-03 Thread Tomasz Mazan
I think that MyEclipse is not cause of problem. When I run Geronimo using "debug" command, I get the same exceptions Tomasz Mazan

Re: Hot deployment with MyEclipse on Geronimo 2.0.1

2007-09-03 Thread Tomasz Mazan
Mark Aufdencamp pisze: Slightly different versions of Geronimo(1.1.1) and MyEclipse(5.5) here, so your mileage may vary. I've found sync problems with the plug-in. I resolve these by removing the project from Geronimo in MyEclipse. I then login to the console and insure the the application was

RE: EJB 2.1 CMR Question

2007-09-03 Thread Mark Aufdencamp
Added the to the openejb-jar.xml Changed the Table FK Column back to a NOT NULL Constraint Redeployed the application Throws a SQLException (Column 'ColumnName' cannot be null) on the INSERT SQL Statement when the EJBCreate is executed Anyone else have an idea on how to influence the EJBCreate/E

Re: Problem at geronimo boot

2007-09-03 Thread Paolo Denti
Hi Kevan, Viet i prepared a basic spring/hibernate application using jta on geronimo. it works. then i tried to add all the components i am using in my "bad" application, one by one, and, finally, i found it: it was very difficult because the problem happens under an incredible particular set