What is Tuscany?

2007-12-06 Thread Joshua Jackson
Dear all, Can anyone explain to me what tuscany is? Can we call tuscany as an ESB to legacy apps? Does tuscany provide an interface to connect to AS400? Thanks in advance, -- What you want today, may not exist tommorrow Blog: http://joshuajava.wordpress.com/ --

Re: What is Tuscany?

2007-12-13 Thread Joshua Jackson
On 12/8/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > Hi, Joshua. > > Thank you for your interests in Tuscany. Let me try to dump some information > to you :-). > > Tuscany provides open-source software for distribution at no charge to the > public, that simplifies the development, deployment and m

SCA and IBM Toolbox

2007-12-13 Thread Joshua Jackson
On 12/8/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > For AS400, what protocols do you have in mind to provide the connectivity? > They are captured as bindings in Tuscany/SCA. There is a bunch of bindings > available in Tuscany > (http://incubator.apache.org/tuscany/sca-java-user-guide.html#SCAJa

Re: What is Tuscany?

2007-12-17 Thread Joshua Jackson
On 12/17/07, Mike Edwards <[EMAIL PROTECTED]> wrote: > Joshua, > > Let me see if I can help explain some: > > Joshua Jackson wrote: > > > Thanks for the article. I kind of get idea now. This is what I get from it: > > SCA is a kind of glue code for glueing po

Sending message to Tuscany

2008-03-13 Thread Joshua Jackson
Dear all, Is it possible to send message to Tuscany? I've got this Interactive Voice Response program made by a vendor and it is able to send a message to a socket. Now, can tuscany receive those message from a certain port and then send back the response to the IVR ? Thanks in advance -- Let's

Re: Sending message to Tuscany

2008-03-14 Thread Joshua Jackson
Hi guys, I have taken a look at the tuscany's sample. But I'm quite confused here, does tuscany enforce you to call a Java method in some way? Please CMIIW. Because what I'll receive from the IVR is only a message in a String format from a socket and then I'll process this message and the give it

Re: Sending message to Tuscany

2008-03-14 Thread Joshua Jackson
On 3/14/08, Simon Laws <[EMAIL PROTECTED]> wrote: > On Fri, Mar 14, 2008 at 10:36 AM, Joshua Jackson <[EMAIL PROTECTED]> > wrote: > So you could say that a binding.socket dispatches message processing to a > method called process(message) for example. You are not expectin

Re: Sending message to Tuscany

2008-03-17 Thread Joshua Jackson
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 GET request to HTTP. Now receiving the message is clear, but another problem arised. I want to send t

Tuscany-sca 1.2-incubating-SNAPSHOT is not on maven repo

2008-03-17 Thread Joshua Jackson
Dear all, I point the maven repo to http://people.apache.org/repo/m2-snapshot-repository/ But this library is not available GroupId: org.apache.tuscany.sca ArtifactId: tuscany-sca Version: 1.1-incubating-SNAPSHOT And in return I get a dependency problem. Is it supposed to be on the maven repo? O

Re: Tuscany-sca 1.2-incubating-SNAPSHOT is not on maven repo

2008-03-17 Thread Joshua Jackson
Wow thanks :-D That was fast.. On 3/18/08, Luciano Resende <[EMAIL PROTECTED]> wrote: > Thanks for reporting the issue. I've published the requested snapshot, > and I'm in the process of publishing snapshots for all module > projects. -- Let's show the world what we've got. Blog: http://joshuaj

Re: Tuscany-sca 1.2-incubating-SNAPSHOT is not on maven repo

2008-03-18 Thread Joshua Jackson
On 3/18/08, Raymond Feng <[EMAIL PROTECTED]> wrote: > Hi, > > SCA Java 1.1 has already been released. Can you try > http://people.apache.org/repo/m2-incubating-repository/ and 1.1-incubating? > > BTW, We need to publish the SNAPSHOT versions more frequently. Can we > configure the continumm to auto

XSD schemas on osoa.org is broken

2008-03-18 Thread Joshua Jackson
Dear all, When I refer http://www.osoa.org/xmlns/sca/1.0/sca.xsd from my .composite files, it isn't able to download other schemas it depends on because the files is not there such as: * Inside http://www.osoa.org/xmlns/sca/1.0/sca-policy.xsd: the file http://schemas.xmlsoap.org/ws/2004/09/ws-pol

Re: XSD schemas on osoa.org is broken

2008-03-18 Thread Joshua Jackson
* ws-policy.xsd is now located at http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd * ws-addr.xsd is now located at http://www.w3.org/2005/08/addressing/ws-addr.xsd On 3/18/08, Joshua Jackson <[EMAIL PROTECTED]> wrote: > Dear all, > > When I refer http://www.osoa.or

Re: Sending message to Tuscany

2008-03-18 Thread Joshua Jackson
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 > > ...ant Where is the list of docs on databindings besides jms? I could not find the http data binding docs. chee

Re: XSD schemas on osoa.org is broken

2008-03-18 Thread Joshua Jackson
On 3/19/08, Mike Edwards <[EMAIL PROTECTED]> wrote: > Joshua, > > These files are fixed now. > > The problems had been spotted in the ongoing specification work at > OASIS, but the fixes had not been put back into the online versions of > the XSDs on www.osoa.org > > Thanks for reporting the proble