Re: [hibernate-dev] hibernate-commons-annotations and Class references

2012-07-05 Thread Hardy Ferentschik
On Jul 4, 2012, at 5:44 PM, Steve Ebersole wrote: > Yes, SimpleValueBinder#setType is one of the places I was looking at. Though > it would seem to me that SimpleValueBinder#fillSimpleValue might be more > appropriate based on what I am trying to accomplish; that is the method where > SimpleV

Re: [hibernate-dev] hibernate-commons-annotations and Class references

2012-07-05 Thread Steve Ebersole
Thanks Hardy, I think I got all that portion done. The next part is very daunting as now I have to work with Ejb3Configuration *and* JPAOverriddenAnnotationReader! Fun, fun. On Thu 05 Jul 2012 03:51:28 AM CDT, Hardy Ferentschik wrote: > > On Jul 4, 2012, at 5:44 PM, Steve Ebersole wrote: > >>

Re: [hibernate-dev] hibernate-commons-annotations and Class references

2012-07-05 Thread Hardy Ferentschik
On Jul 5, 2012, at 9:17 PM, Steve Ebersole wrote: > I think I got all that portion done. sweet > > The next part is very daunting as now I have to work with Ejb3Configuration > *and* JPAOverriddenAnnotationReader! Fun, fun. enjoy :-) I think I would be more scared of Ejb3Configuration :-)