Refreshing non-ear/war java classes

2001-04-18 Thread Matt MacGillivray1
Title: Refreshing non-ear/war java classes Is there a way to force orion to refresh it's cached classes? My setup doesn't include any ear/war files, and currently, after recompiling classes, I am forced to restart orion. I've tried touching a few of the files in the orion/config directory

Re: Refreshing non-ear/war java classes

2001-04-18 Thread Hani Suleiman
Orion will pick up modified EJB's and servlets, but not classes that they reference. So just recompiling those other classes will not cause a reload. You can however trigger that reload by touching config/application.xml, orion-web.xml, or ejb-jar.xml (depending on where your class actually