[jira] Resolved: (TUSCANY-978) Tuscany WSDL2Java can't handle WSDL fault messages

2007-08-20 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-978. - Resolution: Fixed Fixed under revision #56750. Also added the attached wsdl in test

Updates on ReallySmallRuntimeBuilder.createContributionService?

2007-08-20 Thread shaoguang geng
Hi, everybody. I checked out the latest code today (567518). Gone over the new code, a question came to me. class: ReallySmallRuntimeBuilder method: createContributionService has changed at its beginning from = XMLInputFactory.newInstance() to =

Tuscany SCA and SDO plugins attempt to generate code on incorrect goals

2007-08-20 Thread Luciano Resende
Looking at TUSCANY-313, I was thinking about the use cases and expected behavior. case 1 - I'm a developer, building an application and I have some broken XSD. I probably just want to get my eclipse project generated so I can continue to work on my application. case 2 - I'm generating my eclipse

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-20 Thread Simon Laws
On 8/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: I've committed a fix for calculator-distributed. I fired up my FC6 and it worked OK there. Let me know if it still causes issues. Simon It works for me too now. Thanks! This is

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-20 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 8/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: I've committed a fix for calculator-distributed. I fired up my FC6 and it worked OK there. Let me know if it still causes issues. Simon It works for me

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-20 Thread Simon Laws
On 8/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Laws wrote: On 8/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: I've committed a fix for calculator-distributed. I fired up my FC6 and it worked OK there. Let me know if it

Re: [VOTE] Release Tuscany Java DAS beta1 (RC4)

2007-08-20 Thread Simon Laws
On 8/16/07, Adriano Crestani [EMAIL PROTECTED] wrote: It seems ok for me, everything ran fine ; ) +1 Adriano Crestani On 8/15/07, ant elder [EMAIL PROTECTED] wrote: +1 ...ant On 8/13/07, Luciano Resende [EMAIL PROTECTED] wrote: Please vote to release the beta1

Re: [jira] Closed: (TUSCANY-1053) Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-08-20 Thread ant elder
On 8/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: Sebastien wrote : IMO application developers shouldn't have to suffer from the complexity of XML... How about supporting composites without namespace declarations at all? I'm trying to

[jira] Created: (TUSCANY-1552) Severe memory leak in DataObjectImpl.

2007-08-20 Thread Albert Krzymowski (JIRA)
Severe memory leak in DataObjectImpl. - Key: TUSCANY-1552 URL: https://issues.apache.org/jira/browse/TUSCANY-1552 Project: Tuscany Issue Type: Bug Components: C++ SDO Affects Versions:

[jira] Created: (TUSCANY-1553) XML characters are not escaped by XMLHelper.

2007-08-20 Thread Albert Krzymowski (JIRA)
XML characters are not escaped by XMLHelper. Key: TUSCANY-1553 URL: https://issues.apache.org/jira/browse/TUSCANY-1553 Project: Tuscany Issue Type: Bug Environment: All

XQuery implementation scenarios

2007-08-20 Thread Vasil Vasilev
Hi all, I would like to start a discussion about how we see the usage and the future of XQuery within the boundaries of SCA. What inspired me when I started my work on the XQuery implementation type for SCA was the capabilities it provides in the area of data integration. You can take a look

Re: Spec clarification for conversational/callback semantics: Reply #1

2007-08-20 Thread Mike Edwards
Simon, I'm breaking my reply into two parts, each dealing with one of the issues you raised originally: Simon Laws wrote: 1/ Stateful Callbacks - Given the the following scenario where the ConversationalClient has a reference to a ConversationalService @Remotable @Conversational public

Re: [jira] Closed: (TUSCANY-1053) Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-08-20 Thread Venkata Krishnan
+1 for option [B] alone. Given the fact that we are going to rely more on tooling to define composites this shouldn't be a problem. - Venkat On 8/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: Sebastien wrote : IMO application developers shouldn't have to

Re: [jira] Closed: (TUSCANY-1053) Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-08-20 Thread Venkata Krishnan
Hi Ant, just to understand a little better - do you propose we must get our extensions endorsed by the Specs ? - Venkat On 8/20/07, ant elder [EMAIL PROTECTED] wrote: On 8/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: Sebastien wrote : IMO

Re: [jira] Closed: (TUSCANY-1053) Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-08-20 Thread ant elder
Ok sure eventually why not. But I don't think we should wait till that happens before doing [a]. ...ant On 8/20/07, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi Ant, just to understand a little better - do you propose we must get our extensions endorsed by the Specs ? - Venkat On

Current XQuery implementation issues

2007-08-20 Thread Vasil Vasilev
Hi All, You can take a look at http://issues.apache.org/jira/browse/TUSCANY-1536 for a list of current issues with the XQuery implementation. For issues 1 and 6 a wrote an e-mail to the Saxon mailing list and I am waiting for an answer. For the other issues: 2. I need the data type of the

Re: Spec clarification for conversational/callback semantics: Reply #2

2007-08-20 Thread Mike Edwards
Simon, OK, Part 2 of my reply Simon Laws wrote: 2/ The specifications describe the freeing of state associated with a conversation when Conversation.end() is called on a conversation object . See section 1.6.5 of the SCA Java Annotations and APIs V1.0 specification. Assuming that the

Re: Spec clarification for conversational/callback semantics: Reply #1

2007-08-20 Thread Simon Laws
On 8/20/07, Mike Edwards [EMAIL PROTECTED] wrote: Simon, I'm breaking my reply into two parts, each dealing with one of the issues you raised originally: Simon Laws wrote: 1/ Stateful Callbacks - Given the the following scenario where the ConversationalClient has a reference to a

Re: [Spec Related] 'provides' attribute in PolicySet

2007-08-20 Thread Mike Edwards
Venkat, I was out on vacation when your original question was posted, so here's my contribution. Venkata Krishnan wrote: Thanks Raymond. A few more questions ;-) - The xsd defines the name attribute for PolicyIntent and PolicySet as of type NCName. However we have model these in the model

Re: Spec clarification for conversational/callback semantics: Reply #2

2007-08-20 Thread Simon Laws
On 8/20/07, Mike Edwards [EMAIL PROTECTED] wrote: Simon, OK, Part 2 of my reply Simon Laws wrote: 2/ The specifications describe the freeing of state associated with a conversation when Conversation.end() is called on a conversation object . See section 1.6.5 of the SCA Java

[jira] Updated: (TUSCANY-1553) XML characters are not escaped by XMLHelper.

2007-08-20 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1553: --- Affects Version/s: Java-SDO-1.0 Fix Version/s: Java-SDO-Next XML characters are not

[jira] Updated: (TUSCANY-1552) Severe memory leak in DataObjectImpl.

2007-08-20 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1552: --- Fix Version/s: Cpp-Next Severe memory leak in DataObjectImpl.

Re: Spec clarification for conversational/callback semantics: Reply #1

2007-08-20 Thread Mike Edwards
Simon, Comments replies inline Simon Laws wrote: Thanks for the clarification. I think the separate discussion of @Conversational and @Scope(CONVERSATION) provides a good basis for clarification in the specifications. So a further small point of clarification on this topic. This is about

Re: Spec clarification for conversational/callback semantics: Reply #2

2007-08-20 Thread Mike Edwards
Simon, Yes, you've hit one of the parts of the Java spec that makes me least comfortable. The idea of sending around a reference for others to use is not something that fills me with joy, when that reference is essentially a reference to an instance. I feel the religious debates about

[jira] Updated: (TUSCANY-1553) XML characters are not escaped by XMLHelper.

2007-08-20 Thread Albert Krzymowski (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Krzymowski updated TUSCANY-1553: --- Affects Version/s: (was: Java-SDO-1.0) Cpp-M3 XML

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

2007-08-20 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky reopened TUSCANY-1540: - Reopening this issue until the test case is added. Murtaza, thanks for providing the

Re: Spec clarification for conversational/callback semantics: Reply #1

2007-08-20 Thread Simon Laws
On 8/20/07, Mike Edwards [EMAIL PROTECTED] wrote: Simon, Comments replies inline Simon Laws wrote: Thanks for the clarification. I think the separate discussion of @Conversational and @Scope(CONVERSATION) provides a good basis for clarification in the specifications. So a further

[jira] Updated: (TUSCANY-1553) XML characters are not escaped by XMLHelper.

2007-08-20 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1553: --- Fix Version/s: (was: Java-SDO-Next) Cpp-Next XML characters are not

Re: Spec clarification for conversational/callback semantics: Reply #2

2007-08-20 Thread Simon Laws
On 8/20/07, Mike Edwards [EMAIL PROTECTED] wrote: Simon, Yes, you've hit one of the parts of the Java spec that makes me least comfortable. The idea of sending around a reference for others to use is not something that fills me with joy, when that reference is essentially a reference to

Re: Monitoring, logging and exceptions (again)

2007-08-20 Thread Simon Nash
See inline. Simon Raymond Feng wrote: Comments inline. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Friday, August 17, 2007 9:27 AM Subject: Re: Monitoring, logging and exceptions (again) [snip] ant

Re: [jira] Created: (TUSCANY-1527) Allow for custom data binding of DataObjects in a Swing UI

2007-08-20 Thread Frank Budinsky
Hi Bert, Sorry about the delay in getting to this. I've been on vacation, and the other two SDO committers are now on vacation. I'll try to take a look at your code this week and provide my initial thoughts. If anybody else has any thoughts on this issue, please feel free to reply. Thanks,

Re: [jira] Closed: (TUSCANY-1053) Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-08-20 Thread Mike Edwards
Folks, In some ways, I'm glad I was on vacation while much of this debate raged!! ;-) Comments below. Jean-Sebastien Delfino wrote: [A] What we have right now, standard SCA extensions and tuscany extensions sharing the standard SCA namespace (B) What IMO is a more correct use of XML

Re: Renaming binding-ajax to binding-dwr?

2007-08-20 Thread Mike Edwards
+1 to the rename. Best to name the binding by the transport mechanism involved, not the implementation used to drive it. Yours, Mike. Jean-Sebastien Delfino wrote: ant elder wrote: On 8/19/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: I'd like to rename binding-ajax to

Re: Validating PolicySet attachments in SCA Artifacts.

2007-08-20 Thread Mike Edwards
Folks, Jean-Sebastien Delfino wrote: I would be surprised if impl=axis was actually in the SCDL. Instead I'd imagine that impl=axis would be a characteristic of a particular implementation of binding.ws, not exposed to app developers but used by the policy framework to either select that

[jira] Created: (TUSCANY-1554) Support alternate WorkScheduler implementations

2007-08-20 Thread Greg Dritschler (JIRA)
Support alternate WorkScheduler implementations --- Key: TUSCANY-1554 URL: https://issues.apache.org/jira/browse/TUSCANY-1554 Project: Tuscany Issue Type: Improvement Components: Java

[jira] Updated: (TUSCANY-1554) Support alternate WorkScheduler implementations

2007-08-20 Thread Greg Dritschler (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Dritschler updated TUSCANY-1554: - Attachment: Tuscany-1554.patch Support alternate WorkScheduler implementations

[jira] Created: (TUSCANY-1555) ClassCastException occurring on org.apache.tuscany.sca.binding.axis2.Axis2ServiceProvider.createJavaAxisService(Axis2ServiceProvider.java:205)

2007-08-20 Thread Manu T George (JIRA)
ClassCastException occurring on org.apache.tuscany.sca.binding.axis2.Axis2ServiceProvider.createJavaAxisService(Axis2ServiceProvider.java:205) --

[jira] Updated: (TUSCANY-1356) Clean up binding-echo and implementation-crud samples

2007-08-20 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1356: Patch Info: [Patch Available] Setting the patch available flag. A patch has been available for

[jira] Updated: (TUSCANY-1356) Clean up binding-echo and implementation-crud samples

2007-08-20 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1356: Fix Version/s: (was: Java-SCA-Next) Java-SCA-0.99 Changing target release

Re: JIRA clean up for SCA release

2007-08-20 Thread Simon Nash
I added TUSCANY-1356 to the Java-SCA-0.99 target release. The patch for this JIRA has been available for some time. There was some discussion on this patch that did not reach a conclusion, so I'm starting another thread to reopen the discussion and decide what we are going to do with these

Re: svn commit: r567625 - in /incubator/tuscany/java/sca/modules: ./ host-home/ host-home/src/ host-home/src/main/ host-home/src/main/java/ host-home/src/main/java/org/ host-home/src/main/java/org/apa

2007-08-20 Thread ant elder
I'd really like this to work with the webapp distro, do you think it will or can i help make sure it does? When do you think you'll have some more code to commit? ...ant On 8/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: jsdelfino Date: Mon Aug 20 02:32:17 2007 New Revision:

Re: FW: [jira] Updated: (TUSCANY-1366) C++ SDO spec portability: SDORuntimeException off-spec member functions

2007-08-20 Thread Pete Robbins
patch applied. Thanks! On 17/08/07, Michael Yoder [EMAIL PROTECTED] wrote: Hi, I uploaded a patch for TUSCANY-1366. If someone could review and apply it that would be great. Thanks, Michael -Original Message- From: Michael Yoder (JIRA) [mailto:[EMAIL PROTECTED] Sent: Friday,

[jira] Commented: (TUSCANY-1541) XMLStreamException in when calling XMLHelper.load() with a large XML

2007-08-20 Thread Sunny Ip (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521168 ] Sunny Ip commented on TUSCANY-1541: --- Looking at the javadocs for Axis2:

Patch for TUSCANY-1356

2007-08-20 Thread Simon Nash
I'm restarting the discussion on this because the previous thread [1] did not reach a conclusion. I thought it would be useful to summarize the issues with the extension samples as they stand, and explain how the patch for TUSCANY-1356 resolves these issues. In the implementation-crud sample

RE: Question about lists in fluid / xsd

2007-08-20 Thread Pinaki Poddar
Hi Rutger, I've just started using fluid to generate domain objects and fluid looks like a very nice package for this :-) Thank you. You are right about the restrictins in generating list of complex types. It is a limitation of processing SDO properties in Fluid and not of OpenJPA. My

[RESULT][VOTE] Release Tuscany Java DAS beta1 (RC4)

2007-08-20 Thread Luciano Resende
Release to vote Tuscany Java DAS beta1 has passed with 5 binding +1, 1 non-binding +1 and no -1s. Luciano Resende, Kevin Williams, Ant Elder, Adriano Crestani, Simon Laws, Amita Vadhavkar (non-binding) On 8/20/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/16/07, Adriano Crestani [EMAIL

RE: [SCA Native] preliminary ant build

2007-08-20 Thread Brady Johnson
I uploaded yet another patch for this JIRA https://issues.apache.org/jira/browse/TUSCANY-1438 Can someone please apply it. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady

Re: Monitoring, logging and exceptions (again)

2007-08-20 Thread Simon Laws
On 8/20/07, Simon Nash [EMAIL PROTECTED] wrote: See inline. Simon Raymond Feng wrote: Comments inline. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Friday, August 17, 2007 9:27 AM

Re: [jira] Closed: (TUSCANY-1053) Use a Tuscany namespace for all non-spec'd Tuscany extensions

2007-08-20 Thread Simon Nash
-1 for A. This violates the spec. +1 for B. Spec compliant, supports validation, and ensures future proof SCDLs that won't break if Tuscany extension elements are later adopted by the spec group but with subtle differences. -1 for C alone. -0.9 for C if done in addition to B. C doesn't handle

Re: Tuscany/Geronimo Integration Demo

2007-08-20 Thread Simon Nash
Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: A few questions. [snip] ant elder wrote: I'm not very keen at all on doing that. Couldn't we actually put the code in our svn instead of using SVN externals (if necessary the Geronimo guys could use SVN externals if they really

Re: [jira] Commented: (TUSCANY-1499) Core wiring framework should create pseudo-services and pseudo-references for callbacks

2007-08-20 Thread Simon Nash
Sorry for the delay in replying. I was away with no access to email. Comments inline. Simon Jean-Sebastien Delfino wrote: Simon Nash wrote: See inline. Simon Jean-Sebastien Delfino wrote: Simon Nash wrote: Jean-Sebastien Delfino wrote: Simon Nash wrote: Sorry that I missed

nullp when running binding-echo sample

2007-08-20 Thread haleh mahbod
Hi, I am running this sample from the distribution that I built based on the latest code. When I ran the sample following ant instructions, I get the following: C:\tuscany-new\sca-dist\tuscany- sca-1.0-incubating-SNAPSHOT\samples\binding-echo ant run Buildfile: build.xml run: [java]

[jira] Created: (TUSCANY-1556) Incorrect WSDL generated for service interfaces passing SDO DataObjects

2007-08-20 Thread Jean-Sebastien Delfino (JIRA)
Incorrect WSDL generated for service interfaces passing SDO DataObjects Key: TUSCANY-1556 URL: https://issues.apache.org/jira/browse/TUSCANY-1556 Project: Tuscany

[jira] Created: (TUSCANY-1557) Web Service response does not match the schema of the returned SDO

2007-08-20 Thread Jean-Sebastien Delfino (JIRA)
Web Service response does not match the schema of the returned SDO --- Key: TUSCANY-1557 URL: https://issues.apache.org/jira/browse/TUSCANY-1557 Project: Tuscany Issue Type:

[jira] Created: (TUSCANY-1558) Exception starting Web Service if business method declares an exception

2007-08-20 Thread Jean-Sebastien Delfino (JIRA)
Exception starting Web Service if business method declares an exception --- Key: TUSCANY-1558 URL: https://issues.apache.org/jira/browse/TUSCANY-1558 Project: Tuscany Issue

[jira] Created: (TUSCANY-1559) Exception flowing a simple Java bean through a Web service with no WSDL

2007-08-20 Thread Jean-Sebastien Delfino (JIRA)
Exception flowing a simple Java bean through a Web service with no WSDL --- Key: TUSCANY-1559 URL: https://issues.apache.org/jira/browse/TUSCANY-1559 Project: Tuscany Issue

[jira] Updated: (TUSCANY-1559) Exception flowing a simple Java bean through a Web service with no WSDL

2007-08-20 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1559: Attachment: helloworld-bean.zip Added test case to help reproduce the

[jira] Updated: (TUSCANY-1557) Web Service response does not match the schema of the returned SDO

2007-08-20 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1557: Component/s: Java SCA Axis Binding Extension Web Service response does

Re: Do we still need special handling of callback bindings and wires?

2007-08-20 Thread Simon Nash
The short answer is Yes. The long answer follows below :-) I'll describe the design approach used by the code in my patch for TUSCANY-1496. Things are moving rapidly in this area with Raymond's work to support late binding between references and services, so some of this description may need

Re: Do we still need special handling of callback bindings and wires?

2007-08-20 Thread Raymond Feng
Comments inline. Thanks, Raymond - Original Message - From: Simon Nash [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, August 20, 2007 5:14 PM Subject: Re: Do we still need special handling of callback bindings and wires? The short answer is Yes. The long answer

[jira] Commented: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-20 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521286 ] Adriano Crestani commented on TUSCANY-1438: --- The patch tuscany_patch_update10_jira1438 seems to be

[jira] Updated: (TUSCANY-1546) Continuum build should be fixed to allocate enough heap space to Maven, 63M is not enough

2007-08-20 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende updated TUSCANY-1546: - I'm starting to see this issue on the regular local builds as well. Continuum build

Re: nullp when running binding-echo sample

2007-08-20 Thread Luciano Resende
I get an exception either from inside Eclipse IDE or from distribution using ant. Could you please create a jira for tracking this issue. On 8/20/07, haleh mahbod [EMAIL PROTECTED] wrote: Hi, I am running this sample from the distribution that I built based on the latest code. When I ran the

Re: nullp when running binding-echo sample

2007-08-20 Thread Raymond Feng
Hi, It was fixed by Luciano a few minutes ago before I tried to check in the same fix :-). Thanks, Raymond - Original Message - From: Luciano Resende [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, August 20, 2007 9:44 PM Subject: Re: nullp when running binding-echo

Re: nullp when running binding-echo sample

2007-08-20 Thread Luciano Resende
I fixed first :) You sent e-mail first :) On 8/20/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, It was fixed by Luciano a few minutes ago before I tried to check in the same fix :-). Thanks, Raymond - Original Message - From: Luciano Resende [EMAIL PROTECTED] To:

Re: svn commit: r567625 - in /incubator/tuscany/java/sca/modules: ./ host-home/ host-home/src/ host-home/src/main/ host-home/src/main/java/ host-home/src/main/java/org/ host-home/src/main/java/org/apa

2007-08-20 Thread Jean-Sebastien Delfino
ant elder wrote: I'd really like this to work with the webapp distro, do you think it will or can i help make sure it does? When do you think you'll have some more code to commit? I should be ready to commit some time on Tuesday, hopefully. It should be easy to make work in different