Quoting [EMAIL PROTECTED]: > 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
which test are you running? there are about dozen different tests in test- suite1 and the outcome depends on the particular test. Some tests are positive tests while others are negative-- they throw exceptions like RollbackException, TimedOutExeption etc. To decide whether a test is successful you need to consider the messages exchanged along with any exceptions generated. In addition sometimes the DEBUG messages printed on the console on the server side. However, I've made quite a lot of changes to the code since I committed test- suite1 so if you find something IYO is inconsistent please let us know. In future hopefully the success criteria of each test will get documented... (not the case with interopibm sample however) > > In the test-suite1 sample dir I added > <handler type="java:org.apache.kandula.coordinator.at.TxHandler" /> to > request and responseflow. this is not necessary. thanks --dasarath > > 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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
