[Hibernate] Microsoft specific insert queries

2003-10-07 Thread Prasad Iyer
Hi, I got this bit problem if somebody can help. I got this field of the Text of length more thatn 1 bytes. And for inserting, updating, retrieving something into this column I would be using writeText, updateText and readText. My question is how do I use it with hibernate. I know you are all b

Re: [Hibernate] What's needed for JBoss integration?

2003-10-07 Thread Michal Mosiewicz
>[...] > Is JCA the way to go with Hibernate/JBoss integration? Or do you all > have a different, more preferred way of integration. IMHO JCA is OK. The problems I personally encountered in JBoss 3.2.1 with Hibernate was: 1. Conflicts between hibernate.rar libraries and jboss libraries (class l

Re: [Hibernate] What's needed for JBoss integration?

2003-10-07 Thread khote
Of course, documentation! Books, examples, tutorials the usual stuff like that. With JBoss and Hibernate becoming intimate, there are going to be a whole bunch of new hibernate users. I'm just becoming acquainted now, with JBoss for about 4 months. I paid for the JBoss documenation (Admin &

[Hibernate] BCEL/CGLIB dependencies...

2003-10-07 Thread Eric Pugh
Hi all, I saw some posts that suggested that instead of using BCEL and cglib, I should use cglib-asm, which is a custom version of cglib that has various ASM classes integrated? If so, should we publish that to ibiblio in the hibernate directory to establish that it is a hibernate specific jar?

RE: [Hibernate] What's needed for JBoss integration?

2003-10-07 Thread Cameron Braid
I would also like to see some docs on how to best use existing tools within the development process. i.e ant / xdoclet for hibernate mapping generation, ejb deployment descriptor and interface generation etc.. This may be a little off topic, but I think it will encourage people to adopt Jboss /

Re: [Hibernate] relationship not getting saved

2003-10-07 Thread dosapati
I used 'inverse=true' in my mapping file. But Workspace class is not having 'addAsset(Asset)' method when I generate the classes using hbm2java tool.   Does anyone have an idea on what could be the problem in generating the class files?   thanks dosapati - Original Message - Fro

[Hibernate] Re: What's needed for JBoss integration?

2003-10-07 Thread Les Hazlewood
Bill Burke writes: Hi all, Just wondering what you all need/want for better Hibernate-JBoss integration. What is lacking. What needs improving. What sucks, etc... Bill, Gavin, I think the Hibernate SAR approach documented on the website was just perfect (I think it was a tutorial contr

[Hibernate] Re: What's needed for JBoss integration?

2003-10-07 Thread Les Hazlewood
Bill Burke writes: Is JCA the way to go with Hibernate/JBoss integration? JCA would be nice too, if you could find room in the development schedule for it ;) Les --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http:

Re: [Hibernate] Microsoft specific insert queries

2003-10-07 Thread Serge Knystautas
Prasad Iyer wrote: I got this bit problem if somebody can help. I got this field of the Text of length more thatn 1 bytes. And for inserting, updating, retrieving something into this column I would be using writeText, updateText and readText. My question is how do I use it with hibernate. I kno

Re: [Hibernate] BCEL/CGLIB dependencies...

2003-10-07 Thread Juozas Baliuka
cglib-1.0 "detects" BCEL or ASM using "Class.forName" and BCEL has priority. BCEL will be dropped in the next cglib releases and it will depend on ASM only. > Hi all, > > I saw some posts that suggested that instead of using BCEL and cglib, I > should use cglib-asm, which is a custom version of c

RE: [Hibernate] BCEL/CGLIB dependencies...

2003-10-07 Thread Eric Pugh
So, if I don't have bcel, and do have cglib.jar 1.0 and ASM.jar in my classpath then everything will continue to work. And the benefits of ASM are faster startup time for Hibernate, correct? Eric > -Original Message- > From: Juozas Baliuka [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Octob

RE: [Hibernate] What's needed for JBoss integration?

2003-10-07 Thread Schnitzer, Jeff
> From: Bill Burke [mailto:[EMAIL PROTECTED] > > Just wondering what you all need/want for better Hibernate-JBoss > integration. What is lacking. What needs improving. What sucks, etc... I've mentioned this before and Gavin sounded enthused, but just in case I figure I should mention it again: