[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2005-04-04 Thread miojo
Is JBoss 3.2.6, 3.2.7 and any version of JBoss 4.x had a solution to this "commons-logging" problem? I needed to do a hacked version of beanutils, and put it in my EAR file, "sealing" it in the jboss-app.xml using the following configuration: | beanutils.commons.apache.org:loader=ACS

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2005-03-18 Thread bmelloni
ignore this line, just setting notifies. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870800#3870800 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870800 --- SF e

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2005-03-18 Thread bmelloni
The following is workable, but not great: Try jBoss 4.0.0 (exactly that version, not 4.0.x). The default config in 4.0.0 is supposed to be J2EE 1.4 compliant. If that is not enough, look at placing META-INF/jboss-app.xml in your EAR. Sample file: co.com:loader=co.ear j

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2005-03-02 Thread razor_harm
Sorry to kick this message up again. But I'm running into the same problem using 3.2.6 I cannot find any bug report in the JIRA. I also tried the workaround provided a few posts up. But nothing seems to work. Please suggest View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-10-28 Thread tkrug0210
Hi, I did have the same problem and solved it the following way: Either set the "isolated" attribute in the ear-deployer.xml to true or include a jboss-app.xml or jboss-web.xml, configured as shown in http://www.jboss.org/wiki/Wiki.jsp?page=Logging, in your app. The problem occures since jboss

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-10-26 Thread craig1980
Hi All; do you know if this problem is still present in JBoss 3.2.6? Have you found a solution, a patch in order to avoid this problem? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852710#3852710 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-09-29 Thread coreyjohnston
Did anybody actually find a workable solution leaving the commons-logging packages inside of their JAR/WAR/EARS and working in conj with JBoss' own copies? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849942#3849942 Reply to the post : http://www.jboss.org

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-08-23 Thread crowse
Hi, I am getting the same problem on 3.2.5 My problem is sporadic and inconsistent. I work on the same code, dont change libraries and all of a sudden the app wont deploy. If I delete server/default/work and server/default/tmp directories, and restart the server the problem usually

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-07-01 Thread domosi
I sent a short description of this problem to the JBoss BUG database at sourceforge.net. () View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840624#3840624 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840624

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-07-01 Thread MLipp
The problem still exists in 3.2.5. BTW: I didn't regitsr my commons-logging.jar with application.xml. I simply put it in EAR/lib/ and have it in the classpath of one of the ejbs.jar. - Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840616#3840616

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-23 Thread MLipp
The problem with removing commons-logging.jar (if used by the application) is that the ear will no longer deploy in an application server that does not have commons-logging.jar "built-in". This is quite opposite of the idea of having an ear that you can deploy in various containers. - Michael

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-23 Thread bandini
I can confirm that removing commons-logging.jar (and commons-logging-api.jar) from the ear makes the problem go away. I just experienced the same issue when moving an ear that worked fine under 3.2.3 to JBoss 3.2.4. You may be referencing commons-logging from within your ear without knowing it -

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-22 Thread MLipp
I can confirm the problem. I haven't referenced commons-logging.jar in application.xml, I have simply packaged it in the ear (and war) files. Something with class loading must be broken in 3.2.4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839512#3839512

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-21 Thread jasonvanbrackel
You've seemed to trace this farther than I have. I'm getting the same exact thing here's my stack trace 10:24:12,085 ERROR [BaseModelMBean] Error creating class org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apache.commons.loggin

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-10 Thread darranl
Yes you are right, I think that your deployment is buggy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838343#3838343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838343 ---