Eclipse SCA 1.0

2008-06-12 Thread ant elder
The Eclipse SCA project has just done their 1.0, see http://www.mda4eclipse.com/2008/06/eclipse-sca-10.html It uses Tuscany and will be bundle inside Ganymede (Eclipse 3.4). ...ant

Re: Error seen when deploying a web service using tuscany

2008-06-10 Thread ant elder
scany-user@ws.apache.org; [EMAIL PROTECTED] > Subject: Re: Error seen when deploying a web service using tuscany > > > > I have updated the tutorial to fix this issue and to work with the 1.2 > plugin. > > > On 6/7/08, ant elder <[EMAIL PROTECTED]> w

[ANNOUNCE] Apache Tuscany SCA Java 1.2.1 released

2008-06-09 Thread ant elder
The Apache Tuscany team are pleased to announce the 1.2.1 release of the Java SCA project. Apache Tuscany provides a runtime environment based on the Service Component Architecture (SCA). SCA is a set of specifications aimed at simplifying SOA application development. These specifications are bein

Re: Error seen when deploying a web service using tuscany

2008-06-07 Thread ant elder
On Fri, Jun 6, 2008 at 6:54 PM, Mohan, Mithun <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using the tutorial to create a web service using tuscany. Please > find below the tutorial I am referring > > http://incubator.apache.org/tuscany/build-your-first-web-services-with-t > uscany.html

Re: Beginner Question - Deploying components on the fly.

2008-06-06 Thread ant elder
On Fri, Jun 6, 2008 at 3:51 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > On Fri, Jun 6, 2008 at 3:15 PM, Miles, Chris < > [EMAIL PROTECTED]> > wrote: > > > Hi, thanks very much for a response. I will try explain this better. > > > > In a traditional J2EE application like many I have worked on in th

Fwd: Graduation

2008-05-22 Thread ant elder
Forwarding for those not on tuscany-dev... Congratulations everyone and a very big thank you to our mentors and all the incubator folks for their help and guidance during the incubation, wouldn't have made it without you. ...ant -- Forwarded message -- From: Matthieu Riou <[EM

Re: JMS binding Problem!!

2008-05-16 Thread ant elder
On Thu, May 15, 2008 at 2:04 PM, Altaf, Muneer IN BLR SISL <[EMAIL PROTECTED]> wrote: > Hi, > > I have a SCA java service which exposes a method and I am trying to use > JMS binding. > > My composite file looks like this > > factory="com.siemens.hintegration.sdo.MotionReactorFactory" /> >

Re: Need some help

2008-05-08 Thread ant elder
On Thu, May 8, 2008 at 8:47 PM, Charuka Jayarathna <[EMAIL PROTECTED]> wrote: > Dear all, > > I am a Masters student in Georgia State University, and hope to work > on my Theses with some contribution to Tuscany. My adviser is fine > with my suggestion to take over a Tuscany project and work on th

Re: handling InputStream as a service parameter

2008-05-07 Thread ant elder
On Tue, May 6, 2008 at 11:08 PM, Simon Nash <[EMAIL PROTECTED]> wrote: > Eugeny N Dzhurinsky wrote: > > > Hello there! > > > > I noticed there's no way to define a service which accepts an > > InputStream and > > returns an InputStream as a result (in fact it is possible to start such > > service,

Re: [DAS] Are re ready for a DAS 1.0 release ?

2008-05-02 Thread ant elder
Sounds ok to me. The only thing I'd suggest is to depend on the SDO 1.1.1 release that should be out soon. If there's no sign of any imminent fixes for the couple of issues raised I'll be pushing on with getting out that SDO 1.1.1 release next week. ...ant On Thu, May 1, 2008 at 5:22 PM, Lucia

Re: Documentation for Tuscany integration with Tomcat

2008-04-30 Thread ant elder
On Sat, Apr 26, 2008 at 8:35 PM, Dalys Sebastian <[EMAIL PROTECTED]> wrote: Would this type of a feature is something that you would choose > to put as part of your roadmap? > > Yes were very interested in getting this working, eg see the current on going discussion - http://apache.markmail.org/

Re: Documentation for Tuscany integration with Tomcat

2008-04-26 Thread ant elder
On Fri, Apr 25, 2008 at 5:24 AM, Dalys Sebastian <[EMAIL PROTECTED]> wrote: > Hi everyone, > > Could you please give some help on how I can configure Tomcat to embed > Tuscany. I could > not find documentation for this, although this seems to be a feature > that's already > available. > > I would

Re: [jira] Commented: (TUSCANY-2268) Exceptions errors on binding toexternal web services

2008-04-25 Thread ant elder
(HelloWorldSoapPort). >> >> 2) I need to comment out the HTTP proxy system properties >> >> With 1 & 2, I run into the NPE as you see. The problem here is that the >> java interface is not compatible with the WSDL operation. sayHello() should >> retur

Re: noobie wsdl location question

2008-04-25 Thread ant elder
Which release of Tuscany are you using? Later releases should be outputting a log message for each service endpoint saying what the endpoint is, eg: INFO: Added Servlet mapping: /sample-helloworld-ws-service-webapp/HelloWorldComponent The actual endpoint used depends on the binding config, but in

Re: What's next for SCA & BPEL Integration

2008-04-24 Thread ant elder
On Thu, Apr 24, 2008 at 4:37 PM, Luciano Resende <[EMAIL PROTECTED]> wrote: > Now that we are making more progress with the SCA & BPEL integration > and have figured out how to make References to work, let's discuss > what could be the next steps on this area. Below are couple examples > of what w

SDO 1.1.1 RC1

2008-04-21 Thread ant elder
There's now a preview SDO 1.1.1 release available at http://people.apache.org/~antelder/tuscany/sdo/1.1.1-RC1/. The only difference between this and the just released 1.1 release is the fix http://issues.apache.org/jira/browse/TUSCANY-2240. I'll leave this a little while before calling a vote to gi

Re: Need urgent help on binding to external web service within Tuscany

2008-04-21 Thread ant elder
e to send it via a JIRA session but which type of issue do I > choose ? "test", "improvement" ? > > Of course, we are still greatly interested in a Tuscany solution to the > RPC-encoded wsdl if it is to come. > > Regards, > Marina. > > > Le

Re: Need urgent help on binding to external web service within Tuscany

2008-04-18 Thread ant elder
On Fri, Apr 18, 2008 at 9:12 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > On Thu, Apr 17, 2008 at 7:00 PM, ant elder <[EMAIL PROTECTED]> wrote: > > > We might not have RPC-encoded support with the Tuscany data binding > > framework yet but we do support components

Re: Need urgent help on binding to external web service within Tuscany

2008-04-18 Thread ant elder
There's some code that shows invoking that service at http://people.apache.org/~antelder/temp/translate.zip ...ant On Thu, Apr 17, 2008 at 7:00 PM, ant elder <[EMAIL PROTECTED]> wrote: > We might not have RPC-encoded support with the Tuscany data binding > framework yet

Re: Need urgent help on binding to external web service within Tuscany

2008-04-17 Thread ant elder
We might not have RPC-encoded support with the Tuscany data binding framework yet but we do support components using plain XML so isn't this exactly the type of situation where thats useful? There could be a mediation component with a reference to that remote service which uses Axiom OMElements or

Re: FW: JMS Binding - XML message - Message Format problems!!

2008-04-17 Thread ant elder
On Wed, Apr 16, 2008 at 10:50 AM, ant elder <[EMAIL PROTECTED]> wrote: > > > On Tue, Apr 15, 2008 at 8:32 PM, Altaf Muneer <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I hava deployed a* Java SCA service* and I am trying to use the* JMS > > binding

Re: FW: JMS Binding - XML message - Message Format problems!!

2008-04-16 Thread ant elder
On Tue, Apr 15, 2008 at 8:32 PM, Altaf Muneer <[EMAIL PROTECTED]> wrote: > Hi, > > I hava deployed a* Java SCA service* and I am trying to use the* JMS > binding* that tuscany provides. > I have used a small java program to post a message to an activemq queue. > I use the the JMS binding on the J

Re: Need urgent help on binding to external web service within Tuscany

2008-04-16 Thread ant elder
On Tue, Apr 15, 2008 at 5:30 PM, Marina Deslaugiers < [EMAIL PROTECTED]> wrote: > Hello, > > I have began to work on SCA and Tuscany SCA Java a few time ago and I > would greetly need your help as I have been asked to urgently contribute to > an experimentation using SCA and Tuscany Java. This exp

Re: Need urgent help on binding to external web service within Tuscany

2008-04-16 Thread ant elder
On Tue, Apr 15, 2008 at 5:30 PM, Marina Deslaugiers < [EMAIL PROTECTED]> wrote: > Hello, > > I have began to work on SCA and Tuscany SCA Java a few time ago and I > would greetly need your help as I have been asked to urgently contribute to > an experimentation using SCA and Tuscany Java. This exp

[ANNOUNCE] Apache Tuscany Java SDO 1.1 released

2008-04-15 Thread ant elder
The Apache Tuscany team are pleased to announce the 1.1-incubating release of the Java SDO project. Service Data Objects (SDO) are designed to simplify and unify the way in which applications handle data. Using SDO, application programmers can uniformly access and manipulate data from heterogeneou

Re: is there wrong with auto generated wsdl file

2008-04-11 Thread ant elder
Which release of Tuscany are you using? If its 1.1 then that sounds like https://issues.apache.org/jira/browse/TUSCANY-1948 which has been fixed in trunk and the 1.2 release which is about to be released. ...ant On Sat, Apr 12, 2008 at 4:29 AM, Fengxiang <[EMAIL PROTECTED]> wrote: > I use the

Re: STP SCA Component -> STP SCA Tools sub project

2008-04-09 Thread ant elder
+1, good for both projects. And to reply to a comment in the original email - I'm not sure that we really need an explicit vote for this can just assume from all the positive comments so far and lazy consensus that its fine unless someone complains (which i'm sure they wont). ...ant On Tue, Ap

Re: release schedule

2008-03-31 Thread ant elder
The next SDO release is imminent. There's a release candidate for a 1.1release being reviewed right now (see [1]), I'll make another, hopefully final, RC in the next day or two, and then it takes about a week for final reviews and voting before it will be officially released. ...ant [1] http:/

Re: Sending message to Tuscany

2008-03-18 Thread ant elder
On Tue, Mar 18, 2008 at 8:48 AM, Joshua Jackson <[EMAIL PROTECTED]> wrote: > On 3/18/08, ant elder <[EMAIL PROTECTED]> wrote: > > Yes there's a JMS binding that lets you talk to a JMS broker, see > > http://incubator.apache.org/tuscany/sca-java-bindingjms.html &

Re: Sending message to Tuscany

2008-03-18 Thread ant elder
On Tue, Mar 18, 2008 at 1:44 AM, Joshua Jackson <[EMAIL PROTECTED]> wrote: > On 3/14/08, Simon Laws <[EMAIL PROTECTED]> wrote: > > Hi Joshua > > > > More comments in line > > > > Regards > > > > Simon > ... > > Hi Simon, > > I've talked to the guy from the IVR vendor, and they are able to send > a

Re: Questions about Java Interfaces using binding.ws

2008-03-13 Thread ant elder
On Mon, Mar 3, 2008 at 11:14 AM, <[EMAIL PROTECTED]> wrote: Regarding 3), I already knew how to write code that passes references. > My question was if there are any limitations when passing service > references, e.g. that it's not possible to pass a reference over > different bindings. When usi

Re: Tuscany in OSGi

2008-03-13 Thread ant elder
On Fri, Mar 7, 2008 at 9:57 AM, <[EMAIL PROTECTED]> wrote: For the EILF project we are trying to get tuscany run within OSGi > (Equinox to be precise). Hi Daniel, Nice to hear EILF is looking at Tuscany, better OSGi integration is something that would be really good for Tuscany. Any chance yo

Re: How to reduce tuscany's library.

2008-03-05 Thread ant elder
2008/3/5 Matthew Peters <[EMAIL PROTECTED]>: > In case this helps, I have found that the precise set of jars needed (on > 1.0.1) to run the calculator sample under WebSphere (and I suppose Tomcat > would be the same) is: > > activation-1.1.jar > axiom-api-1.2.5.jar > axiom-impl-1.2.5.jar > cglib-n

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

2008-03-05 Thread ant elder
On Wed, Mar 5, 2008 at 11:57 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > On Wed, Mar 5, 2008 at 11:45 AM, Venkata Krishnan <[EMAIL PROTECTED]> > wrote: > > > +1 for Luciano as RM. I'd be happy to help wherever required. Thanks > for > > volunteering, Luciano. > > > > - Venkat > > > > On Tue, Mar

Fwd: Call for Papers Opens for ApacheCon US 2008 (pls forward)

2008-03-02 Thread ant elder
Call for Papers Opens for ApacheCon US 2008 !REMINDER: this will be a short CFP, ending on 3 April, so please be sure to get your CFP submissions in soon! The Apache Software Foundation (ASF) invites submissions to its official users' conference, ApacheCon US 2008, held 3 November through 7 Novem

Re: SDO Java 1.1-incubating release candidate 2

2008-02-28 Thread ant elder
This looks good to me, ready to call a vote i think. The only issue i noticed is that the sample-sdo module is in the maven staging repo and it doesn't include a DISCLAIMER file. The sample-sdo wasn't include in the maven repo for the SDO 1.0 release so maybe it could be deleted from the staging a

JMS binding documentation

2008-02-21 Thread ant elder
I've been updating the JMS binding documentation page on the Tuscany website to describe the current state of the code, see: http://incubator.apache.org/tuscany/sca-java-bindingjms.html. Still a bit minimal but are there any updates, obvious omissions, errors, or things that could be clearer? Does

Re: SDO Java 1.1-incubating release candidate 1

2008-02-21 Thread ant elder
On Thu, Feb 21, 2008 at 11:01 AM, Amita Vadhavkar <[EMAIL PROTECTED]> wrote: > I've posted a RC1 of SDO Java 1.1-incubating at [1] > Maven artifacts for the release candidate are available at [2] > I cut a branch for this release at [3] > > The rat report is at - [4], [5] > > Please take a look

Re: SCA C++ implementation - bindings?

2008-02-21 Thread ant elder
On Thu, Feb 21, 2008 at 8:25 AM, Prashanth Rao <[EMAIL PROTECTED]> wrote: > What are the approaches needed to integrate C++ component with say Java > component. > Is webservice binding the only way i can wire them together? > > Thanks > Prashanth > I think thats right, WS is the best way to do t

Re: JMS Binding: How to set the xml-format flag?

2008-02-15 Thread ant elder
On Fri, Feb 15, 2008 at 8:08 AM, Philipp Konradi <[EMAIL PROTECTED]> wrote: > Hi, > > with the new 1.1 release of SCA Java the implementation of JMS Binding > evolved to support XML-based JMS messages as SCA specs defines. What's > really great. > Now JMS binding supports two kinds of JMS messages

Re: [Cross Subproject Discussion] options for SDO Java in Apache

2008-02-12 Thread ant elder
On Feb 11, 2008 12:52 PM, Ron Gavlin <[EMAIL PROTECTED]> wrote: > I think consolidating the two SDO implementations under a single > implementation would be good for the entire Apache SDO community. +1 A single project where all SDO development happens makes sense to me, multiple projects would

Re: Script implementation

2008-02-07 Thread ant elder
On Feb 7, 2008 6:35 AM, Chandrashekhar Jain <[EMAIL PROTECTED]> wrote: > Hi all, > >The current script implementation examples deal with function calls. > What if the as in the case of Ruby we have classes, and the methods have > parameters which are in turn Ruby objects. Does the current Ru

Re: Scripting implementation

2008-01-18 Thread ant elder
There's an example of a component implemented with JavaScript/E4X exposing a WS endpoint with a WSDL interface here: https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/ant/performance/helloworld-ws-js/src/main/resources/META-INF/sca-deployables/application.composite ...ant On Jan 18, 2

Re: Eclipse RCP apps and Tuscany

2008-01-11 Thread ant elder
On Jan 11, 2008 2:16 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > Hi Rajini > > > > But the code that I have run into problems with are in > > > > > > > org.apache.tuscany.sca.node.util.SCAContributionUtil.findContributionFromResource > > (ClassLoader > > classLoader, String compositeString) > > >

Re: jms binding problem

2008-01-09 Thread ant elder
The message is saying there was no response from the service so either the request was never sent, it was not sent to the correct place, the service didn't send a response or the response was sent to the wrong place. From the ActiveMQ admin panels can you see what message get sent to which queues?

Re: [DAS] What's next for Tuscany DAS?

2007-11-16 Thread ant elder
On Nov 16, 2007 7:50 AM, Amita Vadhavkar <[EMAIL PROTECTED]> wrote: > Hi, > Thinking about RDB DAS Next release, there can be different > interesting features to add like - > > 1- Integration with SCA policy and transaction support > 2- Data Services (following DAS Specification investigations/dir

Re: Why there is no tuscany-binding-jms-1.0-incubating.jar in release apache-tuscany-sca-1.0-incubating.zip

2007-10-28 Thread ant elder
I'm going to spend a bit of time working on the JMS binding over the next weeks so it should be in the next release, which hopefully could be late November early December. ...ant On 10/27/07, JunJie Nan <[EMAIL PROTECTED]> wrote: > > I just think below 3 bindings are more important than others

Re: Overhead of SCA Container

2007-10-26 Thread ant elder
Winkelmann <[EMAIL PROTECTED]> wrote: > > Hello Ant, > > Thanks for the reply, sounds intersting. We are just in the phase of > prototype implementations. So if you can commit the sample it would be > great > to get some grip on. > > Thanks, > > Holger > &g

Re: Overhead of SCA Container

2007-10-26 Thread ant elder
On 10/26/07, Holger Winkelmann <[EMAIL PROTECTED]> wrote: > > Hello, > > For a new Software Project we considering SCA and Apache Tuscany as > programming model. The application > has some Performance Numbers already. we expecting about 1000 SOAP > requests > / per second and need > to make Desicin

Re: [DISCUSS] Tuscany SCA Roadmap and next releases

2007-10-18 Thread ant elder
le. > > > > > > > > > Thanks, > > > wangfeng > > > > > > > > > On 2007-10-17, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > > >>On 10/16/07, Luciano Resende <[EMAIL PROTECTED]> wrote: > > >>>

Re: Tuscany service with bea WebLogic

2007-10-16 Thread ant elder
On 10/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: I think this goes back to what I describing earlier in this thread, if > we want to support WARs as a first class SCA contribution type we have > to consider artifacts stored in JARs under WEB-INF/lib as integral part > of the Web Arc

Re: Tuscany service with bea WebLogic

2007-10-12 Thread ant elder
know why all the Tuscany samples put the .composite files where they do? ...ant On 10/12/07, ant elder <[EMAIL PROTECTED]> wrote: > > I've been doing a bit of debugging of this on a friends WebLogic install. > This is a real issue, none of the Tuscany webapp samples wor

Re: Tuscany service with bea WebLogic

2007-10-12 Thread ant elder
I've been doing a bit of debugging of this on a friends WebLogic install. This is a real issue, none of the Tuscany webapp samples work on WebLogic. The problem is that when the installed war gets exploded onto the file system the contents of the classes folder is not included, thats where the .co

Re: Tuscany service with bea WebLogic

2007-10-11 Thread ant elder
On 10/11/07, Nishant Joshi <[EMAIL PROTECTED]> wrote: > > Hi Jean-Sebastien, > If i moved .composite file to WAR it was working fine for me. So i need to > change my directory structure as you have mentioned. > thanks for your support > I have one more question about JIRA1562 which i'll open in use

Re: problem with wsdl2javagenerator and ebRIM

2007-10-10 Thread ant elder
On 10/10/07, Norman Barker <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using the wsdl2javagenerator to try and generate the SDO from the > wsdl > http://www.oasis-open.org/committees/regrep/documents/3.0/services/ebXMLRegistryServices.wsdl > > I have created local copies of these files (and the sch

Re: Tuscany service with bea WebLogic

2007-10-05 Thread ant elder
On 10/5/07, Nishant Joshi <[EMAIL PROTECTED]> wrote: > > Hi, > More information regarding error... When i am starting my weblogic server > following line was come to log > > Oct 4, 2007 6:19:46 PM > org.apache.tuscany.sca.host.webapp.WebAppServletHostinitContextPath > INFO: initContextPath: /exampl

[ANNOUNCE] Apache Tuscany SCA Java 1.0 released

2007-09-24 Thread ant elder
The Apache Tuscany team are delighted to announce the 1.0 release of the Java SCA project. Apache Tuscany provides a runtime environment based on the Service Component Architecture (SCA). SCA is a set of specifications aimed at simplifying SOA application development. These specifications are bein

FYI: Release candiate for Java SCA 1.0 available for review

2007-09-18 Thread ant elder
FYI, there's a release candidate of Java SCA available now if any users are interested in trying it out: See: http://people.apache.org/~antelder/tuscany/1.0-RC2/ and http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200709.mbox/[EMAIL PROTECTED] ...ant

Re: uri of binding.ws should be used restrictedly

2007-09-12 Thread ant elder
On 9/12/07, shaoguang geng <[EMAIL PROTECTED]> wrote: > > Hello every one, > > uri attribute of is much convenient to attach a WS in. > > But it works only within a few circumstances, such as another java > generated WS provided by Tuscany, JAXWS. > > But much more WS is complecated, such as JBoss

Re: WebShpere 6.1 gives error at startup

2007-09-11 Thread ant elder
I'm not sure what this one is and I don't have WebShpere installed to try it on. It looks like it could be a jre xalan problem, could you try downloading a xalan jar and adding it to your lib folder: http://repo1.maven.org/maven2/xalan/xalan/2.7.0/xalan-2.7.0.jar ...ant On 9/11/07, Nishant Jos

Re: WebShpere 6.1 gives error at startup

2007-09-11 Thread ant elder
That looks like WebSphere has an old back level version of the wsdl4j jar thats being picked up instead of the 1.6.2 one used by Tuscany. It could be the same problem as documented here for Apache Muse: http://ws.apache.org/muse/docs/2.2.0/manual/troubleshooting/wsdl4j-version-on-websphere.html

[ANNOUNCE] Apache Tuscany SCA Java 0.99 released

2007-08-31 Thread ant elder
The Apache Tuscany team are pleased to announce the 0.99-incubating release of the Java SCA project. Apache Tuscany provides a runtime based on the Service Component Architecture. SCA is a set of specifications aimed at simplifying SOA Application Development which are being standardized at OASIS

Re: "throws Exception" clause of service method create problem

2007-08-23 Thread ant elder
TUSCANY-1563 is a duplicate of TUSCANY-1277 which i'm working on right now and hope to have a fix committed for shortly. Attaching the WSDL for the exception problem would be good so we can confirm its fixed in Axis2 1.3 or find some other fix. ...ant On 8/23/07, Nishant Joshi <[EMAIL PROTECT

Re: "throws Exception" clause of service method create problem

2007-08-23 Thread ant elder
hen is the move to Axis 1.3 planned? Will it make it to the upcoming > release? > > Thanks, > Radim > > On 8/23/07, ant elder <[EMAIL PROTECTED]> wrote: > > Could you raise a JIRA and attach the WSDL you're using so i can debug > it? I > > kno

Re: "throws Exception" clause of service method create problem

2007-08-23 Thread ant elder
Could you raise a JIRA and attach the WSDL you're using so i can debug it? I know the Axis2 guys have done work in this sort of area for their 1.3release so its likely fixed when we move up to Axis2 1.3. ...ant On 8/23/07, Nishant Joshi <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am creating

Re: jax-ws instead of axis2

2007-08-21 Thread ant elder
On 8/21/07, Mike Edwards <[EMAIL PROTECTED]> wrote: > > Jean-Marc, > > Jean-Marc Taillant wrote: > > Hello, > > > > Do you know if there is a way to use jax-ws instead of Axis2 for web > > services. If not is there a plan to integrate jax-ws into Tuscany? > > > > Thanks in Advance, > > > > Jean-Mar

Re: Services and WSDL files

2007-08-13 Thread ant elder
; > >> > - Original Message - > > > >> > From: "Radim Kolarik" <[EMAIL PROTECTED]> > > > >> > To: ; <[EMAIL PROTECTED]> > > > >> > Sent: Wednesday, August 08, 2007 4:16 AM > > > >> &g

Re: Implementation of a new component type

2007-08-11 Thread ant elder
On 8/12/07, Florian Rosenberg <[EMAIL PROTECTED]> wrote: > > > hi SCA folks, > > I'm pretty new to SCA and I want to develop a new component type > implementation, similar to BPEL (sorry for any terminology mismatch). The > stuff I'm currently having here is basically a composition engine for > RES

Re: Is there value in keeping download links for old releases?

2007-08-10 Thread ant elder
On 8/10/07, haleh mahbod <[EMAIL PROTECTED]> wrote: > > Hi, > > The latest release for each subproject is the preferred release to > download. > Does it make sense to keep links to download for old releases on the > download page? This can give a wrong impression that these are also OK to > downloa

Re: Contents of Tuscany SCA 1.0 release, was: SCA 0.92 release?

2007-08-08 Thread ant elder
On 8/6/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > [snip] > >> Bringing this thread up again as time is ticking on if we want to get a > >> release out this month. How would people feel about taking a branch for > this > >> release in a bit less than 2 weeks, say aiming for the 14/15t

Re: Services and WSDL files

2007-08-08 Thread ant elder
ts as well for now. Is there > any difference between POJOs and JAXB objects, regarding WSDL type > definition? > > Thanks, > Radim > > > On 8/8/07, ant elder <[EMAIL PROTECTED]> wrote: > > I'm looking at the on the fly wsdl generation right now. What type o

Re: Services and WSDL files

2007-08-08 Thread ant elder
I'm looking at the on the fly wsdl generation right now. What type of objects are used in your Java interfaces - just POJOs or SDOs or JAXB objects or something else? ...ant On 8/7/07, Radim Kolarik <[EMAIL PROTECTED]> wrote: > > I think we shouldn't mix two things together. > > 1) , which you

Re: Contents of Tuscany SCA 1.0 release, was: SCA 0.92 release?

2007-08-07 Thread ant elder
http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Java+Next+Release+Contents Note that its likely we wont have time to get everything listed there done in 1.0 so please say which things are important to

Re: SDO To POJO transformation and viceversa

2007-07-31 Thread ant elder
Just as an fyi, coincidentally we've just had a some code contributed which seems very similar to what you want, see http://issues.apache.org/jira/browse/TUSCANY-1493. Could you have a look at that and see if it sounds like what you're looking for? ...ant On 7/30/07, Surendran, Vinoth <[EMAIL

Re: SDO To POJO transformation and viceversa

2007-07-30 Thread ant elder
How about using Dozer? - http://dozer.sourceforge.net/ Not sure if it would work out-of-the-box with SDOs, would you give it a try and let us know how it goes? ...ant On 7/30/07, Surendran, Vinoth <[EMAIL PROTECTED]> wrote: > > Hi, > > I believe this would be common requirement for projects i

Re: Services and WSDL files

2007-07-26 Thread ant elder
y as were created using maven build of calculator-webapp-ws sample (I understand that I shouldn't have tuscany-sca-all-0.90-incubating.jar in web application class path). Thanks, Radim On 7/26/07, Simon Laws <[EMAIL PROTECTED]> wrote: > On 7/26/07, ant elder <[EMAIL PROTECTED]>

Re: Services and WSDL files

2007-07-26 Thread ant elder
oesn't work is http://localhost:8080/helloworldServiceWAR/HelloWorldServiceComponent/HelloWorldService/?wsdl Thanks, Radim On 7/26/07, ant elder <[EMAIL PROTECTED]> wrote: > On 7/26/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 7/26/07, Radim Kolarik <[EMAIL P

Re: Services and WSDL files

2007-07-26 Thread ant elder
On 7/26/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 7/26/07, Radim Kolarik <[EMAIL PROTECTED] > wrote: > > Hi Reymond, > > Thank you for your reply. > > How do I run the example if it is deployed to a web server, such as > Tomcat? I found an information about TuscanyServlet, which needs to be >

Re: SOAP over JMS?

2007-07-23 Thread ant elder
On 7/23/07, Simon Laws <[EMAIL PROTECTED]> wrote: Has anyone in Tuscany made a binding that ships SOAP messages over JMS instead of HTTP? Looking at the current code base and at the old code in the sandbox I don't see anything. Simon I don't know of anyone who's tried, but as Axis2 already

Re: Getting service manually through servlet

2007-07-16 Thread ant elder
On 7/17/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: > I think right now you have to use a META-INF/sca-contribution.xml file to > point to your .composite files, you can see an example in one of the > Tuscany > samples, eg: > https://svn.apache.or

Re: Returning complex types from a service

2007-07-16 Thread ant elder
You can see the target directory is getting created within the Tomcat bin directory even just with the Tuscany samples like calculator-webapp. What is this for and the storeInRepository stuff about? ...ant On 7/16/07, Luciano Resende <[EMAIL PROTECTED]> wrote: Are you calling ContributionSer

Re: SDO Java 1.0-incubating release candidate 1

2007-07-13 Thread ant elder
On 7/10/07, kelvin goodson <[EMAIL PROTECTED]> wrote: I've posted an RC1 of SDO Java 1.0-incubating at [1] Maven artifacts for the release candidate are available at [2] I cut a branch for this release at [3] Please take a look at this release candidate. There are a few more fixes due to go

Re: Injecting servlet context into component

2007-07-13 Thread ant elder
I think there isn't any way with the current code as-is. We could look at providing something, I'm not sure we should what support injecting the entire ServletContext into a component though, what is it exactly that you need from it in the service impl? ...ant On 7/12/07, Robert Young <[EMAIL

Re: Getting service manually through servlet

2007-07-12 Thread ant elder
I think right now you have to use a META-INF/sca-contribution.xml file to point to your .composite files, you can see an example in one of the Tuscany samples, eg: https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/samples/calculator-webapp/src/main/webapp/META-INF/. An alternative may be

Re: cannot deploy calculator web sample

2007-07-03 Thread ant elder
On 7/3/07, Matthew Peters <[EMAIL PROTECTED]> wrote: I just tried to deploy the war file that is generated by the calculator webapp sample. I got the following error in the log: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.ResourceLoadException : IWAE0007E Could not load resource

Re: Tuscany Nightly Builds and Nightly Distribution Downloads

2007-06-29 Thread ant elder
so it only keeps the latest one. What would be the benefits of having the build history archived somewhere? I can see space being an issue if we indeed start copying the build results and storing somewhere. On 6/29/07, ant elder <[EMAIL PROTECTED]> wrote: > Yay! This is really useful. >

Re: Tuscany Nightly Builds and Nightly Distribution Downloads

2007-06-29 Thread ant elder
Yay! This is really useful. Is there a way to get to the historical daily builds not just the latest nightly one? ...ant On 6/30/07, Luciano Resende <[EMAIL PROTECTED]> wrote: Nightly builds are now running for Tuscany sub-projects, and nightly distributions are being produced and are now a

Re: Web Service binding deployed into Tomcat

2007-06-28 Thread ant elder
On 6/28/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Jean-Marc Taillant wrote: > Hi, > > I downloaded the last versioon apache-tuscany-sca-0.90. I played with > several composite sample and all looks ok. But what I need to do now > is to use tuscany into tomcat ( deployed in a war file)

Re: how can Tuscany help us with security in a SOA

2007-06-16 Thread ant elder
Yes, but you'll need to wait a little bit before you can actually try using it with Tuscany. You can read about the SCA support for these types of things here: http://www.oasis-opencsa.org/SCA-policy-framework. We've just starting to implement this now in the Tuscany runtime and there should be s

Re: binding.ws wsdl generation

2007-06-15 Thread ant elder
On 6/6/07, ant elder <[EMAIL PROTECTED]> wrote: On 6/6/07, Jim Owen <[EMAIL PROTECTED] > wrote: > > Hi there, > > I've downloaded the Tuscany SCA Java 0.90 release and tried the > binding.ws examples. These work fine for me as they are, however I'm >

Re: [SDO Java DISCUSS] Contents of the next SDO release

2007-06-14 Thread ant elder
On 6/14/07, kelvin goodson <[EMAIL PROTECTED]> wrote: On 12/06/07, Frank Budinsky <[EMAIL PROTECTED]> wrote: > > > By the way, that reminds me that we need someone to be release manager for > this release. Any volunteers? If not, maybe Kelvin, you would be willing > to do it, since you've alrea

Re: SDO integration with external projects

2007-06-14 Thread ant elder
On 6/13/07, Ron Gavlin <[EMAIL PROTECTED]> wrote: One way to expand the visibility and adoption of SDO within the broader community is to improve its integration story with external projects. A few projects in particular seem obvious, namely the Spring Framework, Apache CXF, and Apache Axis2. So

Re: why does extension-helper deprecate definition of ExtentionPoints in Implementation/Binding activators

2007-06-11 Thread ant elder
On 6/11/07, lee zhenghui <[EMAIL PROTECTED]> wrote: Hi, extension-helper module is simplifying implementation/binding extention development. But Why it deprecate definition of ExtentionPoints in Implementation/Binding activators. Java implementation have defined a class visitors extention po

Re: DAS M3 Release

2007-06-06 Thread ant elder
Its looking really good to me. One comment is IMHO it would be better to not have the all those points about whats in the release on this page but to leave them to only be in the RELEASE_NOTES and try to summarize the important points just in a sentence or two where the sentence starting "This rel

Re: binding.ws wsdl generation

2007-06-06 Thread ant elder
On 6/6/07, Jim Owen <[EMAIL PROTECTED]> wrote: Hi there, I've downloaded the Tuscany SCA Java 0.90 release and tried the binding.ws examples. These work fine for me as they are, however I'm interested in WSDL generation. I changed the helloworld-ws-service so that it looked like the example giv

[ANNOUNCE] Apache Tuscany SCA Java 0.90 released

2007-06-05 Thread ant elder
The Apache Tuscany team are pleased to announce the 0.90-incubating release of the Java SCA project. Apache Tuscany provides a runtime based on the Service Component Architecture. SCA is a set of specifications aimed at simplifying SOA Application Development which are being standardized at OASIS

Re: [DAS] Release distributions - PLEASE PROVIDE FEEDBACK (Original posted on tuscany-dev)

2007-05-18 Thread ant elder
On 5/18/07, kelvin goodson <[EMAIL PROTECTED]> wrote: Perhaps the binary distributions should include - the sample source - binary samples ready to run - a generic description of how to build the samples - a maven pom file that rebuilds the samples, along with instruction son how to get maven go

Re: DAS build from head appears broken

2007-05-14 Thread ant elder
sion? Bryan On May 14, 2007, at 6:48 AM, ant elder wrote: > I've just tried building DAS with an empty local maven repository > and it > built successfully. However as DAS is using SDO snapshots I did > have to > separately build the java/spec/sdo-api and java/sdo projects fi

Re: DAS build from head appears broken

2007-05-14 Thread ant elder
I've just tried building DAS with an empty local maven repository and it built successfully. However as DAS is using SDO snapshots I did have to separately build the java/spec/sdo-api and java/sdo projects first though as the published SDO snapshots aren't that recent. So try also build the sdo-

Re: Running samples

2007-05-02 Thread ant elder
On 5/2/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 5/2/07, Patrick Vanhuyse <[EMAIL PROTECTED]> wrote: > > Hi, > > I downloaded tuscany-sca-1.0-incubator-M2-*.zip > > I am following the instructions to run the standalone calculator sample. > > When I run (as stated in the readme.html file) > >

  1   2   >