Re: BundleException - unresolved package org.osgi.framework

2008-06-01 Thread Rajini Sivaram
Eugene, Yes, org.osgi.framework is exported from the OSGi container. If you are running Tuscany outside of OSGi and using , the embedded Felix runtime started by Tuscany will export org.osgi.framework version 1.3.0. So your bundle should be able to import this package if you haven't specified any

Conversational webservices not supported yet?

2008-06-01 Thread Sun Yang
Hi, all: I want to create a prototype which simulate a j2se client connecting to a SCA domain using web services conversationally. I mark the interface as @Conversational, and to support the conversation feature, I add the "sca:requires=conversational" to the wsdl port type. The sca running trace

Re: [Help] Two questions on Tuscany SCA

2008-06-01 Thread Sun Yang
Hi, Raymond: Thanks for your quick response and detailed explainations. Many confusions in my mind has been solved. For the client implementation, I am thinking we will use a non-Tuscany client to connect to the SCA domain by web services. It is more closer to our technical background. BTW, you