Using JBoss 3.0.1 on RedHat 7.3, I have been stuck on the following
error for a bit and it's driving me crazy:

    Application error: BMT stateless bean PlanLockService should complete
    transactions before returning (ejb1.1 spec, 11.6.1)

This error occurs in an EJB that is doing BMP via classes that make up
the DAO pattern with BMT via the UserTransaction interface. 

Here is the sequence of events I'm performing:  

    1) start UserTransaction
    2) get connection
    2a) failure occurs here with above error
    3) do some work
    4) close connection
    5) commit UserTransaction

I believe I'm following the necessary steps for mixing UserTransactions
and database connections with JBoss. The fact that the app fails upon
returning from getting a connection is very perplexing. Can someone shed
some light on this problem?

Bruce
-- 
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to