[jboss-user] [JBoss Seam] - Re: Can't inject into an Entity Bean...

seamNoobie do-not-reply at jboss.com
Thu Jan 25 21:26:22 EST 2007


Be wary of this method as you are talking to the database "through" the entity bean.
So when the persistence implementation is putting and getting it is also crypting/decrypting.
You end up having two crpyts or a double decrypt going on quite quickly and you fix it for a read from the database only to have it fail for a pure "create" call coming from your business logic.

So, I have moved the crypt/decrypt into the business logic.

:/

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006627#4006627

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006627



More information about the jboss-user mailing list