Re: [JBoss-dev] JBossXB dependencies

2006-06-29 Thread Adrian Brock
The solution is the same for all optional code.

These should be plugins rather than integrated directly into
the core infrastructure.

On Wed, 2006-06-28 at 04:35 -0500, Heiko Braun wrote:
 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 doesn't
 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=lnkkid=120709bid=263057dat=121642
 ___
 JBoss-Development mailing list
 JBoss-Development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jboss-development
-- 
xxx
Adrian Brock
Chief Scientist
JBoss a division of Red Hat
xxx


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=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JBossXB dependencies

2006-06-29 Thread Heiko Braun

We already managed to factor out the dependencies.
Still it would be interesting to me how you picture this plugin
mechanism.


/Heiko

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Adrian Brock
Sent: Thursday, June 29, 2006 1:40 PM
To: JBoss.org development list
Subject: Re: [JBoss-dev] JBossXB dependencies

The solution is the same for all optional code.

These should be plugins rather than integrated directly into
the core infrastructure.

On Wed, 2006-06-28 at 04:35 -0500, Heiko Braun wrote:
 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 doesn't
 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=lnkkid=120709bid=263057dat=121642
 ___
 JBoss-Development mailing list
 JBoss-Development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jboss-development
-- 
xxx
Adrian Brock
Chief Scientist
JBoss a division of Red Hat
xxx


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=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

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=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JBossXB dependencies

2006-06-29 Thread Alexey Loubyansky
Heiko, you can assign this one to me.

Adrian Brock wrote:
 The solution is the same for all optional code.
 
 These should be plugins rather than integrated directly into
 the core infrastructure.
 
 On Wed, 2006-06-28 at 04:35 -0500, Heiko Braun wrote:
 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 doesn't
 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=lnkkid=120709bid=263057dat=121642
 ___
 JBoss-Development mailing list
 JBoss-Development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jboss-development

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=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JBossXB dependencies

2006-06-29 Thread Adrian Brock
Like any other, define an interface
then load the implementation class using dynamic classloading.

On Thu, 2006-06-29 at 06:55 -0500, Heiko Braun wrote:
 We already managed to factor out the dependencies.
 Still it would be interesting to me how you picture this plugin
 mechanism.
 
 
 /Heiko
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Adrian Brock
 Sent: Thursday, June 29, 2006 1:40 PM
 To: JBoss.org development list
 Subject: Re: [JBoss-dev] JBossXB dependencies
 
 The solution is the same for all optional code.
 
 These should be plugins rather than integrated directly into
 the core infrastructure.
 
 On Wed, 2006-06-28 at 04:35 -0500, Heiko Braun wrote:
  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 doesn't
  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=lnkkid=120709bid=263057dat=121642
  ___
  JBoss-Development mailing list
  JBoss-Development@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jboss-development
-- 
xxx
Adrian Brock
Chief Scientist
JBoss a division of Red Hat
xxx


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=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JBossXB dependencies

2006-06-28 Thread Heiko Braun
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 doesn't
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=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development