Hello, @WebService used on EJB3 @Stateless does not generate the service complaining about tools.jar not found. Kevan suggested this:
$ cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0 $ sudo mkdir lib $ cd lib $ sudo ln -s ../Classes/classes.jar tools.jar then it works. Mac OS Java does not contain the /lib folder nor tools.jar Karel -- View this message in context: http://www.nabble.com/Tools.jar-expected-but-not-found-on-Mac-OS-10.5.5-tp20481641s134p20481641.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.
