EJB3 services
In server/node- ejb3-connections-jboss-beans.xml
- ejb3-container-jboss-beans.xml
- ejb3-interceptors-aop.xml
- ejb3-timerservice-jboss-beans.xml
- profile-service-secured.jar
In server/
- jboss-ejb3-endpoint-deployer.jar
EJB2 services
In server/- ejb2-container-jboss-beans.xml
- ejb2-timer-service.xml (Note that EJB3 deployments may fail without this service. See )
JUDDI
In server/- juddi-service.sar
Key Generator
In server/node
- uuid-key-generator.sar
JBoss Messaging
In server/
- messaging
- jms-ra.rar
In server/
- messaging-definitions-jboss-beans.xml
JBoss Mail
In server/
- mail-service.xml
- mail-ra.rar
Scheduling
In server/
- scheduler-manager-service.xml
- scheduler-service.xml
- quartz-ra.rar
Hypersonic DB
hsqldb-ds.xmljboss/common/lib/hsqldb.jar and lib/hsqldb-plugin.jar
JBossWS
In server/node
- jbossws.sar
In server/
- jbossws.deployer
Seam
In server/node
- seam.deployer
- webbeans.deployer
In server/node
- admin-console.war - takes too much resources in JBoss 5.x, remove it even if you use Seam
other services
In server/node
- xnio-provider.jar - not used in JBoss 5.x default configuration for JBooss remoting anyway
In server/node
- jboss-xa-jdbc.rar - if you do not use XA datasources
- jmx-remoting.sar - remote (RMI) acces to JMX, you can still access JMX by jmx-console
- profileservice-secured.jar - secured remote access to profileservice
- sqlexception-service.xml - pretty useless in JBoss 5.x
- xnio-provider.jar - not used in JBoss 5.x default configuration for JBooss remoting
In server/
- hibernate-deployer-jboss-beans.xml - deployment of HAr archives only, you can still use Hibernate in EJBs after you remove this
Also, feel free to remove the corresponding .jars for the services slimmed above from jboss/common/lib.
No comments:
Post a Comment