Re: Re: converting a geronimo ejb-jaxws app to jonas
Ryan Zoerner <[email protected]> Tue, 21 Jun 2011 22:42:21 -0500
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hi Guillaume, I have checked the log and found only this: 2011-06-21 22:33:26,327 : INFO : RMI TCP Connection(8)-128.105.112.14 : EasyBeansDeployer.doDeploy : Deploying 'converter-final.jar'... 2011-06-21 22:33:26,359 : INFO : RMI TCP Connection(8)-128.105.112.14 : Enhancer.enhance : Beans found are [ConverterBean] 2011-06-21 22:33:26,390 : INFO : RMI TCP Connection(8)-128.105.112.14 : JContainer3.start : Container '/afs/ cs.wisc.edu/u/z/o/zoerner/Desktop/open_source_code_projects/jonas-full-5.3.0-M3-SNAPSHOT/work/ejb3s/jonas/converter-final_2011.06.21-22.33.26.jar' [1 SLSB, 0 SFSB, 0 MDB] started in 61 ms 2011-06-21 22:33:26,391 : INFO : RMI TCP Connection(8)-128.105.112.14 : EasyBeansDeployer.doDeploy : 'converter-final.jar' EJB3 Deployable is now deployed I saw a message, that was often repeated, about slf4j not being configured properly. Perhaps the log is not very specific by setting, or because of the slf4j error. Perhaps there is a different log? Whatever the case, I do not know where the ejb is deployed. Is there some default system such as using items found in the @WebService annotation? Thank you. Ryan Zoerner