Log in to follow, share, and participate in this community.
Thread Reliance jBPM overview
Reliance jBPM overviewHi 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...
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 ...
Thread How to retrieve the relative classpath for Web app from classloader?
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...
MC deadlockWe 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...
JBAS-8937; dup component installTrying 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...
Benchmarking classloadersFor 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...
Weld - pull from MCI 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"...
Thread JBoss Reflect Performance Javassist vs Introspection
JBoss Reflect Performance Javassist vs IntrospectionI 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...
VFS3 and symlinksMe: 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...
Thread Removing cached entry in VFSCLPolicy on load
Removing cached entry in VFSCLPolicy on loadDoes something like this make sense to add directly, or should it be optional? public VFSClassLoaderPolicy(String name, VirtualFile[] roots, VirtualFile[] excludedRoots)
{
...
Endless loop at AS server startupUsing 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...
Thread [JBOSGI-342] Bundle resolution depends on install order
[JBOSGI-342] Bundle resolution depends on install orderWorking 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...
Wildcard support in Dynamic-importsI'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...
GC shutdown and wiringAs 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...
CL circularity failureMy 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...
Classloading and caching changesIt 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...
ClassPool bootstrap refactoringFollowing 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...
ShrinkWrapDeployerYo. 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...