RE: [Hibernate] persistence with other data sources

2004-05-28 Thread Marek Mosiewicz
If You jast want to produce XML as result You can still use JDBC to store and write custom persister for hibernate to produce and consume XML. In this case you do not have to write beans for all tables and generate XML directly. Marek Mosiewicz http://www.jotel.com.pl -Original Message-

Re: [Hibernate] Hibernate & AOP

2004-05-28 Thread Bill Burke
We haven't really thought about it much yet. JBoss AOP has focused mostly these areas so far: 1. The framework itself 2. These aspects: asynchronous, tx, security 3. A little bit on remoting We haven't done much with persistence yet. If you have anything you'd like to research or discuss, idea

[Hibernate] Callable statement/stored procedure support requires changes to CollectionPersister

2004-05-28 Thread Max Rydahl Andersen
Hi! I've looked into what is missing to make me complete the basic callable statement support in collectionpersisters and basically the current "biggest" challenge is that it requires a change in CollectionPersister interface. What is needed is simply the possibility to "overule" at what positio

Re: [Hibernate] Callable statement/stored procedure support requires changes to CollectionPersister

2004-05-28 Thread Gavin King
Max Rydahl Andersen wrote: So, can you seen any problems in breaking/changing the CollectionPersister interface in v22branch ? Not really. -- Gavin King +61 410534454 Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com ---