[jira] Commented: (TUSCANY-952) DAS must support queries that reference tables in different schemas

2007-02-27 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476093 ] Amita Vadhavkar commented on TUSCANY-952: - Based on the discussion on thread

Re: Trouble building the Tuscany Trunk

2007-02-27 Thread Snehit Prabhu
Thanks a lot Raymond! Works like a charm. Am building the rest of the components like so as well. So there was nothing wrong with the inner POM's. Looks like only a few minor changes to the parent directory POM can easily fix the problem. It is quite irksome for a newcomer to setup the trunk as

Re: Trouble building the Tuscany Trunk

2007-02-27 Thread Jim Marino
On Feb 27, 2007, at 12:26 AM, Snehit Prabhu wrote: Thanks a lot Raymond! Works like a charm. Am building the rest of the components like so as well. So there was nothing wrong with the inner POM's. Looks like only a few minor changes to the parent directory POM can easily fix the problem. It

Re: Databinding integration tests

2007-02-27 Thread ant elder
On 2/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] ant elder wrote: Was about to replying on the other thread but this one seems better ... this proposal sounds good to me. Over the weekend i added a JavaScript E4X databinding [1], and plan in the future to also add ones for

Re: Trouble building the Tuscany Trunk

2007-02-27 Thread Snehit Prabhu
Hi Jim, No, there was no larger intent :-). I'm merely trying to get all the source .java files I require into Eclipse (besides having an executable binary of course), so I can step through the flow of control using an sca sample. SDO and DAS are, as you said, largely unrelated - but I did not

Re: querying when patches are available for jiras

2007-02-27 Thread kelvin goodson
I did a bit of digging on this and after a discussion thread on the incubator general list ( http://marc.theaimsgroup.com/?l=incubator-generalm=117244617308996w=2) we now have a patch available field. You should be seeing the column appear in JIRA queries now. I have set the flag true for a

[SDO] Question:Support for xpath expression to get batch of DOs

2007-02-27 Thread Amita Vadhavkar
Hi All, In the current SDO, the support is provided for do.getDataObject(xpath) and rootDo.getList(property) But there is no way to get multiple DOs from evaluating xpath. i.e. expression like rootDo.getDataObject(customer[name='patrick']) returns the first matching row and not all matching

[jira] Updated: (TUSCANY-1044) DataHelperImpl.toDateTime() is not compliant with spec.

2007-02-27 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1044: Patch Info: (was: [Patch Available]) DataHelperImpl.toDateTime() is not compliant

[jira] Updated: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-27 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1132: Patch Info: (was: [Patch Available]) patch is only currently for test case SDO Java

Re: [SDO] Question:Support for xpath expression to get batch of DOs

2007-02-27 Thread kelvin goodson
Hi Amita, I'm pretty sure when you say the current SDO you are meaning the Tuscany implementation. The SDO spec allows for extensibility here in that it includes a scheme prefix to the path syntax, which if left out is implicitly sdo:. Tuscany only has the default scheme implemented. So one

Re: [jira] Resolved: (TUSCANY-1117) Updates to CTS test suite

2007-02-27 Thread Robbie Minshall
Thanks very much Geoff. Robbie On 2/27/07, Geoff Winn (JIRA) tuscany-dev@ws.apache.org wrote: [ https://issues.apache.org/jira/browse/TUSCANY-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Geoff Winn resolved TUSCANY-1117. -

Re: Trouble building the Tuscany Trunk

2007-02-27 Thread Snehit Prabhu
Taking the same build process to other sca directories - I run mvn on sca\extensions - fails. Here is the error log : -- Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/tus

[jira] Created: (TUSCANY-1141) The dependency/imported package was not initialized if the codegen tool was provided with -javaPackage option for the target codegen package

2007-02-27 Thread Fuhwei Lwo (JIRA)
The dependency/imported package was not initialized if the codegen tool was provided with -javaPackage option for the target codegen package

[jira] Updated: (TUSCANY-1128) Support attribute and element with same name

2007-02-27 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1128: Priority: Minor (was: Major) Patch Info: (was: [Patch Available]) Support

Re: WSDL-Java wrapped (vs. non-wrapped) with doc-lit-wrap WSDL with named complexType

2007-02-27 Thread Scott Kurz
Yang, Do you think it would help for me to open a JIRA to support the named types? Thanks, Scott On 2/24/07, Yang ZHONG [EMAIL PROTECTED] wrote: Once binding is involved within WSDL2Java, one WSDL portType/message can end up with multiple Java classes respective to different bindings. It mixes

Re: Trouble building the Tuscany Trunk

2007-02-27 Thread Jeremy Boynes
On Feb 26, 2007, at 9:49 PM, Snehit Prabhu wrote: Hi, I am trying to setup the Tuscany Trunk Distribution on my machine for a while now, with little success. Any help on the matter would be appreciated. I should mention that the complete M2 distribution has been downloaded, built and

Re: querying when patches are available for jiras

2007-02-27 Thread Jean-Sebastien Delfino
kelvin goodson wrote: I did a bit of digging on this and after a discussion thread on the incubator general list ( http://marc.theaimsgroup.com/?l=incubator-generalm=117244617308996w=2) we now have a patch available field. You should be seeing the column appear in JIRA queries now. I have

Re: WSDL-Java wrapped (vs. non-wrapped) with doc-lit-wrap WSDL with named complexType

2007-02-27 Thread Jean-Sebastien Delfino
Scott Kurz wrote: Yang, Do you think it would help for me to open a JIRA to support the named types? Thanks, Scott On 2/24/07, Yang ZHONG [EMAIL PROTECTED] wrote: Once binding is involved within WSDL2Java, one WSDL portType/message can end up with multiple Java classes respective to

Changing SCDL in samples and integration tests

2007-02-27 Thread Jean-Sebastien Delfino
Over the next two days I'd like to make the following changes to the samples and integration tests in the integration branch: - move the SCDL files that define these applications out of META-INF/sca - rename the composite files to composite-name.composite - remove the scdlLocation attributes and

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

2007-02-27 Thread Scott Kurz (JIRA)
Need to allow generation of wrapped Java intf from doc-lit-wrap WSDL with named complexType Key: TUSCANY-1142 URL: https://issues.apache.org/jira/browse/TUSCANY-1142

Re: Problem running BigBank using M2 release

2007-02-27 Thread Luciano Resende
Hi Mike Take a look at this post : http://www.mail-archive.com/tuscany-user%40ws.apache.org/msg00666.html You might want to add the following to your web.xml: init-param param-nametuscany.online/param-name param-valuefalse/param-value /init-param -- Luciano

Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread Raymond Feng
Hi, Mike. It seems that you're seeing similar issues with M2. Please see my comments below and they might help. Thanks, Raymond - Original Message - From: Raymond Feng [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Monday, February 26, 2007 3:17 PM Subject: Re: Lingering

Re: Problem running BigBank using M2 release

2007-02-27 Thread Jean-Sebastien Delfino
Comments inline. Mike Edwards wrote: Folks, I'd appreciate any help with the problem I'm having running the BigBank sample with the M2 release. First, I'm using: - Tomcat 5.5.20 - Maven 2.0.4 - Sun JDK 5.0 as advised in the sample readme. I build the sample using mvn I deploy the sample

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-27 Thread Luciano Resende
Sorry Luciano, but what is a webApp skeleton? Could you give an example? I was saying more like an empty project, where people would just copy and start putting their code on the right place... but I think this is more towards documentation. -- Luciano Resende

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread Mike Edwards
Raymond, Thanks for your reply. I had seen your previous note and I tried applying the lines: init-param param-nametuscany.online/param-name param-valuefalse/param-value /init-param into the web.xml file within the deployed Tomcat webapp. Unfortunately, it

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-27 Thread Luciano Resende
Hi Adriano What's the difference between DAS C++ and DAS C++ lite ? Why we would need two ? I thought one DAS was already too much work :) -- Luciano Resende http://people.apache.org/~lresende On 2/26/07, Adriano Crestani [EMAIL PROTECTED] wrote: I created a

Re: Changing SCDL in samples and integration tests

2007-02-27 Thread Dan Murphy
Hi Sebastien, On the move SCDL files... where were you planning to move them to (META-INF/scdl, or up futher into the main/resources part of the source tree ?) Just asking so I can keep in sync with you and do the same for my intended databinding tests (incidently I also adoped the

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread Rick Rineholt
Would that only work if you did a build of the full source (ie. put build/install tuscany axis2 jar into your local repo?) BTW I have BB working for me from m2. But I made a mistake yesterday and built the whole source, so those jars are probably in my local repo not from the distro but from

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-27 Thread Adriano Crestani
I gave this name just cause it doesn't have all the classes and fuctionality of a real DAS library. But it will later become a complete DAS library, I expect ; ). You may call also DAS initial phase, I don't know. Adriano Crestani On 2/27/07, Luciano Resende [EMAIL PROTECTED] wrote: Hi

Re: svn commit: r510671 - in /incubator/tuscany/branches/sca-java-integration/sca: extensions/axis2/databinding/src/main/java/org/apache/tuscany/databinding/axiom/ extensions/axis2/samples/helloworldw

2007-02-27 Thread ant elder
On 2/27/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Ant. Sorry, I forgot to mention that the test case works again since a few days ago. Please verify. Yes works again for me now thanks. ...ant

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-27 Thread Luciano Resende
Thanks for the clarification. Makes sense now. On 2/27/07, Adriano Crestani [EMAIL PROTECTED] wrote: I gave this name just cause it doesn't have all the classes and fuctionality of a real DAS library. But it will later become a complete DAS library, I expect ; ). You may call also DAS initial

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread Raymond Feng
Hi, Mike. Two more tips. 1) Build time: There is boolean parameter for tuscany-war-plugin. loadExtensionDependenciestrue/loadExtensionDependencies If it's set to true, the plugin will add the dependency jars to the WAR. Can you check if axis2-1.0-incubator-M2:jar is packaged in the

[jira] Created: (TUSCANY-1143) Generated code should separate metadata creation from registration to permit proper scoping

2007-02-27 Thread Kelvin Goodson (JIRA)
Generated code should separate metadata creation from registration to permit proper scoping --- Key: TUSCANY-1143 URL: https://issues.apache.org/jira/browse/TUSCANY-1143

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread ant elder
Another problem is that Woden has been moved so now i think is not in the maven repositories searched by the samples, and this could cause the failure of the axis2 extension. So if its not in your local repo you need to add the following to the repositories in the pom.xml in the top level

Re: [DAS] Tuscany-863 - create/init of canned DB if not already present

2007-02-27 Thread Luciano Resende
I think we should keep the scope of the JIRA. If you want to create a new sample, with more advanced features (e.g OCC, etc), then I think we should go with a new and more cool application using REST/AJAX sample app... (btw there was couple discussions around this before, so I started something,

Re: Review of spec classes wanted

2007-02-27 Thread Jim Marino
On Feb 27, 2007, at 12:23 PM, Jean-Sebastien Delfino wrote: Raymond Feng wrote: Hi, The SCA 1.0 spec api looks good to me. I have two minor comments. 1) The JavaDoc for @AllowsPassByRerence is a bit misleading. The Java spec says: Either a whole class implementing a remotable service or

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-27 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476443 ] Yang ZHONG commented on TUSCANY-1132: - 2 comments. 2-1. It seems problem found and solved. What's left?

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

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-978: --- Patch Info: [Patch Available] The attached WSDL should be used as a test

[jira] Updated: (TUSCANY-927) SCA Policy framework support in Tuscany

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-927: --- Patch Info: [Patch Available] SCA Policy framework support in Tuscany

[jira] Updated: (TUSCANY-914) duplicated component name in include overwrite the using one.

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-914: --- Patch Info: [Patch Available] duplicated component name in include

[jira] Updated: (TUSCANY-1128) Support attribute and element with same name

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1128: Patch Info: [Patch Available] Support attribute and element with same

[jira] Updated: (TUSCANY-952) DAS must support queries that reference tables in different schemas

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-952: --- Patch Info: [Patch Available] DAS must support queries that reference

[jira] Updated: (TUSCANY-1126) Stateless Session Bean Reference Binding implementation

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1126: Patch Info: [Patch Available] Stateless Session Bean Reference Binding

[jira] Updated: (TUSCANY-1133) Support the PHP extension under Windows

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1133: Patch Info: [Patch Available] Support the PHP extension under Windows

[jira] Updated: (TUSCANY-1040) DAS C++

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1040: Patch Info: [Patch Available] DAS C++ --- Key:

[jira] Updated: (TUSCANY-1096) Exception thrown when reference with many multiplicity to the element of anyType

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1096: Patch Info: [Patch Available] Exception thrown when reference with many

[jira] Updated: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1132: Patch Info: [Patch Available] SDO Java serialization/deserialization

[jira] Updated: (TUSCANY-950) CopyHelper::copy() forgets sequence information

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-950: --- Patch Info: [Patch Available] CopyHelper::copy() forgets sequence

[jira] Updated: (TUSCANY-906) Provide ant scripts to build selected samples

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-906: --- Patch Info: [Patch Available] Provide ant scripts to build selected

[jira] Updated: (TUSCANY-840) Integration of RogueWave SDO C++ tests

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-840: --- Patch Info: [Patch Available] Integration of RogueWave SDO C++ tests

[jira] Updated: (TUSCANY-897) BPEL container based on Apache Ode

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-897: --- Patch Info: [Patch Available] BPEL container based on Apache Ode

[jira] Updated: (TUSCANY-394) NPE when running wsdl2java tool with xsd:anyType in the schema

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-394: --- Patch Info: [Patch Available] NPE when running wsdl2java tool with

[jira] Updated: (TUSCANY-435) Spaces binding for SCA

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-435: --- Patch Info: [Patch Available] Spaces binding for SCA

[jira] Updated: (TUSCANY-610) Initial OSGi support effort

2007-02-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-610: --- Patch Info: [Patch Available] Initial OSGi support effort

[jira] Created: (TUSCANY-1145) DefaultSCAContainer.stop()/LauncherImpl.shutdownRuntime() is leaking memory

2007-02-27 Thread Raymond Feng (JIRA)
DefaultSCAContainer.stop()/LauncherImpl.shutdownRuntime() is leaking memory Key: TUSCANY-1145 URL: https://issues.apache.org/jira/browse/TUSCANY-1145 Project: Tuscany

41 patches available, was: querying when patches are available for jiras

2007-02-27 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: kelvin goodson wrote: I did a bit of digging on this and after a discussion thread on the incubator general list ( http://marc.theaimsgroup.com/?l=incubator-generalm=117244617308996w=2) we now have a patch available field. You should be seeing the column appear

Contribution services status

2007-02-27 Thread Luciano Resende
I have just committed a working first version of the contribution services integrated with the DefaultSCAContainer into the integration branch. All sample applications and unit tests are now using the contribution to make itself available into the Domain. Here are some next steps as I see : -

[jira] Commented: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-27 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476498 ] Hasan Muhammad commented on TUSCANY-1130: - Frank, Funny after all this, i tested it with EMF 2.2.2, and

Wsdl iTest failure : Address already in use: bind

2007-02-27 Thread Luciano Resende
Hey Guys I don't think this is related to my changes to contribution, is anybody experiencing the same results ? NetStat didn't give me anything on port 80xx, not sure if this is something on my machine, so wanted to check with you guys. ---

Re: Changing SCDL in samples and integration tests

2007-02-27 Thread Venkata Krishnan
Hi, Thanks. I like this sort of naming and really helps in identifying scdls better. - Venkat On 2/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Dan Murphy wrote: Hi Sebastien, On the move SCDL files... where were you planning to move them to (META-INF/scdl, or up futher

Re: Wsdl iTest failure : Address already in use: bind

2007-02-27 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Hey Guys I don't think this is related to my changes to contribution, is anybody experiencing the same results ? NetStat didn't give me anything on port 80xx, not sure if this is something on my machine, so wanted to check with you guys.

Re: Wsdl iTest failure : Address already in use: bind

2007-02-27 Thread Luciano Resende
Thanks Sebastien -- Luciano Resende http://people.apache.org/~lresende On 2/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: Hey Guys I don't think this is related to my changes to contribution, is anybody experiencing the same results ? NetStat didn't give

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-27 Thread Adriano Crestani
Sorry guys, the sdo article url I gave is wrong, the correctly url is: http://www-128.ibm.com/developerworks/webservices/library/ws-sdo-api/ Adriano Crestani On 2/27/07, Luciano Resende [EMAIL PROTECTED] wrote: Thanks for the clarification. Makes sense now. On 2/27/07, Adriano Crestani

Re: Native M3 release status

2007-02-27 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 22/02/07, Pete Robbins [EMAIL PROTECTED] wrote: On 22/02/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 22/02/07, Andrew Borley [EMAIL PROTECTED] wrote: On 2/21/07, Pete Robbins [EMAIL PROTECTED] wrote: On 21/02/07, Andrew

spec/sca-api-r1.0 module in sca-java-integration branch has been updated

2007-02-27 Thread Raymond Feng
Hi, I have merged the latest SCA 1.0 APIs from trunk to sca-java-integration branch and adjusted most (if not all) the references. The stable profile is built successfully with the changes. You might want to update your workspace from SVN to avoid conflicts. Thanks, Raymond