Re: Tuscany in OSGi

2008-03-19 Thread Rajini Sivaram
Juergen, Comments inline. On 3/18/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi again, > > Ok, I'm getting further, i can use implementation.osgi now in > Eclipse/Equinox, > can call an OSGi service from an implementation.java component and expose > an > OSGi service using binding.ws.

RE: Tuscany in OSGi

2008-03-19 Thread Juergen.Schumacher
Comments inline, > -Original Message- > From: Rajini Sivaram [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 9:58 AM > To: tuscany-user@ws.apache.org > Subject: Re: Tuscany in OSGi > > > -> "SCA runtime does not perform reference injection for OSGi-based > > component implem

SCA and Stateful resource pattern

2008-03-19 Thread Prashanth Rao
Hi I was reading the SCA client and implementation model specification for C++ . With regards to "Stateless" and "Composite" scope (pg# 4) (Implementing stateful resource pattern), Does Tuscany SCA Native Container support this as yet? If yes, is there any example for the same? Thanks Prashanth

Re: List of anyType elements

2008-03-19 Thread Peter Klotz
Hi, the setList works now fine when using xsd:any but I now get a exception when saving: http://www.w3.org/2001/XMLSchema-instance"; xsi:type="listresponse"> test org.eclipse.emf.ecore.resource.Resource$IOWrappedException: The object '[EMAIL PROTECTED] (eClass: [EMAIL PROTECTED] (name: da

RE: Tuscany in OSGi

2008-03-19 Thread Juergen.Schumacher
Hi, I've done some experiments now and this leads me to another question: In my sample a component A calls a component B which in turn uses the ComponentContext to get a CallableReference to start a conversation with a component C. This works with implementation.java. Then I switched A and B to

Re: List of anyType elements

2008-03-19 Thread kelvin goodson
I think what you are missing is a declaration of a global element in your schema, so if you had something like then you will be able to get a non-null response from Property prop = scope.getXSDHelper().getGlobalProperty(NS_CODA,"datasource", true); You can then call content.setList(prop, list

Re: Tuscany in OSGi

2008-03-19 Thread Rajini Sivaram
On 3/19/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Comments inline, > > > -Original Message- > > From: Rajini Sivaram [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 19, 2008 9:58 AM > > To: tuscany-user@ws.apache.org > > Subject: Re: Tuscany in OSGi > > > > > -> "SCA runtime

Re: Tuscany in OSGi

2008-03-19 Thread Rajini Sivaram
On 3/19/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I've done some experiments now and this leads me to another > question: In my sample a component A calls a component B > which in turn uses the ComponentContext to get a CallableReference > to start a conversation with a component

Re: List of anyType elements

2008-03-19 Thread Peter Klotz
Hi Kevin, thanks that was very very helpfull indeed! It's working, thanks. One more question in XMLHelperImpl.save() public void save(XMLDocument xmlDocument, Result outputResult, Object options) throws IOException { options = checkSetOptions(options); if (outputResult instanceo

RE: Tuscany in OSGi

2008-03-19 Thread Juergen.Schumacher
Hi, > ... There is an > additional property on the proxy that you can filter on to > guarantee that the proxy is selected. Tuscany proxies have a > property "component.service.name" which is set to > SCAComponentName/SCAServiceName. The wiring examples in > itest/osgi-implementation use these

Re: ask for help on use tuscany in tomcat6.0.10

2008-03-19 Thread Raymond Feng
Hi, I'm working on a whitepaper which describes how to package tuscany as a web application for Geronimo. Most of the content applies to Tomcat too. You can find it at: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Tuscany+Web+Application+based+Integration+with+Geronimo. Feedback is

RE: Tuscany in OSGi

2008-03-19 Thread Juergen.Schumacher
> If I now finally manage to wire up two implementation.osgi > components via a binding.ws, I can happily leave for Easter > vacation (-: It works (-: Thank you very much for your great support (and patience), I really learned a lot here. Happy holidays (to whom it may concern)! Juergen

Re: List of anyType elements

2008-03-19 Thread kelvin goodson
Peter, I don't think it's something I can put on my radar at the moment, sorry. You may like to raise this as an issue on the tuscany-dev mailing list, and perhaps open a JIRA for it. I guess from your request that it's not something you might consider contributing yourself is it? If you could

[SCA 1.2] Sample issues and JIRAs

2008-03-19 Thread Luciano Resende
I have gone trough some of the samples last night, and created a sample status section in our Java SCA 1.2 release page [1], I have also raised several jiras for the issues found, marking them as blockers when the issue was preventing the sample to run, and as minor when there were only warnings an

Re: ask for help on use tuscany in tomcat6.0.10

2008-03-19 Thread Fengxiang
Thnnks, Raymond I 'll have a try on tomcat. 2008/3/19, Raymond Feng <[EMAIL PROTECTED]>: > > Hi, > > I'm working on a whitepaper which describes how to package tuscany as a > web > application for Geronimo. Most of the content applies to Tomcat too. You > can > find it at: > > http://cwiki.apache.