Re: Hibernate integration

2005-09-24 Thread hicham abassi
I just discovered ibatis dao last week. i'm coding a new project based on MyFaces/Ibatis Dao/Hibernate/PostgreSQL. i was looking for a solution that can handle transaction without implementing Spring or Session EJB. I adapted a little patch for supporting Hibernate3 into ibatis dao. It will be go

RE: Single Table inheritance?

2005-09-24 Thread Niels Beekman
Hi, This can be achieved using the discriminator-tag and is not yet in the docs, the following archived message contains a link to a sample: http://www.mail-archive.com/user-java@ibatis.apache.org/msg00724.html Niels -Original Message- From: Michael Campbell [mailto:[EMAIL PROTECTED] Se

AW: Iteration Problem

2005-09-24 Thread [EMAIL PROTECTED]
Greg,   it seems you ran into to same problem we discussed yesterday. Subject was: "ProbeException: Error getting ordinal list from JavaBean". The solution is to remove the CDATA section and replace all '<','>' characters with < , >. This will solve your problem.       -Ursprüngliche

RE: Iteration Problem

2005-09-24 Thread Niels Beekman
All text within CDATA-tags does not get parsed, because it is used to use special characters. There was another post a while back but it is not yet in the archives, you should be able to get it in a few days. The subject was ‘Re: AW: ProbeException: Error getting ordinal list from JavaBean’

Iteration Problem

2005-09-24 Thread Greg Preston
All,   There have been several good posts on this board regarding the use of the iteration tag over a list.  For some reason I get the following error:   There is no READABLE property named 'approvalRoles[]' in class 'com.intv.it.rw.model.SessionCache'       parameterClass="co

Single Table inheritance?

2005-09-24 Thread Michael Campbell
I've looked at the docs a bit and couldn't find anything like this so I suspect the answer is "no", but does ibatis have any facility for single table inheritance[1]? I'm putzing around a bit with Ruby on Rails and learned about this in its ActiveRecord persistence layer[2]. I've actually had a n

Hibernate integration

2005-09-24 Thread Michael Campbell
I've just started using ibatis and like it quite a lot. I've seen references here and there to hibernate integration and wondered exactly what that was. When using it, what of hibernate and what of ibatis do you actually use? -- I tend to view "truly flexible" by another term: "Make everything