Re: Integration testing - we need some :-)

2006-10-19 Thread Jeremy Boynes
By making the test classloader a child of the plugin's we are able to run the tests - at least the scenario I had below. That's not ideal as it makes the plugin's classes visible to the tests but at least we can make progress on writing cases. So, with that thought in mind, where should we

about webapps failure

2006-10-19 Thread Chiond Huang
Hi, all. There is an error coming out when we put the two .wars of bigbank (up-to-date version) into a pure apache-tomcat-5.5.17 without M1, and errors returned as below. Could anyone tell us a sollution. Thanks! Regards, Chiond Huang 2006-10-19 14:03:00 org.apache.catalina.core.StandardHost

Re: BigBank sample source duplicated ?

2006-10-19 Thread Jim Marino
I think so. Here is what I proposed a while back: snip 1. There is a samples directory under root that contains a version of BigBank which spans multiple Tuscany sub-projects (SDO/DAS/SCA) 2. There is a samples directory under /sca for baseline samples. These baseline samples would

Re: Web App deployment in the M2 branch

2006-10-19 Thread Jojo
Hi Jeremy, Thanks for the reply. See my comments in-line. On 10/18/06, Jeremy Boynes [EMAIL PROTECTED] wrote: I think getting the two versions is a pom problem, possibly related to the issue with the plugin. You are right, the pom.xml file under sca-java-M2\samples defines the versions as

Re: Integration testing - we need some :-)

2006-10-19 Thread Jim Marino
On Oct 18, 2006, at 11:12 PM, Jeremy Boynes wrote: By making the test classloader a child of the plugin's we are able to run the tests - at least the scenario I had below. That's not ideal as it makes the plugin's classes visible to the tests but at least we can make progress on writing

[VOTE] Release Tuscany C++ Milestone 2

2006-10-19 Thread Pete Robbins
-- Forwarded message -- From: Andrew Borley [EMAIL PROTECTED] Date: 19-Oct-2006 00:20 Subject: Re: [VOTE] Release Tuscany C++ Milestone 2 To: tuscany-user@ws.apache.org OK, there's a 3rd release candidate up at http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3/ Minor

Re: Web App deployment in the M2 branch

2006-10-19 Thread Jeremy Boynes
On Oct 18, 2006, at 11:26 PM, Jojo wrote: Hi Jeremy, Thanks for the reply. See my comments in-line. On 10/18/06, Jeremy Boynes [EMAIL PROTECTED] wrote: I think getting the two versions is a pom problem, possibly related to the issue with the plugin. You are right, the pom.xml file under

Re: [VOTE] Release Tuscany C++ Milestone 2

2006-10-19 Thread Andrew Borley
oops - didn't realise that only got posted to users - thanks Pete! Andy On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote: -- Forwarded message -- From: Andrew Borley [EMAIL PROTECTED] Date: 19-Oct-2006 00:20 Subject: Re: [VOTE] Release Tuscany C++ Milestone 2 To:

[jira] Created: (TUSCANY-874) NPE occurs on binding.ws when JAXB data type gets involved in service

2006-10-19 Thread Li Shen (JIRA)
NPE occurs on binding.ws when JAXB data type gets involved in service - Key: TUSCANY-874 URL: http://issues.apache.org/jira/browse/TUSCANY-874 Project: Tuscany Issue Type:

[jira] Created: (TUSCANY-875) Databinding not able to transform when a java component is invoking a web service

2006-10-19 Thread Jojo Joseph (JIRA)
Databinding not able to transform when a java component is invoking a web service - Key: TUSCANY-875 URL: http://issues.apache.org/jira/browse/TUSCANY-875 Project:

[jira] Updated: (TUSCANY-874) NPE occurs on binding.ws when JAXB data type gets involved in service

2006-10-19 Thread Li Shen (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-874?page=all ] Li Shen updated TUSCANY-874: Attachment: helloworldws.zip NPE occurs on binding.ws when JAXB data type gets involved in service

[jira] Updated: (TUSCANY-875) Databinding not able to transform when a java component is invoking a web service

2006-10-19 Thread Jojo Joseph (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-875?page=all ] Jojo Joseph updated TUSCANY-875: Attachment: calculator-ws.zip calculator-combo.zip calculator-ws.zip contains the server code (axis2 based SCA service to be deployed onto

[jira] Updated: (TUSCANY-760) Create a 'Calculator Combo Sample' that will demonstrate integration of different technologies

2006-10-19 Thread Jojo Joseph (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-760?page=all ] Jojo Joseph updated TUSCANY-760: Attachment: calculator-combo.zip calculator-ws.zip I have attached two zip files that contain implemntations for this. The current

RE: Question on JAXB data binding

2006-10-19 Thread Li Shen
Hi Raymond, I created an issue on JIRA and I really appreciate for you help! One more question: why databinding.dom included in /core/databinding.scdl is implemented using SimpleDataBinding instead of DOMDataBinding: component name=databinding.dom system:implementation.system

[jira] Created: (TUSCANY-876) JDBC Stored proceduce container using DAS

2006-10-19 Thread Amita Vadhavkar (JIRA)
JDBC Stored proceduce container using DAS - Key: TUSCANY-876 URL: http://issues.apache.org/jira/browse/TUSCANY-876 Project: Tuscany Issue Type: New Feature Affects Versions: Java-Mx

Re: [VOTE] Release Tuscany C++ Milestone 2

2006-10-19 Thread Pete Robbins
I'm afraid I have a couple of issues with this distro :-( Easily fixed though... we need a clearer statement when enabling the Python/Ruby extensions to ensure that these libraries are on the PATH (windows). Plus there is a misisng samples/build.bat file from the SDO src release. Let's fix

Re: Missing classes

2006-10-19 Thread Adriano Crestani
I've deleted all the files in the repository(.m2/repository/) and I executed the mvn with the -U option and I got an error. Then I deleted the files again and executed the mvn with no options and I got another error: --- T E S T S

[jira] Updated: (TUSCANY-873) CopyHelper::copy fails when the data object being copied contains open content

2006-10-19 Thread Simon Laws (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-873?page=all ] Simon Laws updated TUSCANY-873: --- Attachment: sdoclone.txt apply to commonj/sdo CopyHelper::copy fails when the data object being copied contains open content

[jira] Updated: (TUSCANY-873) CopyHelper::copy fails when the data object being copied contains open content

2006-10-19 Thread Simon Laws (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-873?page=all ] Simon Laws updated TUSCANY-873: --- Attachment: sdoclone.txt Ignore the first attachement. I created the patch from an old version of the fix. CopyHelper::copy fails when the data object being

Re: about webapps failure

2006-10-19 Thread Rick
Hello, Not sure I follow. M1 is quite different and required changes to TC by adding in jars to its server and config directory. For the M2 and trunk you should not need to do this. All that is required to install(deploy) BB is to copy the two war files into a vanilla TC webapps directory. I

[C++ SDO] Can't copy SDOs with open content

2006-10-19 Thread Simon Laws
I have created a patch for this problem ( http://issues.apache.org/jira/browse/TUSCANY-873) which solves the immediate problem I have in PHP SDO and passes the PHP SDO tests that exist at the moment. However I'm not too comfortable with it because it is used by numerous parts of data object API

Re: [C++ SDO] Can't copy SDOs with open content

2006-10-19 Thread Pete Robbins
Simon, what you have done there looks ok to me. However... the patch has hard-coded paths to yor c:\... eclipe directories in. Any chance you can create a friendly patch for me to apply and test? Cheers, On 19/10/06, Simon Laws [EMAIL PROTECTED] wrote: I have created a patch for this problem

Re: [C++ SDO] Can't copy SDOs with open content

2006-10-19 Thread Pete Robbins
OK... I've tested this and it works a treat. Is this an issue that you'd like to see fixed in M2 release? We are about to re-spin so it can be included. Cheers. On 19/10/06, Pete Robbins [EMAIL PROTECTED] wrote: forget that... I fixed up your patch On 19/10/06, Pete Robbins [EMAIL

Re: [C++ SDO] Can't copy SDOs with open content

2006-10-19 Thread Simon Laws
On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I've tested this and it works a treat. Is this an issue that you'd like to see fixed in M2 release? We are about to re-spin so it can be included. Cheers. On 19/10/06, Pete Robbins [EMAIL PROTECTED] wrote: forget that... I fixed up

Re: [C++ SDO] Can't copy SDOs with open content

2006-10-19 Thread Pete Robbins
ok great. I'll check it in as soon as the release is nailed down. Cheers, On 19/10/06, Simon Laws [EMAIL PROTECTED] wrote: On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote: OK... I've tested this and it works a treat. Is this an issue that you'd like to see fixed in M2 release? We are

Re: [C++ SDO] Can't copy SDOs with open content

2006-10-19 Thread Pete Robbins
forget that... I fixed up your patch On 19/10/06, Pete Robbins [EMAIL PROTECTED] wrote: Simon, what you have done there looks ok to me. However... the patch has hard-coded paths to yor c:\... eclipe directories in. Any chance you can create a friendly patch for me to apply and test? Cheers,

[jira] Updated: (TUSCANY-733) Version information should not be in war plugin source code

2006-10-19 Thread Jojo Joseph (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-733?page=all ] Jojo Joseph updated TUSCANY-733: Attachment: tuscany-773.patch This patch allows the user to define the runtime version as part of the configuration. The configuration element looks like:

Re: Web App deployment in the M2 branch

2006-10-19 Thread Jojo
Hi Jeremy, I have attached a patch to the Jira. The URL is: http://issues.apache.org/jira/secure/ManageAttachments.jspa?id=12350253 Please take a look and let me know what you think. I have kept the changes minimal. On 10/19/06, Jeremy Boynes [EMAIL PROTECTED] wrote: On Oct 18, 2006, at

Re: [VOTE] Release Tuscany Java SDO Milestone 2

2006-10-19 Thread kelvin goodson
My recent note in this thread announcing release RC5a is confusing, apologies; it's my mail client. The link in my sent mail looks very different from how it appears in the incoming mail of colleagues. Please ensure that when you follow the link you end up at the RC5a directory. I think this

Re: JDBC stored procedure container using DAS

2006-10-19 Thread Amita Vadhavkar
Hi Kevin, Yes, I did go through that discussion. As the first step, I am trying for the stored procedure implementation. But definitely the bigger goal is the complete clean integration. Have created JIRAhttps://issues.apache.org/jira/browse/TUSCANY-876 for this specific item. We can link it to

[jira] Assigned: (TUSCANY-733) Version information should not be in war plugin source code

2006-10-19 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-733?page=all ] Jeremy Boynes reassigned TUSCANY-733: - Assignee: Jeremy Boynes (was: Meeraj Kunnumpurath) Version information should not be in war plugin source code

[VOTE] Release Tuscany C++ Milestone 2 (candidate 3)

2006-10-19 Thread Andrew Borley
Hi everyone, I have posted an updated 3rd candidate for the milestone 2 C++ release here: http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/ This release candidate adds a missing build file in the Windows distros, fixes up the disabled Python and Ruby extension libraries on Linux so

[jira] Commented: (TUSCANY-733) Version information should not be in war plugin source code

2006-10-19 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-733?page=comments#action_12443530 ] Jeremy Boynes commented on TUSCANY-733: --- Patch applied to trunk - thanks JoJo Version information should not be in war plugin source code

Apply to M2? Re: svn commit: r465637

2006-10-19 Thread Jeremy Boynes
I applied a patch from Jojo that allows you to specify the version of the bootlibs that the plugin will use, overriding the default. This seems small and stable and I think we should apply to M2 as well. -- Jeremy On Oct 19, 2006, at 7:11 AM, [EMAIL PROTECTED] wrote: Author: jboynes Date:

Re: [VOTE] Release Tuscany C++ Milestone 2 (candidate 3)

2006-10-19 Thread Andrew Borley
Results from the RAT tool for each of the distributions have been posted at http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC3a/rat/ Cheers On 10/19/06, Andrew Borley [EMAIL PROTECTED] wrote: Hi everyone, I have posted an updated 3rd candidate for the milestone 2 C++ release here:

Re: Reminder. Request for Project Ideas for University Students

2006-10-19 Thread Geoffrey Winn
Thanks for that. I'm clear about both of those and I'll discuss them with the 2 universities. I took another look at the third suggestion ... *DAS and non-SDO data types* Currently, Tuscany DAS only generate static or dynamic Service Data Objects. This project consist in generating different

Re: [VOTE] Release Tuscany C++ Milestone 2 (candidate 3)

2006-10-19 Thread Andrew Borley
Tested on Fedora Core5 and WinXP +1 from me Andy On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote: On 19/10/06, Andrew Borley [EMAIL PROTECTED] wrote: Hi everyone, I have posted an updated 3rd candidate for the milestone 2 C++ release here:

Re: Apply to M2? Re: svn commit: r465637

2006-10-19 Thread Rick
Sounds ok. I'll assume at this point, for M2 we should be doing a little more than just seeing things compile and unit tc's are ok when we make changes? Try running some samples that we think may be affected by the change and verify all is well? Jeremy Boynes wrote: I applied a patch from

[jira] Resolved: (TUSCANY-868) Binary distro - running samples causes extension loading errors if RUBY/PYTHON not on PATH

2006-10-19 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-868?page=all ] Andrew Borley resolved TUSCANY-868. --- Resolution: Fixed Fixed in M2 RC3a Binary distro - running samples causes extension loading errors if RUBY/PYTHON not on PATH

[jira] Closed: (TUSCANY-872) SCA extension included in M2 linux bin distro

2006-10-19 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-872?page=all ] Andrew Borley closed TUSCANY-872. - SCA extension included in M2 linux bin distro - Key: TUSCANY-872 URL:

Fw: about webapps failure

2006-10-19 Thread Chiond Huang
No. We are doing all stuff in M2. We do everything as u said. And we think we have resolved the problem. It is because the war. package lack of some .jar, such as maven related ones. - Forwarded Message From: Rick [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, October

Re: [VOTE] Release Tuscany C++ Milestone 2 (candidate 3)

2006-10-19 Thread ant elder
Looks good to me, +1 ...ant On 10/19/06, Andrew Borley [EMAIL PROTECTED] wrote: Tested on Fedora Core5 and WinXP +1 from me Andy On 10/19/06, Pete Robbins [EMAIL PROTECTED] wrote: On 19/10/06, Andrew Borley [EMAIL PROTECTED] wrote: Hi everyone, I have posted an updated 3rd

For the scope problem in M2

2006-10-19 Thread Chiond Huang
hi, all. Recently we are trying to use session or request as the scope in bigbank. Unfortunately, the result turns out to be null instantiation, and object null exception is thrown. So we are wondering whether M2 has supported session and request or is there other reasons?

Re: For the scope problem in M2

2006-10-19 Thread Jim Marino
On Oct 19, 2006, at 9:01 AM, Chiond Huang wrote: hi, all. Recently we are trying to use session or request as the scope in bigbank. Unfortunately, the result turns out to be null instantiation, and object null exception is thrown. So we are wondering whether M2 has supported session and

Re: For the scope problem in M2

2006-10-19 Thread Rick
BB is using session scope. One thing to check for is look at webclient's web.xml. Make sure you have the all the tuscany listeners that it has. Chiond Huang wrote: hi, all. Recently we are trying to use session or request as the scope in bigbank. Unfortunately, the result turns out to be

[jira] Resolved: (TUSCANY-875) Databinding not able to transform when a java component is invoking a web service

2006-10-19 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-875?page=all ] Raymond Feng resolved TUSCANY-875. -- Fix Version/s: Java-M2 Resolution: Invalid The inline schema in the WSDL file is illegal, you should use complexType instead of complextype.

[jira] Commented: (TUSCANY-875) Databinding not able to transform when a java component is invoking a web service

2006-10-19 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-875?page=comments#action_12443592 ] Venkatakrishnan commented on TUSCANY-875: - Hi Raymond, I was also trying to see if the calculator sample can be exposed as a webservice. I did that

[jira] Commented: (TUSCANY-875) Databinding not able to transform when a java component is invoking a web service

2006-10-19 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-875?page=comments#action_12443596 ] Venkatakrishnan commented on TUSCANY-875: - Hi.. looks like out comments crossed over around the same time. The wsd that I generated was from our

[jira] Assigned: (TUSCANY-760) Create a 'Calculator Combo Sample' that will demonstrate integration of different technologies

2006-10-19 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-760?page=all ] Venkatakrishnan reassigned TUSCANY-760: --- Assignee: Venkatakrishnan Create a 'Calculator Combo Sample' that will demonstrate integration of different technologies

[jira] Commented: (TUSCANY-760) Create a 'Calculator Combo Sample' that will demonstrate integration of different technologies

2006-10-19 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-760?page=comments#action_12443598 ] Venkatakrishnan commented on TUSCANY-760: - Hi Jojo, I shall take a look at this in the light of what Raymond has pointed out in

Re: BigBank sample source duplicated ?

2006-10-19 Thread Luciano Resende
I understand that the sample refactoring is on the way, but I think this is a different subject from my original question. I was concerned that today we have the bigBank source in two places, but I'm afraid we are only maintaining the one in the sampleapps/bigbank. Hence my suggestion to create a

Re: BigBank sample source duplicated ?

2006-10-19 Thread Jeremy Boynes
I thought these two were different: the original (now updated) one in sampleapps, Ken's start of a new version in samples/bigbank. The latter seems dormant so unless someone wants to pick it up perhaps we should move it to the sandbox. -- Jeremy On Oct 19, 2006, at 11:00 AM, Luciano

[jira] Updated: (TUSCANY-642) Composite references and services - model and runtime representations

2006-10-19 Thread Ignacio Silva-Lepe (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-642?page=all ] Ignacio Silva-Lepe updated TUSCANY-642: --- Attachment: SimplerCompositeReferenceInvocation3.patch This patch further simplifies invocation handlers to only use a message id for the

Modeling resources, was: Modeling persistence services

2006-10-19 Thread Jeremy Boynes
There was some discussion about this on the Java spec call today and I have agreed to write up a proposal for how this can work. I plan to start this on our wiki - if anyone is interested please jump in. http://wiki.apache.org/ws/Tuscany/SpecProposals/Resources -- Jeremy On Oct 9, 2006,

Re: Reminder. Request for Project Ideas for University Students

2006-10-19 Thread Luciano Resende
You are right as of today, where DAS can only create SDO. I was wondering if DAS could be extended to create other non-SDO types. - Luciano On 10/19/06, Geoffrey Winn [EMAIL PROTECTED] wrote: Thanks for that. I'm clear about both of those and I'll discuss them with the 2 universities. I took

[RESULT] Ratify Tuscany PPMC vote to release project pom and buildtools artifacts

2006-10-19 Thread Jeremy Boynes
Passed with binding +1's from rdonkin, geirm, dims and non-binding +1 from matezw Thank you everyone. -- Jeremy On Oct 15, 2006, at 6:34 PM, Jeremy Boynes wrote: The Tuscany PPMC has voted to release a parent pom and buildtools jar that are dependencies for a forthcoming M2 release. These

Re: Question on JAXB data binding

2006-10-19 Thread Raymond Feng
Hi, Li. The SimpleDataBinding is just a short cut to get a DataBinding registered into the DataBindingRegistry. You can always create your own class as we do for JAXBDataBinding. Thanks, Raymond - Original Message - From: Li Shen [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org

[jira] Assigned: (TUSCANY-874) NPE occurs on binding.ws when JAXB data type gets involved in service

2006-10-19 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-874?page=all ] Raymond Feng reassigned TUSCANY-874: Assignee: Raymond Feng NPE occurs on binding.ws when JAXB data type gets involved in service

[jira] Commented: (TUSCANY-874) NPE occurs on binding.ws when JAXB data type gets involved in service

2006-10-19 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-874?page=comments#action_12443626 ] Raymond Feng commented on TUSCANY-874: -- With the latest trunk code, the NPE has been fixed. Now I ran into a JAXB marshalling issue. It seems that JAXB can

Re: Declarative DAS, was Re: Modeling the RDB DAS in SCA, was Re: Modeling persistence services, was Re: EJB3 (JPA) support

2006-10-19 Thread Kevin Williams
I would suggest that we start right away with a RDBDAS-based solution. I also think that the best place to start would be with an interface that is weakly typed. That is, a service interface in terms of dynamic SDO's. If we go this route we can avoid the generation (by hand or otherwise) of

[jira] Commented: (TUSCANY-874) NPE occurs on binding.ws when JAXB data type gets involved in service

2006-10-19 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-874?page=comments#action_12443659 ] Raymond Feng commented on TUSCANY-874: -- I have to take a workaround to remove jsr-173_api-1.0.jar (pulled in from jaxb-impl 2.0.3) from the WEB-INF/lib. It

Re: Declarative DAS, was Re: Modeling the RDB DAS in SCA

2006-10-19 Thread Jeremy Boynes
I think this would be useful but it seems more like a traditional persistence API than what Luciano was suggesting. With this one a user needs to know about DataObject's, commands, SQL strings etc. just like they would if they were using raw JDBC or JPA. On the other hand, Luciano's

Re: Declarative DAS, was Re: Modeling the RDB DAS in SCA

2006-10-19 Thread Kevin Williams
The real difference between the two approaches is that one is Typed or static and the other is dynamic. I think both are needed but was suggesting that we start with dynamic since it is the most flexible and seems to be a reasonable stepping stone towards a static capability. With either,