[jira] Commented: (TUSCANY-1801) store sample throws FileNotFoundException and does not display Catalog entries

2007-10-09 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533559 ] Jean-Sebastien Delfino commented on TUSCANY-1801: - I removed the reference to style.css. I cannot

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

2007-10-09 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1546. - Resolution: Fixed This is fixed. The build now fails with TUSCANY-1676

[jira] Assigned: (TUSCANY-1676) SCA build with an empty local maven repository only works with maven 2.05 not 2.0.6 or 2.0.7

2007-10-09 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-1676: --- Assignee: Jean-Sebastien Delfino SCA build with an empty local

[jira] Updated: (TUSCANY-1676) SCA build with an empty local maven repository only works with maven 2.05 not 2.0.6 or 2.0.7

2007-10-09 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1676: Priority: Blocker (was: Major) This is a blocker as it prevents us from

Re: Policy support for implementation elements

2007-10-08 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi, I've been trying to figure out if there is a common pattern in how implementations and bindings could be interpretting and applying policies so that we could include this in the SPI. But haven't been successful with this. Maybe with getting policies to work with a

Re: A demo application to showcase our XML integration story

2007-10-08 Thread Jean-Sebastien Delfino
Raymond Feng wrote: I'd quite like to see some transformation going on , i.e. something like an implementation.xslt. Isn't Saxon also an XSLT processor so can we already do this? The XSLT is already in the JDK (javax.xml.transform or TrAX). Apache Xalan is one of the implementations.

Re: A demo application to showcase our XML integration story

2007-10-08 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I put together a demo application to showcase our XML integration story. The business scenario is derived from the bigbank demo and the main function is to calculate the total value (using a selected currency) of a customer who has checking/saving/stock accounts. At

To copy or not to copy, that is the question, was: Pass-by-value interceptor

2007-10-08 Thread Jean-Sebastien Delfino
Raymond Feng wrote: More comments inline. Thanks, Raymond - Original Message - From: Scott Kurz [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Friday, October 05, 2007 1:57 PM Subject: Re: Pass-by-value interceptor Maybe it would help for me to point out that I'd opened

Re: could databinding-axiom Object2OMElement construct a default elem?

2007-10-08 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, In a short answer, yes. We should try to create a dummy element in such case. I believe we already do that for DOM. Do you want to provide a patch :-)? Thanks, Raymond Could you help a me understand why a dummy element is needed? -- Jean-Sebastien

Re: Adding intents and policy sets to JavaImplementation instances

2007-10-08 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi, As I am extending policy support for implementations I realize that we have trouble with aggregating intents and policysets in an JavaImplementation instance. The reason for this is that JavaImplementation instances could be reused in cases where two or more

Re: [DISCUSS] SCA Domain

2007-10-08 Thread Jean-Sebastien Delfino
ant elder wrote: On 10/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 9/29/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip Here's sample code to illustrate that use case: http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/sebastien

Re: [DISCUSS] SCA Domain

2007-10-08 Thread Jean-Sebastien Delfino
ant elder wrote: On 10/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 9/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip Why all the static and abstract methods? Is there a reason SCADomain couldn't just be an interface

Re: [DISCUSS] Evolving Implementation-data

2007-10-08 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Hey Douglas Thanks for volunteering, maybe you could start by prototyping the JDBC version of implementation-data that would return a XMLStreamReader. Once we flush out the design details, then we could think about the other CUD operations. Sebastien, and others...

Re: could databinding-axiom Object2OMElement construct a default elem?

2007-10-08 Thread Jean-Sebastien Delfino
-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, October 08, 2007 3:16 PM Subject: Re: could databinding-axiom Object2OMElement construct a default elem? Raymond Feng wrote: Hi, In a short answer, yes. We should try to create a dummy element in such case. I

Policies associated with an operation, was Re: Policy support for implementation elements

2007-10-08 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Venkata Krishnan wrote: Hi, I've been trying to figure out if there is a common pattern in how implementations and bindings could be interpretting and applying policies so that we could include this in the SPI. But haven't been successful with this. Maybe

Re: Further enhancements for implementation.xquery

2007-10-08 Thread Jean-Sebastien Delfino
Comments inline. Raymond Feng wrote: Hi, I spent more time reviewing the XQuery implementation type. I think it's a great addition to our XML story. Let me share some of the questions and suggestions I have so far. 1) The implementation.xquery model The current code only supports:

Re: SCA JAVA - Checkstyle and PMD

2007-10-08 Thread Jean-Sebastien Delfino
ant elder wrote: On 10/2/07, Douglas Leite [EMAIL PROTECTED] wrote: After reading the SCA developer guide I had some doubts about the checkstyle and pmd. I have installed those like plug-ins in the Eclipse IDE. However, what I would like to know is if there is some specific configuration

Re: A demo application to showcase our XML integration story

2007-10-08 Thread Jean-Sebastien Delfino
Raymond Feng wrote: - I think we should try to remove all Java code from the demo and try to implement CustomerAsset (or AccountService) as a BPEL process or an XQuery function. Ant was proposing to have a java script component :-). I'm open. I am proposing BPEL and/or XQuery here

Re: could databinding-axiom Object2OMElement construct a default elem?

2007-10-08 Thread Jean-Sebastien Delfino
Raymond Feng wrote: We have been talking about deriving/populating the element information for parameters and return value of a java method following the java2wsdl rules. I agree with you that should be the right direction. There are a few cases: 1) If the java interface is generated from

Re: Graduation: Spec Openness

2007-10-03 Thread Jean-Sebastien Delfino
Mike Edwards wrote: Folks, I'd like to offer a different perspective Jean-Sebastien Delfino wrote: That all sounds good to me (assuming that means no work in Tuscany on OSOA things that are not public, which is what you mean right?) ...ant That's what I mean. I believe

Re: [DISCUSS] Evolving Implementation-data

2007-10-03 Thread Jean-Sebastien Delfino
[snip] Luciano Resende wrote: I'm fine with most of what is said here, one component per database and one service per table is fine. In this context, JDBC is probably good enough, except for handling OCC as the data or feeds are going to work in a disconnected way. I also see this evolving in

Re: Strange behavior with helloworld-ws-service and it's ActiveMQ dependency.

2007-10-02 Thread Jean-Sebastien Delfino
ant elder wrote: How about splitting this into two separate samples one for jms and the other for http? (I'll do this if no one has any objections) ...ant +1 from me -- Jean-Sebastien - To unsubscribe, e-mail:

Re: Graduation: Spec Openness

2007-10-02 Thread Jean-Sebastien Delfino
ant elder wrote: On 10/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 9/27/07, Simon Laws [EMAIL PROTECTED] wrote: snip 5 - On ongoing OSOA work. Assuming that there is ongoing work and that the mode of operation is unchanged, maybe we wait

Re: Graduation

2007-10-02 Thread Jean-Sebastien Delfino
[snip] kelvin goodson wrote: Do people want to say something about things we're doing that are not covered by OpenCSA, the data access service work, the data binding work, and the SCA implementation and binding extensions that are not covered by OpenCSA? Are they all covered by the based on

Re: Graduation

2007-10-02 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I think the SDO group is just a little behind in the process, there was an e-mail to OASIS Members on 09/25/2007 with the subject [members] Proposed Charter for OASIS Service Data Objects (SDO) Technical Committee. But others more involved with SDO can give more details.

Graduation Checklist, was: Graduation

2007-10-02 Thread Jean-Sebastien Delfino
[snip] Simon Laws wrote: How about we put a check list up on the wiki so we all get a view of what's going on and what needs to be done by when. I've started one here by copying the checklist from the graduation guide (

[DISCUSS] Evolving Implementation-data

2007-10-02 Thread Jean-Sebastien Delfino
I'd like to start using the implementation-data extension in the Store sample, first to have the contents of the sample Catalog in a database, then maybe extend it to the ShoppingCart as well. In that context, I'm thinking about evolving the implementation-data extension a little, along the

Opening the Getting Started - Online store PDF?

2007-10-02 Thread Jean-Sebastien Delfino
The Getting started doc at http://incubator.apache.org/tuscany/sca-java-10-incubating-release-summary.data/getting-started-1.0.pdf describing how to develop and run the Online store sample is not easy to edit as it's a PDF. How about opening it by converting it to a Wiki page? This way

Re: Strange behavior with helloworld-ws-service and it's ActiveMQ dependency.

2007-10-01 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 9/28/07, Dinesh Shahane [EMAIL PROTECTED] wrote: I saw this error when I was trying to build just this module but it went away when I did a full build. I do see another error now at runtime (NoClassDefFound) in this module. It could be due to scope=test

Re: Graduation

2007-10-01 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip How about the following reordering: a Project Management Committee charged with the creation and maintenance of open-source software that simplifies the development of service oriented applications

Build error in itest/osgi-implementation

2007-10-01 Thread Jean-Sebastien Delfino
Is anybody else seeing this? [INFO] Compiling 26 source files to /home/delfinoj/Tuscany/apache-repos/java/sca/itest/osgi-implementation/target/test-classes [INFO] [ERROR] BUILD FAILURE [INFO]

Re: Graduation: Spec Openness

2007-10-01 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/27/07, Simon Laws [EMAIL PROTECTED] wrote: snip 5 - On ongoing OSOA work. Assuming that there is ongoing work and that the mode of operation is unchanged, maybe we wait until it reaches OASIS. Thats the one i was mainly thinking about. wait until it reaches

Re: [DISCUSS] SCA Domain

2007-10-01 Thread Jean-Sebastien Delfino
as well - distinguishing contribution URI and contribution URL - finding the domain separately from the node All good comments and good ideas :) but leading to more lines of code. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev

Re: [DISCUSS] SCA Domain

2007-10-01 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/27/07, Simon Laws [EMAIL PROTECTED] wrote: snip $1 Not sure about createDomain. It adds potential confusion. People will have to decide when to create and when to get a domain. In out model of having a central representation of the domain it works quite

Re: [DISCUSS] SCA Domain

2007-10-01 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip Why all the static and abstract methods? Is there a reason SCADomain couldn't just be an interface with a separate SCADomainFactory for creating instances? I don't know. A factory works

Re: [DISCUSS] SCA Domain

2007-10-01 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/29/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip Here's sample code to illustrate that use case: http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/sebastien/java/sca/domain-and-node/samples/ SampleTuscanyDomainImplementation.java Why does

Re: Cleaning up / moving some old modules

2007-09-28 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: I'm looking at java/sca/modules and java/sca/itest and would like to delete or move to contrib some old / dormant / broken / unused modules. Delete - modules/host-home, an empty module created by me, I'm happy to remove it as I was initially planning to put some

Re: [DISCUSS] SCA Domain

2007-09-28 Thread Jean-Sebastien Delfino
I snipped out the sections where we seemed to agree to make that email smaller. [snip] Simon Laws wrote: I think we need to distinguish: - creating a domain... createDomain(domainURI) - getting a handle to an existing domain... getDomain(domainURI) I think we need to distiguish

Re: websphere web service deployment problem

2007-09-28 Thread Jean-Sebastien Delfino
Radim Kolarik wrote: Hi, just wanted you to know that I have managed to solve the problem now. It was all about other files, which were on our classpath and which were not supposed to be there (our product jars). That caused classloader to load classes where they were not supposed to be loaded.

Re: [DISCUSS] SCA Domain

2007-09-28 Thread Jean-Sebastien Delfino
I had promised more thoughts on top of your interface thoughts. Here they are. [snip] Simon Laws wrote Same thoughts translated into interface speak public abstract class SCADomainFactory public static SCADomainFactory newInstance() -$1 public abstract SCADomain

Re: Graduation: Ability to Create Releases

2007-09-28 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 9/28/07, Luciano Resende [EMAIL PROTECTED] wrote: As Venkat said, we have been consistent making releases. We should be able to mark this done. I counted: SCA-Java 5 releases SCA+SDO-Native 3 releases on Linux, Windows, 1 on MacOS SDO-Java 4 releases DAS-Java 3

Re: TUSCANY-1337 and Support for SDO-JSON Databinding

2007-09-28 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I looked into the binding-jsonrpc. It seems that the jsonrpc service binding currently uses the JSONRPCBridge to dispatch the inbound call to the SCA component. Is there a way to hook up our databinding-json with this bridge so that we can better handle types (SDO,

Re: TUSCANY-1337 and Support for SDO-JSON Databinding

2007-09-28 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Raymond Feng wrote: Hi, I looked into the binding-jsonrpc. It seems that the jsonrpc service binding currently uses the JSONRPCBridge to dispatch the inbound call to the SCA component. Is there a way to hook up our databinding-json with this bridge so that we

Re: Graduation

2007-09-27 Thread Jean-Sebastien Delfino
Simon Nash wrote: Paul Fremantle wrote: +1 Paul On 9/27/07, Mike Edwards [EMAIL PROTECTED] wrote: Folks, My pennyworth: a Project Management Committee charged with the creation and maintenance of open-source software supporting a range of technologies that simplifies the development of

Re: websphere web service deployment problem

2007-09-27 Thread Jean-Sebastien Delfino
Radim Kolarik wrote: Hi, We are experiencing a problem on Websphere 6.1.0.11 with Tuscany 1.0. When we set all classloader properties, as mentioned before, I'm assuming that you mean: change classloader properties of your Webapp to parent-last / single, correct? we are getting the

Exception running DAS company-webapp sample

2007-09-27 Thread Jean-Sebastien Delfino
I'm testing the DAS company-webapp sample. I followed the steps in readme.htm, copied derby JAR to lib, edited server.xml and I'm getting the following exception when I start Tomcat: java.lang.NullPointerException at

Re: Exception running DAS company-webapp sample

2007-09-27 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I'm trying in my linux env, just to check if it's some linux specific issued, but in paralel, could you please try to move the resource declaration : !-- Global Datasource for Derby dastest database -- Resource name=jdbc/dastest

Re: [RESULT] [VOTE] Release Tuscany Java DAS beta2

2007-09-27 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Release to vote Tuscany Java DAS beta2 has passed with 3 binding +1, 1 non-binding +1 and no -1s. Luciano Resende, Matthieu Riou, Adriano Crestani, Amita Vadhavkar (non-binding) A little late but I finally found time this morning to review the release, the rat,

Re: Tuscany and IRC #tuscany on freenode

2007-09-27 Thread Jean-Sebastien Delfino
ant elder wrote: In Apache mailing lists are the preferred communication medium and IRC use is discouraged. There's been tons of discussion about this, searching the [EMAIL PROTECTED] archives should find some. IRC might be ok for complete newbie user queries or is the build broken for you type

Re: [DISCUSS] SCA Domain

2007-09-27 Thread Jean-Sebastien Delfino
[snip] Luciano Resende wrote: void addContribution(URL url); void removeContribution(URL url); For the contribution management side, how contributions URI are handled ? The spec says that contributions are identified by URI, is a internal URI created and maintained internaly based on

Re: Graduation

2007-09-26 Thread Jean-Sebastien Delfino
Matthieu Riou wrote: Guys, I'm definitely +1 for both graduation and ant as the chair. For the tasks, as ant mentioned the graduation guide [1] is definitely a good read. A few additional details: * In your resolution, one of the most important parts is the description. Don't be too broad,

Re: [DISCUSS] SCA Domain

2007-09-26 Thread Jean-Sebastien Delfino
Comments inline. Simon Laws wrote: On 9/26/07, ant elder [EMAIL PROTECTED] wrote: On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: We have two SCADomain interfaces (I'm leaving aside EmbeddedSCADomain for now) 1) o.a.t.s.host.embedded.SCADomain (supports a domian with

Re: Is there mirrors I should config when I build trunk?

2007-09-25 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Could you also post what maven version you are using ? On 9/20/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Can you post more information about which module is failing? Do you try to build from an empty maven repo? Thanks, Raymond - Original Message -

Re: [DISCUSS] JIRA - was:Fwd: Change freeze on 1.0 branch

2007-09-25 Thread Jean-Sebastien Delfino
[snip] Simon Laws wrote: Hi It feels like we have been getting better at using JIRA in the run up to 0.99 and 1.0 release in terms of the consistency with which we raise bug reports and assign them to releases. Based on Ant's branch freeze suggestion how about we now 1/ create the following

Re: Change freeze on 1.0 branch

2007-09-25 Thread Jean-Sebastien Delfino
[snip] ant elder wrote: Just a reminder there is still a change freeze on the 1.0 branch. Its still possible we may need to respin for some reason, but how about also planning on doing some 1.0.x releases after 1.0 is out? If we keep changes in the branch to an absolute minimum it should be

Re: Two plugins to configure Tuscany in Eclipse, was: Including the SCA spec XSDs in the Tuscany distribution?

2007-09-25 Thread Jean-Sebastien Delfino
[snip] Jean-Sebastien Delfino wrote: I uploaded an updatesite for the plugins. To try it do the following: 1. In Eclipse, select Help / Software Updates / Find and Install / Search for new features to install. 2. Add a new Remote Site, http://people.apache.org/~jsdelfino/tuscany/tools

Re: Two plugins to configure Tuscany in Eclipse, was: Including the SCA spec XSDs in the Tuscany distribution?

2007-09-25 Thread Jean-Sebastien Delfino
[snip] Raymond Feng wrote: Raymond Feng wrote: Hi, Initially I saw a similar problem with the updatesite but it was fixed under r579012. I can export the feature without problems on WTP 2.0. Thanks, Raymond Two questions: - I am getting this error when exporting the feature. Could you

Moved plugins under a PDE friendly structure, was: Two plugins to configure Tuscany in Eclipse

2007-09-25 Thread Jean-Sebastien Delfino
Philippe Ombredanne wrote: Rauymond wrote: It seems that there is a PDE maven plugin @ http://mojo.codehaus.org/pde-maven-plugin/. Would it help automate the build for our eclipse plugins? I will check it out. Historically maven and eclipse builds have been like oil and water... but

Re: Tuscany and IRC #tuscany on freenode

2007-09-25 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I have updated the Getting Involved page [1] to have the IRC information. It should be live in the next couple hours. [1] http://incubator.apache.org/tuscany/getting-involved.html On 9/25/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Sounds like a good idea. Just

Re: build problem

2007-09-25 Thread Jean-Sebastien Delfino
Dinesh Shahane wrote: I am getting the following error when building from the latest sources. My m2 repository is clean and the sources are up to date. Do I need to modify any build scripts? I will appreciate any pointers to resolve this issue. C:\tuscany\trunk\sca mvn ... ... ---

Added dependency on tuscany-maven-wsdl2java, was: build problem

2007-09-25 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Dinesh Shahane wrote: I am getting the following error when building from the latest sources. My m2 repository is clean and the sources are up to date. Do I need to modify any build scripts? I will appreciate any pointers to resolve this issue. C:\tuscany

Re: Tuscany and OSGi

2007-09-25 Thread Jean-Sebastien Delfino
Philippe Ombredanne wrote: All: Some of the built binaries alreday have a manifest that is semi-osgi'fied. I suggest that it would be really nice if all the tuscany binaries could be delivered with a complete OSGi manifest. I can see only good stuffs from that as it makes OSGi friendly for Felix

Re: Memory Footprint Tuscany 0.99 Inquiry

2007-09-25 Thread Jean-Sebastien Delfino
footprint is almost identical to that of 0.91. That is why we suspect that DOM classes are still being initialize in 0.99. Thanks, Chris On 9/25/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Raymond Feng wrote: Hi, There may be one possibility. We query all databindings to introspect data

OSGi manifests in SDO Jars, was: Tuscany and OSGi

2007-09-25 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Philippe Ombredanne wrote: All: Some of the built binaries alreday have a manifest that is semi-osgi'fied. I suggest that it would be really nice if all the tuscany binaries could be delivered with a complete OSGi manifest. I can see only good stuffs from

Cleaning up / moving some old modules

2007-09-25 Thread Jean-Sebastien Delfino
I'm looking at java/sca/modules and java/sca/itest and would like to delete or move to contrib some old / dormant / broken / unused modules. Delete - modules/host-home, an empty module created by me, I'm happy to remove it as I was initially planning to put some admin pages there, but the

Re: Writing a Mojo to generate build.xml for Tuscany application modules, was: TUSCANY-1750

2007-09-24 Thread Jean-Sebastien Delfino
:) compared to the current handcrafted build.xml. - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Sunday, September 23, 2007 7:53 PM Subject: Writing a Mojo to generate build.xml for Tuscany application modules, was: TUSCANY-1750

Re: Two plugins to configure Tuscany in Eclipse, was: Including the SCA spec XSDs in the Tuscany distribution?

2007-09-24 Thread Jean-Sebastien Delfino
[snip] Luciano Resende wrote: Looks very interesting ? Does this work in trunk, or requires a distribution ? The plugin-runtime module should contain the JARs from the lib directory of a Tuscany distribution. See the BUILDING file in that module for instructions to build it. Eventually we

Re: Two plugins to configure Tuscany in Eclipse, was: Including the SCA spec XSDs in the Tuscany distribution?

2007-09-24 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: [snip] Luciano Resende wrote: Looks very interesting ? Does this work in trunk, or requires a distribution ? The plugin-runtime module should contain the JARs from the lib directory of a Tuscany distribution. See the BUILDING file in that module

Re: Two plugins to configure Tuscany in Eclipse, was: Including the SCA spec XSDs in the Tuscany distribution?

2007-09-24 Thread Jean-Sebastien Delfino
Philippe Ombredanne wrote: Raymond Feng wrote: Welcome to Tuscany and thank you for starting with a patch! I have applied the patch under 579004. Thanks. It always feesl good to start with a patch ! :-) Let's hope there will be more to come. I am not able to export the feature

Re: Memory Footprint Tuscany 0.99 Inquiry

2007-09-24 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, There may be one possibility. We query all databindings to introspect data types on a java interface. As a result, if you use the binary distro which consolidates all of the Tuscany extensions into a jar, all of databindings on the classpath will be loaded even though

Re: Two plugins to configure Tuscany in Eclipse, was: Including the SCA spec XSDs in the Tuscany distribution?

2007-09-24 Thread Jean-Sebastien Delfino
the feature using the export wizard in the feature editor (instead of the site editor), and tell me what you get? - r579012 changed site.xml to hardcode version=1.0.0.200709241600, shouldn't it be 1.0.0.qualifier instead? - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED

Two plugins to configure Tuscany in Eclipse, was: Including the SCA spec XSDs in the Tuscany distribution?

2007-09-23 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: OK, if there's no objection, I'll go ahead and include the XSDs. This will allow us to do a number of interesting things: - Validate SCA assembly XML when loading .composite, .componentType, .constrainingType, improving our error reporting story. I'll try to see

Writing a Mojo to generate build.xml for Tuscany application modules, was: TUSCANY-1750

2007-09-23 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I spent a few hours debugging this problem. And it turned out a big surprise to me. The issue has nothing to do with the code. Believe or not, the culprit is the trailing space in the value for the location attribute of the pathelement in the build.xml.

Please create JIRA issues for problems with RC3a, was: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Jean-Sebastien Delfino
ant elder wrote: And now there's an RC3a tag for this current state: https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3a Could people check it out and build the distro's locally to see if its looking ok? ...ant Could people please create JIRA issues for any

Re: websphere web service deployment problem

2007-09-19 Thread Jean-Sebastien Delfino
Radim Kolarik wrote: Hi Simon, unfortunatelly I am seeing the same problem on WAS 6.1.0.9. Sebastien, do you still have the WAS environment? Could you try to deploy RC3 based example web service on it? Thanks a lot, Radim It works for me. I need more precise information to be able to

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi... is anybody seeing this with the build... the branch and the tag seems to give me this Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.03 sec FAILURE! testTransform(org.apache.tuscany.sca.databinding.sdo.DataObject2NodeTestCase) Time elapsed:

[jira] Updated: (TUSCANY-1142) Need to allow generation of wrapped Java intf from doc-lit-wrap WSDL with named complexType

2007-09-19 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1142: Fix Version/s: (was: Java-SCA-1.0) Java-SCA-Next

[jira] Updated: (TUSCANY-1756) Using EmbeddedSCADomain to deploy two contribution error

2007-09-19 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1756: Fix Version/s: (was: Java-SCA-1.0) Java-SCA-Next

RC3a looks good to me, was: [VOTE] Release Tuscany Java SCA 1.0 RC3

2007-09-19 Thread Jean-Sebastien Delfino
ant elder wrote: Note also that most of the artifacts are now uploaded to http://people.apache.org/~antelder/tuscany/1.0-RC3a/ ...ant On 9/19/07, ant elder [EMAIL PROTECTED] wrote: This RC3a is looking good to me, i've built it, the distros from that, then built that src distro, run a

Re: [NOTICE] Simon Nash voted as Tuscany Committer.

2007-09-19 Thread Jean-Sebastien Delfino
Mike Edwards wrote: Folks, The Tuscany PPMC and the Incubator PMC have voted for Simon to become a Tuscany committer. Congratulations and welcome Simon! I'm sure that everyone will be looking forward to more excellent contributions from Simon to Tuscany. Yours, Mike. Simon,

[jira] Created: (TUSCANY-1768) Helloworld-dojo sample does not work on WebSphere 6.1.0.9.

2007-09-19 Thread Jean-Sebastien Delfino (JIRA)
Components: Java SCA Samples Affects Versions: Java-SCA-1.0, Java-SCA-Next Reporter: Jean-Sebastien Delfino Priority: Minor Fix For: Java-SCA-Next The helloworld-dojo Webapp sample does not work WebSphere 6.1.0.9. The JSON client gets an HTTP 404 error code. We

[jira] Created: (TUSCANY-1769) Helloworld-ws-sdo sample contains duplicate classes.

2007-09-19 Thread Jean-Sebastien Delfino (JIRA)
SCA Samples Affects Versions: Java-SCA-1.0, Java-SCA-Next Reporter: Jean-Sebastien Delfino Priority: Minor Fix For: Java-SCA-Next Sample helloworld-ws-sdo built from Ant contains duplicate copies of the SDO generated classes. This only causes a problem

Re: [VOTE] Release Tuscany Java SCA 1.0 RC3a

2007-09-19 Thread Jean-Sebastien Delfino
ant elder wrote: Please review and vote on the 1.0 release artifacts of Tuscany SCA for Java. The SVN tag for the release is: https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC3a/ The artifacts are available for review at:

Re: samples\helloworld-ws-service-webapp?

2007-09-18 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: +1 to remove it. Its quite boring for users too, to be trying out the same kind of samples. - Venkat On 9/17/07, ant elder [EMAIL PROTECTED] wrote: Sounds ok to me, looks like we cover what it does in the other samples so lets delete it. ...ant On 9/17/07,

Re: Testing Tuscany Webapp samples on WebSphere 6.1

2007-09-18 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: I tried our Webapp samples on WebSphere 6.1. The helloworld-dojo-webapp, jsonrpc-webapp, and chat-webapp samples and the demo-alert-aggregator webapp run into an issue with getPathInfo() / getServletPath() returning different values from what we get on Tomcat

[jira] Created: (TUSCANY-1734) NPE in store sample when pressing the checkout button

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
: Java SCA Core Runtime Affects Versions: Java-SCA-1.0 Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 In the store sample, pressing the checkout button causes an NPE on the server, and an error dialog on the client. This is caused by a small bug

Re: [jira] Created: (TUSCANY-1735) quote-xquery sample failing to build

2007-09-18 Thread Jean-Sebastien Delfino
ant elder wrote: Is this sample failing to build for anyone else or is it just me? ...ant On 9/18/07, ant elder (JIRA) tuscany-dev@ws.apache.org wrote: quote-xquery sample failing to build Key: TUSCANY-1735 URL:

Tested webapp samples on Tomcat

2007-09-18 Thread Jean-Sebastien Delfino
All the mvn-built webapp samples work for me on Tomcat. I am assuming that helloworld-ws-service-webapp is not in the release. Minor issue: the alert aggregator demo webapp doesn't display alerts the first time but correctly displays alerts when I add a new RSS source. The creditcheck demo

[jira] Created: (TUSCANY-1736) NPE when pressing checkout in the store sample

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
Affects Versions: Java-SCA-1.0 Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 The Feed binding servlet does not check for null request pathInfo, causing an NPE in the store sample when the user presses the checkout button. I will add the check for null

[jira] Assigned: (TUSCANY-1736) NPE when pressing checkout in the store sample

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-1736: --- Assignee: Jean-Sebastien Delfino NPE when pressing checkout

[jira] Resolved: (TUSCANY-1736) NPE when pressing checkout in the store sample

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1736. - Resolution: Fixed Fixed NPE when pressing checkout in the store

Re: [VOTE] Release Tuscany Java SCA 1.0-incubating

2007-09-18 Thread Jean-Sebastien Delfino
ant elder wrote: Ok but lets keep this vote going in the meantime - please keep on reviewing so if there's any other issues we can catch them before any respin. Also if everyone could say if you see this delay or not so we get an idea of how widespread the issue is. ...ant The

[jira] Created: (TUSCANY-1746) LICENSE file should contain the OSOA SCA license

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
Runtime Affects Versions: Java-SCA-1.0 Reporter: Jean-Sebastien Delfino Priority: Critical Fix For: Java-SCA-1.0 The LICENSE file at the root of both source and binary distributions should contain the following license

[jira] Created: (TUSCANY-1749) Standalone Web Service samples fail missing rampart module

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
Components: Java SCA Axis Binding Extension Affects Versions: Java-SCA-1.0 Reporter: Jean-Sebastien Delfino Priority: Critical Fix For: Java-SCA-1.0 Stanalone web service samples fail with the following exception [java] Exception in thread main

[jira] Created: (TUSCANY-1750) Databinding-echo sample fails with an Exception

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
Binding Runtime Affects Versions: Java-SCA-1.0 Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 The databinding-echo sample fails with the following exception: [java] ComponentA -- Received message: messagefoo123/foo/message [java.lang.String] [java

Re: [VOTE] Release Tuscany Java SCA 1.0-incubating

2007-09-18 Thread Jean-Sebastien Delfino
ant elder wrote: Please review and vote on the 1.0 release artifacts of Tuscany SCA for Java. The SVN tag for the release is: https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0-RC2/ The artifacts are available for review at: http://people.apache.org/~antelder/tuscany/1.0-RC2/

[jira] Created: (TUSCANY-1748) README files in source and bin distros still say 0.99 August

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
Components: Build System Affects Versions: Java-SCA-1.0 Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 Should be changed to 1.0 September. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Created: (TUSCANY-1747) BUILDING file still says 0.91 release July

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
Versions: Java-SCA-1.0 Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 Should be changed to 1.0 September -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Created: (TUSCANY-1751) Samples/README does not list the quote-xquery sample.

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
: Java SCA Samples Affects Versions: Java-SCA-1.0 Reporter: Jean-Sebastien Delfino Priority: Minor Fix For: Java-SCA-1.0 Minor issue, samples/README does not list the quote-xquery sample. -- This message is automatically generated by JIRA. - You can reply

[jira] Resolved: (TUSCANY-1747) BUILDING file still says 0.91 release July

2007-09-18 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1747. - Resolution: Fixed Fixed BUILDING file still says 0.91 release July

<    3   4   5   6   7   8   9   10   11   12   >