RE: [jira] Resolved: (TUSCANY-1540) Abstract Static Base Types mixed with Dynamic Extended Types

2007-08-18 Thread Murtaza Goga
Thanks for fixing the issue. I have added a test case for this. Attached is the patch. -Original Message- From: Frank Budinsky (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 6:30 PM To: Murtaza Goga Subject: [jira] Resolved: (TUSCANY-1540) Abstract Static Base Types

Re: Tuscany/Geronimo Integration Demo

2007-08-18 Thread ant elder
This doesn't seem ideal to me, people using Tuscany should not have to know these intimate details of how we put the Tuscany code together. It will go wrong (and does here as subsequent messages in the thread show) and makes using Tuscany seem really complicated. Couldn't this just use a single

Re: svn commit: r558388 - /incubator/tuscany/java/sca/distribution/pom.xml

2007-08-18 Thread ant elder
How come this done and can i put it back now? ...ant On 7/21/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: lresende Date: Sat Jul 21 15:30:26 2007 New Revision: 558388 URL: http://svn.apache.org/viewvc?view=revrev=558388 Log: Disable source build distribution Modified:

Re: Tuscany/Geronimo Integration Demo

2007-08-18 Thread Vamsavardhana Reddy
I agree. An tuscany-all jar with minimum required classes to run tuscany will be very helpful for users. Vamsi On 8/18/07, ant elder [EMAIL PROTECTED] wrote: This doesn't seem ideal to me, people using Tuscany should not have to know these intimate details of how we put the Tuscany code

[jira] Created: (TUSCANY-1550) InitialContextCreatorHelper Javadoc

2007-08-18 Thread Ole Ersoy (JIRA)
InitialContextCreatorHelper Javadoc --- Key: TUSCANY-1550 URL: https://issues.apache.org/jira/browse/TUSCANY-1550 Project: Tuscany Issue Type: Improvement Components: Java DAS LDAP

[jira] Updated: (TUSCANY-1550) InitialContextCreatorHelper Javadoc

2007-08-18 Thread Ole Ersoy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Ersoy updated TUSCANY-1550: --- Attachment: InitialContextCreatorHelperPatch.txt InitialContextCreatorHelper Javadoc

Re: Tuscany/Geronimo Integration Demo

2007-08-18 Thread Manu George
Hi, This NullPointerException is occurring when i am using a wsdl interface definition. It works when I use interface.java component name=HelloWorldServiceComponent service name=HelloWorldService interface.java interface=helloworld.HelloWorldService / !--

Re: Tuscany/Geronimo Integration Demo

2007-08-18 Thread Vamsavardhana Reddy
Manu, Thanks for investigating the problem and figuring out this work around. It worked after I changed the interface element to interface.java. May be we should open a JIRA for this in Tuscany. Best regards, Vamsi On 8/18/07, Manu George [EMAIL PROTECTED] wrote: Hi, This

[jira] Resolved: (TUSCANY-1550) InitialContextCreatorHelper Javadoc

2007-08-18 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1550. -- Resolution: Fixed Fix Version/s: Java-DAS-Next Patch applied, Thanks.

[jira] Created: (TUSCANY-1551) MetaContextCreator.java Patch

2007-08-18 Thread Ole Ersoy (JIRA)
MetaContextCreator.java Patch - Key: TUSCANY-1551 URL: https://issues.apache.org/jira/browse/TUSCANY-1551 Project: Tuscany Issue Type: Improvement Components: Java DAS LDAP Reporter: Ole

[jira] Updated: (TUSCANY-1551) MetaContextCreator.java Patch

2007-08-18 Thread Ole Ersoy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Ersoy updated TUSCANY-1551: --- Attachment: MetaContextCreatorPatch.txt MetaContextCreator.java Patch

[jira] Resolved: (TUSCANY-1551) MetaContextCreator.java Patch

2007-08-18 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1551. -- Resolution: Fixed Fix Version/s: Java-DAS-Next Patch applied. Thanks Ole