Re: [JBoss-user] ejbSelect

2003-09-22 Thread Matthew Hixson
I think you just need to add: @ejb.interface-method to your method. -M@ On Saturday, September 20, 2003, at 01:05 PM, Stefan Groschupf wrote: Hi friends, please help me, I browse since hours the web and documentation's to find my problem. I wish to use an ejb.select method since I want to u

Re: [JBoss-user] ejbSelect

2003-09-20 Thread Adrian Brock
"A select method is a query method that is not directly exposed to the client in the home or component interface. The bean provider typically calls a select method within a business method." If you want to expose it in the home add an ejbHome that delegates to ejbSelect Regards, Adrian On Sat, 2

[JBoss-user] ejbSelect

2003-09-20 Thread Stefan Groschupf
Hi friends, please help me, I browse since hours the web and documentation's to find my problem. I wish to use an ejb.select method since I want to use a "distinct", Bill told me it is implemented in 3.2.x I use xdoclet for generating my home interfaces and have this code in my Bean implementat