Re: Unexpected entries in .classpath files when running mvn -Peclipse - HELP PLEASE

2009-04-23 Thread Mike Edwards
Luciano Resende wrote: On Wed, Apr 22, 2009 at 10:41 AM, Raymond Feng enjoyj...@gmail.com wrote: Reading through the maven-eclipse-plugin code, it tries to detect the JRE setting from the workspace. How do you place the tuscany source code and your Eclipse workspace? Maybe the eclipse is

Re: Unexpected entries in .classpath files when running mvn -Peclipse - HELP PLEASE

2009-04-23 Thread Mike Edwards
Raymond Feng wrote: Can you try the following? mvn eclipse:clean mvn -Peclipse -U Thanks, Raymond Sure. Here is a sample: C:\Tuscany_2_B\java\sca\modules\implementation-spring-xmlmvn -Peclipse -U [INFO] Scanning for projects... [INFO]

Re: Unexpected entries in .classpath files when running mvn -Peclipse - HELP PLEASE

2009-04-23 Thread Mike Edwards
Mike Edwards wrote: Folks, I ran a full build against Tuscany 2.0 after doing svn update earlier today - and then executed mvn -Peclipse against the result. The generated .classpath files for the Eclipse projects all contained this entry: classpathentry kind=con

[continuum] BUILD SUCCESSFUL: Tuscany - Apache Tuscany SCA Implementation Project (2.x) -

2009-04-23 Thread contin...@vmbuild.apache.org
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=190391projectId=2214 Build statistics: State: Ok Previous Build: No previous build. Started at: Thu 23 Apr 2009 02:47:59 -0700 Finished at: Thu 23 Apr 2009 03:15:15 -0700 Total time: 27m 15s Build Trigger:

Re: Unexpected entries in .classpath files when running mvn -Peclipse - HELP PLEASE

2009-04-23 Thread Mike Edwards
I'm sorry to say that the situation is worse than I first found. My opinion is that the code inside org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations.java is a piece of garbage. The main offending method is readAvailableJREs. If you only have one JDK/JRE configured for your

Re: [DISCUSS] Use of Existing (non-SCA) Mechanisms for Resolving Artifacts

2009-04-23 Thread Ramkumar R
On Thu, Apr 23, 2009 at 12:44 AM, Scott Kurz scottk...@gmail.com wrote: Ram, Thanks for the updated summary. I have a couple of questions, if you don't mind. First, this is probably an obvious question, but by the SCA resolution mechanism you mean: 1. first look in the current

Re: [DISCUSS] Use of Existing (non-SCA) Mechanisms for Resolving Artifacts

2009-04-23 Thread Ramkumar R
On Thu, Apr 23, 2009 at 3:19 AM, Raymond Feng enjoyj...@gmail.com wrote: The latest OASIS SCA Assembly Spec has the following: 3509 When a contribution contains a reference to an artifact from a namespace that is declared in an import 3510 statement of the contribution, if the SCA artifact

[jira] Commented: (TUSCANY-2983) Extensibility of Contribution and other model objects

2009-04-23 Thread Robert Ma (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701949#action_12701949 ] Robert Ma commented on TUSCANY-2983: Hi Raymond, is your fix for just Contribution?

[jira] Created: (TUSCANY-2984) Potential IndexOutOfBounds in DojoModuleActivator

2009-04-23 Thread Brent Daniel (JIRA)
Potential IndexOutOfBounds in DojoModuleActivator - Key: TUSCANY-2984 URL: https://issues.apache.org/jira/browse/TUSCANY-2984 Project: Tuscany Issue Type: Bug Components: Java SCA

Re: SCAClient API spec proposal

2009-04-23 Thread Scott Kurz
On Wed, Apr 22, 2009 at 3:55 PM, Raymond Feng enjoyj...@gmail.com wrote: 2892 If a reference does not have a binding, then the binding used can be any of the bindings 2893 specified by the service provider, as long as the intents attached to the reference and 2894 the service are all

Re: SCAClient API spec proposal

2009-04-23 Thread Simon Laws
On Thu, Apr 23, 2009 at 3:51 PM, Scott Kurz scottk...@gmail.com wrote: On Wed, Apr 22, 2009 at 3:55 PM, Raymond Feng enjoyj...@gmail.com wrote: 2892 If a reference does not have a binding, then the binding used can be any of the bindings 2893 specified by the service provider, as long as the

[jira] Commented: (TUSCANY-2983) Extensibility of Contribution and other model objects

2009-04-23 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701965#action_12701965 ] Raymond Feng commented on TUSCANY-2983: --- This for Contribution and

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread ant elder
On Wed, Apr 22, 2009 at 10:18 AM, edward...@apache.org wrote: Author: edwardsmj Date: Wed Apr 22 09:17:59 2009 New Revision: 767428 URL: http://svn.apache.org/viewvc?rev=767428view=rev Log: Improvements to the handling of OSGi bundles when running in development mode Modified:

Re: Unexpected entries in .classpath files when running mvn -Peclipse - HELP PLEASE

2009-04-23 Thread Simon Laws
The irony is that I think many other folks using this avoid this code as their Eclipse workspace settings are such that the plugin code never finds their Eclipse workspace configuration data in which case the JRE configuration is left as: and the mechanism here seems to be that if you have

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread ant elder
On Thu, Apr 23, 2009 at 5:20 PM, Luciano Resende luckbr1...@gmail.comwrote: On Thu, Apr 23, 2009 at 8:43 AM, ant elder ant.el...@gmail.com wrote: I'm getting the build error below when building node-launcher-equinox which i think is caused by this change. The continuum build is working ok

Re: [GSoC] Accepted Student Proposals for 2009 Announced

2009-04-23 Thread Douglas Leite
Thanks for my acceptance! I will do my best to conclude successfully my proposal. On Tue, Apr 21, 2009 at 12:39 PM, Luciano Resende luckbr1...@gmail.comwrote: It's now official, Google has announced the accepted student proposals for 2009 and the ASF accepted proposals is available at [1].

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread ant elder
On Thu, Apr 23, 2009 at 5:44 PM, ant elder antel...@apache.org wrote: On Thu, Apr 23, 2009 at 5:20 PM, Luciano Resende luckbr1...@gmail.comwrote: On Thu, Apr 23, 2009 at 8:43 AM, ant elder ant.el...@gmail.com wrote: I'm getting the build error below when building node-launcher-equinox

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread Mike Edwards
ant elder wrote: After some digging i've found the cause. I happen to have built the new implementation-spring* modules that are in the 2.x svn checkout but those modules are not yet in the main build as they're still being brought up in 2.x so most others and continuum wont have these

[jira] Updated: (TUSCANY-2919) Implement JAX-RS Support in Tuscany 1.4

2009-04-23 Thread Prateek Temkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Temkar updated TUSCANY-2919: Attachment: (was: tuscanyModules.zip) Implement JAX-RS Support in Tuscany 1.4

[jira] Updated: (TUSCANY-2919) Implement JAX-RS Support in Tuscany 1.4

2009-04-23 Thread Prateek Temkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Temkar updated TUSCANY-2919: Attachment: (was: jersey-server.zip) Implement JAX-RS Support in Tuscany 1.4

[jira] Updated: (TUSCANY-2919) Implement JAX-RS Support in Tuscany 1.4

2009-04-23 Thread Prateek Temkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Temkar updated TUSCANY-2919: Attachment: tuscanyModules.zip jersey-server.zip There were following

Re: Implemented JAX-RS support

2009-04-23 Thread Prateek Temkar
Hi! I have uploaded the files that fix the issues I had mentioned earlier. The JIRA (https://issues.apache.org/jira/browse/TUSCANY-2919) has also been updated. thnx, -Prateek Temkar On Thu, Apr 16, 2009 at 2:58 PM, Luciano Resende luckbr1...@gmail.com wrote: On Thu, Apr 16, 2009 at 2:41 PM,

Create a collaboration area with write access for all ASF committers?

2009-04-23 Thread ant elder
How about we create an area in SVN that any ASF committer can commit to so as to aid collaboration across projects? So as an example lets say we wanted to make a sample application that uses, i don't know, perhaps Tuscany, OpenJPA, and runs on Geronimo, then if we had a area like this then we

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread ant elder
On Thu, Apr 23, 2009 at 8:16 PM, Mike Edwards mike.edwards.inglen...@gmail.com wrote: ant elder wrote: After some digging i've found the cause. I happen to have built the new implementation-spring* modules that are in the 2.x svn checkout but those modules are not yet in the main build

Re: [VOTE] Release Tuscany Zip Plugin alpha1

2009-04-23 Thread ant elder
On Wed, Apr 22, 2009 at 4:02 PM, ant elder ant.el...@gmail.com wrote: Please review and vote on releasing the alpha1 release of the Tuscany Zip plugin module. The zip plugin enables using a packaging of zip in a Maven project pom.xml to create a zip format SCA contribution. The tag for the

[VOTE] Release Tuscany Plugin alpha1

2009-04-23 Thread ant elder
Please review and vote on releasing the alpha1 release of the Tuscany plugin module. This Maven plugin enables using mvn tuscany:run for starting a Tuscany runtime to run a project as an SCA contribution. The tag for the release is: