ejbPostCreate is mandatory for BMP so it seems the issue is on your side ;)
Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-24 19:17 GMT+01:00 Romain Manni-Bucau <[email protected]>: > add in BmpEntitybean: > > public void ejbPostCreate(String id) throws CreateException{ > // no-op > } > > I didn't check yet if it was a bug or not but if it is it will be > fixed tomrorrow on both snapshot, if not you just need to update your > code ;) > > > > Romain Manni-Bucau > @rmannibucau > http://www.tomitribe.com > http://rmannibucau.wordpress.com > https://github.com/rmannibucau > > > 2014-11-24 18:14 GMT+01:00 vidaniello <[email protected]>: >> Yes, here on git >> >> https://github.com/vidaniello/EntityExample >> <https://github.com/vidaniello/EntityExample> >> >> >> >> -- >> View this message in context: >> http://tomee-openejb.979440.n4.nabble.com/create-method-of-BMP-Entity-2-1EJB-tp4672994p4673016.html >> Sent from the TomEE Users mailing list archive at Nabble.com.
