> I would like to set an ORDER BY lname in my finder method...I
> know it can be
> done in the application deployment, but what about if I ship my
> EJB to other
> companies, do I have to have them edit all the application deployment .xml
> files to add custom finders?
2 choices.
1) Read http://www.orionsupport.com/ejbfinderquery.html
2) Grab the orion-ejb-jar.xml file from application-deployments and place it
in your distributable EJB jarfile in a directory called 'orion'.
First option is easier..... second is more flexible.
-Joe Walnes