I received the following while trying to build the latest from trunk: [javac15] E:\OFBiz\latest\framework\geronimo\src\org\ofbiz\geronimo\GeronimoTr nsactionFactory.java:74: incompatible types [javac15] found : org.apache.geronimo.transaction.manager.GeronimoTransactio Manager [javac15] required: javax.transaction.UserTransaction [javac15] return geronimoTransactionManager; [javac15] ^ [javac15] 1 error
This is strange since GeronimoTransactionManager implements UserTransaction. I did a ant clean prior but still got this message. For what it's worth, I also got some deprecation warnings for org.ofbiz.entity.util.ByteWrapper Thanks for your help! Bryan -- View this message in context: http://www.nabble.com/Build-Failed---org.ofbiz.geronimo.GeronimoTransactionFactory-tp18230384p18230384.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.
