Tuscany/Geronimo deep integration was: Re: Tuscany sample app

2007-05-23 Thread Raymond Feng
Please see my comments inline below. Thanks, Raymond - Original Message - From: "Manu George" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 22, 2007 1:00 PM Subject: Re: Tuscany sample app > Hi, >I am new to this list and product. I just wanted to know if >

Fwd: Tuscany sample app

2007-05-23 Thread Manu George
e: May 23, 2007 11:08 AM Subject: Re: Tuscany sample app To: tuscany-dev@ws.apache.org Hi Raymond, Thank you for the warm welcome and for the prompt response. I am adding my comments inline below. On 5/23/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, Manu. Welcome to Tuscany and t

Re: Tuscany sample app

2007-05-22 Thread Manu George
below. Thanks, Raymond - Original Message - From: "Manu George" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 22, 2007 1:00 PM Subject: Re: Tuscany sample app > Hi, >I am new to this list and product. I just wanted to know if > there is any work going on i

Re: Tuscany sample app

2007-05-22 Thread Raymond Feng
Hi, Manu. Welcome to Tuscany and thank you for looking into Tuscany/Geronimo integration. Please see my comments inline below. Thanks, Raymond - Original Message - From: "Manu George" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 22, 2007 1:00 PM Subject: Re: Tu

Re: Tuscany sample app

2007-05-22 Thread Manu George
Hi, I am new to this list and product. I just wanted to know if there is any work going on in implementing deep integration with apache geronimo app server. If it is going on I am volunteering to help. If not I would again like to volunteer to take up that task along with anyone else intere

Re: Tuscany sample app

2007-05-17 Thread Jacek Laskowski
On 5/17/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > [1] > http://cwiki.apache.org/confluence/display/TUSCANY/Tuscany+SCA+Web+Application+Integration+Story Which one is correct? SCADomain domain = (SCADomain) application.getAttribute("org.apache.tuscany.sca.SCADomain"); or SCADomain dom

Re: Tuscany sample app

2007-05-17 Thread Jacek Laskowski
On 5/17/07, Luciano Resende <[EMAIL PROTECTED]> wrote: Basically, if you have regular web-app integrated with Tuscany SCA (see [1] for web-app story), then you just need to deploy the web-app into geronimo and it works !!! Are you looking for any specific steps ? Or just a place that says we work

Re: Tuscany sample app

2007-05-17 Thread Luciano Resende
Basically, if you have regular web-app integrated with Tuscany SCA (see [1] for web-app story), then you just need to deploy the web-app into geronimo and it works !!! Are you looking for any specific steps ? Or just a place that says we work with so and so web application server ? Please let me k

Re: Tuscany sample app

2007-05-17 Thread Jacek Laskowski
On 5/17/07, Luciano Resende <[EMAIL PROTECTED]> wrote: I have fixed the issue in Tuscany revision #538785 just in time for our RC branch :) , and tested on Geronimo M5 (windows and linux), and the web application is working fine !!! Do you have notes of what steps are necessary to make it happ

Re: Tuscany sample app

2007-05-16 Thread Luciano Resende
I finally got my geronimo dev environment up and was able to investigate/debug this issue. It turned out the problem was on Tuscany extensions point code, and not on the contribution service as I thought originally. I have fixed the issue in Tuscany revision #538785 just in time for our RC branc

Re: Tuscany sample app

2007-05-14 Thread Luciano Resende
The suspicious code was identified on the Contribution Service, and Tuscany M2 does not have this service available, that would explain why there is no issues with M2. On 5/10/07, Manu George <[EMAIL PROTECTED]> wrote: Hi Jay, Cool, I have not yet tried the trunk of tuscany. I will try it out

Re: Tuscany sample app

2007-05-09 Thread Jay D. McHugh
I didn't say, but in order to get the app to deploy in Geronimo I had to comment out the close() in IOHelper. Jay Jay D. McHugh wrote: Hello all. Well after wandering through class loaders and deployment managers, I finally managed to get the Tuscany calculator sample webapp to deploy and r

Tuscany sample app

2007-05-09 Thread Jay D. McHugh
Hello all. Well after wandering through class loaders and deployment managers, I finally managed to get the Tuscany calculator sample webapp to deploy and run under Geronimo. And, the problem that made it so hard wasn't even in Geronimo (at least not directly). Tuscany is using a helper cl