My Ofbiz revision have the required  below file
/framework/base/lib/j2eespecs/geronimo-jta_1.0.1B_spec-1.0.jar

than even it gives   cannot resolved  error
rest of the files in  /framework/base/lib/j2eespecs  are going fine

but the only problem exists on lines

22    import javax.transaction.Transaction;
cannot be resolved

272 Transaction parentTransaction = null;

281 parentTransaction = TransactionUtil.suspend();

492 Transaction parentTransaction = null;

502  parentTransaction = TransactionUtil.suspend();

are there any possibility that only Transaction.class file only got
corrupted inside the geronimo-jta_1.0.1B_spec-1.0.jar file

Reply via email to