Re: Throwable Input2InputTransformer.java (179) IndexOutOfBoundsException

2007-05-04 Thread Paulo Henrique Trecenti
I am not certain if that is the way. 2007/5/4, Paulo Henrique Trecenti [EMAIL PROTECTED]: I have seen various discussions around the databinding and I don't know if my suggestions can maybe many differents but i have some modifications in the ElementInfo and XMLType to store the attributes

Re: Throwable Input2InputTransformer.java (179) IndexOutOfBoundsException

2007-05-04 Thread Paulo Henrique Trecenti
And I'm hating OMElement :) 2007/5/4, Luciano Resende [EMAIL PROTECTED]: Thanks Paulo, please create a Jira and provide a patch when you have something working, and Raymond or I could review and apply your patch. On 5/2/07, Paulo Henrique Trecenti [EMAIL PROTECTED] wrote: Ok I can work

SCA WS Axis binding

2007-05-02 Thread Paulo Henrique Trecenti
) at org.apache.tuscany.implementation.java.proxy.JDKInvocationHandler.invoke( JDKInvocationHandler.java:150) Not to be that I must work with OMElement in my java interface. -- Paulo Henrique Trecenti

Throwable Input2InputTransformer.java (179) IndexOutOfBoundsException

2007-05-02 Thread Paulo Henrique Trecenti
) at org.apache.tuscany.implementation.java.proxy.JDKInvocationHandler.invoke( JDKInvocationHandler.java:150) Not to be that I must work with OMElement in my java interface. -- Paulo Henrique Trecenti

Re: Next SCA release distributions

2007-05-02 Thread Paulo Henrique Trecenti
to when you do that? ...ant -- Paulo Henrique Trecenti

Re: Throwable Input2InputTransformer.java (179) IndexOutOfBoundsException

2007-05-02 Thread Paulo Henrique Trecenti
/ /xs:sequence /xs:complexType In line 382 of org.apache.tuscany.interfacedef.wsdl.introspect.WSDLOperation.java, there is a TODO :-). Thanks, Raymond - Original Message - From: Paulo Henrique Trecenti [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, May 02, 2007 7:42 AM Subject

Re: SCA composite jarLocation

2007-04-30 Thread Paulo Henrique Trecenti
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Paulo Henrique Trecenti

SCA Composite

2007-04-30 Thread Paulo Henrique Trecenti
together this work fine, but I need that these components are made thus. If this is a wrong way please tell me how I can get the better way please. Somebody can help me please. -- Paulo Henrique Trecenti

SCA composite jarLocation

2007-04-27 Thread Paulo Henrique Trecenti
in an war file. -- Paulo Henrique Trecenti

Re: Problems with deploying bigbank sample

2007-04-23 Thread Paulo Henrique Trecenti
. - Ahhh...imagining that irresistible new car smell? Check outnew cars at Yahoo! Autos. -- Paulo Henrique Trecenti

DAS config file thorwable

2007-04-18 Thread Paulo Henrique Trecenti
=com.mysql.jdbc.jdbc2.optional.MysqlDataSource databaseURL=jdbc:mysql://localhost:3306/database loginTimeout=60/ /ConnectionInfo the ConfigUtil dosn't read that. I just can used that, setting the UserName and Password in the code. -- Paulo Henrique Trecenti

Re: DAS config file thorwable

2007-04-18 Thread Paulo Henrique Trecenti
with MySQL, I have a post [1] with some specific information on configuring DAS and MySQP together. [1] http://lresende.blogspot.com/2006/11/configuring-mysql-datasource-in-tomcat.html On 4/18/07, Paulo Henrique Trecenti [EMAIL PROTECTED] wrote: Hi, I'm try using DAS and I want connect

SCA distribution script

2007-04-13 Thread Paulo Henrique Trecenti
Hi, How I can use the build of SCA? The distribution script and same modules is not complete... I can use the SNAPSHOT version for tests of my application... -- Paulo Henrique Trecenti

NEP in WireObjectFactoryTestCase

2007-04-13 Thread Paulo Henrique Trecenti
; } } throw new NoSuchMethodException(name); } Class?[] paramTypes = getPhysicalTypes(operation); return implClass.getMethod(name, paramTypes); } I don't now where I can fix it. -- Paulo Henrique Trecenti

Re: NEP in WireObjectFactoryTestCase

2007-04-13 Thread Paulo Henrique Trecenti
Ok tank you... 2007/4/13, Raymond Feng [EMAIL PROTECTED]: Hi, Sorry for the regression and I just fixed it under r528720. Thanks, Raymond - Original Message - From: Paulo Henrique Trecenti [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 13, 2007 5:32 PM Subject: NEP

Re: NEP in WireObjectFactoryTestCase

2007-04-13 Thread Paulo Henrique Trecenti
is not setted 2007/4/13, Paulo Henrique Trecenti [EMAIL PROTECTED]: Ok tank you... 2007/4/13, Raymond Feng [EMAIL PROTECTED]: Hi, Sorry for the regression and I just fixed it under r528720. Thanks, Raymond - Original Message - From: Paulo Henrique Trecenti [EMAIL PROTECTED

Re: NEP in WireObjectFactoryTestCase

2007-04-13 Thread Paulo Henrique Trecenti
But now the test case is WireUtilsTestCase 2007/4/13, Paulo Henrique Trecenti [EMAIL PROTECTED]: Hi, The erro stay there in same location public static Method findMethod(Class? implClass, Operation operation) throws NoSuchMethodException { String name = operation.getName

Re: NEP in WireObjectFactoryTestCase

2007-04-13 Thread Paulo Henrique Trecenti
Ok I'm fix that op.setInterface( new JavaInterfaceImpl()); 2007/4/13, Paulo Henrique Trecenti [EMAIL PROTECTED]: Hi, The test case WireObjectFactoryTestCase throws a NEP because the atributo interfaze is not setted before in the object OperationImpl ... them NEP in this peace of code when

SDO Test Failure

2007-04-12 Thread Paulo Henrique Trecenti
pass, I knot find the Failure cause. -- Paulo Henrique Trecenti

Re: SDO Test Failure

2007-04-12 Thread Paulo Henrique Trecenti
that. 2007/4/12, Luciano Resende [EMAIL PROTECTED]: Hey Paulo, Are you passed the DAS build issue ? If so, did you do anything special to fix it ? On 4/12/07, Paulo Henrique Trecenti [EMAIL PROTECTED] wrote: Hi, I trying build the SDO project and build failure on Tests run: 8, Failures: 1

Re: SDO Test Failure

2007-04-12 Thread Paulo Henrique Trecenti
Look that http://jira.codehaus.org/browse/SUREFIRE-316?rc=1 my version of surefire-plugin is 2.3.1-SNAPSHOT. 2007/4/12, Paulo Henrique Trecenti [EMAIL PROTECTED]: Whell, I just remove the tests... It's no bether solution but I no have time to find and fix it. In the future if this problem

Re: SDO Test Failure

2007-04-12 Thread Paulo Henrique Trecenti
include**/*AllTestsDerby.java/include /includes /configuration /plugin ... 2007/4/12, Paulo Henrique Trecenti [EMAIL PROTECTED]: Look that http://jira.codehaus.org/browse/SUREFIRE-316?rc=1 my version of surefire-plugin is 2.3.1-SNAPSHOT. 2007/4/12, Paulo

Re: SDO Test Failure

2007-04-12 Thread Paulo Henrique Trecenti
for me. Perhaps if you get back to it and get the same problem you can post some more of the diagnostics (e.g. the corresponding file from the target/surefire-reports directory) Regards, Kelvin. On 12/04/07, Paulo Henrique Trecenti [EMAIL PROTECTED] wrote: Whell, I just remove the tests... It's

Re: DAS rdb - BUILD ERROR - missing org.apache.tuscany.das:tuscany-das-rdb:jar:1.0-incubator-SNAPSHOT

2007-04-12 Thread Paulo Henrique Trecenti
include**/*AllTestsDerby.java/include /includes /configuration /plugin 2007/4/11, Paulo Henrique Trecenti [EMAIL PROTECTED]: Inside java/das I first run mvn clean then I run mvn and the message is: [INFO] [surefire:test] [INFO] Surefire report directory: C

Re: SDO Test Failure

2007-04-12 Thread Paulo Henrique Trecenti
sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su refireBooter.java:290) at org.apache.maven.surefire.booter.SurefireBooter.main( SurefireBooter.j ava:818) 2007/4/12, Paulo Henrique Trecenti

Re: DAS rdb - BUILD ERROR - missing org.apache.tuscany.das:tuscany-das-rdb:jar:1.0-incubator-SNAPSHOT

2007-04-12 Thread Paulo Henrique Trecenti
and try to build, does it work for you ? Or you still have to go to inside java/das to make it working ? [1] - \.m2\repository\org\apache\tuscany\das On 4/12/07, Paulo Henrique Trecenti [EMAIL PROTECTED] wrote: It's works put this in the das\rdb\pom.xml ... plugin

Re: DAS rdb - BUILD ERROR - missing org.apache.tuscany.das:tuscany-das-rdb:jar:1.0-incubator-SNAPSHOT

2007-04-12 Thread Paulo Henrique Trecenti
: central (http://repo1.maven.org/maven2), apache.incubator (http://people.apache.org/repo/m2-incubating-repository/ ), apache.ws.m1.snapshots (http://ws.zones.apache.org/repository), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) 2007/4/12, Paulo Henrique Trecenti [EMAIL

Re: DAS rdb - BUILD ERROR - missing org.apache.tuscany.das:tuscany-das-rdb:jar:1.0-incubator-SNAPSHOT

2007-04-12 Thread Paulo Henrique Trecenti
see if I can make more progress here... and I'll let you know On 4/12/07, Paulo Henrique Trecenti [EMAIL PROTECTED] wrote: Sorry, this solution only works when run the build in java\das, when try run the build on the java\ the message now is: [INFO] snapshot org.apache.tuscany.das:tuscany

DAS rdb - BUILD ERROR - missing org.apache.tuscany.das:tuscany-das-rdb:jar:1.0-incubator-SNAPSHOT

2007-04-11 Thread Paulo Henrique Trecenti
(http://repo1.maven.org/maven2), apache.incubator (http://people.apache.org/repo/m2-incubating-repository/ ), apache.ws.m1.snapshots (http://ws.zones.apache.org/repository), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) -- Paulo Henrique Trecenti Sorry about the bad

Re: DAS rdb - BUILD ERROR - missing org.apache.tuscany.das:tuscany-das-rdb:jar:1.0-incubator-SNAPSHOT

2007-04-11 Thread Paulo Henrique Trecenti
back to normal. On 4/11/07, Paulo Henrique Trecenti [EMAIL PROTECTED] wrote: Hello, I try build the last version of tuscany java and I have the message on the build processing. I knot solve that: Downloading: http://ws.zones.apache.org/repository/org.apache.tuscany.das/jars/t uscany-das-rdb