[JBoss JIRA] Created: (JBAS-8825) Default interface for a socket binding should come via SocketBindingManagerService
by Brian Stansberry (JIRA)
Default interface for a socket binding should come via SocketBindingManagerService
----------------------------------------------------------------------------------
Key: JBAS-8825
URL: https://issues.jboss.org/browse/JBAS-8825
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management
Affects Versions: 7.0.0.Alpha1
Reporter: Brian Stansberry
Assignee: Emanuel Muckenhuber
Fix For: 7.0.0.Beta1
The default interface used for socket bindings comes from an attribute on the socket-binding-group element. The XML parser tracks the value and then adds it to the operation to create a socket-binding if the <socket-binding> element doesn't declare an interface.
This parser-based approach isn't sufficient as it only works for the parsing use case. Applying it elsewhere forces operations on child model resources (socket-bindings) to find out information stored in parent resources, which we want to avoid.
Better IMO is to make the "interface" field on the model representation of a socket binding nullable; the parser should just pass through what the XML says. The SocketBindingManagerService should store the default interface, like it currently stores the port offset. SocketBinding.getAddress() can then ask for the default address from SocketBindingManagerService if its own networkInterface field is null.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (JBAS-8826) No way to apply a socket binding port offset to a standalone server
by Brian Stansberry (JIRA)
No way to apply a socket binding port offset to a standalone server
-------------------------------------------------------------------
Key: JBAS-8826
URL: https://issues.jboss.org/browse/JBAS-8826
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management
Affects Versions: 7.0.0.Alpha1
Reporter: Brian Stansberry
Assignee: Emanuel Muckenhuber
Fix For: 7.0.0.Beta1
There is no place to store the SocketBindingManagerService's port-offset in standalone.xml. Currently it gets passed in as a special value by the HostController, which only works in the domain mode use case.
I think the most intuitive thing to do is to add a port-offset attribute to standalone-socket-binding-groupType.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (JBAS-8801) Undeployment leaks root deployment service
by Thomas Diesler (JIRA)
Undeployment leaks root deployment service
------------------------------------------
Key: JBAS-8801
URL: https://issues.jboss.org/browse/JBAS-8801
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
To reproduce
#1 do a hot-deploy
#2 do a hot-undeploy
#3 use jconsole to check the installed services. you should see jboss.deployment.yourdeployment
As a result redeploy fails with
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to mount deployment content
at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:69)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:85)
... 4 more
Caused by: java.io.IOException: Filsystem already mounted at mount point ""/content/example-simple.jar""
at org.jboss.vfs.VFS.mount(VFS.java:159)
at org.jboss.vfs.VFS.doMount(VFS.java:379)
at org.jboss.vfs.VFS.mountZip(VFS.java:405)
at org.jboss.as.server.deployment.impl.ServerDeploymentRepositoryImpl.mountDeploymentContent(ServerDeploymentRepositoryImpl.java:78)
at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:65)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (JBAS-8513) Managed bean @Resource injection is premature
by Brian Stansberry (JIRA)
Managed bean @Resource injection is premature
---------------------------------------------
Key: JBAS-8513
URL: https://jira.jboss.org/browse/JBAS-8513
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Other
Reporter: Brian Stansberry
Fix For: 7.0.0.M1
The way this works now, for a given managed bean type T, the ManagedBeanService<T> would have an instance of each @Resource bean injected as part of start(). Thereafter whenever ManagedBeanContainer.createInstance() is invoked, the same bean instance would be injected into the newly created bean. AIUI what should happen is createInstance() should result in a new naming lookup for each @Resource bean, which in turn would trigger creation of a new instance of that bean.
This also causes classloading problems, since doing the injection during the MSC StartTask results in the ManagedBeanObjectFactory not being visible. See forum thread for effect of this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (JBAS-8664) ConcurrentModificationException on startup with IBK jdk
by alaisi alaisi (JIRA)
ConcurrentModificationException on startup with IBK jdk
-------------------------------------------------------
Key: JBAS-8664
URL: https://jira.jboss.org/browse/JBAS-8664
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: 6.0.0.CR1
Environment: JBossAS [6.0.0.20101110-CR1 "Neo"]
Java version: 1.6.0,IBM Corporation
Java Runtime: Java(TM) SE Runtime Environment (build jvmwi3260sr5ifx-20090821_41076)
Java VM: IBM J9 VM 2.4,IBM Corporation
OS-System: Windows XP 5.1 build 2600 Service Pack 3,x86
Reporter: alaisi alaisi
Assignee: Ales Justin
Starting AS 6 CR1 with IBM JDK fails with ConcurrentModificationException when installing deployers/metadata-deployer-jboss-beans.xml.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (JBAS-8789) Stackoverflow deploying WAR with specific JAR in lib
by Nicklas Karlsson (JIRA)
Stackoverflow deploying WAR with specific JAR in lib
----------------------------------------------------
Key: JBAS-8789
URL: https://issues.jboss.org/browse/JBAS-8789
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: 6.0.0.Final
Reporter: Nicklas Karlsson
Assignee: Ales Justin
Attachments: geoapi-2.3-M1.jar
A WAR with the geoapi-2.3.M1.jar (as example) fails to deploy with
Caused by: java.lang.RuntimeException: Error visiting resource: VFSResourceContext @ org/opengis/annotation/UML.class / BaseClassLoader@6b35456b{vfs:///C:/Java/as/jboss-6.0.0.Final/server/default/deploy/geoserver.war}, visitor: org.jboss.scanning.hierarchy.plugins.HierarchyTypeVisitor@73d2fcae
at org.jboss.scanning.plugins.visitor.IgnoreSetErrorHandler.handleError(IgnoreSetErrorHandler.java:56) [:1.0.0.GA]
at org.jboss.scanning.plugins.visitor.ReflectResourceVisitor.visit(ReflectResourceVisitor.java:91) [:1.0.0.GA]
at org.jboss.scanning.hierarchy.plugins.HierarchyIndexScanningPlugin.visit(HierarchyIndexScanningPlugin.java:91) [:1.0.0.GA]
at org.jboss.scanning.spi.helpers.ScanningPluginWrapper.visit(ScanningPluginWrapper.java:112) [:1.0.0.GA]
at org.jboss.classloading.plugins.visitor.FederatedResourceVisitor.visit(FederatedResourceVisitor.java:101) [jboss-classloading.jar:2.2.0.GA]
at org.jboss.classloading.plugins.vfs.VFSResourceVisitor.visit(VFSResourceVisitor.java:264) [jboss-classloading-vfs.jar:2.2.0.GA]
... 48 more
Caused by: java.lang.StackOverflowError
at sun.reflect.generics.parser.SignatureParser.parseSimpleClassTypeSignature(SignatureParser.java:253) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseClassTypeSignatureSuffix(SignatureParser.java:270) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseClassTypeSignature(SignatureParser.java:244) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseFieldTypeSignature(SignatureParser.java:228) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseTypeSignature(SignatureParser.java:359) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseTypeSig(SignatureParser.java:157) [:1.6.0_23]
at sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:367) [:1.6.0_23]
at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:181) [:1.6.0_23]
at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69) [:1.6.0_23]
at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52) [:1.6.0_23]
at java.lang.reflect.Field.declaredAnnotations(Field.java:1014) [:1.6.0_23]
at java.lang.reflect.Field.getDeclaredAnnotations(Field.java:1007) [:1.6.0_23]
at java.lang.reflect.AccessibleObject.getAnnotations(AccessibleObject.java:175) [:1.6.0_23]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.readAnnotations(IntrospectionTypeInfoFactoryImpl.java:610) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:126) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months