[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Classloading issue moving from 4.2.0 to 5.0.1

2009-04-17 Thread RayDeCampo
OK, I resolved this issue by using a /lib directory in my EAR instead of using Class-Path entries in my MANIFEST.MF. But according to the JEE 5 specification, section EE.8.2.1 these methods should be equivalent. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Classloading issue moving from 4.2.0 to 5.0.1

2009-04-16 Thread RayDeCampo
I have an application which is running without issue on JBoss 4.2.0. I am attempting to run the same application on JBoss 5.0.1 and I am hitting a classloading issue. It happens during deployment while Spring is instantiating my Spring managed beans. The class which cannot be found is in the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Native APR, SSL and a multihomed machine

2007-07-24 Thread RayDeCampo
Thanks Peter, that was the solution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4066971#4066971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4066971 ___ jboss-user mailing

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Native APR, SSL and a multihomed machine

2007-07-23 Thread RayDeCampo
I have a multihomed server on which I have installed two identical versions of JBoss 4.2.0. I have also installed JBoss native on each in order to use the Tomcat APR optimizations. I also set up an HTTPS connector on each server. I use the -b option on each instance in order to bind it to a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Eliminate external dependencies from XML files

2007-07-12 Thread RayDeCampo
Just pushing this one up in hopes it garners a response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063475#4063475 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063475 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Eliminate external dependencies from XML files

2007-07-06 Thread RayDeCampo
Does anybody have any pointers on how to eliminate external dependencies on schema within XML configuration files? For example, my web.xml starts out like: | web-app version=2.5 | xmlns=http://java.sun.com/xml/ns/javaee; |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: myFacesExstensionsFilter exception

2007-07-06 Thread RayDeCampo
You need to install the Tomahawk components. Since you are using a pre-built ear, you can add the tomahawk.jar and it's dependencies to the jboss-web.deployer/jsf-libs directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061293#4061293 Reply to the post

[jboss-user] [Beginners Corner] - Browsing the JNDI ENC of a web application

2006-07-25 Thread RayDeCampo
I understand how to use the JNDIView MBean via the jmx-console to browse the global JNDI and the ENC contexts of EJBs. How can one browse the ENC contexts (i.e. java:comp namespace) of web applications? I have tried searching the web, the wiki and these forums without any luck. Thanks, Ray