Hi,

I'm using CMP Entity beans in JBoss 4.0. I would like to implement a "smart" 
finder method that has business logic before it returns references to a 
collection of bean instances. My bean has both local and remote interfaces 
implemented.
I have implemented this in a Home Method that calls a select Method and returns 
the collection result of the Select method back to the caller. It doesn't seem 
to work right at all. The select method returns a collection of local 
interface-references, and when I return them as part of my home method in a 
remote interface, the client can't use them.


Is this a possible pattern for 2.x CMP Entity beans? Could you point me to 
sample code? 
Is it possible to convert local interface references to beans to remote 
interface references?

Thanks for your help,
zak

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858408#3858408

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858408


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to