Hi, I tried to run the test-suite1 sample today following the instructions given in the readme file but the test still fails with a javax.transaction.rollback exception in TransactionImpl.commit
I hope I have all handlers in place. I copied the conf/server-config.wsdd and conf/client-config.wsdd according to the readme to axis/WEB-INF and axis/WEB-INF/classes. In the test-suite1 sample dir I added <handler type="java:org.apache.kandula.coordinator.at.TxHandler" /> to request and responseflow. Let me know if you would need the messages in order to help me with my problem. Thanks, Andreas Maierhofer -----Original Message----- From: Dasarath Weeratunge [mailto:[EMAIL PROTECTED] Sent: 13 January 2006 18:23 To: [email protected] Subject: Re: Kandula_1: problem running samples ahh, missed another point:( also make sure the request handler in the server-config.wsdd file is: <handler type="java:org.apache.ws.transaction.j2ee.TxHandler" /> for "test-suit1" sample and for "interopibm" sample: <handler type="java:org.apache.ws.transaction.coordinator.at.TxHandler" /> thanks, --dasarath > Quoting [EMAIL PROTECTED]: > > I think the following should fix your problem: > > please add > > <handler type="java:org.apache.ws.transaction.coordinator.at.TxHandler" > /> > > to the client-config.wsdd as a request handler. > > Also you do not need to put kandula.properties file in the classes dir. It > should be modified in the KANDULA_INST/src/conf and is present in the > kandula- > *.jar. Better not have multiple copies of this file as well. > > --dasarath > > > Hi > > > > > > > > I didn't manage to run the samples in the current kandula_1 branch. I am > > confident I installed kandula properly (see services and wsdl, changed > > context info and moved kandula.properties to my axis/classes dir). If I > > run test-suite1 I see 4 messages in tcpmon to following services in the > > following order: TestSuite1, activationCoordinator, TestSuite1, > > registrationCoordinator. > > > > > > > > Only the first and the last one contain any addressing information. The > > responses to these contain soap faults (nullpointer). > > > > > > > > Could these occure because if the " one-way transactional operations" > > issue raised by dasarath or am I missing something else. > > > > > > > > Thanks, > > > > Andreas Maierhofer > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ----- End forwarded message ----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
