Re: Daytrader Deploying Error

2007-05-25 Thread Lasantha Ranaweera
Finally found a hack to resolve the issue (looks like there is a problem in mvn idea:idea). Just replace dependency version ranges with one dependency version in the main pom.xml and build the project with mvn idea:idea. Thanks, Lasantha Lasantha Ranaweera wrote: David Jencks wrote: you

Re: Daytrader Deploying Error

2007-05-21 Thread Lasantha Ranaweera
Jason Dillon wrote: On May 20, 2007, at 3:41 AM, Lasantha Ranaweera wrote: 2. Can we use IDEA IntelliJ for the DT development as Geronimo? I don't see a reason why not. I use Eclipse for the most part though. My problem is class path entries for an IDEA project will not automatically comes

Re: Daytrader Deploying Error

2007-05-21 Thread David Jencks
you might have to build dt first, perhaps with -U to pull down missing dependencies? thanks david jencks On May 21, 2007, at 6:59 AM, Lasantha Ranaweera wrote: Jason Dillon wrote: On May 20, 2007, at 3:41 AM, Lasantha Ranaweera wrote: 2. Can we use IDEA IntelliJ for the DT development

Re: Daytrader Deploying Error

2007-05-21 Thread Lasantha Ranaweera
David Jencks wrote: you might have to build dt first, perhaps with -U to pull down missing dependencies? Tried it but no luck. thanks david jencks

Re: Daytrader Deploying Error

2007-05-20 Thread Lasantha Ranaweera
Matt Hogstrom wrote: On May 19, 2007, at 9:41 AM, Lasantha Ranaweera wrote: Thanks for David Jason for their quick replies. When I am using daytrader-g-2.0-SNAPSHOT-plan.xml file previously mentioned of problem of mine doesn't happens though still I can't deploy the application yet. I

Re: Daytrader Deploying Error

2007-05-20 Thread Jason Dillon
On May 20, 2007, at 3:41 AM, Lasantha Ranaweera wrote: 2. Can we use IDEA IntelliJ for the DT development as Geronimo? I don't see a reason why not. I use Eclipse for the most part though. My problem is class path entries for an IDEA project will not automatically comes after 'mvn idea:idea'

Daytrader Deploying Error

2007-05-19 Thread Lasantha Ranaweera
Hi Folks, I just tried to deploy Daytrader application in to the Geronimo server (both server and application built from latest source code) using the G console (providing daytrader-2.0-M2-jpa-plan.xml as plan file) and got the following error. For me looks like Daytrader plan need to be

Re: Daytrader Deploying Error

2007-05-19 Thread Jason Dillon
You prolly have to update the daytrader configs or plans or whatever config muck there is (hehe), to use the new module names. The rar module is now called: org.apache.geronimo.modules:geronimo-activemq-ra and the resource adapter config is called:

Re: Daytrader Deploying Error

2007-05-19 Thread David Jencks
Use daytrader-g-2.0-SNAPSHOT-plan.xml. I still can't deploy due to web services deployment problems, but i think that plan has corrected moduleIds and you will get much farther. IIUC daytrader still is using jaxrpc web services, and a nice project would be to update it to use jaxws. I

Re: Daytrader Deploying Error

2007-05-19 Thread Lasantha Ranaweera
Thanks for David Jason for their quick replies. When I am using daytrader-g-2.0-SNAPSHOT-plan.xml file previously mentioned of problem of mine doesn't happens though still I can't deploy the application yet. I have created a JIRA (G-3176) and submitted for the web services problem happens in