• appclient classpath additions for mc usage

    To run the appclient launcher when using the mc I had to add the following entries: ${jboss.home}/lib/jboss-classloader.jar ${jboss.home}/lib/jboss-classloading-spi.jar ${jboss.home}/lib/jboss-classloading-vfs.jar ${...
    Profile Photo
    last modified by starksm64
  • What is the point of this ObjectFactory

    The org.jnp.interfaces.LocalOnlyContextFactory has this ObjectFactory implementation: public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) throws Exception { Context ...
    Profile Photo
    last modified by starksm64
  • Addition of a "standard" configuration

    We need to look into adding the configuration used for our tck testing into our distribution under a new "standard" config. The main problem is the increase in the distro by about 32mb, so one solution is to create a...
    Profile Photo
    last modified by dimitris
  • Update to jpa-deployers

    FYI, a fix for https://jira.jboss.org/jira/browse/JBAS-6111 requires an update to jpa-deployers. The pom for jpa-deployers is currently out of date w/ respect to the AS component-matrix pom; most significant differen...
    Profile Photo
    last modified by brian.stansberry
  • JSR77 View

    We need to specify what's needed to implement the remain bits of the JSR77 view, so the work can be broken out, if possible: https://jira.jboss.org/jira/browse/JBAS-5545
    Profile Photo
    last modified by dimitris
  • mbean service depends addition

    One addition I had to make to allow the pojoized naming beans to still be correctly used as mbeans was to add an 'attribute' attribute to the mbean depends element. Its similar to the mcbean inject property attribute:...
    Profile Photo
    created by starksm64
  • [jboss-metadata] No LocalBindingMetaData

    So far we've gotten by without a LocalBindingMetaData class because we set the necessary values directly in LocalBindingProcessor: public void process(JBossSessionBeanMetaData metaData, Class<?> type) { Loca...
    Profile Photo
    created by alrubinger
  • java.beans.XMLEncoder Useless?

    So after talking about what the attachments serialized form would look like on the open console call, I created a little test of a datasource: /** * Just a test to see what the java.beans.XMLEncoder output for th...
    Profile Photo
    last modified by starksm64
  • Multiple deployments of the same mbean service

    I remember seeing some discussion on the MBean registration aspect. But as it stands, the deploy/undeploy of an mbean service is still not working right as far as the registration is concerned. Point is that you canno...
    Profile Photo
    last modified by anil.saldhana
  • Masking passwords in logs

    I was given a task to mask passwords that appear in the logs, as it's a security flaw to expose such information. So far I have identified XSLSubDeployer, ServiceConfigurator and ServiceDeploymentDeployer as the class...
    Profile Photo
    last modified by mmoyses
  • Exploded WAR archive with no web.xml is no longer supported

    Complaint from our support guys about missing old feature: - https://jira.jboss.org/jira/browse/JBAS-6062 "luc.texier" wrote: I am talking about something like /deploy/myapp.war /deploy/myapp.war/test.jsp test.j...
    Profile Photo
    last modified by alesj
  • Depends on @JMX mbean name

    I'm looking at moving the naming services over to a beans.xml deployment, and one problem I'm seeing is that the mbean name associated with the @JMX annotation is not associated with the bean. This causes dependencies...
    Profile Photo
    last modified by starksm64
  • Security Policy implementation for VFS

    http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143531
    Profile Photo
    created by anil.saldhana
  • ProfileService and marshalling

    WRT: - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118658&postdays=0&postorder=asc&start=50 - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115231 Just came acros...
    Profile Photo
    created by alesj
  • JNDI server updates for MC

    I'm cleaning up some outstanding issues and updating the jndi name service to be more usable under the MC. One change in the upcoming naming 5.0.0.CR2 release is the addition of two naming beans for setting up an Init...
    Profile Photo
    created by starksm64
  • JBAS-5895; Processing too many classes

    https://jira.jboss.org/jira/browse/JBAS-5895 This looks like a problem of EARStructure not explicitly excluding ear's lib directory? I cannot find library-directory element as part of EarMetaData: - http://anonsvn....
    Profile Photo
    last modified by alesj
  • JBossWebService WS4EE Deployments and JACC

    References: https://jira.jboss.org/jira/browse/JBAS-4644 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175139#4175139 When you deploy a EJB based WS, JBossWS tries to deploys an endpoint servlet...
    Profile Photo
    last modified by anil.saldhana
  • Updated to new AOP deployers in AS trunk

    Moved from http://www.jboss.com/index.html?module=bb&op=viewtopic&t=139015 "kabir.khan@jboss.com" wrote: I have almost completed the new AOP deployers. The aim was to install the AOP artifacts via MC beans r...
    Profile Photo
    created by kabirkhan
  • Excessive logging in AS 4.2.3 and AS 5

    Hey guys, Not 100% if this is the right forum for this - there was not a "Design of AS" ;-) While doing some performance testing for Seam I noticed that the default logging for AS 4.2.3 and AS 5.0 CR2 was set to deb...
    Profile Photo
    last modified by jbalunas
  • Facelets scanning for .taglib.xml is broken in trunk

    This means that e.g. the booking app won't work. Not yet tracked down why this has stopped working.
    Profile Photo
    last modified by pmuir