I have downloaded OpenEJB 1.0 from cvs. When trying to compile with maven, I get numerous error messages about non-existant classes, such as javax.transaction.Synchronization etc.
Where do I put the jars which define these classes so that the whole thing compiled with maven + j2sdk 1.4.2_04? Sorry if this question is silly, but I am quite new to whole J2EE thing, maven etc.
