Date: Mon, 05 Dec 2005 14:01:11 +0200 From: Panagiotis Astithas <past@ebs.gr> To: java <java@freebsd.org> Subject: JBoss4 installation weirdness Message-ID: <43942C07.1030604@ebs.gr>
next in thread | raw e-mail | index | archive | help
As I found out the hard way today, jboss4 installs different things depending on whether it is being built using jdk14 or jdk15. In the latter case you get EJB3 stuff that (unfortunately for me) include old versions of commons-stuff which may create conflicts with a deployed app, thanks to the funky jboss classloader architecture. The binaries that jboss.com ships evidently contain stuff that you get when you build with jdk14. I'm not sure if it is possible or even reasonable to change the current behavior (I'm overriding JAVA_PREFERRED_PORTS), but perhaps we could add an informative message when building the port to inform the user. Cheers, Panagiotis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43942C07.1030604>