Log in to follow, share, and participate in this community.
Thread MC not finding required method defined in beans.xml file
MC not finding required method defined in beans.xml fileHey guys, I'm writing up the datagrid profile for the AS currently and I've encountered an issue with creating a certain type of bean. I basically want to create an instance of the HotRodServer and call start(...
Thread Understanding deployment namespace schema with metadata parsing
Understanding deployment namespace schema with metadata parsingHi, I am trying to understand how the deployment xml file namespace is registered with JBossXB and how new/custom ones are added. So far I see that org.jboss.xb.binding.sunday.unmarshalling.SingletonSc...
jbossws-cxf and the spring libs in ASHi, the current jbossws-cxf integration allows users to provide their own spring configuration files and have the endpoint(s) specified in there be deployed using the jbossws customizations. One of the reasons for th...
Deployer ordering question (JBoss OSGi)In the JBoss OSGi project I have a deployer that adds some metadata to the deployment unit. In the OSGiBundleState I want to read that metadata out again after the bundle is installed. Currently in the code it...
Thread What is the minimum configuration to register a Deployer?
What is the minimum configuration to register a Deployer?I'm trying to build a simplistic deployer using the structure in http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/trunk Just registering my SimpleDeployer (extends AbstractDeployer)...
Thread Lookup up a POJO service without injecting it inside -beans.xml?
Lookup up a POJO service without injecting it inside -beans.xml?I need to be able to look up a POJO deployed service on JBoss 5's MC, but I do not know how to obtain a reference to the kernel so I can obtain a ControllerContext. My onIy constraint is I can not modify the i...
Thread Classloader, class NOT found and blacklisting.
Classloader, class NOT found and blacklisting.Hi I'd be grateful if somebody could explain what's happening on my JBoss 6 M1 application? I appear to have a classloader issue from a WAR file when attempting to load a class from an separate EAR/lib jar. Th...
Problem with JBoss Classloading.All, I am struggling with class loading configuration for my web application. Following is the current configuration in jboss-classloading.xml (JBoss 5.1.0): <classloading xmlns="urn:jboss:classload...
Thread Deployment ordering on HornetQ destinations and MDBs
Deployment ordering on HornetQ destinations and MDBsWe have an issue where our destinations are being deployed after the MDBs on EAP 5.1 @ hornetq. Users can define dependencies to other POJOs.. but we don't want to force users to do that, if they deploy the wh...
ClassLoading delegationIt's actually not a MC thing, but it's on MC's expertise... I'm trying to do a classloader which will chain 2 other classloaders. I need this since I'm making a ContainerApp that will get another web applicati...
MC Scanning libIntroduction to new MC Scanning lib. From requirements gathered here: http://community.jboss.org/wiki/PapakiAnnotationScanningRequirements I've introduced a new MC Scanning sub-project: ...
Thread EOFException from ShrinkWrap Deployment into MCAnn
EOFException from ShrinkWrap Deployment into MCAnnUsing the new EJBContainer APIs running inside of AS, I'm getting an error on deployment from mcann. The flow is: ShrinkWrap Archive > Mounted as ArchiveFileSystem VirtualFile > Passed to VFSDep...
Hiding the True ErrorHey guys: I'm getting the following error message which looks wrong, and I suspect is hiding the true problem. I've seen this before due to different underlying causes. 12:06:43,718 ERROR [org.jbo...
Is there auto-injection going on?Looking at the Spring demo in the User's Guide examples I can see that it references the mcBean and gets injected by it. However the mcBean itself doesn't explicitly reference the SimpleBean... {code:xml}<b...
Thread Update the MC User Guide examples with the latest?
Update the MC User Guide examples with the latest?Hi all, I noticed two small bugs in the Microcontainer examples that are linked from http://www.jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/userGuide/ch02.html the spring demo is missin...
isolated classloading for war fileHi, I have a .war and .sar deployed in JBoss 5 which both require spring framework version 3 jars. We have other services deployed which use spring version 2 and the JAR for that version is in the server lib d...
Thread How can I disable bean lifecycles per entire descriptor?
How can I disable bean lifecycles per entire descriptor?Hi, I have many pojos that contain a create method and I don't want MC to call it during deployment. I understand we can use ignore attribute per bean to disable this lifecycle call like <creat...