Re: Re: How to use logger policy?

2008-03-25 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 dir

[jira] Commented: (TUSCANY-2117) SCA Distributions missing tutorial projects

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582130#action_12582130 ] Jean-Sebastien Delfino commented on TUSCANY-2117: - I was distracted by ot

Fixes to distro assembly and Eclipse updatesite

2008-03-25 Thread Jean-Sebastien Delfino
Luciano, I just made a few fixes to the distro assemblies: - included 2 missing wars - sync'ed the trunk assembly with the 1.2 branch assembly - renamed the Eclipse updatesite distro to apache-tuscany-sca-{version}-updatesite.zip If people want to try out the Eclipse updatesite, here are the

Re: How to use logger policy?

2008-03-25 Thread Raymond Feng
Hi, Are you packaging definitions.xml in your SCA contribution to try application-level configuration of the intents/policySets? For tuscany extensions, we have switched to SCADefinitionsProvider to contribute definitions.xml model into Tuscany, not the definitions.xml file. Can you take the

[jira] Created: (TUSCANY-2137) Incorrect names for notification sample jars

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
Incorrect names for notification sample jars Key: TUSCANY-2137 URL: https://issues.apache.org/jira/browse/TUSCANY-2137 Project: Tuscany Issue Type: Bug Components: Build System Affec

How to use logger policy?

2008-03-25 Thread wang feng
Hi,all I do a sample to test policy with logger policy,but the logger policy don't work. I debug the code and find the method component.getApplicablePolicySets() in PolicyProvider Impl alway return null. I look for the code and not find where the ApplicablePolicySets value on co

[jira] Resolved: (TUSCANY-2111) Fix Saxon dependencies version for 1.2 release

2008-03-25 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-2111. -- Resolution: Fixed Fixed under revision #641108 > Fix Saxon dependencies version for

[jira] Resolved: (TUSCANY-2120) Admin start button only works if the target node is on localhost

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-2120. - Resolution: Fixed Fixed in trunk and the 1.2 branch. > Admin start but

[jira] Resolved: (TUSCANY-1840) Bootstrapping a subset of Tuscany runtime to support object modeling in tools

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1840. - Resolution: Cannot Reproduce There's now a lot of code (in particular i

[jira] Commented: (TUSCANY-2119) Eclipse plugin jars missing from the distribution

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582094#action_12582094 ] Jean-Sebastien Delfino commented on TUSCANY-2119: - Luciano, let me know i

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

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
Incorrect proxy injected for unwired SCA reference --- Key: TUSCANY-2136 URL: https://issues.apache.org/jira/browse/TUSCANY-2136 Project: Tuscany Issue Type: Bug Components: Java SCA

Re: Verification Testing

2008-03-25 Thread Kevin Williams
I'd like to add an annotated version of the SCA Java Common Annotations and APIs specification somewhere in the project so that I can reference individual functional requirements from the tests. Does it make sense to add this as an attachment to the Java SCA Documentation wiki page? Thanks, --Ke

[jira] Updated: (TUSCANY-2099) Porting Workpool-Distributed demo to current.

2008-03-25 Thread Giorgio Zoppi (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giorgio Zoppi updated TUSCANY-2099: --- Attachment: composite-builder1.diff First modification to CompositeBuilderImpl in which I a

[jira] Commented: (TUSCANY-2120) Admin start button only works if the target node is on localhost

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582018#action_12582018 ] Jean-Sebastien Delfino commented on TUSCANY-2120: - There's one more small

Re: Adding SPIs to handle policies, was: Re: Policy Handlers ?

2008-03-25 Thread Venkata Krishnan
Hi Raymond, Thanks. Please see my questions / comments inline. - Venkat On Tue, Mar 25, 2008 at 9:01 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > Please see my comments below. > > Thanks, > Raymond > -- > From: "Venkata Krishnan" <[EMAIL PROTECT

Re: [SCA 1.2] TUSCANY-2115 branch cleanup

2008-03-25 Thread Giorgio Zoppi
tnx. :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tuscany composite validation

2008-03-25 Thread Adriano Crestani
Hi Hasan, As far as I know, the validation is done by SCA on composite files. It uses the tuscany-sca.xsd file. You can find it at: https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources Regards, Adriano Crestani On Tue, Mar 25, 2008 at 8:44 AM, Hasan

Re: New dependency on Drools

2008-03-25 Thread Simon Nash
Jean-Sebastien Delfino wrote: Luciano Resende wrote: On Thu, Mar 20, 2008 at 6:04 AM, Simon Laws <[EMAIL PROTECTED]> wrote: I've just committed the patch from TUSCANY-2099. The patch is a few more steps on the way to getting the workpool demo running with the latest code and it introduces a

FW: Tuscany Talk?

2008-03-25 Thread Antollini, Mario
Jean-Sebastien, I wrote an email to some people at Intel working in the SOA arena. They have regular meetings and they will like us to present Tuscany to them in the next one (Apr 01, 2008 04:00 PM UK Time). Are you interested/available? Please let me know ASAP since they are awaiting my re

Re: [SCA 1.2] TUSCANY-2115 branch cleanup

2008-03-25 Thread Luciano Resende
On Tue, Mar 25, 2008 at 4:44 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > On Mon, Mar 24, 2008 at 4:24 AM, Luciano Resende <[EMAIL PROTECTED]> > wrote: > > > > > On Sun, Mar 23, 2008 at 8:54 PM, Jean-Sebastien Delfino > > <[EMAIL PROTECTED]> wrote: > > > Luciano Resende wrote: > > > > As part

Re: [SCA 1.2] TUSCANY-2115 branch cleanup

2008-03-25 Thread Luciano Resende
On Tue, Mar 25, 2008 at 5:04 AM, Giorgio Zoppi <[EMAIL PROTECTED]> wrote: > 2008/3/24, Jean-Sebastien Delfino <[EMAIL PROTECTED]>: > > > Luciano Resende wrote: > > > As part of TUSCANY-2115 [1] I have some local changes to remove the > > > following projects : > > > > ... > > >- tutoria

Tuscany composite validation

2008-03-25 Thread Hasan Muhammad
Hi Simon, I was wondering whether tuscany does any validation of the composites and if so, to what extent? If not, what is the api (if any exists) that we can use to do validation ourselves? If not the api, then how can we obtain information to do this validation? We would to know this in light of

Re: Adding SPIs to handle policies, was: Re: Policy Handlers ?

2008-03-25 Thread Raymond Feng
Please see my comments below. Thanks, Raymond -- From: "Venkata Krishnan" <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2008 4:20 AM To: Subject: Re: Adding SPIs to handle policies, was: Re: Policy Handlers ? Hi Raymond, - How do applications add

Re: Error while Invoking Service

2008-03-25 Thread Raymond Feng
Hi, Sandeep. Thank you for reporting the problem. But we need more information such as the WSDL, the composite file and the java code to diagnose. Would you please open a JIRA at http://issues.apache.org/jira/browse/TUSCANY? It would be very helpful if you can attach your test case in the JIRA

Re: Composite Builder and some questions?

2008-03-25 Thread Simon Laws
Hi Girogio Sorry for slow response. Been out for a few days. Some comments in line Simon On Fri, Mar 21, 2008 at 5:27 PM, Giorgio Zoppi <[EMAIL PROTECTED]> wrote: > Hi, > the next patch for my demo it will be in the CompositeBuilder. I have > to do refactoring in this > area to allow a fine

[jira] Resolved: (TUSCANY-2132) Building Apache Tuscany SCA Contribution Model Implementation fails while testing

2008-03-25 Thread Mario Antollini (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Antollini resolved TUSCANY-2132. -- Resolution: Invalid Jean-Sebastian, you were right. I did a clean build and it worke

Re: Component Service and WebSphere.

2008-03-25 Thread Simon Laws
On Tue, Mar 25, 2008 at 11:11 AM, Sandeep Raman <[EMAIL PROTECTED]> wrote: > Hi , > > I followed the same blog. But culdnt get it working. > What else can i try out. > > > Regards, > Sandeep. > > "Simon Laws" <[EMAIL PROTECTED]> wrote on 03/25/2008 04:31:23 PM: > > > On Tue, Mar 25, 2008 at 10:33

[jira] Resolved: (TUSCANY-2125) Calculator-implementation-policies, SCA 1.2 RC1 Fails

2008-03-25 Thread Venkatakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkatakrishnan resolved TUSCANY-2125. -- Resolution: Fixed This is no failure. The demo runs successfully and the console doe

Re: [SCA 1.2] TUSCANY-2115 branch cleanup

2008-03-25 Thread Giorgio Zoppi
2008/3/24, Jean-Sebastien Delfino <[EMAIL PROTECTED]>: > Luciano Resende wrote: > > As part of TUSCANY-2115 [1] I have some local changes to remove the > > following projects : > > ... > >- tutorial/nodes-jee > > I'm OK with excluding nodes-jee > > I'll move tutorial/nodes-jee/catalog-weba

Re: [SCA 1.2] TUSCANY-2115 branch cleanup

2008-03-25 Thread Simon Laws
On Mon, Mar 24, 2008 at 4:24 AM, Luciano Resende <[EMAIL PROTECTED]> wrote: > On Sun, Mar 23, 2008 at 8:54 PM, Jean-Sebastien Delfino > <[EMAIL PROTECTED]> wrote: > > Luciano Resende wrote: > > > As part of TUSCANY-2115 [1] I have some local changes to remove the > > > following projects : > >

Re: Adding SPIs to handle policies, was: Re: Policy Handlers ?

2008-03-25 Thread Venkata Krishnan
Hi Raymond, - How do applications add policy handlers ? For example if an application is wanting to provide some other flavour of logging or authentication how does it get a hook to do this ? - Also, looking at fixing https://issues.apache.org/jira/browse/TUSCANY-2125I am trying to keep the Pol

Re: Component Service and WebSphere.

2008-03-25 Thread Sandeep Raman
Hi , I followed the same blog. But culdnt get it working. What else can i try out. Regards, Sandeep. "Simon Laws" <[EMAIL PROTECTED]> wrote on 03/25/2008 04:31:23 PM: > On Tue, Mar 25, 2008 at 10:33 AM, Sandeep Raman <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > I have deployed a composite

Re: Component Service and WebSphere.

2008-03-25 Thread Simon Laws
On Tue, Mar 25, 2008 at 10:33 AM, Sandeep Raman <[EMAIL PROTECTED]> wrote: > Hi, > > I have deployed a composite application as a war in tomcat and am able to > get the component service given using binding.ws Uri coming up. The same > war in websphere doesnt come up with the context root. > Is th

[jira] Created: (TUSCANY-2135) Intent marked on service not passed on to the reference created for the callback

2008-03-25 Thread Vamsavardhana Reddy (JIRA)
Intent marked on service not passed on to the reference created for the callback Key: TUSCANY-2135 URL: https://issues.apache.org/jira/browse/TUSCANY-2135 Project: Tuscan

[jira] Created: (TUSCANY-2134) CallbackImpl has duplicate intent values when an intent is specified on service

2008-03-25 Thread Vamsavardhana Reddy (JIRA)
CallbackImpl has duplicate intent values when an intent is specified on service --- Key: TUSCANY-2134 URL: https://issues.apache.org/jira/browse/TUSCANY-2134 Project: Tuscany

Component Service and WebSphere.

2008-03-25 Thread Sandeep Raman
Hi, I have deployed a composite application as a war in tomcat and am able to get the component service given using binding.ws Uri coming up. The same war in websphere doesnt come up with the context root. Is there anything I need to do to deploy a web application based on tuscany in websphere

[jira] Commented: (TUSCANY-2119) Eclipse plugin jars missing from the distribution

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581857#action_12581857 ] Jean-Sebastien Delfino commented on TUSCANY-2119: - In SVN revisions r6407

[jira] Assigned: (TUSCANY-2119) Eclipse plugin jars missing from the distribution

2008-03-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-2119: --- Assignee: Jean-Sebastien Delfino > Eclipse plugin jars missing from

[jira] Commented: (TUSCANY-2112) Add conversational intents as described in the assembly spec

2008-03-25 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581848#action_12581848 ] Vamsavardhana Reddy commented on TUSCANY-2112: -- I have been doing some diggi

[jira] Resolved: (TUSCANY-1979) Missing Ant script for implementation-pojo-extension sample

2008-03-25 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1979. -- Resolution: Fixed Created a separate sample module exercising the POJO implementation

[jira] Updated: (TUSCANY-1994) helloworld-bpel sample cannot run from a jar file

2008-03-25 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende updated TUSCANY-1994: - Fix Version/s: (was: Java-SCA-1.2) Java-SCA-Next Tweaking the bu

[jira] Resolved: (TUSCANY-2115) Clean-up 1.2 branch from obsolete and/or contrib modules

2008-03-25 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-2115. -- Resolution: Fixed Fixed. Please re-open if you think other modules should be cleaned