Re: [Andromda-user] finder mothod

2005-04-23 Thread Chad Brandon
[EMAIL PROTECTED] wrote: Am 23 Apr 2005 um 9:24 hat Chad Brandon geschrieben: [EMAIL PROTECTED] wrote: Hi list, I'm trying to execute the following query from org.bund.baua.gpsg.Standard as standard inner join standard.descriptors where standard.descriptors.title = :title order

Re[4]: [Andromda-user] beanRefFactory.xml purpose?

2005-04-23 Thread Matthias Bohlen
Hallo Sebastien, Saturday, April 23, 2005, 4:11:12 PM, you wrote: >> maybe, I am missing something, but: why do you go through all this >> pain with your own HSQLDB server class? You can take a much cheaper >> solution: Simply insert a Spring DriverManaagerDataSource bean >> declaration in applic

Re: [Andromda-user] diplaying Boolean values in tables

2005-04-23 Thread oemer
Am 23 Apr 2005 um 18:10 hat Wouter Zoons geschrieben: > Wouter Zoons wrote: > > [EMAIL PROTECTED] wrote: > > > >> Hi, > >> > >> I'm trying to diplay a collection with VO's including Boolean > >> parameter. Is there no support for Booleans in diplaytag? > >> > >> Exception: > >> > >> javax.servle

Re: [Andromda-user] diplaying Boolean values in tables

2005-04-23 Thread Wouter Zoons
Wouter Zoons wrote: [EMAIL PROTECTED] wrote: Hi, I'm trying to diplay a collection with VO's including Boolean parameter. Is there no support for Booleans in diplaytag? Exception: javax.servlet.ServletException: Unable to find a value for "ratified" in object of class "org.bund.baua.gpsg.Notific

Re: [Andromda-user] diplaying Boolean values in tables

2005-04-23 Thread Wouter Zoons
[EMAIL PROTECTED] wrote: Hi, I'm trying to diplay a collection with VO's including Boolean parameter. Is there no support for Booleans in diplaytag? Exception: javax.servlet.ServletException: Unable to find a value for "ratified" in object of class "org.bund.baua.gpsg.NotificationVO" using opera

[Andromda-user] diplaying Boolean values in tables

2005-04-23 Thread oemer
Hi, I'm trying to diplay a collection with VO's including Boolean parameter. Is there no support for Booleans in diplaytag? Exception: javax.servlet.ServletException: Unable to find a value for "ratified" in object of class "org.bund.baua.gpsg.NotificationVO" using operator "." Tha

Re: [Andromda-user] finder mothod

2005-04-23 Thread oemer
Am 23 Apr 2005 um 9:24 hat Chad Brandon geschrieben: > [EMAIL PROTECTED] wrote: > > >Hi list, > > > >I'm trying to execute the following query > > > >from org.bund.baua.gpsg.Standard as standard inner join standard.descriptors > >where > >standard.descriptors.title = :title order by standard.ru

Re: [Andromda-user] Specifying the type of collection of an association with MagicDraw

2005-04-23 Thread Sebastien Arbogast
> in order to generate diferent collections, you should use the tagged > value "@andromda.hibernate.collection.type" > also for ordered collections, you should specify the > "@andromda.hibernate.collection.index" the determine the attribute that > will be used for indexing As I said, I've set this

Re: [Andromda-user] finder mothod

2005-04-23 Thread Chad Brandon
[EMAIL PROTECTED] wrote: Hi list, I'm trying to execute the following query from org.bund.baua.gpsg.Standard as standard inner join standard.descriptors where standard.descriptors.title = :title order by standard.rule, standard.date to get the standards with a certain descriptor. And I set the tr

[Andromda-user] finder mothod

2005-04-23 Thread oemer
Hi list, I'm trying to execute the following query from org.bund.baua.gpsg.Standard as standard inner join standard.descriptors where standard.descriptors.title = :title order by standard.rule, standard.date to get the standards with a certain descriptor. And I set the transform flag to get a

Re[3]: [Andromda-user] beanRefFactory.xml purpose?

2005-04-23 Thread Matthias Bohlen
Hi all, Saturday, April 23, 2005, 12:41:12 PM, you wrote: MB> Simply insert a Spring DriverManaagerDataSource bean MB> declaration in application-datasource.xml, and you're done! sorry, I meant applicationContext-dataSource.xml . Cheers... Matthias --- Matthias Bohlen "Consulting that helps

Re[2]: [Andromda-user] beanRefFactory.xml purpose?

2005-04-23 Thread Matthias Bohlen
Hello Sebastien, Friday, April 22, 2005, 7:11:13 PM, you wrote: >> the ServiceLocator works fine in any scenario, can you be more specific >> as to what is causing your problem ? SA> Here is the link to a message I posted on spring forum (I don't have SA> the courage to write it again :oP) : SA>