• Reliance jBPM overview

    Hi all, I want to get involved with the reliance-jbpm project but I am not sure I get the general idea the right way. At the JBossMicrocontainer wiki page it is described as reliance-jbpm - define your dependencies wi...
    Profile Photo
    last modified by kekatos
  • Hot deployment- Maven Project with JBoss

      Previously, we had the dynamic web project and we would doing the hot deployment . But recently we have converted all our projects into maven . After that we could not make the hot deployment. If developer ...
    Profile Photo
    last modified by dharmendra.pawar1
  • How to retrieve the relative classpath for Web app from classloader?

    Hi there,   I am trying to use Java compiler API with in Web application and it requires classpath information on the classloader which loaded all the JARs from WEB-INF/lib folder of web app.   JBoss 5.1.0...
    Profile Photo
    last modified by mshimpi
  • migration from jboss 5.1 to 6.2

    what are the major changes ?
    Profile Photo
    last modified by srinivas99
  • MC deadlock

    We should do something about this deadlock. Dunno really how to reproduce it :-), but it happens quite often. java.exe session:0 threads:10 parent:3780 4052 Full thread dump Java HotSpot(TM) Client VM (1.5.0_11-b03...
    Profile Photo
    last modified by alesj
  • JBAS-8937; dup component install

    Trying to get rid of https://issues.jboss.org/browse/JBAS-8937 turned to be very "interesting". Dunno how we avoided this bug for so long.   What happens in that case is the following.   (1) RARDeployer a...
    Profile Photo
    last modified by alesj
  • AbstractStructureDeployer.getRelativePath fails to handle unrelated paths

      For the weld-int tests I've been working on, I ended up finding a problem involving the case where a classpath entry in the manifest file generates a faulty classpath entry in the deployment context.   In ...
    Profile Photo
    created by flavia.rainone
  • Benchmarking classloaders

    For AS 6 we might want to look at setting up imports and exports for the classloaders, which might be faster than using the current ImportAll/Big-ball-of-mud setting. However, that sounds like a very big task, so I we...
    Profile Photo
    last modified by kabirkhan
  • Weld - pull from MC

    I have experimented with an alternate implementation of the weld-mc integration as discussed in Boston. I still need to write more tests but wanted to let the Weld guys know where I am at. The idea is to "pull"...
    Profile Photo
    last modified by kabirkhan
  • JBoss Reflect Performance Javassist vs Introspection

    I have created a simple benchmark where I test the performance of different things using the different implementations. It can be found at https://svn.jboss.org/repos/jbossas/projects/jboss-reflect/trunk/src/test/java...
    Profile Photo
    last modified by kabirkhan
  • VFS3 and symlinks

    Me: Symlinks also don't work with VFS3 -- see added SymlinkTestCase test. JohnB: I think the problem here is how the mounting is happening.  Your test is mounting the EARs/JARs using the canonical path.  S...
    Profile Photo
    last modified by alesj
  • Removing cached entry in VFSCLPolicy on load

    Does something like this make sense to add directly, or should it be optional?      public VFSClassLoaderPolicy(String name, VirtualFile[] roots, VirtualFile[] excludedRoots)    {   ...
    Profile Photo
    last modified by alesj
  • Endless loop at AS server startup

    Using the latest framework together with jboss-cl-2.2.0.Alpha5 gets into an endless loop   https://jira.jboss.org/browse/JBOSGI-341   at org.jboss.osgi.framework.deployers.OSGiDeployersWrapper.change(OSGiDe...
    Profile Photo
    last modified by thomas.diesler
  • [JBOSGI-342] Bundle resolution depends on install order

    Working on https://jira.jboss.org/jira/browse/JBOSGI-342, I see   2010-06-15 16:31:57,222 INFO  [org.jboss.osgi.framework.plugins.internal.FrameworkEventsPluginImpl] Bundle INSTALLED: Bundle{org.apache.felix...
    Profile Photo
    last modified by thomas.diesler
  • Wildcard support in Dynamic-imports

    I've implemented an initial version of wildcard support. e.g. Dynamic-import: com.acme.foo.*   When creating lazy delegate in Module (which we do for all dynamic requirements), we differentiate between wildcar...
    Profile Photo
    last modified by alesj
  • GC shutdown and wiring

    As per this OSGi-dev discussion: * http://www.mail-archive.com/osgi-dev@mail.osgi.org/msg01406.html we're missing "GC" notion on available capabilities / deployments.   We should be still able to wire to undep...
    Profile Photo
    created by alesj
  • CL circularity failure

    My build server is complaining about this CL test: DelegateUnitTestCase.testAbstractFactoryConcurrent junit.framework.AssertionFailedError: Did not expect CNFE for org.jboss.test.classloader.delegate.support.b.Test...
    Profile Photo
    last modified by alesj
  • Classloading and caching changes

    It all started as a performance issue. A web app is using xerces, trying to load its DocumentBuilder class a lot (really a lot). Changing "useLoadClassForParent" on default domain doesn't help a lot. And the class i...
    Profile Photo
    last modified by alesj
  • ClassPool bootstrap refactoring

    Following on from http://community.jboss.org/message/539041#539041 I have started refactoring how the ClassPools are initialized during bootstrap and moving code into the classpools project. The following (uncommitted...
    Profile Photo
    last modified by kabirkhan
  • ShrinkWrapDeployer

    Yo.   So I've had a working ShrinkWrapDeployer impl incubating for some time now:   http://http://anonsvn.jboss.org/repos/jbossas/projects/reloaded/trunk/vdf-bootstrap-minimal/src/main/java/org/jboss/reloa...
    Profile Photo
    last modified by alrubinger