Best unofficial Apache Server developers community |
| |||||
| Feb 8, 2012 | |||||
|
Ralph.goers @dslextreme.com |
|
||||
| Tags: | |||||
|
any plans for commons-logging-2.0? February 8, 2012 12:28:12 PM Hi folks! Over at the DeltaSpike we are discussing about a generic logging layer which we can exchange easily. We have been reluctant to use slf4j because some containers use different layers etc. But jul is also not really satisfying. It should… Commented] (LOGGING-124) Commons logging does not work in an osgi environment February 4, 2012 06:46:19 AM [ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.j ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId =13200401#comment-13200401 ] Sebb commented on LOGGING-124: Commented] (LOGGING-124) Commons logging does not work in an osgi environment February 3, 2012 04:54:37 PM [ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.j ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId =13200123#comment-13200123 ] Christian Schneider commented on LOGGING-124: Commented] (LOGGING-124) Commons logging does not work in an osgi environment February 3, 2012 10:54:43 AM [ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.j ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId =13199850#comment-13199850 ] Christian Schneider commented on LOGGING-124: Reopened] (LOGGING-124) Commons logging does not work in an osgi environment February 3, 2012 10:38:40 AM [ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.j ira.plugin.system.issuetabpanels:all-tabpanel ] Joerg Schaible reopened LOGGING-124: Closed] (LOGGING-124) Commons logging does not work in an osgi environment February 3, 2012 07:30:18 AM [ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.j ira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider closed LOGGING-124. Commented] (LOGGING-124) Commons logging does not work in an osgi environment February 3, 2012 01:50:17 PM [ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.j ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId =13199986#comment-13199986 ] Simone Tripodi commented on LOGGING-124: Commented] (LOGGING-124) Commons logging does not work in an osgi environment February 4, 2012 05:54:38 AM [ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.j ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId =13200383#comment-13200383 ] Simone Tripodi commented on LOGGING-124: Commented: (LOGGING-124) Commons logging does not work in an osgi environment October 26, 2010 04:49:46 PM [ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.j ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId =12925160#action_12925160 ] Zach Calvert commented on LOGGING-124: BUILD FAILURE: Apache Commons - Commons Logging - Default Maven 2 Build Definition (Java 1.5) August 2, 2011 11:06:05 AM Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10766&a mp;projectId=96 Build statistics: State: Failed Previous State: Ok Started at: Tue 2 Aug 2011 16:05:27 +0000 Finished at: Tue 2 Aug 2011 16:05:41 +0000 … BUILD FAILURE: Apache Commons - Commons Logging - Default Maven 2 Build Definition (Java 1.5) September 12, 2011 12:06:42 PM Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=11999&a mp;projectId=96 Build statistics: State: Failed Previous State: Ok Started at: Mon 12 Sep 2011 17:06:04 +0000 Finished at: Mon 12 Sep 2011 17:06:15 +0000… BUILD FAILURE: Apache Commons - Commons Logging - Default Maven 2 Build Definition (Java 1.5) September 12, 2011 02:55:34 PM Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12016&a mp;projectId=96 Build statistics: State: Failed Previous State: Failed Started at: Mon 12 Sep 2011 19:54:56 +0000 Finished at: Mon 12 Sep 2011 19:55:08… BUILD FAILURE: Apache Commons - Commons Logging - Maven 2 Build with snapshot deployment August 1, 2011 03:51:54 PM Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10686&a mp;projectId=96 Build statistics: State: Failed Previous Build: No previous build. Started at: Mon 1 Aug 2011 20:51:15 +0000 Finished at: Mon 1 Aug 2011… Re: : Can commons.logging be used without log4j August 22, 2010 10:25:59 PM Jasmin Mehta <Jasmin.Mehta <at> nexweb.org> writes: > > Brent, > > I could write up log4j.xml and implement RepositorySelector as you > suggested in the URL. > > But still my logs are going to the same log… Re: : Can commons.logging be used without log4j August 9, 2010 09:14:28 AM Sounds like a classloader configuration issue. OC4J probably has a version of log4j on their classpath and it's bleeding over into the classpath of your webapps. Is there a webapp-classpath-first setting somewhere? On Mon, Aug 9, 2010 at 10:06… how to use Apache Commons logging August 20, 2010 09:42:03 AM how can i configure the logging interceptor to use Commons logging like my application so i have control over the logging of the loggingInterceptor? Or, is there an implementation of the logging interceptor for Commons logging? Looking at the… Re: : Can commons.logging be used without log4j August 9, 2010 08:56:39 AM On 8/9/2010 7:53 AM, Jasmin Mehta wrote: > The log4j has limitation that if its used as a shared library then it can > initiate only one configuration. So my all we applications which shares > the same instance are populating the logs into… Re: : Can commons.logging be used without log4j August 9, 2010 09:24:44 AM Yes, something similar to webapp-classpath-first check box does come up when I deploy the ear file. Here is the screen shot: What do I do here? The 'Include War Manifest Class Path' check box is checked by default. I did not edit anything… Re: : Can commons.logging be used without log4j August 12, 2010 12:36:55 PM Can you pl be more specific on classpath? I found webapp-classpath-first check box during the deployment which now I have it checked. And that gets reflected on orion-web.xml as well. Also I added \WEB-INF\log4j.xml in my additional classpath. … java6] About the commons-logging jar included in the xmlsec September 30, 2010 01:50:33 AM Hi guys, Does anybody know why do we remain the commons-logging.jar in the xmlsec? I am asking about this because: 1. I have comment out the commons-logging.jar in the bootstrap-classpath and run all the testcase. No related failures occurred.… Redirect apache commons logging to Eclipse's logging mechanism? May 6, 2011 I'm trying to use the org.apache.commons.httpclient plugin in a Eclipse RCP application I'm writing. For some reason the logging from the httpclient… Apache Commons Logging implementations diferences May 12, 2011 I will try to use the Apache Commons Logging to logs in my system. I need some simple, just to keep up on the informations and errors, nothing too… Mysql disaster and recovery plans March 15, 2011 Hi, Can someone guide me to some articles/plans related to Mysql disaster and recovery? In this moment I run a master/slave configuration (NDB is… Lighttpd: global error logging is disabled, website errors logging works March 23, 2011 I've just realized that the log of my Lighttpd web server if off, even if I've the following line uncommented in the configuration file:… Apache Commons Net API usage January 21, 2011 Hello, I am making a program to connect to FTP Server using FTPCLient class of apache commons net API. here is code: FTPClient client = new… UnknownHostexception using apache commons March 22, 2011 I am currently working with apache commons in my Project to gain access to my FTP Server. Uploading a file is no problem at all, but If I want to… How to create a commons-net FTPClient from a URL February 9, 2011 Is there a way to construct an FTPClient instance from a URL such as ftp://user:pass@foo.bar:2121/path , similar to FtpURLConnection in the JDK? Apache Commons VFS: working with FTP May 18, 2011 Hi all. I'm trying to use Apache Commons VFS with FTP. On my FTP a have the next structure of files and folders: / /test /test/in /test/in/file1.txt… Alternatives to commons-net FTPSClient? February 28, 2011 Hello, Do you know any good open source library other than Apache commons-net FTPSClient to interact with a FTPS site Regards, How to use org.apache.commons package? February 26, 2011 On various web examples I see imports such as: import org.apache.commons.net.ftp.FTPClient; I don't understand how to use these, and the apache… Apache Commons Hex Encoding Error March 1, 2011 I'm trying to use org.apache.commons.codec.binary.Hex to encode and decode a String value: e.g.: Hex.encodeHex("10".getBytes()).toString(); However,… How do I create a robust FTP connection using commons-net May 6, 2011 We've had a lots of issues where our ftp connection hangs indefinitely, causing the program to hang. How do I configure FTPClient to not do this? FTPClient (commons net) Upload problem May 22, 2011 I use the following piece of code to upload a photo to a ftp host. But the photo seems to be corrupted after being uploaded: There are narrow gray… Will Apache Commons work in all servers? April 25, 2011 Will the Apache commons files(jar) work in all servers or only in the Apache server? Apache commons VFS - authentication problems June 17, 2011 This is my code (taken from an example): FileSystemManager fsManager = VFS.getManager(); StaticUserAuthenticator auth = new… Apache commons httpcomponents httpclient timeout May 16, 2011 How do I set the connection timeout in httpcomponents httpclient? I have found the documentation at:… OAuth with Signpost and Apache Commons HTTP February 23, 2011 So I'm working with the Signpost OAuth library for Java. I'm running into some complications using the Apache Commons HTTP library with it. Take a… How to prevent log output from Apache Commons Exec March 1, 2011 Hello, I am using Apache Commons Exec on a web application in JBoss 4.2.3. Whenever I call Apache Exec it outputs all the console output in the log… Configuring commons DBCP with tomcat 6.0 and java 1.6 February 12, 2011 I want to use commons DBCP in my web application. I am using java 1.6 and tomcat 6.0 . I really don't know how to configure DBCP as i am going to… How to correctly import from apache commons in Java May 30, 2011 First of all, forgive my poor programming skills. I recently downloaded commons math 2.2, which came with 3 .jar files: commons-math-2.2-javadoc.jar… | |||||