Re: geronimo 3.0 application specific logging

2012-10-18 Thread jcyim
OK. I see, you mean? If I use default shared lib. the libararies in default shared lib are also affected by and/or . So, I tried to use my own shared library, for investigation, I writed ejb sample code and servelt sample code. Both cases, I got following errors. 2012-10-19 11:30:07,938 ERROR [

Re: geronimo 3.0 application specific logging

2012-10-15 Thread jcyim
Thank you for your reply. That's right. I am talking about that issue. I *did have* log4j.jar in sharedlib, and I properly declared . but, result was a fail. However If I included log4j.jar file into my app's lib. It worked. In other words, using sharedlib fails, but using app's lib works. (I

Re: geronimo 3.0 application specific logging

2012-10-15 Thread jcyim
thank you for your kind replies. I mean I did use and , but it didn't work. ( surely, I copyed log4j.jar into shared lib) Anyway, Even though I use and in order to do not load geronimos's native logging libraries. I think Geronimo's pax logging classes are still loaded. The only way I was suc

ejb webservices

2012-10-12 Thread jcyim
hello. firstly simple question? current geronimo 3.0 release only support axis2 engine. I builded web service application which used stateless ejb. My ejb needed a library jar file. I registered that jar file to the repository. and I declared dependecny for a libarary jar in openejb-jar.xml but,

geronimo 3.0 application specific logging

2012-10-11 Thread jcyim
hello. I'm trying to use application specific log. So I have followed instructions in geronimo manual pages. but, I failed. Geronimo never reads my applicaiton's log property file. I have tried to use and/or but the result was same. it didn't work. I could not hide geronimos's logging classes.

tomcat logs

2011-01-09 Thread jcyim
hello. I am using geronimo 2.2 with tomcat in redhat linux. I was trying to see logs when lifecycle of Web Application (WAR) changed. because I wanted to check whether Web Application properly installed/uninstalled/started/stopped using viewing geronimo log files. I was struggling with the serve

Re: Stateless Session Bean and @WebService

2010-11-14 Thread jcyim
Thank you for your reply. Progress report. I was trying to get though this problem. I copied "commons-httpclient-3.1.jar to {Geronimo home dir}/lib/endorsed, then wsdl generation successful in deployment time. but in the runtime, I got another ClassNotFound Excetpion. the classes used in commons

Re: Stateless Session Bean and @WebService

2010-11-11 Thread jcyim
Actually I defined JAVA_HOME and JRE_HOME. JAVA_HOME=/usr/java/default -> this is linked to jdk1.6. JRE_HOME=/usr/java/default/jre my server is Redhat Enterprise Edition 5.5. followings are parts of geronimo.log. 2010-11-11 20:56:19,377 INFO [SupportedModesServiceImpl] Portlet mode 'edit' not