[JBoss JIRA] Created: (JBAS-7469) Move conf/jboss-service.xml class loader config into a bootstrap class loader setup
by Scott M Stark (JIRA)
Move conf/jboss-service.xml class loader config into a bootstrap class loader setup
-----------------------------------------------------------------------------------
Key: JBAS-7469
URL: https://jira.jboss.org/jira/browse/JBAS-7469
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: ClassLoading, ProfileService
Affects Versions: JBossAS-6.0.0.M1
Reporter: Scott M Stark
Assignee: Scott M Stark
Fix For: JBossAS-6.0.0.M2
The last piece of configuration to remove from the conf/jboss-service.xml is the following class loader
<!-- Load all jars from the JBOSS_HOME/server/<config>/lib directory and
the shared JBOSS_HOME/common/lib directory. This can be restricted to
specific jars by specifying them in the archives attribute.
TODO: Move this configuration elsewhere
-->
<classpath codebase="${jboss.server.lib.url}" archives="*"/>
<classpath codebase="${jboss.common.lib.url}" archives="*"/>
This needs to be in some bootstrap class loader setup of the profile.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBAS-7640) Verbose logging when an EJB3 deployment is created
by David Lloyd (JIRA)
Verbose logging when an EJB3 deployment is created
--------------------------------------------------
Key: JBAS-7640
URL: https://jira.jboss.org/jira/browse/JBAS-7640
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB3
Affects Versions: JBossAS-6.0.0.M1
Reporter: David Lloyd
Assignee: Carlo de Wolf
Fix For: JBossAS-6.0.0.M2
This output could/should be logged at DEBUG or lower according to http://community.jboss.org/wiki/UsageOfLoggingLevels
15:52:30,086 INFO [JBossASKernel] Created KernelDeployment for: admin-console.war
15:52:30,090 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=admin-console.war,name=TimerServiceDispatcher,service=EJB3
15:52:30,090 INFO [JBossASKernel] with dependencies:
15:52:30,090 INFO [JBossASKernel] and demands:
15:52:30,090 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService; Required: Described
15:52:30,090 INFO [JBossASKernel] and supplies:
15:52:30,090 INFO [JBossASKernel] Class:org.jboss.seam.async.LocalTimerServiceDispatcher
15:52:30,090 INFO [JBossASKernel] jndi:TimerServiceDispatcher
15:52:30,090 INFO [JBossASKernel] jndi:TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher
15:52:30,090 INFO [JBossASKernel] jndi:TimerServiceDispatcher/local
15:52:30,090 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=admin-console.war,name=TimerServiceDispatcher,service=EJB3) to KernelDeployment of: admin-console.war
15:52:30,092 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=admin-console.war,name=EjbSynchronizations,service=EJB3
15:52:30,092 INFO [JBossASKernel] with dependencies:
15:52:30,092 INFO [JBossASKernel] and demands:
15:52:30,092 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService; Required: Described
15:52:30,092 INFO [JBossASKernel] and supplies:
15:52:30,092 INFO [JBossASKernel] jndi:EjbSynchronizations
15:52:30,092 INFO [JBossASKernel] jndi:EjbSynchronizations/local
15:52:30,092 INFO [JBossASKernel] jndi:EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations
15:52:30,092 INFO [JBossASKernel] Class:org.jboss.seam.transaction.LocalEjbSynchronizations
15:52:30,092 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=admin-console.war,name=EjbSynchronizations,service=EJB3) to KernelDeployment of: admin-console.war
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months