In case the log output I copied at the end of the original post is useful, the following was cut off:
Code:
...
2007-01-01 19:26:24,271 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property problemAbstract
2007-01-01 19:26:24,271 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading problemAbstract with null
2007-01-01 19:26:24,271 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.Delivery
2007-01-01 19:26:24,271 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,271 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=Delivery
2007-01-01 19:26:24,271 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.Delivery on table deliveries
2007-01-01 19:26:24,271 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.Delivery property annotation
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Delivery.id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Delivery.customerDeliveredTo
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column customerDeliveredTo unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property customerDeliveredTo
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading customerDeliveredTo with none
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Delivery.deliveredBy
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column deliveredBy unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property deliveredBy with lazy=false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for deliveredBy
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property deliveredBy
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading deliveredBy with null
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Delivery.deliveredRequest
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column deliveredRequest unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property deliveredRequest
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading deliveredRequest with none
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Delivery.deliveryDate
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column deliveryDate unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property deliveryDate with lazy=false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for deliveryDate
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property deliveryDate
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading deliveryDate with null
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Delivery.PMR
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column PMR unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property PMR with lazy=false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for PMR
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property PMR
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading PMR with null
2007-01-01 19:26:24,281 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.RequestContact
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=RequestContact
2007-01-01 19:26:24,281 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.RequestContact on table requestcontacts
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.RequestContact property annotation
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.RequestContact.id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.RequestContact.contactEmailAddress
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column contactEmailAddress unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property contactEmailAddress with lazy=false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for contactEmailAddress
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property contactEmailAddress
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading contactEmailAddress with null
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.RequestContact.forRequest
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column forRequest unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property forRequest
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading forRequest with none
2007-01-01 19:26:24,281 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.Request
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=Request
2007-01-01 19:26:24,281 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.Request on table requests
2007-01-01 19:26:24,281 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.Request property annotation
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.id
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.packagesBuiltForThisRequest
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column packagesBuiltForThisRequest unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.Request.packagesBuiltForThisRequest
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property packagesBuiltForThisRequest
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading packagesBuiltForThisRequest with none
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.requestContacts
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column requestContacts unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.Request.requestContacts
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property requestContacts
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading requestContacts with none
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.deliveriesMade
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column deliveriesMade unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.Request.deliveriesMade
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property deliveriesMade
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading deliveriesMade with none
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.auditTrail
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column auditTrail unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property auditTrail with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for auditTrail
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property auditTrail
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading auditTrail with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.codeExtractedDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column codeExtractedDate unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property codeExtractedDate with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for codeExtractedDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property codeExtractedDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading codeExtractedDate with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.completionDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column completionDate unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property completionDate with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for completionDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property completionDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading completionDate with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.currentState
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column currentState unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property currentState
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading currentState with none
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.fixRequiredDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column fixRequiredDate unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property fixRequiredDate with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for fixRequiredDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property fixRequiredDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading fixRequiredDate with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.forApar
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column forApar unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property forApar
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading forApar with none
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.forBaseLevel
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column forBaseLevel unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property forBaseLevel with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for forBaseLevel
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property forBaseLevel
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading forBaseLevel with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.forCustomer
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column forCustomer unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property forCustomer
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading forCustomer with none
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.forProduct
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column forProduct unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property forProduct
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading forProduct with none
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.originalTargetDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column originalTargetDate unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property originalTargetDate with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for originalTargetDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property originalTargetDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading originalTargetDate with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.PMR
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column PMR unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property PMR with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for PMR
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property PMR
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading PMR with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.requestersEmail
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column requestersEmail unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property requestersEmail with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for requestersEmail
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property requestersEmail
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading requestersEmail with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.subissionDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column subissionDate unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property subissionDate with lazy=false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for subissionDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property subissionDate
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading subissionDate with null
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.tracks
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.Request.tracks
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property tracks
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading tracks with none
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Request.aparOriginatedByThisRequest
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column aparOriginatedByThisRequest unique false
2007-01-01 19:26:24,291 DEBUG [org.hibernate.cfg.AnnotationBinder] Fetching aparOriginatedByThisRequest with JOIN
2007-01-01 19:26:24,301 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.Product
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=Product
2007-01-01 19:26:24,301 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.Product on table products
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.Product property annotation
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Product.id
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Product.baseLevelsAvailableForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column baseLevelsAvailableForThisProduct unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property baseLevelsAvailableForThisProduct with lazy=false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for baseLevelsAvailableForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property baseLevelsAvailableForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading baseLevelsAvailableForThisProduct with null
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Product.platformsSupportedForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.Product.platformsSupportedForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property platformsSupportedForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading platformsSupportedForThisProduct with none
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Product.requestsOfFixestoThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column requestsOfFixestoThisProduct unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.Product.requestsOfFixestoThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property requestsOfFixestoThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading requestsOfFixestoThisProduct with none
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Product.productName
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column productName unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property productName with lazy=false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for productName
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property productName
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading productName with null
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Product.cmvcReleasesUsedForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column cmvcReleasesUsedForThisProduct unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property cmvcReleasesUsedForThisProduct with lazy=false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for cmvcReleasesUsedForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property cmvcReleasesUsedForThisProduct
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading cmvcReleasesUsedForThisProduct with null
2007-01-01 19:26:24,301 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.Edition
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=Edition
2007-01-01 19:26:24,301 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.Edition on table editions
2007-01-01 19:26:24,301 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.Edition property annotation
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Edition.id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Edition.name
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column name unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property name with lazy=false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for name
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property name
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading name with null
2007-01-01 19:26:24,311 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.Defect
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=Defect
2007-01-01 19:26:24,311 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.Defect on table defects
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.Defect property annotation
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Defect.defectName
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column defectName unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] defectName is an id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for defectName
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property defectName
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading defectName with null
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on defectName
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Defect.bugFix
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column bugFix unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property bugFix with lazy=false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for bugFix
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property bugFix
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading bugFix with null
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Defect.customCode
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column customCode unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property customCode with lazy=false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for customCode
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property customCode
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading customCode with null
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Defect.aparsIncludingThisDefect
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.Defect.aparsIncludingThisDefect
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property aparsIncludingThisDefect
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading aparsIncludingThisDefect with none
2007-01-01 19:26:24,311 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.State
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=State
2007-01-01 19:26:24,311 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.State on table states
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.State property annotation
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.State.id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.State.requestsInThisState
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column requestsInThisState unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.State.requestsInThisState
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property requestsInThisState
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading requestsInThisState with none
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.State.description
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column description unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property description with lazy=false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for description
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property description
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading description with null
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.State.stateName
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column stateName unique false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property stateName with lazy=false
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for stateName
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property stateName
2007-01-01 19:26:24,311 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading stateName with null
2007-01-01 19:26:24,311 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.BaseLevel
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=BaseLevel
2007-01-01 19:26:24,321 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.BaseLevel on table baselevels
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.BaseLevel property annotation
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.BaseLevel.id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.BaseLevel.level
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column level unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property level with lazy=false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for level
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property level
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading level with null
2007-01-01 19:26:24,321 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.CMVCRelease
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=CMVCRelease
2007-01-01 19:26:24,321 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.CMVCRelease on table cmvcreleases
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.CMVCRelease property annotation
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.CMVCRelease.id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.CMVCRelease.releaseName
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column releaseName unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property releaseName with lazy=false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for releaseName
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property releaseName
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading releaseName with null
2007-01-01 19:26:24,321 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.ibm.commerce.fixmgmt.model.Platform
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column DTYPE unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.EntityBinder] Import with entity name=Platform
2007-01-01 19:26:24,321 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.ibm.commerce.fixmgmt.model.Platform on table platforms
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing com.ibm.commerce.fixmgmt.model.Platform property annotation
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Platform.id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column id unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] id is an id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading id with null
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Bind @Id on id
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Platform.platformName
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column platformName unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] binding property platformName with lazy=false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.SimpleValueBinder] building SimpleValue for platformName
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property platformName
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading platformName with null
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationBinder] Processing annotations of com.ibm.commerce.fixmgmt.model.Platform.productsSupportedOnThisPlatform
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column element unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column mapkey unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.Ejb3Column] Binding column null unique false
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.ibm.commerce.fixmgmt.model.Platform.productsSupportedOnThisPlatform
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property productsSupportedOnThisPlatform
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading productsSupportedOnThisPlatform with none
2007-01-01 19:26:24,321 DEBUG [org.hibernate.cfg.AnnotationConfiguration] processing manytoone fk mappings
2007-01-01 19:26:24,381 DEBUG [org.hibernate.cfg.Configuration] processing extends queue
2007-01-01 19:26:24,381 DEBUG [org.hibernate.cfg.Configuration] processing collection mappings
2007-01-01 19:26:24,381 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.Product.platformsSupportedForThisProduct
2007-01-01 19:26:24,381 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding as ManyToMany: com.ibm.commerce.fixmgmt.model.Product.platformsSupportedForThisProduct
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: productsSupportedOnThisPlatform_id, element: platformsSupportedForThisProduct_id
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.Request.tracks
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding as ManyToMany: com.ibm.commerce.fixmgmt.model.Request.tracks
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: requests_id, element: tracks_id
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.APAR.allDefectsIncludedInThisAPAR
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding as ManyToMany: com.ibm.commerce.fixmgmt.model.APAR.allDefectsIncludedInThisAPAR
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: aparsIncludingThisDefect_aparNumber, element: allDefectsIncludedInThisAPAR_defectName
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.Track.requests
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding as ManyToMany: com.ibm.commerce.fixmgmt.model.Track.requests
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.TableBinder] Retrieving property com.ibm.commerce.fixmgmt.model.Request.tracks
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: tracks_id, element: requests_id
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.Customer.deliveriesMadeToThisCustomer
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding a OneToMany: com.ibm.commerce.fixmgmt.model.Customer.deliveriesMadeToThisCustomer through a foreign key
2007-01-01 19:26:24,391 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.ibm.commerce.fixmgmt.model.Customer.deliveriesMadeToThisCustomer -> deliveries
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.TableBinder] Retrieving property com.ibm.commerce.fixmgmt.model.Delivery.customerDeliveredTo
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: customerDeliveredTo_customerNumber, one-to-many: com.ibm.commerce.fixmgmt.model.Delivery
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.Customer.requestsMadeForThisCustomer
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding a OneToMany: com.ibm.commerce.fixmgmt.model.Customer.requestsMadeForThisCustomer through a foreign key
2007-01-01 19:26:24,391 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.ibm.commerce.fixmgmt.model.Customer.requestsMadeForThisCustomer -> requests
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.TableBinder] Retrieving property com.ibm.commerce.fixmgmt.model.Request.forCustomer
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: forCustomer_customerNumber, one-to-many: com.ibm.commerce.fixmgmt.model.Request
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.APAR.allRequestsForThisAPAR
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding a OneToMany: com.ibm.commerce.fixmgmt.model.APAR.allRequestsForThisAPAR through a foreign key
2007-01-01 19:26:24,391 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.ibm.commerce.fixmgmt.model.APAR.allRequestsForThisAPAR -> requests
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.TableBinder] Retrieving property com.ibm.commerce.fixmgmt.model.Request.forApar
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: forApar_aparNumber, one-to-many: com.ibm.commerce.fixmgmt.model.Request
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.Request.packagesBuiltForThisRequest
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding a OneToMany: com.ibm.commerce.fixmgmt.model.Request.packagesBuiltForThisRequest through a foreign key
2007-01-01 19:26:24,391 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.ibm.commerce.fixmgmt.model.Request.packagesBuiltForThisRequest -> packages
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.TableBinder] Retrieving property com.ibm.commerce.fixmgmt.model.Package.originatingRequest
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: originatingRequest_id, one-to-many: com.ibm.commerce.fixmgmt.model.Package
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.Request.requestContacts
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding a OneToMany: com.ibm.commerce.fixmgmt.model.Request.requestContacts through a foreign key
2007-01-01 19:26:24,391 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.ibm.commerce.fixmgmt.model.Request.requestContacts -> requestcontacts
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.TableBinder] Retrieving property com.ibm.commerce.fixmgmt.model.RequestContact.forRequest
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: forRequest_id, one-to-many: com.ibm.commerce.fixmgmt.model.RequestContact
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Second pass for collection: com.ibm.commerce.fixmgmt.model.Request.deliveriesMade
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Binding a OneToMany: com.ibm.commerce.fixmgmt.model.Request.deliveriesMade through a foreign key
2007-01-01 19:26:24,391 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.ibm.commerce.fixmgmt.model.Request.deliveriesMade -> deliveries
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.TableBinder] Retrieving property com.ibm.commerce.fixmgmt.model.Delivery.deliveredRequest
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.CollectionSecondPass] Mapped collection key: deliveredRequest_id, one-to-many: com.ibm.commerce.fixmgmt.model.Delivery
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property aparOriginatedByThisRequest
2007-01-01 19:26:24,391 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Cascading aparOriginatedByThisRequest with none
2007-01-01 19:26:24,391 DEBUG [org.jboss.ejb3.ServiceDelegateWrapper] Starting failed persistence.units:ear=fixmgmt.ear,unitName=fixmgmtDatabase
java.lang.NullPointerException
...... (as provided above)