NO_PROXY not working when using the Hibernate EnhancementTask in JBoss EAP 6

Solution Verified - Updated -

Issue

  • Defining a lazy-fetch, unidirectional to-one association

    public class MyEntity {
        ...
        @ManyToOne(fetch=FetchType.LAZY)
        @LazyToOne(NO_PROXY)
        private MyOtherEntity relatedEntity;
        ...
    }
    
  • Using the EnhancementTask to perform build-time bytecode enhancement
  • The enhanced byte code incorrectly uses a proxy as verified by testing the association property using instanceof org.hibernate.proxy.HibernateProxy.

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP) 6
  • Hibernate 4

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.