• Issue while running DZone sample.

    I have getting the following exception when I am running the simple application as pointed here http://java.dzone.com/articles/a-look-inside-jboss-microconta-0 Here is the error Using bootstrap: file:/home/vicky/wor...
    Profile Photo
    last modified by vickyk
  • Class loading conflict

    Hi I have a sar that includes xmlbeans 2.3.0 - which works fine in AS 5.1. However when I installed ESB4.6, which has version 2.2.0 of this jar in its esb-deployer, I get schema version problems. What is the best wa...
    Profile Photo
    last modified by objectiser
  • simple: bean name of ejb local in inject tag

    0Sorry for the simple question. I think its too simple to show up on searches of this forum. I use the jndi name of an ejb for the bean attribute of the inject tag and am not successful. What am I not understanding c...
    Profile Photo
    last modified by jjfraney
  • Use of JBoss MC Pojo from in distributed env

    Sorry, if this question have been answered earlier and i knw it is very basic question but i need answer. I am using JBoss MC as a standlone container for POJO deployment but how do i access these POJO services from ...
    Profile Photo
    last modified by mukulb
  • StructureDeployer that supports subdeployments

    Hi, I'm writing a StructureDeployer to determine an esb deployment. An esb archive is exactly like a JarStructure which is what we've been using until now. We have now got a requirement to support subdeployments. Fo...
    Profile Photo
    last modified by beve
  • Injecting a classloader

    In order to support per-deployment log contexts, I have to introspect the deployment unit which contains the jboss-logging.xml file that is being deployed, in order to inject any and all of the classloaders which corr...
    Profile Photo
    last modified by dmlloyd
  • Service POJO JNDI Binding Problem

    Hi there, I am using POJO Services to initialize different parts of an application that is deployed in JBoss AS 5. I got the Service POJOs as such working just fine, but now I have a problem making some of them acces...
    Profile Photo
    last modified by ralfsteppacher
  • MC, JSR-299 and notion of

    Given JSR-299 is in final DRAFT, is it fair to say that, once all of {MC, Spring, Guice, et. al. DI IoC providers} are JSR-299 compliant, the community may soon have a single "provider independent" API for wiring appl...
    Profile Photo
    last modified by ben.cotton2
  • MC develop directory

    Hi, I am confused about MC svn directory currently. before MC use http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk, it seems it is moved into microcontainer/branches/Branch_2_0/ right? it is only...
    Profile Photo
    last modified by jeff.zhang
  • jboss-structure.xml schema?

    Where can I find this?
    Profile Photo
    last modified by emmartins
  • BeanMetaDataFactory and value-factory

    I want to define a property value to use a value-factory programmatically via BeanMetaDataBuilder. I can see that the XML tag for this maps to AbstractValueFactoryMetaData; can I just instantiate this class directory ...
    Profile Photo
    last modified by dmlloyd
  • How to convert @Service MBean POJO to microcontainer POJO

    I have lot of MBean Services created using @Service and @Management annotations. I am not using -service xml instead using @Service annotation so that I can use annotations like @EJB.These Services depends on various ...
    Profile Photo
    last modified by yashendrac
  • Why is kernel looking for default constructor?

    I don't know what I'm doing wrong :( Could somebody help me with an idea what I might be doing wrong, please? I've got the following deployer: package org.jboss.wsf.container.jboss50.deployer; import java.util.Set...
    Profile Photo
    last modified by ropalka
  • More trouble in the bean-deployer schema

    The following construct doesn't validate, even though it's allowed by the bean deployer (which fortunately doesn't validate, but that's another thread): ... <parameter class="..."> <bean name="..." clas...
    Profile Photo
    last modified by dmlloyd
  • Deployers Ordering

    I have some troubles with deployers ordering if multiple deployers provide many inputs. So I'm trying to understand how deployers ordering works internally. I'd expect the following test to fail: --- // copy paste fr...
    Profile Photo
    last modified by ropalka
  • configure and start jboss mc

    All can someone point me in the direction of the documents for configuring and starting jboss mc
    Profile Photo
    last modified by cuthbe
  • Install from Annotations

    Hi; I am trying to install bean into kernel via bean class annotations. I wrote the following code BeanMetaData meta = AnnotationToBeanMetaDataFactory.createBeanMetaData(Person.class); KernelControllerContext context...
    Profile Photo
    last modified by gurkanerdogdu
  • Microcontainer XSDs not in /docs/schema

    Hi, some microcontainer related xsd files (bean-deployer_1_0.xsd, bean-deployer_2_0.xsd, jboss-beans-common_2_0.xsd, policy_1_0.xsd) can only be found in /lib/jboss-kernel.jar, but no in the standard location "docs/s...
    Profile Photo
    last modified by wolfgangknauf
  • Implement a New Deployer

    Hi; I am trying to implement a new deployer for my application but I confused because of MC project having a lots of interfaces, abstract classes, etc. related with deployers. Is there any clean tutorial that explai...
    Profile Photo
    last modified by gurkanerdogdu
  • MC picking up irrelevant deployers

    Consider this deployer: public class MyDeployer extends AbstractVFSRealDeployer { public MyDeployer() { addInput("MyRequiredInput"); } @Override public void deploy(VFSDeploymentUnit unit) throws DeploymentE...
    Profile Photo
    last modified by jaikiran