On søn, 2002-04-07 at 16:16, Eric Jain wrote:
> I bundled a scheduled class together with the entity beans it uses so it can
> access them directly. Previously the scheduled class had to access the
> entity beans through a session bean, since the entity beans only have local
> interfaces (CMR...). Instead of observing increased performance as a result
> of removing this level of indirection, everything slowed down by a factor of
> 10. Does anyone have enough insight here as to why such a thing would
> happen?
> 
> 
> --
> Eric Jain
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user

How do you access the beans from the scheduled class (is it not a
mbean?)? Using jndi? Can "java:comp/env/somebean" be used when you
bundle the class with the beans?

Marius K
Boostcom


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to