Log in to follow, share, and participate in this community.
Thread What are our middleware sun.misc.Unsafe uses?
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...
Thread .xhtml hot deploy not working (Eclipse + Seam + Jboss 5.1)
.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...
javax.naming.event.EventContext supportI 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...
Thread What supplies the destination ActivationConfigProperty?
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...
Thread [jboss-metadata] Validation on completely merged view
[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...
Thread Adding a ClassLoader import exclusion filter
Adding a ClassLoader import exclusion filterWe 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...
Thread Implementing a non-flat deployment for Weld Integration
Implementing a non-flat deployment for Weld IntegrationThis 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...
Scanning classes with VFSHi, 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<?>>>...
Thread Seam deployments and hot deployments in AS 5.1.0
Seam deployments and hot deployments in AS 5.1.0While 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...
Service depends on Web ServiceI 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
Classloader VFS3 IntegrationThe 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?...
Thread Possible bug introduced in AbstractController?
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...
Thread StructureModificationChecker and Synch with VFS3
StructureModificationChecker and Synch with VFS3One 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 ...
VFSClassloaderPolicy and VFS3 MountingBelow 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...
Thread Use of Shrinkwrap in place of AssembledDirectories
Use of Shrinkwrap in place of AssembledDirectoriesIn 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...
Cleanup path for Structure DeployersThe 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:/...
Getting rid of conf/jboss-service.xmlhttps://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...
AS weld-intI'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()...
Thread integration with the Papaki annotation indexer/repository
integration with the Papaki annotation indexer/repositoryIt 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...