hi,

I've tested caching outside of this routine and this is working. I've to change my routine to use it.

but other question. my entity bean has two finders:
- findByPrimaryKey()
- findByName()

why findByName() calls will be send to the db and not checked in the cache of the bean?


Rafal


At 13:18 20.03.2003 +0100, Rafal Kedziorski wrote:
hi,

I have following problem.

my client calls session facade for ceating a new user. this session facate check permissions and call other session bean which calls:

- create new group
- create new user
- get permissions id's
- add permission to user



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC. Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to