-
1. Re: jboss as 5 - hibernate integration help needed
peterj Oct 7, 2008 11:48 AM (in response to geckopower)Your class name is incorrect - you are missing the 'context' part of the package name:
com.mycom.persistent.context.PersistentItem
Also, when posting xml (or html) text, enclose your XML text in UBBCode "code" tags - you can do this by selecting the XML text and clicking the Code button above the editor window. Also, click the Preview button to ensure that the formatting is correct and the XML text shows up before posting. -
2. Re: jboss as 5 - hibernate integration help needed
geckopower Oct 7, 2008 12:49 PM (in response to geckopower)damn, i hope that was the only problem.
after all that work, the package name was wrong.
thanks for pointing that out.
gonna test it out.
i'll also work on that end to end documentation, and post it.
you can copy and use if for jboss documentation later if you want.
thanks again. -
3. Re: jboss as 5 - hibernate integration help needed
peterj Oct 7, 2008 1:39 PM (in response to geckopower)Actually, I already have end-to-end documentation for HARs on 5.0, but it is not free. I can supply the URL if interested.
-
4. Re: jboss as 5 - hibernate integration help needed
peterj Oct 7, 2008 1:42 PM (in response to geckopower)Just recalled that there is also a wiki entry:
http://wiki.jboss.org/wiki/JBossHibernate3 -
5. Re: jboss as 5 - hibernate integration help needed
geckopower Oct 9, 2008 11:12 PM (in response to geckopower)is it the same as the manning book you writing, due in nov?
http://www.amazon.com/JBoss-Action-Configuring-Application-Server/dp/1933988029/ref=sr_1_2?ie=UTF8&s=books&qid=1223608164&sr=8-2 -
6. Re: jboss as 5 - hibernate integration help needed
geckopower Oct 9, 2008 11:14 PM (in response to geckopower)btw, i got it to work.
thanks.
another questions. is the src code download complete? it seems some stuff not included in the downloads. -
7. Re: jboss as 5 - hibernate integration help needed
peterj Oct 10, 2008 11:12 AM (in response to geckopower)Yes, it is JBoss in Action. Currently, we are cleaning up the last of the issues with the source code (to make sure it all works with CR2), and then will try to get the code posted. We will also try to get the chapters updated so they also match CR2 - I have lost track of which of the betas the current chapters reference. (Well, mostly match, there are still a view glitches that we expect will be fixed in GA and the text reflects what we believe will be in GA.)
-
8. Re: jboss as 5 - hibernate integration help needed
geckopower Oct 10, 2008 8:59 PM (in response to geckopower)how comprehensive is the book? does it cover configuring all the jee technologies like jta, jmx, ejbs, jpa, spring, ldap, basically everything you need to get a production server going?
it sounds like it at 500 pages -
9. Re: jboss as 5 - hibernate integration help needed
peterj Oct 13, 2008 11:36 AM (in response to geckopower)Yes, it does cover configuring most of those things (not Spring, though). The last part of the book is about getting your app server into production.