Hi, Because weblogic's ejbc is so slow, I'm always looking for ways to avoid running it. This patch will use reflection to compare the home and remote interface with the generated stubs and skeletons to determine whether it is really necessary to run ejbc again.
When using an IDE like jbuilder, you sometimes select recompile all. This will update the timestamp on the .class files and therefore trigger the current EjbcHelper to regenerate. Since we don't user entity beans, I couldn't check the patch on them. It shouldn't be too hard to make the necessary adjustments though. Regards, Marcel Schutte
patch-EjbcHelper.java
Description: Binary data
