Log in to follow, share, and participate in this community.
Thread URGENT jboss-5.1.0.GA issue during deployment or starting
URGENT jboss-5.1.0.GA issue during deployment or startingProblem 1: ERROR [AbstractKernelController] Error installing to Configured: name=ManagedObjectCreator state=Instantiated java.lang.RuntimeException: Error configuring property: mof for ManagedObjectCreator at org.j...
Thread Significance of jboss-app.xml file in JBoss 5.x
Significance of jboss-app.xml file in JBoss 5.xHi Experts, what is the significance of having jboss-app.xml file in JBoss 5.x EAR deployment structure ? Any pointers / documentation to this would be much appreciated. Thanks
Thread .jar files not referred from WEB-INF/lib in JBoss6.2
.jar files not referred from WEB-INF/lib in JBoss6.2Hi All, I am migrating JBoss5.1 to 6.2, and when I deploy WAR file , I am getting below NoClassDefFoundError. ServiceLogic class in in another module and packed as jar and located in WEB-INF/lib. Can y...
Container Component in MicroContainerI started looking at the Architecture of MicroContainer in JBoss 5.x. It has Core Packages and Optional Packages. Core Components include Kernel, Container and Dependency. I found that JBoss MicroContainer ha...
Encrypted class loading with jboss 5.1Hello All, We are using jboss 5.1 to deploy our application. Now we want to secure our .class files, so we are trying to encrypt the .class files. but once we use encrypted .class files, jboss throws error ...
Custom ClassLoaderHi All, I am trying to create a custom classloader which I can use to load few classes in my war (may be complete war in future). I found this article which explains how a custom classloader can be c...
How to re-compile a class loaderHi, I'm completely new here. I've been requested to help to improve perf on a project that runs under jboss 5.1.0. We've done a jstack and most of the threads that run our code are blocked in the class loader...
Thread Overriding server libs in an EJB inside an EAR - 5.1.0.GA
Overriding server libs in an EJB inside an EAR - 5.1.0.GAHi everyone! This is something I've been struggling for quite some time. That is, how to change the classloader behavior in an EAR deploy. I've read a lot of posts and docs around the internet, but nothing see...
Access MC beans from web serviceHi, I am new to the MC beans and have a question regarding the usage in a web service. I have a class decorated with @WebService in a WAR and it needs to use logic implemented in MC beans. How can I ...
Thread How to stop my WAR loading JBoss's provided 3rd party classes?
How to stop my WAR loading JBoss's provided 3rd party classes?Hi folks, I'd like more control over the class loader so that I can specify classes to ignore if they are provided outside of my web application. Is there a way to tell my application's class loade...
How to ignore specific WEB-INF/lib jarsHi there, I've been rummaging around here for a few hours trying to figure this out. We have a web application that has been developed as a "universal" WAR file. This means that the same WAR must deplo...
using system properties in mbeansHello, I'm not sure if my problem is related to JBoss kernel but... Could anybody please tell me if it is possible to reference jboss system properties in jboss-bean.xml? I have properties configured in prop...
Thread Visibility of several (versions of) jar's in JBoss EAP 5.1
Visibility of several (versions of) jar's in JBoss EAP 5.1Hi there! We currently have a problem with the JBoss EAP 5.1 classloading. I tried to solve the issue using several jboss-classloading.xml setups but did not succeed. So I would be very glad if someone could...
Thread how to set 'UseJBossWebLoader' in jboss-6.0.0 - CR1
how to set 'UseJBossWebLoader' in jboss-6.0.0 - CR1Hello All, I need to set 'UseJBossWebLoader' property to false. But I could not find it in war-deployers-jboss-beans.xml for the bean - 'WarDeployer' File path : {JBOSS_HOME...