Re: Re: How to use logger policy?

2008-03-26 Thread wang feng
My definitions.xml file is in the class path of org\apache\tuscany\sca\policy\logging and find the processor has readed the file. The PolicyProvider.createInterceptor will return null,because it can't find any applicable policyset for the component. But I copy the definitions.xml to the same

Re: Re: How to use logger policy?

2008-03-26 Thread Venkata Krishnan
Hi Wang, Apologies. There is a bug in the the JDKLoggingImplementationPolicyProvider. We must be using component.getPolicySets() and not getApplicablePolicySets(). I am in the course of fixing this along with a few other things in the branch for our 1.2 release after which I will syncing up

Re: Component Service and WebSphere.

2008-03-26 Thread Sandeep Raman
Hi Simon, response inline. How far did you get through the instructions on Sebastien's blog before you had problems? I completed the entire installation of the war as desc in the blog. I have problm only when i am trying to go to the contect root of the web module. What errors are you

Re: Component Service and WebSphere.

2008-03-26 Thread Luciano Resende
You need WebSphere Application Server 6.0.9, and you also need to enable the fix for Servlet filters. Then, once you install the applications, you need to set the proper classloading style as indicated in Sebastien's blog. You can also find more details of the problem you are having on the WAS log

Re: Component Service and WebSphere.

2008-03-26 Thread Luciano Resende
I should have said Websphere Application Server 6.1.0.9. On Wed, Mar 26, 2008 at 1:17 AM, Luciano Resende [EMAIL PROTECTED] wrote: You need WebSphere Application Server 6.0.9, and you also need to enable the fix for Servlet filters. Then, once you install the applications, you need to set

Re: GSoC project idea - Tuscany SCA support in the Geronimo Admin console

2008-03-26 Thread ant elder
How are you coming with this proposal, is there anything we can do to help? You asked about different phases, I guess at a high level you could have a research phase where you learn about Tuscany and Geronimo, setup you development environment etc, then maybe a design idea phase where you explore

Fw: Error while Invoking Service

2008-03-26 Thread Sandeep Raman
- Forwarded by Sandeep Raman/BLR/TCS on 03/26/2008 02:27 PM - Sandeep Raman/BLR/TCS 03/26/2008 02:24 PM To Raymond Feng [EMAIL PROTECTED] cc Subject Re: Error while Invoking Service Hi, My wsdl is as follows: ?xml version=1.0 encoding=UTF-8 ? - wsdl:definitions

[NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-26 Thread ant elder
The Tuscany PPMC and Incubator PMC have voted for Giorgio Zoppi to become a Tuscany committer. Could you submit an Apache CLA so i can get your userid and access sorted out, you can find out about the Contributor License Agreement at http://www.apache.org/licenses/#clas Congratulations and

[jira] Created: (TUSCANY-2138) Contribution JARs should not be cached by URLConnections

2008-03-26 Thread Jean-Sebastien Delfino (JIRA)
Contribution JARs should not be cached by URLConnections Key: TUSCANY-2138 URL: https://issues.apache.org/jira/browse/TUSCANY-2138 Project: Tuscany Issue Type: Bug

[VOTE] SDO 1.1 rc3 release

2008-03-26 Thread ant elder
Please review and vote on the SDO 1.1 release RC3 artifacts at http://people.apache.org/~antelder/tuscany/sdo/1.1-rc3/http://people.apache.org/%7Eantelder/tuscany/sdo/1.1-rc3/ . The tag for the release is at: https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sdo/1.1/ Thanks!

Re: GSoC project idea - Tuscany SCA support in the Geronimo Admin console

2008-03-26 Thread Thilina Buddhika
Hi, Thanks a lot for the ideas. The phases I have come up are almost same as yours. I am listing down them below. - Getting familiar with Tuscany, Geronimo and other related technologies - Exploring the existing solutions like Tuscany's command line support for Geronimo and

[jira] Resolved: (TUSCANY-2138) Contribution JARs should not be cached by URLConnections

2008-03-26 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-2138. - Resolution: Fixed Contribution JARs should not be cached by

Adding conversational intents as described in the assembly spec

2008-03-26 Thread Vamsavardhana Reddy
I started investigating TUSCANY-2112. The approach I am taking is to make something like the following work without having to annotate the java interfaces with @Conversational etc. component name=MyConvServiceComponent implementation.java class=

[jira] Created: (TUSCANY-2139) When updating the PK it builds the wrong WHERE clause

2008-03-26 Thread JIRA
When updating the PK it builds the wrong WHERE clause - Key: TUSCANY-2139 URL: https://issues.apache.org/jira/browse/TUSCANY-2139 Project: Tuscany Issue Type: Bug Components:

[jira] Created: (TUSCANY-2140) @Scope annotation on interface does not work.

2008-03-26 Thread Vamsavardhana Reddy (JIRA)
@Scope annotation on interface does not work. - Key: TUSCANY-2140 URL: https://issues.apache.org/jira/browse/TUSCANY-2140 Project: Tuscany Issue Type: Bug Components: Java SCA Assembly

[jira] Commented: (TUSCANY-2140) @Scope annotation on interface does not work.

2008-03-26 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582235#action_12582235 ] Vamsavardhana Reddy commented on TUSCANY-2140: -- Errata says 7.

[jira] Created: (TUSCANY-2141) If the composite has a cyclic include,throw an OutOfMemory exception

2008-03-26 Thread wangfeng (JIRA)
If the composite has a cyclic include,throw an OutOfMemory exception Key: TUSCANY-2141 URL: https://issues.apache.org/jira/browse/TUSCANY-2141 Project: Tuscany Issue Type:

[jira] Updated: (TUSCANY-2141) If the composite has a cyclic include,throw an OutOfMemory exception

2008-03-26 Thread wangfeng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wangfeng updated TUSCANY-2141: -- Attachment: testcase.zip diff.txt The patch will detect the cyclic state. If

Re: [NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-26 Thread Giorgio Zoppi
Thank you very much! Cheers, Giorgio. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-26 Thread Vamsavardhana Reddy
Congratulations Giorgio!! ++Vamsi On Wed, Mar 26, 2008 at 2:31 PM, ant elder [EMAIL PROTECTED] wrote: The Tuscany PPMC and Incubator PMC have voted for Giorgio Zoppi to become a Tuscany committer. Could you submit an Apache CLA so i can get your userid and access sorted out, you can find

Re: [NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-26 Thread Simon Laws
On Wed, Mar 26, 2008 at 11:22 AM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Congratulations Giorgio!! ++Vamsi On Wed, Mar 26, 2008 at 2:31 PM, ant elder [EMAIL PROTECTED] wrote: The Tuscany PPMC and Incubator PMC have voted for Giorgio Zoppi to become a Tuscany committer.

Re: Tuscany composite validation

2008-03-26 Thread Simon Laws
Hi Hasan Adriano is correct about the xsd validation. I've made some more comments in line. Looking at the range of questions you are asking maybe what we could do is create and itest to cover the range of validation features that Tuscany should support and we can concentrate there on improving

Re: Adding conversational intents as described in the assembly spec

2008-03-26 Thread Simon Laws
On Wed, Mar 26, 2008 at 10:13 AM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I started investigating TUSCANY-2112. The approach I am taking is to make something like the following work without having to annotate the java interfaces with @Conversational etc. component

[jira] Updated: (TUSCANY-2139) When updating the PK it builds the wrong WHERE clause

2008-03-26 Thread JIRA
[ https://issues.apache.org/jira/browse/TUSCANY-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] René de Bloois updated TUSCANY-2139: Patch Info: [Patch Available] Added patch. When updating the PK it builds the wrong

[jira] Updated: (TUSCANY-2139) When updating the PK it builds the wrong WHERE clause

2008-03-26 Thread JIRA
[ https://issues.apache.org/jira/browse/TUSCANY-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] René de Bloois updated TUSCANY-2139: Attachment: TUSCANY-2139.patch This patch works for me. When updating the PK it builds

Tuscany JUnit tests

2008-03-26 Thread Dan Becker
I notice most every Tuscany component has JUnit tests associated with it. I also notice that these tests are run as part of a normal Maven build (which you can turn on and off via -Dmaven.test.skip=true). 1) Are there other Maven test related switches? Specifically, is there a Maven

[jira] Commented: (TUSCANY-2084) Problems deserializing XML-SDO after using XMLType element calculated from Java to serialize SDO-XML onto

2008-03-26 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582302#action_12582302 ] Scott Kurz commented on TUSCANY-2084: - There's a similar issue for dynamic SDO.

[jira] Issue Comment Edited: (TUSCANY-2084) Problems deserializing XML-SDO after using XMLType element calculated from Java to serialize SDO-XML onto

2008-03-26 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582302#action_12582302 ] scottkurz edited comment on TUSCANY-2084 at 3/26/08 7:51 AM: --

Error on requires = integrity

2008-03-26 Thread Sandeep Raman
Hi, On using requires = integrity on a component service and invoking it i get the following error: Exception in thread main org.apache.axis2.AxisFault: java.lang.NullPointerException at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext( Utils.java:486) at

Re: Tuscany JUnit tests

2008-03-26 Thread Dan Becker
Kevin Williams wrote: On Wed, Mar 26, 2008 at 8:49 AM, Dan Becker [EMAIL PROTECTED] wrote: 1) Are there other Maven test related switches? Specifically, is there a Maven switch/target/profile to just run the unit tests without a build? 2) Is there a to run these JUnit test cases from within

Re: [NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-26 Thread Jean-Sebastien Delfino
ant elder wrote: The Tuscany PPMC and Incubator PMC have voted for Giorgio Zoppi to become a Tuscany committer. Could you submit an Apache CLA so i can get your userid and access sorted out, you can find out about the Contributor License Agreement at http://www.apache.org/licenses/#clas

Re: [NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-26 Thread Luciano Resende
Welcome !!! On Wed, Mar 26, 2008 at 8:09 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: The Tuscany PPMC and Incubator PMC have voted for Giorgio Zoppi to become a Tuscany committer. Could you submit an Apache CLA so i can get your userid and access sorted

[jira] Commented: (TUSCANY-2139) When updating the PK it builds the wrong WHERE clause

2008-03-26 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582318#action_12582318 ] Adriano Crestani commented on TUSCANY-2139: --- Hi René, The patch seems out of

Re: Tuscany JUnit tests

2008-03-26 Thread Kevin Williams
Comment inline ... On Wed, Mar 26, 2008 at 8:49 AM, Dan Becker [EMAIL PROTECTED] wrote: I notice most every Tuscany component has JUnit tests associated with it. I also notice that these tests are run as part of a normal Maven build (which you can turn on and off via -Dmaven.test.skip=true).

Re: [NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-26 Thread Venkata Krishnan
Congratulations Welcome Giorgio ! :) - Venkat On Wed, Mar 26, 2008 at 2:31 PM, ant elder [EMAIL PROTECTED] wrote: The Tuscany PPMC and Incubator PMC have voted for Giorgio Zoppi to become a Tuscany committer. Could you submit an Apache CLA so i can get your userid and access sorted out,

Re: [NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-26 Thread Raymond Feng
Congratulations and welcome on board! Thanks, Raymond -- From: ant elder [EMAIL PROTECTED] Sent: Wednesday, March 26, 2008 2:01 AM To: tuscany-dev tuscany-dev@ws.apache.org Subject: [NOTICE] Giorgio Zoppi voted as Tuscany committer The Tuscany

Re: Error on requires = integrity

2008-03-26 Thread Venkata Krishnan
Hi, I don't seem to see the definitions.xml attached. If its not too big you could paste it in the mail itself. Thanks - Venkat On Wed, Mar 26, 2008 at 6:34 PM, Sandeep Raman [EMAIL PROTECTED] wrote: Hi, On using requires = integrity on a component service and invoking it i get the

[jira] Commented: (TUSCANY-2139) When updating the PK it builds the wrong WHERE clause

2008-03-26 Thread JIRA
[ https://issues.apache.org/jira/browse/TUSCANY-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582331#action_12582331 ] René de Bloois commented on TUSCANY-2139: - Ah, so the difference is too great.

[Discussion] Conversational Polic

2008-03-26 Thread Venkata Krishnan
Hi, Here is https://issues.apache.org/jira/browse/TUSCANY-2112 where Vamsi is describing the following : - *I have been doing some digging into the conversational semantics. One of the things I have noticed is that when the service is marked with conversational intent, the reference created for

[jira] Assigned: (TUSCANY-2136) Incorrect proxy injected for unwired SCA reference

2008-03-26 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-2136: - Assignee: Raymond Feng Incorrect proxy injected for unwired SCA reference

[jira] Resolved: (TUSCANY-2136) Incorrect proxy injected for unwired SCA reference

2008-03-26 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-2136. --- Resolution: Fixed Fixed under r671343 Incorrect proxy injected for unwired SCA reference

Re: Error on requires = integrity

2008-03-26 Thread Raymond Feng
I suggest that you attach the test case artifacts to a JIRA instead of e-mail. Thanks, Raymond -- From: Venkata Krishnan [EMAIL PROTECTED] Sent: Wednesday, March 26, 2008 9:01 AM To: tuscany-dev@ws.apache.org Subject: Re: Error on requires =

[jira] Assigned: (TUSCANY-2141) If the composite has a cyclic include,throw an OutOfMemory exception

2008-03-26 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-2141: - Assignee: Raymond Feng If the composite has a cyclic include,throw an OutOfMemory

[jira] Resolved: (TUSCANY-2141) If the composite has a cyclic include,throw an OutOfMemory exception

2008-03-26 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-2141. --- Resolution: Fixed Patch applied under 641417. Thank you for the contribution! If the

Re: Error while Invoking Service

2008-03-26 Thread Raymond Feng
Unfortunately, the attached java and composite files are removed by the mailing list. The best way is to attach them in a JIRA. I appreciate your patience. Thanks, Raymond From: Sandeep Raman Sent: Wednesday, March 26, 2008 1:57 AM To: tuscany-dev@ws.apache.org Subject: Fw: Error while

[jira] Updated: (TUSCANY-2108) Java 2 Security - ReallySmallRuntime AccessController blocks

2008-03-26 Thread Dan Becker (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Becker updated TUSCANY-2108: Attachment: tuscany2108-2.txt Patch regenerated based on failing test cases and review comments.

[VOTE] Release Tuscany Java SCA 1.2-incubating (RC2)

2008-03-26 Thread Luciano Resende
Please review and vote on the 1.2 release artifacts of Tuscany SCA for Java. The artifacts are available for review at: http://people.apache.org/~lresende/tuscany/sca-1.2-RC2/ This includes the signed binary and source distributions, the RAT report, and the Maven staging repository. The

[jira] Created: (TUSCANY-2142) Reference to -SNAPSHOT breaking plugin's Tuscany classpath libary

2008-03-26 Thread Jean-Sebastien Delfino (JIRA)
Reference to -SNAPSHOT breaking plugin's Tuscany classpath libary - Key: TUSCANY-2142 URL: https://issues.apache.org/jira/browse/TUSCANY-2142 Project: Tuscany Issue Type: Bug

Re: [VOTE] Release Tuscany Java SCA 1.2-incubating (RC2)

2008-03-26 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Please review and vote on the 1.2 release artifacts of Tuscany SCA for Java. The artifacts are available for review at: http://people.apache.org/~lresende/tuscany/sca-1.2-RC2/ This includes the signed binary and source distributions, the RAT report, and the Maven

[jira] Assigned: (TUSCANY-2142) Reference to -SNAPSHOT breaking plugin's Tuscany classpath libary

2008-03-26 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-2142: Assignee: Luciano Resende Reference to -SNAPSHOT breaking plugin's Tuscany

[jira] Resolved: (TUSCANY-2108) Java 2 Security - ReallySmallRuntime AccessController blocks

2008-03-26 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-2108. --- Resolution: Fixed Patch applied under r641645. Thank you for the contribution! Java 2

Re: GSoC project idea - Tuscany SCA support in the Geronimo Admin console

2008-03-26 Thread haleh mahbod
how about adding after step two - define a scenario that uses the features you want to implement and the the last step would be validating that the scenario works. Haleh On 3/26/08, Thilina Buddhika [EMAIL PROTECTED] wrote: Hi, Thanks a lot for the ideas. The phases I have come up are

Re: Tuscany Coding Standards/Style Guides

2008-03-26 Thread haleh mahbod
should this information be added to the development guide? On 3/24/08, ant elder [EMAIL PROTECTED] wrote: There are some templates at https://svn.apache.org/repos/asf/incubator/tuscany/java/etc/ ...ant On Mon, Mar 24, 2008 at 4:37 PM, Dan Becker [EMAIL PROTECTED] wrote: Many Apache

[jira] Created: (TUSCANY-2143) Admin cannot display composites with references to unresolved classes

2008-03-26 Thread Jean-Sebastien Delfino (JIRA)
Admin cannot display composites with references to unresolved classes - Key: TUSCANY-2143 URL: https://issues.apache.org/jira/browse/TUSCANY-2143 Project: Tuscany Issue

[jira] Created: (TUSCANY-2144) Error while Invoking Service

2008-03-26 Thread Sandeep Raman (JIRA)
Error while Invoking Service - Key: TUSCANY-2144 URL: https://issues.apache.org/jira/browse/TUSCANY-2144 Project: Tuscany Issue Type: Test Components: Java SCA Axis Binding Extension Affects

Re: Component Service and WebSphere.

2008-03-26 Thread Sandeep Raman
Hi, Can you give me some further details on the fix for servlet filters. Sebastain's blog says v6.1.0.9 has in itself some fix for the servlet filters, will installing this version alone fix the pblm. Meanwhile i am trying out installing the new version and deplying my war. Regards Sandeep.

Re: Error while Invoking Service

2008-03-26 Thread Sandeep Raman
Hi, I have raised a JIRA for the same: TUSCANY-2144 Regards Sandeep Raymond Feng [EMAIL PROTECTED] wrote on 03/26/2008 11:03:45 PM: Unfortunately, the attached java and composite files are removed by the mailing list. The best way is to attach them in a JIRA. I appreciate your patience.

Re: Component Service and WebSphere.

2008-03-26 Thread Luciano Resende
You need to activate the WebSphere Fix, by navigating to Application Servers - server1 - Web Container - Customer Properties and configure a com.ibm.ws.webcontainer.invokefilterscompatibility property to true as described there. On Wed, Mar 26, 2008 at 9:00 PM, Sandeep Raman [EMAIL PROTECTED]