• What are our middleware sun.misc.Unsafe uses?

    With the removal of the "private" sun.misc.Unsafe api on the horizon, we need to document the uses we have for the Unsafe apis and ensure there are public replacements in Java 9/10. The current view is that although s...
    Profile Photo
    last modified by starksm64
  • .xhtml hot deploy not working (Eclipse + Seam + Jboss 5.1)

    Hello!   I´m using: - Seam 2.3 - Jboss 5.1 - Eclipse Indigo   When I change a .xhtml file: 1. The project is building correctly. 2. I made an "Incremental Publish" into Jboss 3. But the hot dep...
    Profile Photo
    last modified by lsmahler
  • javax.naming.event.EventContext support

    I finally added a basic implementation of the javax.naming.event.EventContext interface to the org.jnp.interfaces.NamingContext so that one can register a javax.naming.event.NamingListener with an EventContext and rec...
    Profile Photo
    last modified by starksm64
  • What supplies the destination ActivationConfigProperty?

    Running the org.jboss.test.cts.test.MDBUnitTestCase fails with: 07:27:25,359 ERROR [AbstractKernelController] Error installing to Start: name=jb oss.j2ee:binding=message-driven-bean,jndiName=local/SubclassMDB@255048...
    Profile Photo
    last modified by starksm64
  • [jboss-metadata] Validation on completely merged view

    @see https://jira.jboss.org/jira/browse/JBMETA-117 The defining issue is to prohibit an invalid construct: @Stateless @RemoteBinding(jndiBinding="Something") @Local(SomeLocalBusinessInterface.class) class MyBean im...
    Profile Photo
    last modified by alrubinger
  • Adding a ClassLoader import exclusion filter

    We seem to have some cases where we need an isolated deployment to ignore specific packages from a parent. A common example would be a WAR shipping its own implementation of JSF. Anther similar case is a deployment w...
    Profile Photo
    last modified by jason.greene
  • Seam numberguess cannot find resources

    When deploying Seam Numberguess I get this: 2008-06-09 12:48:54,869 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/seam-numberguess]] (HDScanner) Exception sending context initialized event ...
    Profile Photo
    last modified by alesj
  • Implementing a non-flat deployment for Weld Integration

    This thread is for WELDINT-1.   Taking a look at how the deployers are implemented today, I figured I should start by creating a non-flat version of WeldDiscoveryEnvironment first, so we could have a new environ...
    Profile Photo
    last modified by flavia.rainone
  • Scanning classes with VFS

    Hi,   What is the right way to scan classes in a package with VFS ? I've tried something like : List<Class<? extends Enum<?>>> result = new ArrayList<Class<? extends Enum<?>>>...
    Profile Photo
    last modified by grossetieg
  • Seam deployments and hot deployments in AS 5.1.0

    While looking for an workaround for the issue with Seam applications on AS 5.1.0 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=159500, i tried various things without much success. All of the possibl...
    Profile Photo
    last modified by jaikiran
  • Service depends on Web Service

    I have a service deployed as a sar that depends on a web service to start first. How do I define that dependency in the service's jboss-serice.xml? I am using JBoss 5.1.0
    Profile Photo
    last modified by kc7bfi
  • Classloader VFS3 Integration

    The VFS3 branch has been integrated into the trunk of the VFS projects.  I would like to see if we can schedule some time to do the same for the jboss-cl project.  What is the status of the jboss-cl trunk?&#...
    Profile Photo
    last modified by johnbailey
  • Possible bug introduced in AbstractController?

    Since (I think) the MC upgrade to 2.2, there's a problem occurring with redeployment of jboss-logging.xml files in AS trunk.  If you make a small change (say, add whitespace) to the file to force it to be redeplo...
    Profile Photo
    last modified by dmlloyd
  • StructureModificationChecker and Synch with VFS3

    One of the remaining items to get resolved in deployers-vfs VFS3 integration is how to determining if an archive has been modified, and how to synch changes with temporary copies.  Determining whether a VFS file ...
    Profile Photo
    last modified by johnbailey
  • VFSClassloaderPolicy and VFS3 Mounting

    Below is a discussion Ales and I had over email....   John: Mainly, when a VFSClassLoaderPolicy is created outside the deployer framework (ex. JMXKernel), how do we make sure the archives are mounted and who is...
    Profile Photo
    last modified by johnbailey
  • Use of Shrinkwrap in place of AssembledDirectories

    In VFS2 there was an AssembedDirectory, which could be used to create a directory structure programmatically.  In VFS3, we added in an AssembledFileSystem, which also allows the allows programmatic creation of di...
    Profile Photo
    last modified by johnbailey
  • Cleanup path for Structure Deployers

    The thread seems to start here: http://lists.jboss.org/pipermail/jboss-cvs-commits/2009-October/109290.html and here: http://lists.jboss.org/pipermail/jboss-cvs-commits/2009-October/109293.html and also here: http:/...
    Profile Photo
    last modified by jason.greene
  • Getting rid of conf/jboss-service.xml

    https://jira.jboss.org/jira/browse/JBAS-4814 I have the server booting with a conf/jboss-service.xml just including the Log4jService, and all other services moved to a deploy/legacy-conf-service.xml. The only change...
    Profile Photo
    last modified by starksm64
  • AS weld-int

    I'm looking at the as weld-int project how to integrate the work I have done on MC's weld-int. Here's an outline of what I believe I have to do == 1 - Initialize Weld ===== This is done by BootstrapBean.initialize()...
    Profile Photo
    last modified by kabirkhan
  • integration with the Papaki annotation indexer/repository

    It is time to start looking at the integration of (Papaki) annotation indexer with the microcontainer. The purpose, as I understand, is to minimize the scanning of classes for annotations. Papaki will give us a reposi...
    Profile Photo
    last modified by smarlow