Thanks for the reply Sebastien
A few more comments below...
On 9/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> Simon Laws wrote:
> > There are some reorganized domain/node classes under modules/distributed
> and
> > modules/distributed-impl dirs. Here the SCADomain is replaced by a
On 9/12/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote:
>
> Hey Ant,
>
> Thanks for bringing this up. +1 for taking this up and +1 for you being
> the
> chair. I'll dive into the graduation guide and look for things that I can
> help in this.
>
> - Venkat
>
> On 9/12/07, ant elder <[EMAIL PROTECT
Thanks for the reply Deepal. So we can assume that in some future version of
Axis2 running java2wsdl on the method
public String foo();
Will give rise to the types
+
+
+
+1 to removing it.
- Venkat
On 9/12/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
>
> This was a copy of the website wiki when we separated the Website from
> the public wiki.
> This copy, AFAIK, has not been updated, and is totally separate from
> the current website. And I believe nobody is us
Hi Sebastien,
There is nothing that needs to be done in the environment. The only
dependency that I had trouble linking to the classpath from the maven repo
during a maven build is the rampart.mar which I have now temporarilty
packaged with the module.
I suspect it could be to do with the key st
Hey Ant,
Thanks for bringing this up. +1 for taking this up and +1 for you being the
chair. I'll dive into the graduation guide and look for things that I can
help in this.
- Venkat
On 9/12/07, ant elder <[EMAIL PROTECTED]> wrote:
>
> So how about trying to graduate Tuscany from the Incubator?
Is anybody else seeing that build error?
Do I need to set up anything new in my build environment now that we
have WS-security enabled (which is pretty cool BTW)?
Running
org.apache.tuscany.sca.binding.ws.axis2.itests.policy.WSSecurityConfidentialityTestCase
log4j:WARN No appenders could be f
[
https://issues.apache.org/jira/browse/TUSCANY-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526653
]
gengshaoguang commented on TUSCANY-1684:
My above note is for JBoss as far as I worked.
JAXWS ignores thi
[
https://issues.apache.org/jira/browse/TUSCANY-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526652
]
gengshaoguang commented on TUSCANY-1684:
I tried something here: as to reference a jboss WS from Tuscany si
Hi Simon,
Did I understand you well:
"2 way" and "1 way" is by differences of input parameter?
If you mean this, my suggestion would be: usually developers design WS as
query/response. This has been a usual. To support "query only" and "response
only" WS is not really important for Tuscany.
Simon Laws wrote:
There are some reorganized domain/node classes under modules/distributed and
modules/distributed-impl dirs. Here the SCADomain is replaced by a Node. A
node runs all or part of a domain. A Node has contributions added and
removed and has components started/stoppped etc. If avai
Simon Laws wrote:
On 9/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
I checked in a version of the Store sample described in the Getting
Started document a while ago.
I'd like to describe a few thoughts on how to improve the sample with
small changes to the sample itself and some
So how about trying to graduate Tuscany from the Incubator? :-)
We seem close though there are a few things to sort out so it will take a
couple of months to get ready.
There's a draft proposal at
http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Draft+TLP+Resolution,
we probably need to wor
Hi
I asked this question on the user list but would like to move it along and
ask the developer communities opinion
In the Apache Tuscany Incubator we are using the Axis2 Java2WSDL tooling. We
generate document/literal/wrapped wsdl (the default I believe for java2WSDL)
and in Tuscany we are
An update on some changes to the Tuscany incubation mentors:
- Dims has stepped down as mentor. Many many thanks for all the help and
guidance during our incubation, its been invaluable.
- Paul Fremantle and Matthieu Riou have signed up as new mentors joining Sam
so we now have three. Thanks guys
On 9/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> I'd like to understand how to create composite diagrams similar to the
> ones Simon already created for most samples.
>
> Do we have a quick summary of the steps to do this?
> Is there a set of predefined shapes uploaded somewhere th
Callable References iTest are failing
-
Key: TUSCANY-1687
URL: https://issues.apache.org/jira/browse/TUSCANY-1687
Project: Tuscany
Issue Type: Bug
Components: Java SCA Integration Tests
Affec
On 9/11/07, Marco Dalco <[EMAIL PROTECTED]> wrote:
>
> Raised a JIRA:
>
>
>
> https://issues.apache.org/jira/browse/TUSCANY-1684
>
>
>
>
> Information contained in this e-mail and any attachments are intended for
> the use of the addressee only, and may contain confidential information of
> Ubiquit
[
https://issues.apache.org/jira/browse/TUSCANY-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526627
]
Simon Laws commented on TUSCANY-1684:
-
The incompatibility of the namespaces, i.e. the extra xsd on the end, is
+1, thanks Ant.
On 9/11/07, Simon Laws <[EMAIL PROTECTED]> wrote:
>
> On 9/11/07, Simon Nash <[EMAIL PROTECTED]> wrote:
> >
> > +1 for Ant.
> >
> >Simon
> >
> > Venkata Krishnan wrote:
> >
> > > +1 from me. I'd be happy to help wherever required.
> > >
> > > - Venkat
> > >
> > > On 9/11/07, J
The three binding notification samples can be run in
isolation (although they won't do much of interest) as
long as the notification.httpPort system property is
the same as the port used in the ntm attribute of the
binding.notification element.
As they are packaged, the ntm attribute is set to
use
On 9/11/07, Simon Nash <[EMAIL PROTECTED]> wrote:
>
> +1 for Ant.
>
>Simon
>
> Venkata Krishnan wrote:
>
> > +1 from me. I'd be happy to help wherever required.
> >
> > - Venkat
> >
> > On 9/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
> >
> >>Ant has been doing a great job as Rele
On 9/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> I checked in a version of the Store sample described in the Getting
> Started document a while ago.
>
> I'd like to describe a few thoughts on how to improve the sample with
> small changes to the sample itself and some improvements
[
https://issues.apache.org/jira/browse/TUSCANY-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526614
]
Simon Nash commented on TUSCANY-1686:
-
I modified the code in DataTransformationInteceptor (line 133) to compar
Hi,
Trying to run this sample I get the following exception. Any idea if this is
a bug or I am doing something wrong?
I am running with .99 binary dist.
C:\tuscany-new\sca-dist\tuscany-
sca-0.99-incubating\samples\binding-notification
-consumer>java -Dnotification.httpPort=8082 -cp
"target\sample-
[
https://issues.apache.org/jira/browse/TUSCANY-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David T. Adcox updated TUSCANY-1505:
Attachment: 1505.patch
I've edited my approach to incorporate Frank's suggestion so as to
On 9/11/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
>
> This was a copy of the website wiki when we separated the Website from
> the public wiki.
> This copy, AFAIK, has not been updated, and is totally separate from
> the current website. And I believe nobody is using it.
>
> So, should I remov
[
https://issues.apache.org/jira/browse/TUSCANY-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
haleh mahbod updated TUSCANY-1681:
--
Component/s: (was: Java SCA Samples)
Java SCA Data Binding Runtime
[
https://issues.apache.org/jira/browse/TUSCANY-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Nash updated TUSCANY-1686:
Attachment: jira1686.zip
Here's the test case that I'm using.
> Cannot throw business exceptions
Cannot throw business exceptions across the Web Service binding
---
Key: TUSCANY-1686
URL: https://issues.apache.org/jira/browse/TUSCANY-1686
Project: Tuscany
Issue Type: Bug
[
https://issues.apache.org/jira/browse/TUSCANY-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526584
]
haleh mahbod commented on TUSCANY-1622:
---
I tried this with .99 binary distribution on windows and it works fi
Hi,
I fixed it under r574681. The test case was running in Eclipse and it
confused me.
Thanks,
Raymond
- Original Message -
From: "Simon Nash" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, September 11, 2007 12:48 PM
Subject: Build error on latest trunk
I just did a fresh checkout and
I just did a fresh checkout and build, and I got the following error
from samples\binding-notification-producer. Any ideas?
Simon
---
T E S T S
---
Running notification.producer.TrafficAdv
[
https://issues.apache.org/jira/browse/TUSCANY-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Nash resolved TUSCANY-1664.
-
Resolution: Duplicate
Duplicate of TUSCANY-1558.
> Get error: faultCode=UNBOUND_PREFIX: Unable
[
https://issues.apache.org/jira/browse/TUSCANY-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526572
]
Simon Nash commented on TUSCANY-1664:
-
This problem occurs when the thrown exception is in a different package
[
https://issues.apache.org/jira/browse/TUSCANY-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526571
]
Simon Nash commented on TUSCANY-1558:
-
This problem occurs when the thrown exception is in a different package
[
https://issues.apache.org/jira/browse/TUSCANY-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ron Gavlin updated TUSCANY-1685:
Component/s: (was: Java SDO Implementation)
Java SDO Tools
Summary: X
I already worked around TUSCANY-1558 by editing the generated
WSDL and using my updated version. TUSCANY-1558 only applies
when using exceptions that are in a different package from the
business interface. There's another report of the same problem
in TUSCANY-1664.
Fixing the WSDL allows the se
I'd like to understand how to create composite diagrams similar to the
ones Simon already created for most samples.
Do we have a quick summary of the steps to do this?
Is there a set of predefined shapes uploaded somewhere that we all can
use for these diagrams?
Should I use a tool like inksca
The constructor in Axis2ServiceBindingProvider and
Axis2ReferenceBindingProvider both require ServletHost parameter.
Axis2ServiceBindingProvider uses this parameter for adding the servlet
mapping for SOAP/HTTP services and currently Axis2ReferenceBindingProvider
doesn't even use this parameter, it
This was a copy of the website wiki when we separated the Website from
the public wiki.
This copy, AFAIK, has not been updated, and is totally separate from
the current website. And I believe nobody is using it.
So, should I remove it ?
On 9/11/07, haleh mahbod <[EMAIL PROTECTED]> wrote:
> Hi,
>
Hi,
Is
http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Manual+Copy+Of+The+Tuscany+Website
used any more? Would updates to this get replicated to the website?
Haleh
I have locally modified binding-ws-axis2 for supporting SOAP/JMS.
The axis2.xml file included with this binding has
HTTPLocationBasedDispatcher configured in the inflow. I have noticed that
this dispatcher throws a NPE for SOAP/JMS services on the following line
String uri = me
[
https://issues.apache.org/jira/browse/TUSCANY-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526536
]
Frank Budinsky commented on TUSCANY-1505:
-
The way the register method is using a boolean to guard against
Are you talking about the same issue described in TUSCANY-1558 [1] ?
If so, looks like the issue is fixed in Axis 2.1.3.
[1] https://issues.apache.org/jira/browse/TUSCANY-1558
On 9/11/07, Scott Kurz <[EMAIL PROTECTED]> wrote:
> There are some particular issues relating to dealing with, alternatel
On 9/11/07, Simon Nash <[EMAIL PROTECTED]> wrote:
>
> I'm not sure where to look to find out when a Tuscany SCA Java
> 1.0-incubating-SNAPSHOT was last published to maven. Could someone
> explain how I can find out, please?
>
>Simon
Look in the snapshot repository and you can see the date an
There are some particular issues relating to dealing with, alternately the
exception DataType and the fault DataType, and getting these through the
Tuscany databinding framework.
Some of these I've worked around already and am working to post a more
detailed update myself (for example I modified D
It has been 4 days since I posted this and one positive response. I am going
ahead with this assuming that there is no objection.
On 9/9/07, Anderson, Jeff T (CA - Toronto) <[EMAIL PROTECTED]> wrote:
>
> sounds great ,
> let me know when it is up:
> I will share what we are doing with Tuscany curr
I'm not sure where to look to find out when a Tuscany SCA Java
1.0-incubating-SNAPSHOT was last published to maven. Could someone
explain how I can find out, please?
Simon
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
I checked in a version of the Store sample described in the Getting
Started document a while ago.
I'd like to describe a few thoughts on how to improve the sample with
small changes to the sample itself and some improvements to the
implementation.resource extension and how it integrates with W
+1 for Ant.
Simon
Venkata Krishnan wrote:
+1 from me. I'd be happy to help wherever required.
- Venkat
On 9/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
Ant has been doing a great job as Release Manager for several releases.
I'd like to nominate him as Release Manager for re
Thank you.
On 9/11/07, Marco Dalco <[EMAIL PROTECTED]> wrote:
>
> Raised a JIRA:
>
>
>
> https://issues.apache.org/jira/browse/TUSCANY-1684
>
>
>
>
> Information contained in this e-mail and any attachments are intended for
> the use of the addressee only, and may contain confidential information
Yes, I think this should work. I'm trying to get a simple case
through the Web Service binding and the databinding transformers at the
moment and I'm running into various issues. I'll post a more detailed
update later.
Simon
Scott Kurz wrote:
Say I wanted to have a remotable Java interface
+1 from me. I'd be happy to help wherever required.
- Venkat
On 9/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> Ant has been doing a great job as Release Manager for several releases.
> I'd like to nominate him as Release Manager for release 1.0, as it's
> going to be a pretty imp
See inline.
Simon
Raymond Feng wrote:
Comments inline.
Thanks,
Raymond
- Original Message - From: "Simon Nash" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, September 11, 2007 7:47 AM
Subject: Re: WS-Addressing mapping (was Re: What is
Message.set/getCallableReference used for?)
Tha
ant elder wrote:
On 9/7/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
This has come up several times but I've not seen any conclusion.
Here are the relevant JIRAs:
http://issues.apache.org/jira/browse/TUSCANY-181
http://issues.apache.org/jira/browse/TUSCANY-678
http://issues.apache.o
Raymond Feng wrote:
OK. I'll add the interfaces first for review. Should they go to the
core-spi?
Thanks,
Raymond
Only the interfaces actually used by binding and implementation
extensions should go to core-spi. If not needed by extensions they
should go to core.
- Original Message
kelvin goodson wrote:
Luciano,
can you confirm in the JIRA whether the updated fix is good? I'll
keep an eye on this thread to see how your plans develop, and what
that might mean for SDO release plans.
Kelvin.
On 10/09/2007, Luciano Resende <[EMAIL PROTECTED]> wrote:
We have found an i
More comments inline.
[snip]
Simon Laws wrote:
Right, if I understand correctly we need to keep the state of a
conversation in a central place in a Tuscany runtime that all
participants can point to, allowing one to end the conversation, and the
other conversation participants to see that it h
Say I wanted to have a remotable Java interface with a method like:
int myMethod() throws java.sql.SQLException;
Should I be able to throw this exception, say, across the web service
binding?
I don't see why not.JAX-WS Sec 3.7 describes how to build a fault bean
out of an exception like
OK. I'll add the interfaces first for review. Should they go to the
core-spi?
Thanks,
Raymond
- Original Message -
From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, September 11, 2007 2:02 AM
Subject: Re: Resetting state of service references at conversation end
Hi Deepal, thanks for responding. Did you mean moving to 1.3 would resolve
this maven related problem? Anyways, I have moved up to 1.3. But that does
not solve this problem.
- Venkat
On 9/11/07, Deepal jayasinghe <[EMAIL PROTECTED]> wrote:
>
> Venkata Krishnan wrote:
> > Hi,
> >
> > I am tryin
Raymond Feng <[EMAIL PROTECTED]> writes:
>
> Hi,
>
> As we agreed, the conversation id alone is not sufficient to deal with
> conversations. We need to maintain the state of the conversations (STARTED,
> ENDED or EXPIRED).
>
> I propose that we do the following:
>
> 1) Define a ConversationM
Comments inline.
Thanks,
Raymond
- Original Message -
From: "Simon Nash" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, September 11, 2007 7:47 AM
Subject: Re: WS-Addressing mapping (was Re: What is
Message.set/getCallableReference used for?)
Thanks for pointing out this issue. I think
SDOXSDECoreBuilder.validAliasName(XSDTypeDefinition) does not mangle dashes in
typeNames to underscores
---
Key: TUSCANY-1685
URL: https://issues.apache.org/jira/b
On 9/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> I'm overall +1 with this proposal, with some minor changes described in
> comments inline.
>
> Raymond Feng wrote:
> > Hi,
> >
> > As we agreed, the conversation id alone is not sufficient to deal with
> > conversations. We need to m
Thanks for pointing out this issue. I think we're OK with just
using ConversationID as the correlator as long as we make the
following assumptions:
1. The correlation from ConversationID to callback object is done
on a per-reference basis.
2. The callback goes to the callback object that i
Raised a JIRA:
https://issues.apache.org/jira/browse/TUSCANY-1684
Information contained in this e-mail and any attachments are intended for the
use of the addressee only, and may contain confidential information of Ubiquity
Software Corporation. All unauthorized use, disclosure or distrib
[
https://issues.apache.org/jira/browse/TUSCANY-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marco Dalcó updated TUSCANY-1684:
-
Attachment: ReferenceToJBOSSWSTestCase.zip
This test case builds a jar file to be deployed in J
Web Service binding incompatibility when referencing a WebService hosted on
JBoss
-
Key: TUSCANY-1684
URL: https://issues.apache.org/jira/browse/TUSCANY-1684
Project: Tus
This sounds quite reasonable. I am all for not complicating
the SPI if we don't have to.
But this does mean that we can't just revert back to the
previous state of statically created references, as the lazy
creation of invocation chains seems to be something we
did not have.
Let me know if you or R
Luciano,
can you confirm in the JIRA whether the updated fix is good? I'll
keep an eye on this thread to see how your plans develop, and what
that might mean for SDO release plans.
Kelvin.
On 10/09/2007, Luciano Resende <[EMAIL PROTECTED]> wrote:
> We have found an issue on the SDO Tools, des
[
https://issues.apache.org/jira/browse/TUSCANY-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526409
]
ant elder commented on TUSCANY-1561:
"I am running into a few test errors with this patch" A "few" !
> Move up
Hi Jean,
I didn't do it yet. I was just waiting to see if there will be some positive
progress with using Saxon 8.9. However it appears that currently there is no,
so I will try it.
Bye Vasil
> Оригинално писмо
>От: Jean-Sebastien Delfino <[EMAIL PROTECTED]>
>Относно: Re:
AXIS data binding can not process array Type response
-
Key: TUSCANY-1683
URL: https://issues.apache.org/jira/browse/TUSCANY-1683
Project: Tuscany
Issue Type: Bug
Components: Java
[
https://issues.apache.org/jira/browse/TUSCANY-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ant elder reassigned TUSCANY-1561:
--
Assignee: ant elder
> Move up from Axis2 1.2 to 1.3
> -
>
>
Greg Dritschler wrote:
I have a question about changes that were made in revision 566649. This
revision changed the assembly model object interfaces so that they don't
extend IntentAttachPoint. The assembly model implementations now extend
IntentAttachPoint. As a consequence any code that want
I'm overall +1 with this proposal, with some minor changes described in
comments inline.
Raymond Feng wrote:
Hi,
As we agreed, the conversation id alone is not sufficient to deal with
conversations. We need to maintain the state of the conversations
(STARTED, ENDED or EXPIRED).
Right, if I
Comments inline.
Simon
Jean-Sebastien Delfino wrote:
Comments inline.
[snip]
Simon Nash wrote:
I agree that we need a conclusion. I believe the detailed proposal below
supports all the SCA semantics and I'd like to propose that we go with it
for Tuscany 1.0.
Any comments, questions, agr
Jean-Sebastien Delfino wrote:
Vasil Vasilev wrote:
Hi,
Isn't in the official repository some older version of Saxon. May be
we could try to run the prototype with this older version.
Bye, Vasil
If the Saxon project really doesn't want to publish newer JARs then I
guess we're going to
I'd like to add AllowsPassByReference methods to the Tuscany Implementation
Interface. Currently the Java and OSGi impls have AllowsPassByReference
code, potentially other impls could use this as well, and with the
pass-by-value code moved out of the Java implementation it really needs a
generic wa
Vasil Vasilev wrote:
Hi,
Some thoughts about the example simplification - really it would be good to simplify the sample, but the client+server scenario should remain as JUnit test I think.
+1 to keep the client/server scenario, I'd suggest to create an itest
module for it, something like it
Venkata Krishnan wrote:
> Hi,
>
> I am trying use rampart for security support on the ws-binding in
> Apache Tuscany Java SCA. I included the rampart.mar as dependency in
> the axis2 ws binding pom file (
> https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/binding-ws-axis2/pom.xm
83 matches
Mail list logo