Re: Adding an extension for shared_memory

2008-06-23 Thread Raymond Feng
@tuscany.apache.org Subject: Re: Adding an extension for shared_memory Raymond, Is this incorproated into the wiki page for extension development[1]. If not, should this replace that to avoid confusion? [1] http://tuscany.apache.org/sca-java-extension-development-guide.html Thanks, Haleh On 6/23/08, Raymond

Fw: [sca-assembly] Multiple Contributions and the Domain-Level Composite - how does it all work together?

2008-06-24 Thread Raymond Feng
Hi, This is an interesting discussion on the OASIS OpenCSA ML. It will probably help us better understand how an SCA domain works and what's the relationship between Contribution, Deployable Composite, Domain Composite and Hosting Runtime (Node). I also posted a diagram to our wiki to

Re: AW: Apache Tuscany doubts

2008-06-27 Thread Raymond Feng
to handle this in an SCA context. I can give more details if necessary. Cheers, Malte. On Fri, Jun 27, 2008 at 4:16 AM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Can you describe the use cases you have in mind? It will help us better understand what you want to achieve. Hi Malte

Re: Tracking Tuscany extensions, was: Distribution zips and what they contain, was: SCA runtimes

2008-06-30 Thread Raymond Feng
Hi, I would like to reactivate the discussion on how we can improve the extensibility story based on the following use cases. 1) Be able to discover extensions declared using the META-INF/services pattern in a non-OSGi environment 2) Be able to discover extensions declared using the

Re: Build scripts for smaller or more specific distributions

2008-07-03 Thread Raymond Feng
+1 to merge them into trunk. I found it very useful. Thanks, Raymond -- From: Luciano Resende [EMAIL PROTECTED] Sent: Thursday, July 03, 2008 2:44 PM To: user@tuscany.apache.org Subject: Re: Build scripts for smaller or more specific distributions

Re: I am freshman

2008-07-29 Thread Raymond Feng
Hi, Thank you for your interest in SCA. There are list of good documents and articles at: http://tuscany.apache.org/sca-overview.html If you want to read the SCA specifications, please go here: http://www.osoa.org/display/Main/Service%20Component%20Architecture%20Specifications Please let us

Re: GoogleMap

2008-07-29 Thread Raymond Feng
Hi, We have a tutorial to showcase the Tuscany/SCA mashup with Google map. Please see the latest code at: http://svn.apache.org/repos/asf/tuscany/java/sca/tutorials/store/store-mashup/ In this application, the store application is mashed up with the Google map. Whenever you select a fruit,

Re: Tuscany with Equinox runtime

2008-08-05 Thread Raymond Feng
Hi, Thank you for your interest in Tuscany/OSGi integration. As far as I can see, there are different layers of Tuscany integration with OSGi. 1) Package tuscany runtime modules and 3rd party dependencies as OSGi bundles, and use an OSGi runtime such as Felix or Equinox to install/run these

Re: npe when accesssing HelperProvider.java 388

2008-08-25 Thread Raymond Feng
Do you have sdo-impl-version.jar in the WEB-INF/lib folder inside the WAR? Thanks, Raymond From: Abraham Washington Sent: Saturday, August 23, 2008 8:00 PM To: user@tuscany.apache.org Subject: npe when accesssing HelperProvider.java 388 hi all...i'm running my sca domain fine within eclipse,

Re: xs:Date output not compliant with spec

2008-08-25 Thread Raymond Feng
What we produce for xsd:date conforms to the XSD spec, please see: http://www.w3schools.com/Schema/schema_dtypes_date.asp Thanks, Raymond From: Zoli Borsos Sent: Monday, August 25, 2008 6:00 AM To: user@tuscany.apache.org Subject: xs:Date output not compliant with spec Hello, I have found

Re: EJB binding not able to recover the connection after a failure

2008-08-27 Thread Raymond Feng
It seems that there might be stale cache in the JNDI in your environment. Can you give us the full stacktrace so that we can find out what EJB locator is effective? Thanks, Raymond From: Jérôme Besnainou Sent: Wednesday, August 27, 2008 8:28 AM To: user@tuscany.apache.org Subject: EJB binding

Re: peeking inside a composite file

2008-08-27 Thread Raymond Feng
You can use the StAX to get the QName as follows: Assuming url points to the composite file: URLConnection connection = url.openConnection(); connection.setUseCaches(false); XMLStreamReader reader =

Re: How to build a Tuscany OSGi environment?

2008-08-27 Thread Raymond Feng
Please see my comments inline. Thanks, Raymond -- From: Jean-Sebastien Delfino [EMAIL PROTECTED] Sent: Wednesday, August 27, 2008 10:38 AM To: user@tuscany.apache.org Subject: How to build a Tuscany OSGi environment? I'm trying to build a Tuscany

Re: xs:Date output not compliant with spec

2008-08-28 Thread Raymond Feng
:40.366Z/timeStamp demoDate2008-08-28 UTC/demoDate /sdo:DemoSDO According to the specification demoDate should be 2008-08-28Z. Am I right? Best Regards Zoltan 2008/8/25 Raymond Feng [EMAIL PROTECTED] What we produce for xsd:date conforms to the XSD spec, please see: http://www.w3schools.com/Schema

Re: 3rd party dependencies

2008-08-28 Thread Raymond Feng
Did you have a successful build with tuscany-versioned? In my case, it failed in the middle when it processes jruby-complete-1.0.jar (which has an invalid pom.xml). I had to fix the tuscany-maven-bundle plugin to ignore the error to get a successful build. After that, I only see the ones with

Re: How to build a Tuscany OSGi environment?

2008-08-28 Thread Raymond Feng
To: user@tuscany.apache.org Subject: Re: How to build a Tuscany OSGi environment? ... Raymond Feng wrote: PS: If you use our tuscany-maven-osgi-junit plugin, it will create the bundles automatically from the maven dependency list. ... Jean-Sebastien Delfino wrote: Sorry, I'm having trouble

Re: NoSuchMethod exception

2008-09-03 Thread Raymond Feng
Which version of the SDO APIs do you have on the classpath? Tuscany SDO requires 2.x. Thanks, Raymond From: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 1:03 AM To: user@tuscany.apache.org Subject: FW: NoSuchMethod exception Hi I am new to Tuscany and have coded a small example.

Re: AW: Problems with bundle org.apache.tuscany.sca.osgi.runtime_1.4.0

2008-09-05 Thread Raymond Feng
Hi, org.apache.tuscany.sca.extensibility.osgi_1.4.0 is exclusive with org.apache.tuscany.sca.extensibility.equinox_1.4.0. In Equinox, we should use org.apache.tuscany.sca.extensibility.equinox_1.4.0 only and configure it to be auto-started. Sorry for the all the turbulences :-). We're

Re: AW: AW: Problems with bundle org.apache.tuscany.sca.osgi.runtime_1.4.0

2008-09-08 Thread Raymond Feng
Hi, Daniel. There are a few different approaches being experimented in the OSGi area. That creates some confusions. We're trying to get the story simple and straight using Equinox as the OSGi runtime. The main idea is to leave 3rd party jars as-is and wrap them into a virtual bundle using the

Re: Is it possible to value Complex Properties in Java code ?

2008-09-24 Thread Raymond Feng
Hi, We treat JavaBeans as JAXB objects with default mapping rules. I see the following in the composite file for the property value. property name=complexFoo element=foo:fooElement foo:fooElement foo:aAValue/foo:a foo:bBValue/foo:b /foo:fooElement /property Please

Re: logging feature

2008-10-01 Thread Raymond Feng
Hi, Can you try to use -Djava.util.logging.config.file=your logging.properties? Or add the logging.properties to jre_home/lib? See [1] for more information. [1] http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/LogManager.html Thanks, Raymond From: fahim salim Sent: Wednesday,

Re: What should be in Tuscany Java SCA release 1.4 ?

2008-10-09 Thread Raymond Feng
Can I assume the 1.4 release will be made out of the content in trunk? Thanks, Raymond -- From: Luciano Resende [EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 9:55 PM To: [EMAIL PROTECTED]; user@tuscany.apache.org Subject: What should be in

Chinese forum for Tuscany SCA

2008-10-20 Thread Raymond Feng
Hi, The Chinese forum for Tuscany SCA is growing. We now have around 100 members. There are some good discussions around features in Tuscany, such as SCA/ESB/BPEL integration, implementation.spring, policy and transaction. If you speak Chinese, you are welcome to go to link [1]. Otherwise,

Re: transaction mecanism in Tuscany

2008-10-27 Thread Raymond Feng
Hi, You can find a sample composite file at [1]. It uses the transaction intents defined by SCA spec [2]. Unfortunately we don't have the full runtime support yet for the transaction policies. Any contribution in this area is very welcome. If you are interested, I can give you a few pointers

Re: Guidance request for integrating Tuscany Etch

2008-11-05 Thread Raymond Feng
Hi, Seth. It's great to see your interest to integrate Etch with Tuscany. I think you have covered most of the integration points. IMO, it would be quite similar with how we integrate with CORBA. The following is a recap of the extensions that Etch can plug in to Tuscany. 1) interface type

Re: wsa action

2008-11-10 Thread Raymond Feng
Hi, Are you trying to use an Axis2 generated client to talk to the helloworld WS exposed by SCA? Which WSDL2Java tool did you use to generate the client? Thanks, Raymond -- From: Marco Piccinni [EMAIL PROTECTED] Sent: Monday, November 10, 2008

Re: ws binding problem

2008-12-08 Thread Raymond Feng
Hi, It seems that a different version of ASM is pulled in. The generate method expects asm 3.1 as the ClassWriter constructor takes an integer instead of boolean. We could tweak the code to use reflection API to decide how to instantiate the ClassWriter based on the constructor signature to

Re: Import others webservices into the same workspace

2008-12-15 Thread Raymond Feng
Are you on Windows? Would it be possible that the case of the class is wrong, for example, the code expects connessione.class but it only sees Connessione.class (or vice versa)? Caused by: java.lang.NoClassDefFoundError: util/connessione (wrong name: util/Connessione) Thanks, Raymond

Re: IllegalAnnotationsException: does not have a no-arg default constructor

2009-01-05 Thread Raymond Feng
Hi, Tuscany follows the JAXB default Java/XML mapping rules for java beans without annotations. So, the Employee class needs to have a default no-arg constructor. There are quite a few tests using complex types, see:

Re: [DISCUSS] Demo scenarios and new samples for SCA Java EE Integration

2009-01-20 Thread Raymond Feng
I suggest that we create a demo application based on Geronimo DayTrader: https://svn.apache.org/repos/asf/geronimo/daytrader/branches/2.1.3/. Thanks, Raymond From: Vamsavardhana Reddy Sent: Tuesday, January 20, 2009 12:16 AM To: user@tuscany.apache.org Subject: [DISCUSS] Demo scenarios and

Re: Tuscany and Adobe Flex

2009-01-28 Thread Raymond Feng
Hi, This is very interesting. It would be really nice to integrate Tuscany with Flex BlazeDS so that the SCA services can be consumed by Flex. The BlazeDS license (LGPL) is probably an issue though. BTW, your prototype seems to be a good starting point. The other thing is to add binding.flex

Re: [DISCUSS] Tuscany/SCA Persistence story

2009-02-02 Thread Raymond Feng
Hi, Thank you for starting this topic. It's important that we come up a story for data persistence in Tuscany. All you have on the wiki are interesting ideas worth exploring. One more thing I have in mind is a set of technology components that can be potentially shipped with Tuscany and

Re: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException

2009-02-04 Thread Raymond Feng
In Tuscany, we use JAXB to handle POJO/XML marshaling and unmarshaling using the default mapping rules defined by JAXB. JAXB doesn't support interfaces directly. You can either work with java classes or use the techniques described at the following document:

Re: java.net.ConnectException when using Tuscany 1.3 + with Jetty

2009-02-11 Thread Raymond Feng
It seems that Jetty tries to resolve a DTD entity which is defined by a http URL. It's probably related to the taglib configuration. By looking the sca.tld at [1], there is DOCTYPE. !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN

Re: java.net.ConnectException when using Tuscany 1.3 + with Jetty

2009-02-11 Thread Raymond Feng
-jsptaglibrary_2_1.xsd; I fixed it in 1.x branch under r743523. Thanks, Raymond -- From: Raymond Feng enjoyj...@gmail.com Sent: Wednesday, February 11, 2009 12:11 PM To: user@tuscany.apache.org Subject: Re: java.net.ConnectException when using

Re: Exception while generating WSDL

2009-02-12 Thread Raymond Feng
Hi, Tuscany treats POJOs as JAXB objects following the default Java/XML mapping rules defined by JAXB. Your case is described in JAXB 2.1 spec (8.2.8 Property/Field Name Collision). A simple change can fix your problem. public class Employee { private String name = keetarp; // Make it

Re: IllegalAnnotationsException - exposing soap service

2009-02-12 Thread Raymond Feng
Hi, I think we need to hava an FAQ for these kind of issues. Tuscany treats POJO as JAXB for the XML serialization/deserialization. JAXB has a set of default rules that map java properties to XML elements. The simplest case is to use JavaBeans to represent the data. Interfaces cannot be

Re: Problem with generated WSDLs

2009-02-17 Thread Raymond Feng
Hi, The issue is a result of JAXBContext.generateSchema(). JAXB doesn't try to derive the target namespace from the java package name and it use as the default unless the package is annotated with @XmlSchema. Adding a test/server/package-info.java with the following contents allow you to

Re: Problem with generated WSDLs

2009-02-17 Thread Raymond Feng
FYI: the fix is checked into 1.x branch: http://svn.apache.org/viewvc?rev=745299view=rev Thanks, Raymond -- From: Raymond Feng enjoyj...@gmail.com Sent: Tuesday, February 17, 2009 3:17 PM To: user@tuscany.apache.org Subject: Re: Problem

Re: [2.x] Survey: What is the minimum JDK version that the OASIS SCA-J Specifications should support JDK 1.5 or JDK 1.6?

2009-02-18 Thread Raymond Feng
IMO, the OASIS SCA Java APIs and annotations don't have hard dependencies on JDK 1.6. I think the spec can recommend JDK 1.6 instead of mandating it. The minimum level of JDK should be decided by the runtime. For Tuscany, we had a discussion before to understand if we should make 1.6 the

Re: General selling point question (more, different questions)

2009-02-18 Thread Raymond Feng
Hi, Here are my 2 cents for the SCA vs. ESB discussion: 1) IMO, SCA and ESB are positioned differently. SCA is an application oriented service construction and assembly model while ESB is about the integration of middleware to facilitate application connectivity. In a way, SCA defines the

Re: EJB binding question

2009-02-23 Thread Raymond Feng
Yes. You consider it experimental. How to expose an SCA service as an EJB depends on the specific JEE containers as we don't have a standard way in JEE yet. Some containers provide SPIs to register an EJB on the fly while others need to the deployment steps and static deployment descriptors.

Re: Policy Framework

2009-03-02 Thread Raymond Feng
Hi, There is a sample at: http://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/samples/store-secure/ Thanks, Raymond From: Sacauskis, Mike Sent: Friday, February 27, 2009 2:08 PM To: user@tuscany.apache.org Subject: Policy Framework Are there any examples on using the Tuscany

Re: Examples Using Definitions.xml file

2009-03-02 Thread Raymond Feng
See: http://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/samples/store-secure/src/main/resources/definitions.xml From: Sacauskis, Mike Sent: Monday, March 02, 2009 11:36 AM To: user@tuscany.apache.org Subject: Examples Using Definitions.xml file Are there any examples that

Re: Unsubscribe

2009-03-02 Thread Raymond Feng
Sorry we're losing you. Please send an e-mail to user-unsubscr...@tuscany.apache.org. Thanks, Raymond From: Seth Cooper Sent: Monday, March 02, 2009 5:23 PM To: user@tuscany.apache.org Subject: Unsubscribe Unsubscribe -- Seth Cooper scoop...@gmail.com

FYI: Tuscany Java SCA 2.0-M1 is announced on InfoQ.com

2009-03-05 Thread Raymond Feng
http://www.infoq.com/news/2009/03/apache-tuscany-java-sca

Re: Problem with generated WSDLs

2009-03-13 Thread Raymond Feng
to implement the workaround? -Original Message- From: Raymond Feng [mailto:enjoyj...@gmail.com] Sent: Tuesday, February 17, 2009 15:43 To: user@tuscany.apache.org Subject: Re: Problem with generated WSDLs FYI: the fix is checked into 1.x branch: http://svn.apache.org/viewvc?rev=745299view=rev

Re: Tuscany in a federated environment

2009-03-18 Thread Raymond Feng
Hi, There is a good article describing how Tuscany 1.x supports distributed SCA composite deployment. http://www.ibm.com/developerworks/webservices/library/ws-sca-tuscany/index.html Thanks, Ratmond -- From: Claus Straube claus.stra...@xdoo.de

[2.x] Update on RFC 119 implementation with Tuscany/SCA: First prototype is working!

2009-03-18 Thread Raymond Feng
Hi, I have made good progress to add OSGi RFC 119 with Tuscany/SCA. The first prototype is now working! Here is the scenario I have tested with the following OSGi bundles: * calculator.dosgi: It contains the CalculatorService * calculator.dosgi.operations: It contains the AddService,

Re: Problem with generated WSDLs

2009-03-18 Thread Raymond Feng
(ThreadPoolExecuto r.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja va:675) at java.lang.Thread.run(Thread.java:595) -Original Message- From: Raymond Feng [mailto:enjoyj...@gmail.com] Sent: Tuesday, March 17, 2009 21:46 To: tuscany-user Subject: Re

Fw: Missing artifacts?

2009-03-19 Thread Raymond Feng
Forgot to reply to the user ML ... -- From: Raymond Feng enjoyj...@gmail.com Sent: Thursday, March 19, 2009 8:51 AM To: b...@virtualschool.edu Subject: Re: Missing artifacts? I'm assuming that you run mvn -Peclipse to generate the .classpath

Re: Problem with generated WSDLs

2009-03-19 Thread Raymond Feng
://OS-CPHILLIPS:3584 Stopped [java] - ActiveMQ JMS Message Broker (localhost, ID:OS-CPHILLIPS-3585-1237481966121-0:0) stopped [java] Java Result: 1 -Original Message- From: Raymond Feng [mailto:enjoyj...@gmail.com] Sent: Wednesday, March 18, 2009 20:40 To: user@tuscany.apache.org

Re: Problem in OSGi

2009-03-25 Thread Raymond Feng
Aranda Rojas Telvent Interactiva Extension: 35999 Raymond Feng enjoyj...@gmail.com Raymond Feng 24/03/2009 17:53 Por favor, responda a user Para: user@tuscany.apache.org cc: Asunto: Re: Problem in OSGi Hi, You are missing one bundle

Re: Axis2 / Tuscany sample

2009-03-25 Thread Raymond Feng
Hi, Tuscany/SCA supports the following through a declarative binding.ws. 1) Access a web service 2) Expose an SCA component as a web service At this moment, our web service binding is implemented using Axis2. Axis2 is transparent to our users. You don't have to deal with aar or services.xml.

Re: why tuscany generate wsdl so insistently?

2009-04-13 Thread Raymond Feng
Hi, If the wsdlElement is pointing to a portType/binding/service, we create a new WSDL to reference the original one. Can you try binding.ws wsdlElement=http://www.wiscom.com.cn/sample#wsdl.port(sampleService/sampleEndpoint)/? Thanks, Raymond From: ?? Sent: Monday, April 13, 2009 12:12

Re: Rm: Problem in OSGi

2009-04-16 Thread Raymond Feng
: 35999 Raymond Feng enjoyj...@gmail.com Raymond Feng 26/03/2009 17:53 Por favor, responda a user Para: user@tuscany.apache.org cc: Asunto: Re: Problem in OSGi Hi, Thanks for the update. The split package issue in OSGi is very annoying and there is no warning from

Re: webapp startup Exception of tuscany 2.0 M2

2009-04-16 Thread Raymond Feng
Hi, Please remove tuscany-host-jetty and tuscany-host-tomcat from the classpath as you are deploying to Tomcat. Only tuscany-host-webapp should be used. BTW, if you are looking for more stable code, please use our 1.x releases [1]. 2.x stream is still under development to support the latest

Re: Java To WSDL

2009-04-20 Thread Raymond Feng
Can you try to annotate the field with @XmlTransient? http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlTransient.html Thanks, Raymond From: santiago.ara...@telvent.com Sent: Monday, April 20, 2009 7:18 AM To: user@tuscany.apache.org Subject: Java To WSDL Hi. I have one

Re: Java To WSDL

2009-04-21 Thread Raymond Feng
Extension: 35999 Raymond Feng enjoyj...@gmail.com Raymond Feng 20/04/2009 19:03 Por favor, responda a user Para: user@tuscany.apache.org cc: Asunto: Re: Java To WSDL Can you try to annotate the field with @XmlTransient? http://java.sun.com/javase/6/docs/api

Re: about webservice exception process

2009-04-21 Thread Raymond Feng
Let me try to see if we understand your question correctly. 1) You have an SCA component using java implementation. One of the business methods throws BizRuntimeException (which is a runtime exception instead of a checked exception) 2) You configure the component service to be exposed as a Web

Re: [GSoC] Accepted Student Proposals for 2009 Announced

2009-04-21 Thread Raymond Feng
by Raymond Feng Supporting Concurrent Exception Handling at Tuscany SCA Douglas Leite mentored by Ramkumar Ramalingam [1] http://socghop.appspot.com/org/home/google/gsoc2009/asf -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/

Re: Running on IBM J9 (on AIX)

2009-04-21 Thread Raymond Feng
It seems that there is a conflicting xercers.jar in weblogic. Please see: http://groups.google.com/group/cxf-zh/browse_thread/thread/8e012c6348b7eca0# The forum is in Chinese, but you can click on Translate all to English to read it. Thanks, Raymond

Re: Tuscany Implementation... Please Advise

2009-04-23 Thread Raymond Feng
Hi, Which level of JDK are you using? It seems that there is an incompatible Xerces DOM impl: Caused by: java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementNSImpl.lookupPrefix(Ljava/lang/String;)Ljava/lang/String; Thanks, Raymond From: williams ilenikhena Sent: Thursday,

Re: Wrong generated WSDL

2009-05-07 Thread Raymond Feng
We have a test case at [1] based on TUSCANY-2853. [1] https://svn.apache.org/repos/asf/tuscany/java/sca/modules/binding-ws-axis2/src/test/java/org/apache/tuscany/sca/binding/ws/axis2/itests/pojo -- From: Simon Laws simonsl...@googlemail.com

Re: Wrong generated WSDL

2009-05-08 Thread Raymond Feng
Hi, All you did was to change the targetNamespace of the first inline schema to use a non-empty namespace. That can be done by adding the package-info.java to the package as: @javax.xml.bind.annotation.XmlSchema(namespace=http://ns1;) package ...; Back to the empty namespace issue, I tried

Re: ZK framework and Apache Tuscany

2009-05-12 Thread Raymond Feng
Hi, Thank you for your interest in Tuscany. Please see my comments inline. Raymond -- From: Florian Fernandez florian.fernan...@web.de Sent: Tuesday, May 12, 2009 2:00 AM To: user@tuscany.apache.org Subject: ZK framework and Apache Tuscany Dear

Re: WS bindings and SDO

2009-05-22 Thread Raymond Feng
Hi, It seems that the SDO HelperContext is not correctly populated by Tuscany based on the introspection of the Java interface that references the SDO types. Can you post the BiochemicalCircle interface? Thanks, Raymond -- From: Sebastián Groh

Re: WS bindings and SDO

2009-05-26 Thread Raymond Feng
think that my problem is related with SDO HelperContext but I'm confused. Thanks, Sebastián On Fri, May 22, 2009 at 7:50 PM, Raymond Feng enjoyj...@gmail.com wrote: Hi, It seems that the SDO HelperContext is not correctly populated by Tuscany based on the introspection of the Java

Re: tuscany-sca-2.0-M2 for production environment

2009-05-28 Thread Raymond Feng
Can you tell us a bit more about your application? There are a subset of the Tuscany/SCA functions that are stable in M2. If your application only exploits such capabilities, it's probably fine. Thanks, Raymond From: Chaula Ganatra Sent: Thursday, May 28, 2009 5:04 AM To: Tuscany user list

Tuscany/SCA sessions in JavaOne 2009

2009-05-29 Thread Raymond Feng
Hi, Luciano and myself are going to present two Tuscany/SCA sessions in JavaOne 2009: Wednesday June 03 8:45 PM - 9:35 PM Hall E 133 BOF-4760: SCA; JavaT Platform, Enterprise Edition (Java EE Platform); Spring; and Web 2.0 Come Together: Service Assembly with Apache Tuscany SCA

Re: WS bindings and SDO

2009-05-30 Thread Raymond Feng
created using org.apache.tuscany.sdo.generate.XSD2JavaGenerator. Please, tell me if something is wrong. Regards, Sebastián Groh On Tue, May 26, 2009 at 12:30 PM, Raymond Feng enjoyj...@gmail.com wrote: Did you check the response message from the WS? It might be the case that XML

Re: using webservices transparent

2009-06-05 Thread Raymond Feng
We use JAXB internally to support POJO for WS/XML. The POJOs are mapped to/from XML following the JAXB rules. If you have an external WSDL/XSD, you are recommended to use wsimport tool to generate the Java interface which accurately represents the WSDL/XSD. Please see an example at:

Re: Fwd: Problem with implementation.osgi reference

2009-06-15 Thread Raymond Feng
testService; //I need testService is not null in order to invoke their methods. testService.sayHello(); I hope you can understand my problem. You can ask me if you want. Thank you very mucha 2009/6/10 Raymond Feng enjoyj...@gmail.com Please see: https://svn.apache.org/repos/asf

Re: Fwd: Problem with implementation.osgi reference

2009-06-16 Thread Raymond Feng
and SubstractService?? I will try a example I will copy my files in the email. Thank you very much Un saludo. Santiago Miguel Aranda Rojas Telvent Interactiva Extension: 35999 Telefono: 955637418 Raymond Feng enjoyj...@gmail.com Raymond Feng 15/06/2009 18:36 Para: user@tuscany.apache.org, santiago.ara

Re: Fwd: Problem with implementation.osgi reference

2009-06-17 Thread Raymond Feng
and SubstractService?? I will try a example I will copy my files in the email. Thank you very much Un saludo. Santiago Miguel Aranda Rojas Telvent Interactiva Extension: 35999 Telefono: 955637418 Raymond Feng enjoyj...@gmail.com Raymond Feng 15/06/2009 18:36 Para: user@tuscany.apache.org, santiago.ara

Re: Fwd: Problem with implementation.osgi reference

2009-06-17 Thread Raymond Feng
2009/6/16 Raymond Feng enjoyj...@gmail.com You don't have to write the code to start the Node. The node-impl-osgi bundle is watching the SCA enabled OSGi bundles and it will start the Node when the bundle is started. Thanks

Re: Fwd: Problem with implementation.osgi reference

2009-06-18 Thread Raymond Feng
) - 2009/6/17 Raymond Feng enjoyj...@gmail.com Hi, Please see my comments inline. Thanks, Raymond BUNDLE CALCULATOR *OSGI-INF/sca/bundle.composite. Two java components (Calculator

Re: Fwd: Problem with implementation.osgi reference

2009-06-19 Thread Raymond Feng
M3RC1 tomorrow. I hope fix some errors with that Thank you - Original Message - From: Raymond Feng To: user@tuscany.apache.org ; santiago.ara...@telvent.com Sent: Thursday, June 18, 2009 5:47 PM Subject: Re: Fwd: Problem with implementation.osgi reference Which level of the Tuscany 2.x

Re: using binding-ws-calculator example in tuscany 2.0-M2

2009-06-21 Thread Raymond Feng
It seems that we haven't published the M2 poms for these projects. It should have been done as part of M2. I just deployed the artifacts. Can you try again? Thanks, Raymond From: Renana Heller Sent: Sunday, June 21, 2009 3:05 AM To: user@tuscany.apache.org Subject: using

Re: Deploy Tuscany distribution from OBR Repository

2009-07-16 Thread Raymond Feng
At this moment, the OSGi integration with Tuscany 2.x has only been tested with Equinox. It shouldn't be too difficult to bring them up with Felix. If you would like to try, I would be happy to help you whenever you run into issues. The key difference between Felix and Equinox is the how the

Re: Deploy Tuscany distribution from OBR Repository

2009-07-17 Thread Raymond Feng
to explain it in another way. 2009/7/16 Raymond Feng enjoyj...@gmail.com At this moment, the OSGi integration with Tuscany 2.x has only been tested with Equinox. It shouldn't be too difficult to bring them up with Felix. If you would like to try, I would be happy to help you whenever you run

Re: My SCA application cannot communicate with a jax-ws service

2009-07-20 Thread Raymond Feng
Hi, Do you use the generated JAX-WS interface for the SCA reference too? Thanks, Raymond -- From: houssem houssem.z...@gmail.com Sent: Monday, July 20, 2009 4:54 AM To: user@tuscany.apache.org Subject: My SCA application cannot communicate with a

Re: WELCOME to user@tuscany.apache.org

2009-07-20 Thread Raymond Feng
Tuscany 2.x has removed the org.apache.tuscany.sca.host.embedded.SCADomain class. We now use NodeFactory/Node instead. The STP needs to support 2.x before you use it. Thanks, Raymond From: Nishant Chandra Sent: Saturday, July 18, 2009 3:00 AM To: user@tuscany.apache.org Subject: Re: WELCOME

Re: Error

2009-07-21 Thread Raymond Feng
Hi, It seem that you use a wrong service name: SWsService. Can you check the Java implementation class to see if you have @Service annotation for SWsService or SWsService is annotated with @Remotable. The name of the service is the simple name of the service interface.

Re: Error

2009-07-24 Thread Raymond Feng
(CompositeActivatorImpl.java:985) ... 8 more Can you please help? Nishant On Tue, Jul 21, 2009 at 10:55 PM, Raymond Feng enjoyj...@gmail.com wrote: Hi, It seem that you use a wrong service name: SWsService. Can you check the Java implementation class to see if you have @Service

Re: DomainManagerLauncherBootstrap - java.lang.ClassNotFoundException

2009-07-29 Thread Raymond Feng
Sorry, the domain manager is not ported from 1.x into 2.x stream yet. Raymond From: Rodrigo Zampieri Sent: Wednesday, July 29, 2009 12:12 PM To: user@tuscany.apache.org Subject: DomainManagerLauncherBootstrap - java.lang.ClassNotFoundException I'm using tuscany-sca-2.0-M2 and when I run the

Re: Issue using JAXB generated classes in SCA remotable service

2009-09-01 Thread Raymond Feng
Hi, I just came back from vacation to catch the discussion. Can you try to use @XmlSeeAlso to add the conc.ObjectFactory.class instead of conc.StringType.class? It seems that there is information in the ObjectFactory.class to describe the element substitutionGroup. Thanks, Raymond

Re: JiBX Data Binding Support

2009-09-02 Thread Raymond Feng
FYI: http://tuscany.apache.org/tuscany-databinding-guide.html -- From: ant elder antel...@apache.org Sent: Tuesday, September 01, 2009 1:27 AM To: user@tuscany.apache.org Cc: kgbadam...@gmail.com Subject: Re: JiBX Data Binding Support On Wed, Aug

Re: Issue using JAXB generated classes in SCA remotable service

2009-09-04 Thread Raymond Feng
which reproduces the problem; it includes the xlinks XSD used as well as a WSDL that generates the same errors. -Original Message- From: Raymond Feng [mailto:enjoyj...@gmail.com] Sent: Friday, September 04, 2009 09:33 To: user@tuscany.apache.org Subject: Re: Issue using JAXB generated

Re: SEVERE: Exception starting filter tuscany

2009-09-09 Thread Raymond Feng
Hi, Can you check if axiom-api.jar is in the WAR? Thanks, Raymond From: Renana Heller Sent: Wednesday, September 09, 2009 11:36 AM To: user@tuscany.apache.org Subject: SEVERE: Exception starting filter tuscany I got this error in maven, when trying to launch a webapp based on tuscany with

Tuscany SCA HelloWorld application is up and running on Google App Engine!

2009-09-17 Thread Raymond Feng
://svn.apache.org/repos/asf/tuscany/java/sca/samples/webapps/helloworld-jsp Thanks, Raymond --- Raymond Feng Apache Tuscany PMC Member: http://tuscany.apache.org Co-author of Tuscany In Action: http://www.manning.com/laws

Re: Distributed osgi calculator example

2009-09-29 Thread Raymond Feng
Hi, Please see my comments inline. Thanks, Raymond From: roshan joseph Sent: Tuesday, September 29, 2009 11:06 AM To: user@tuscany.apache.org Subject: Distributed osgi calculator example Hi, It would be really helpful, if someone could answers my queries. I am trying to test

Re: Manipulating contribution contents?

2009-10-05 Thread Raymond Feng
Hi, We had a GSoC project to provide some basic functions to search an SCA domain (including the contributions). There is a new module: https://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/modules/domain-search/ Can somebody familiar with the effort comment? Thanks, Raymond

Re: Distributed calculator example with JMS binding

2009-10-05 Thread Raymond Feng
:341) ... 22 more 04.10.2009 23:38:03 org.apache.tuscany.sca.osgi.service.remoteadmin.impl.RemoteControllerImpl added WARNUNG: Service listner without a filter is skipped: org.eclipse.equinox.internal.ds.scrmana...@7103af From: Raymond Feng [mailto:enjoyj...@gmail.com

FYI: An article covering Tuscany SCA/Spring integration on IBM developerWorks (written by Ram)

2009-10-06 Thread Raymond Feng
http://www.ibm.com/developerworks/webservices/library/os-springsca1/index.html --- Raymond Feng Apache Tuscany PMC Member: http://tuscany.apache.org Co-author of Tuscany In Action (A book on Tuscany SCA): http://tuscanyinaction.com/

Re: reference to jax-ws external web service (calling it)

2009-10-16 Thread Raymond Feng
Please take a look at the sample at [1]. It uses wsimport to generate java interfaces from a WSDL, and use it to talk to external weather WS using Tuscany SCA. composite xmlns=http://www.osoa.org/xmlns/sca/1.0; xmlns:tuscany=http://tuscany.apache.org/xmlns/sca/1.0;

Re: reference to jax-ws external web service (calling it)

2009-10-16 Thread Raymond Feng
endpoint was specified in the original WSDL will be used. -Original Message- From: Raymond Feng [mailto:enjoyj...@gmail.com] Sent: Friday, October 16, 2009 08:41 To: user Subject: Re: reference to jax-ws external web service (calling it) Please take a look at the sample at [1]. It uses

Re: reference to jax-ws external web service (calling it)

2009-10-19 Thread Raymond Feng
java artifact with netbeans ws import (the web service is remote into Tomcat 6.0.18 and tomcat was running) anybody can help me, there is something wrong? thank you very much Roby -- Initial Header --- From : Raymond Feng enjoyj...@gmail.com To : user

Re: reference to jax-ws external web service (calling it)

2009-10-19 Thread Raymond Feng
: Raymond Feng enjoyj...@gmail.com To : user@tuscany.apache.org Cc : Date : Fri, 16 Oct 2009 09:41:22 -0700 Subject : Re: reference to jax-ws external web service (calling it) Thanks for the detail steps. They are really helpful. Raymond

Re: Tuscany Sessions at ApacheCon US 2009

2009-10-26 Thread Raymond Feng
November 2009 11:00, by Luciano Resende http://us.apachecon.com/c/acus2009/sessions/312 Distributed OSGi with SCA using Apache Tuscany Wed, 04 November 2009 13:30 by Raymond Feng http://us.apachecon.com/c/acus2009/sessions/316 Tuscany: Applying OSGi modularity after the fact Fri, 06 November 2009 15:00

  1   2   >