"chiba" wrote : writeFile() writes a class file under the current directory, which is sometime hard to identify if the program is running on Tomcat etc. What if giving a full path to writeFile()?
I wanted to implement my solution without needing to know the context path as my service has no access to it. Instead I now just load the class direct, no need to write temporary copies. Although I suppose that might be handy to save recompiling each time I start the server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909212#3909212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909212 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
