[JBoss Tools] - Re: Can't follow AS7/JBoss Tools video example
by Scott Stark
Scott Stark [http://community.jboss.org/people/starksm64] created the discussion
"Re: Can't follow AS7/JBoss Tools video example"
To view the discussion, visit: http://community.jboss.org/message/624507#624507
--------------------------------------------------------------
I have the jboss tools installed into the indigo version of eclipse, and when I installed the jboss tools from the update site, I said install everything.
Now I create the project by importing the as7-quickstarts using the m2e maven plugin, so maybe that is a problem. The .project file looks like:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jboss-as-quickstarts-parent</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
How would I import the quickstarts as a WTP project?
Note that I did just go look at the jboss tools update site and see that the "All JBoss Tools 3.3" item does not include the maven support, so I'll install that and try creating a new project.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/624507#624507]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[JBoss Tools] - Archetypes for JavaEE modules?
by Wolfgang Knauf
Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] created the discussion
"Archetypes for JavaEE modules?"
To view the discussion, visit: http://community.jboss.org/message/623604#623604
--------------------------------------------------------------
Hi all,
I currently do my first Maven steps, and I want to use the features of Eclipse/WTP (or JBoss Tools), combined with some Maven features (mainly dependency management).
But I am a bit stuck with the archetypes: does anybody have a suggestion on which archetypes to use for creating a JavaEE6 ear with all child modules (ejb, app client, web module)?
E.g. JBossTools has an archetype "jboss-javaee6-webapp", but no archetypes for the other module types. I found some JavaEE archetypes with groupId "org.codehaus.mojo.archetypes" which covered all module types, but I did not manage to connect the modules to an Eclipse EAR project.
This question is probably not really JBossTools related, but I hope that they provide all necessary utilities, and I just did not find them all ;-).
Best regards
Wolfgang
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/623604#623604]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[JBoss Portal] - org.jboss.wsf.stack.jbws.EndpointServlet - memory issue
by Bogdan Ungureanu
Bogdan Ungureanu [http://community.jboss.org/people/bfp] created the discussion
"org.jboss.wsf.stack.jbws.EndpointServlet - memory issue"
To view the discussion, visit: http://community.jboss.org/message/624559#624559
--------------------------------------------------------------
I am running a JBoss 2.7.1 as a producer over WSRP. Under load I experience a memory issue with the below details:
"+One instance of *"org.jboss.wsf.stack.jbws.EndpointServlet"* loaded by *"org.jboss.mx.loading.UnifiedClassLoader3 @ 0xcbfd5bc0"* occupies *124,724,728 (25.20%)* bytes. The memory is accumulated in one instance of *"java.util.LinkedList$Entry"* loaded by *"<system class loader>"*.+
+*Keywords*+
+org.jboss.wsf.stack.jbws.EndpointServlet+
+org.jboss.mx.loading.UnifiedClassLoader3 @ 0xcbfd5bc0+
+java.util.LinkedList$Entry+"
The Tenured generation is not cleaned up due to this issue and the memory consumption is quite linear in growth and unstopable.
Below is the shortest path to the acumulation point
h5.
| * java.util.LinkedList$Entry @ 0xd71eb970 | 24 | 124,724,656 |
| \ * *header* java.util.LinkedList @ 0xd71eb958 | 24 | 124,724,680 |
| . \ * *preDestroyRegistry* org.jboss.wsf.stack.jbws.EndpointServlet @ 0xd71eb930 | 40 | 124,724,728 |
| . . + * *<Java Local>* java.lang.Thread @ 0xdba14690 ajp-0.0.0.0-8010-28 *Thread* | 112 | 307,552 |
| . . + * *instance* org.apache.catalina.core.StandardWrapper @ 0xcf1b5d40 » | 216 | 1,608 |
| . . + * *servlet* org.apache.catalina.core.ApplicationFilterChain @ 0xdb7dd370 » | 32 | 88 |
| . . \ * Total: 3 entries |
|
Regards,
@Bob
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/624559#624559]
Start a new discussion in JBoss Portal at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[jBPM] - Re: JBPM5 on JBoss AS 7
by Jim Dwyer
Jim Dwyer [http://community.jboss.org/people/JimDwyer] created the discussion
"Re: JBPM5 on JBoss AS 7"
To view the discussion, visit: http://community.jboss.org/message/624532#624532
--------------------------------------------------------------
I have followed the instructions on http://kverlaen.blogspot.com/2011/07/jbpm5-on-as7-lightning.html http://kverlaen.blogspot.com/2011/07/jbpm5-on-as7-lightning.html but am getting these errors when I log into the console. Both the console and console-server files are deploying without error.
Anybody know why?
17:47:49,645 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--127.0.0.1-8080-1) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalAccessError: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_23]
Caused by: java.lang.IllegalAccessError: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60) [slf4j-api-1.5.2.jar:]
at org.apache.mina.core.service.IoHandlerAdapter.<init>(IoHandlerAdapter.java:38) [mina-core-2.0.0-M3.jar:]
at org.jbpm.task.service.mina.BaseMinaHandler.<init>(BaseMinaHandler.java:30) [jbpm-human-task-5.1.0.Final.jar:]
at org.jbpm.task.service.mina.MinaTaskClientHandler.<init>(MinaTaskClientHandler.java:28) [jbpm-human-task-5.1.0.Final.jar:]
at org.jbpm.integration.console.TaskManagement.connect(TaskManagement.java:62) [jbpm-gwt-core-5.1.0.Final.jar:]
at org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java:179) [jbpm-gwt-core-5.1.0.Final.jar:]
at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:99) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_23]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_23]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_23]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_23]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
... 24 more
17:48:28,201 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--127.0.0.1-8080-6) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.slf4j.LoggerFactory
at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_23]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.slf4j.LoggerFactory
at org.apache.mina.core.service.IoHandlerAdapter.<init>(IoHandlerAdapter.java:38) [mina-core-2.0.0-M3.jar:]
at org.jbpm.task.service.mina.BaseMinaHandler.<init>(BaseMinaHandler.java:30) [jbpm-human-task-5.1.0.Final.jar:]
at org.jbpm.task.service.mina.MinaTaskClientHandler.<init>(MinaTaskClientHandler.java:28) [jbpm-human-task-5.1.0.Final.jar:]
at org.jbpm.integration.console.TaskManagement.connect(TaskManagement.java:62) [jbpm-gwt-core-5.1.0.Final.jar:]
at org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java:179) [jbpm-gwt-core-5.1.0.Final.jar:]
at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:99) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_23]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_23]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_23]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_23]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
slf4j is part of the AS7 I believe. For some reason it can't seem to find it at runtime.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/624532#624532]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[Beginner's Corner] - Error Messages in server.log
by Hari Ganesh
Hari Ganesh [http://community.jboss.org/people/hariganesh] created the discussion
"Error Messages in server.log"
To view the discussion, visit: http://community.jboss.org/message/621658#621658
--------------------------------------------------------------
Hi All,
In my Jboss Server.log, i am continuously getting below log entries:
2011-08-18 17:40:09,578 ERROR [org.jgroups.protocols.UDP] failed unmarshalling message
java.io.EOFException
at java.io.DataInputStream.readShort(DataInputStream.java:315)
at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:807)
at org.jgroups.protocols.TP.access$400(TP.java:46)
at org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1297)
at java.lang.Thread.run(Thread.java:636)
Is this a concern or can i ignore this? Any idea what could be causing this?
Also while starting my Jboss instance,it is auto discovering all nodes in the network and clustering it and since the cluster name is "Default Partition"(which is the default name for a cluster),i think it is adding the node to the cluster. Will this cause any issue?
How can i disable auto discovery?
Thanks in Advance,
HG
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/621658#621658]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[Beginner's Corner] - Error after patching JBoss
by Willem Noorduin
Willem Noorduin [http://community.jboss.org/people/willemnoorduin] created the discussion
"Error after patching JBoss"
To view the discussion, visit: http://community.jboss.org/message/622173#622173
--------------------------------------------------------------
We are running JBoss 5.1.1. - eap (Redhat Edition). After deploying the jms-ra.rar file and the accompanied jboss-common-jdbc-wrapper.jar file, we get the following error:
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:778)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:543)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.IllegalStateException: No ConnectorMetaData found for mdf rarName: jms-ra.rar
at org.jboss.resource.deployers.builder.ManagedConnectionFactoryBuilder.buildConstructor(ManagedConnectionFactoryBuilder.java:104)
at org.jboss.resource.deployers.builder.AbstractBuilder.buildService(AbstractBuilder.java:56)
at org.jboss.resource.deployers.builder.AbstractBuilder.build(AbstractBuilder.java:65)
at org.jboss.resource.deployers.ManagedConnectionFactoryDeployer.deploy(ManagedConnectionFactoryDeployer.java:177)
at org.jboss.resource.deployers.ManagedConnectionFactoryDeployer.deploy(ManagedConnectionFactoryDeployer.java:52)
I think we have forgotten something, but it isn't clear from the installation README,which says we only need to copy the files. I have tested this with a bog-standard production profile, with no applications as of yet.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/622173#622173]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months