On Tue, 2002-08-13 at 19:11, Robert Hannebauer wrote:
> Hello,
> 
> > Your embedded configuration isn't running optimized calls. This is 
> > probably because Tomcat/JBoss is finding the same classes in both the 
> > war and the ear. If an interface is in both places, Tomcat will load 
> > it from the war and JBoss will load it from the ear (each with its own 
> > classloader) and the invoker will think that they're not the same 
> > class and will silently un-optimize.
> 
> Exists some check to see wether optimized calls are used?
I think I probably have the same problem. Is it possibe to see what
method is used by looking at log (DEBUG-logging, or is it something with
TRACE enabled?), og maybe on the jmx-console?

> 
> Robert
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: Dice - The leading online job board
> for high-tech professionals. Search and apply for tech jobs today!
> http://seeker.dice.com/seeker.epl?rel_code=31
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
-- 
Marius Kotsbak
Boost Communications A/S
Trondheim, Norway



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to