[JBoss JIRA] Created: (JBCACHE-960) Reduce logging when TxInterceptor catches exception
by Brian Stansberry (JIRA)
Reduce logging when TxInterceptor catches exception
---------------------------------------------------
Key: JBCACHE-960
URL: http://jira.jboss.com/jira/browse/JBCACHE-960
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.ALPHA2, 1.4.1.GA
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: 2.0.0.BETA1, 1.4.1.SP1
TxInterceptor catches all exceptions that come up from lower in the interceptor chain, logs them at INFO, and then rethrows the exception if there isn't a failSilently option set.
Instead it will log nothing if the exception is rethrown and use less vocal logging otherwise (at minimum don't log a full stack trace at INFO; probably just log the whole thing at TRACE.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 5 months
[JBoss JIRA] Created: (JBAS-3825) Fix BASIC authentication
by Thomas Diesler (JIRA)
Fix BASIC authentication
------------------------
Key: JBAS-3825
URL: http://jira.jboss.com/jira/browse/JBAS-3825
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: JBossAS-5.0.0.Beta
/home/tdiesler/svn/jbossws/trunk/src/test
[tdiesler@tddell test]$ ant -Dtest=jaxws/samples/jsr181ejb test
tests-main:
[junit] Running org.jboss.test.ws.jaxws.samples.jsr181ejb.JSR181WebServiceEJB3TestCase
[junit] [Fatal Error] :-1:-1: Premature end of file.
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2.338 sec
[junit] Test org.jboss.test.ws.jaxws.samples.jsr181ejb.JSR181WebServiceEJB3TestCase FAILED
2006-11-04 18:05:17,486 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing
java.lang.IllegalStateException: Authorization manager is null
at org.jboss.web.tomcat.security.JBossWebRealm.authorize(JBossWebRealm.java:690)
at org.jboss.web.tomcat.security.JBossWebRealm.hasUserDataPermission(JBossWebRealm.java:567)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:460)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:211)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:823)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:620)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:444)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 5 months
[JBoss JIRA] Created: (JBESB-393) TB launch page to deploy all required artifacts
by Daniel Brum (JIRA)
TB launch page to deploy all required artifacts
-----------------------------------------------
Key: JBESB-393
URL: http://jira.jboss.com/jira/browse/JBESB-393
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.0 CR2
Reporter: Daniel Brum
Assigned To: Mark Little
Priority: Minor
Fix For: 4.0
For trailblazer ease of use - Add a page to:
- deploy the WAR to the App. Server
- run the ESB component
- take user to the "request a loan" page
Idea is to make it dead simple for a user to get up and try the TB without having to manually do any of the deploy steps for the WAR, the ESB Jar's, and the url needed to submit the request. Maybe a wizard type of step 1, step 2, step 3, etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 5 months