JBossXB dependencies
2 Message(s) by 2 Author(s) originally posted in developer jboss java
| From: Heiko Braun |
Date: Wednesday, June 28, 2006
|
The latest XB
version introduced a dependency towards JAF and JAVA Mail.
Currently these jars reside under
<JBOSS>/
server /
<config>/lib and are
not visible to the XB classloader. Moving them to
<JBOSS>/lib does not
work, because the
bootstrap process uses a hard coded set of libraries.
The
current workaround is to move JAF & Mail to lib/endorsed, in order
to have them available at bootstrap time.
Does someone have an idea how to solve this problem without
a) modifying the bootstrap classes
b) using that workaround ?
/HeikoUsing Tomcat but need to do more? Need to
support web services, security?
Get stuff done quickly with pre-integrated
technology to make your
job easier
Download
IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
| From: Adrian Brock |
Date: Thursday, June 29, 2006
|
The
solution is the same for all optional code.
These should be plugins rather than integrated directly into
the
core infrastructure.
wrote in message:
The latest XB version introduced a dependency towards JAF and JAVA Mail.
Currently these jars reside under <JBOSS>/server/<config>/lib and are
not visible to the XB classloader. Moving them to <JBOSS>/lib does not
work, because the bootstrap process uses a hard coded set of libraries.
The current workaround is to move JAF & Mail to lib/endorsed, in order
to have them available at bootstrap time.
Does someone have an idea how to solve this problem without
a) modifying the bootstrap classes
b) using that workaround ?
/Heiko
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-Development mail ing list
JBoss-Development@xxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/jboss-development
--
xxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss a division of
Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxUsing Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Next Message: JIRA back online (was RE: JIRA Downtime/Upgrade at 8 PMEDT Today)
Blogs related to JBossXB dependencies
[News & Announcements] - JBoss 4.0.5.CR1 released
This is the jboss-4.0.5.CR1 release for the
Java EE? 1.4 codebase. For information on the APIs that make up
Java EE 1.4, see
Java EE v1.4 Documentation. For a comprehensive tutorial on
Java EE 1.4, see The
Java EE? 1.4 Tutorial.
...
[JBossWS] - Issue with JBossWS15 Distribution Java Programming
at org.jboss.
dependency.plugins.AbstractController.install(AbstractController.
java:151) | at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.
java:291) | at org.jboss.kernel.plugins.deployment
...