-->
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.  [ 4 posts ] 
Author Message
 Post subject: Strange new log messages
PostPosted: Fri Feb 13, 2004 7:14 pm 
Regular
Regular

Joined: Wed Sep 03, 2003 9:56 pm
Posts: 58
I've been getting these lately. I'm not sure when they started, or why, but I can't seem to get rid of them. They do seem to interfere with my debugger (breakpoints in only those classes result in an error dialog box).

Is there some way to get more logging information so I can find the root cause?
Code:
15:12:08,750  INFO ReflectHelper:160 - reflection optimizer disabled for: StateBase, IllegalArgumentException: Cannot find matching method/constructor
15:12:08,890  INFO ReflectHelper:160 - reflection optimizer disabled for: BankAccount, BulkBeanException: Cannot find specified property (property setSource)
15:12:09,281  INFO ReflectHelper:160 - reflection optimizer disabled for: Envelope, VerifyError: (class: Envelope$$BulkBeanByCGLIB$$fe97d13f, method: setPropertyValues signature: (Ljava/lang/Object;[Ljava/lang/Object;)V) Expecting to find array of objects or arrays on stack


Thanks.
-Mitch


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 15, 2004 7:43 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Do you use the latest version of hibernate with the cglib.jar included ?
Try to look at cglib logs.

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 15, 2004 2:06 pm 
Regular
Regular

Joined: Wed Sep 03, 2003 9:56 pm
Posts: 58
I am using the cglib2.jar file that came with 2.1.1.

The cglib logs are exactly what I'm looking for. I've played with various log4j configuration options trying to coax logging out of cglib, but haven't been successful.

Also, is anyone aware of what affect the cause of these messages may have at runtime?

Thanks for your help.
-Mitch


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 16, 2004 4:42 am 
Beginner
Beginner

Joined: Tue Nov 11, 2003 4:49 am
Posts: 47
Location: Florence, Italy
This happen to me too, and is printed for abstract classes or for classes that have watch guard around setter.
For instance:
Code:
public void setProprieta(Object obj)
   {
      if(obj instanceof Double)
      {
         m_Double = (Double)obj;
      }
   }

Can we investigate on it ?
Ciao.

_________________
Ciao.


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

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.