-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Differences in proxy strategy on Tomcat?
PostPosted: Mon Feb 06, 2006 12:25 pm 
Newbie

Joined: Mon Mar 07, 2005 7:25 am
Posts: 10
Hibernate version: 3.1.2

In relation to an earlier post regarding discriminators/subclassing, I've dug up something very ackward. When using the exact same query within a webapplication versus a JUnit test, the objects that come out are either:
- CGLIb enhanced proxy objects (of the type:
Code:
OriginalClass$$EnhancerByCGLIB$$1169b38f
) when deploying in Tomcat 5.5
- "regular" instances when deploying a JUnit test within the Eclipse environment

Both cases use exactly the same JVM (Sun 1.5.0_05) and I've narrowed it down to the point where the environment in both cases (Spring config, etc) should be exactly the same. Maybe a classloader issue or the presence of different libraries?

Thanks in advance,
T.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.