Most voted "jboss" questions
Jboss Application Server (Jboss AS) is a Java EE application container, open source (Open-Source) and free (Free-Software)
Learn more…106 questions
Sort by count of
-
0
votes1
answer47
viewsScheduler does not load at application start
I’m trying to create a simple task scheduler using EJB, but as a result it is not clicking at the beginning of the application, which would be through the annotation @Startup. Utilise jdk 1.8…
-
0
votes1
answer41
viewsJboss 4.2 consuming SOA (bus) with SSL
I have to put an app that today is running on Websphere to rotate in Jboss 4.2. It turns out that the application consumes services from SOA (SOAP) for Bus via HTTPS and there’s the problem I’m…
-
0
votes1
answer269
viewsUse of HTML rendering tag in Jboss Seam PDF
I need to present texts with changed background color and in different fonts within an html rendering tag, but the correct value is not shown. Tag used: <p:document…
-
-1
votes1
answer1318
viewsConnection is not Associated with a Managed
One of our systems is showing the error below: Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@437f90c8 This mistake has happened a lot,…
-
-1
votes1
answer530
viewsExternal access to Wildfly - Error 111: Connection refused
I need a tip on how to set up my server for access of any machine within my network. I am testing in the following development/testing environment: Eclipse EE Luna SR2 in Java 8; Wildfly Server…
-
-4
votes1
answer763
viewsCannot create a Session after the Response has been Committed
I have the following error in my application that occurs when I access any page. I had to redo the layout of the application and that’s when the problems started. Whenever I accessed a page, except…