I'm getting this error when deploying to Glassfish.  This is the first time deploying on Glassfish v3 and the first time using hibernate 3.5.0.
The error did not happen prior to the 3.5.0 upgrade.  The OrderLineItem has an id property in it's MappedSuperClass.  Any thoughts on what would be causing this error?
Code:
#|2010-05-19T17:59:02.301-0600|INFO|glassfishv3.0|org.hibernate.cfg.annotations.EntityBinder|_ThreadID=30;_ThreadName=Thread-1;|Bind entity com.gaiam.gcsi.enti
ties.order.OrderLineItem on table order_line_item|#]
[#|2010-05-19T17:59:02.320-0600|SEVERE|glassfishv3.0|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=30;_ThreadName=Thread-1;|Exception while invoking class org.glassfish.persistence.jpa.JPADeployer prepare method
org.hibernate.MappingException: component property not found: id
        at org.hibernate.mapping.Component.getProperty(Component.java:291)
        at org.hibernate.cfg.AnnotationBinder.fillComponent(AnnotationBinder.java:2355)
        at org.hibernate.cfg.AnnotationBinder.fillComponent(AnnotationBinder.java:2240)
        at org.hibernate.cfg.AnnotationBinder.bindComponent(AnnotationBinder.java:2192)