jboss7.x Questions
1
Solved
We have a large JDK7 application deployed on JBoss using several libraries like Hibernate, Spring and so on. After initial startup of the server, the application runs as expected but after some upt...
Coincident asked 15/7, 2016 at 9:51
5
Solved
Has anyone had success deploying Jersey 2.x with JBoss 7.x? I've tried deploying Jersey 2.5 with JBoss 7.1.1 but encountered errors like:
"java.lang.NoSuchMethodError: javax.ws.rs.core.Application...
Hurtle asked 16/1, 2014 at 21:36
3
Solved
I am trying to run Jersey 2.1 REST service on JBoss 7.1 AS. I am getting the NoSuchMethodError: javax.ws.rs.core.Application.getProperties error during deployment:
ERROR [org.apache.catalina.core....
Landfall asked 11/8, 2013 at 20:22
3
I have very strange exception after starting using beans.xml file in our EJB and jar files.
We use JBoss7.1.1 release.
Our application is packaged as ear file.
It was deployed and works correctly e...
Sanctity asked 16/4, 2013 at 6:13
2
I finally configured my JBoss AS 7 server to use SPNEGO on an AD domain against Windows 2008 R2. I'm using Java 7.
When a user accesses the server URL from somewhere other than a domain computer (...
6
Solved
I am installing JBoss but I don't understand which version to choose. Should I download JBoss 7.x or the JBoss EAP 6.x? What is the difference?
4
Solved
JBoss Application Platform has 2 distributions, a community and an enterprise release, community releases are like Beta releases of enterprise releases, JBoss 7.0 is then actually EAP 6 beta 1, 7.0...
8
Solved
I`m trying to run a simple application with spring java based configuration on jboss, but no success.
This application works fine both on jetty and tomcat.
The jboss log looks good, since it shows ...
Cubbyhole asked 18/12, 2013 at 19:13
7
I'm currently migrating from jboss 4.3 to jboss 7.1.1 (Final) and i'm trying to configure an oracle datasource but it's not working. Following is what I've done to setup an oracle datasource
1)Dow...
Psi asked 21/8, 2012 at 7:7
4
I am unable to view any logs in server.log file or in the Jboss output console. It's hard for me to debug the code since I am unable to print "System.out.println()" also in the console.
Earlier I...
Tenner asked 22/11, 2013 at 17:15
2
I am using JBOSS AS7.1, Eclipse Luna for development. My eclipse installation does have a plugin installed for maven.
I have created my webapp project using maven command-line.
In my current set ...
Triplane asked 28/4, 2016 at 12:30
3
Solved
I am able to configure MySQL DataSource in standalone.xml and is working fine. But I want to configure DataSource using the @DataSourceDefinition annotation.
How to configure a MySQL datasource us...
1
Solved
I am new to OSGi. I'm using Apache felix in Jboss AS 7.1 for OSGi container. On accessing 'localhost:8090/system/console' I can find the list of bundles that are installed. When I check a bundle's ...
Paduasoy asked 12/4, 2016 at 14:7
2
When I deploy my .war file in JBoss AS 7.1.1 and call
FacesContext.class.getPackage().getImplementationTitle()
and
FacesContext.class.getPackage().getImplementationVersion()
I get a differe...
6
I was able to successfully create a simple project with docx4j ( http://www.docx4java.org ). This simple project successfully created and wrote on a .docx document. Now I am trying to accomplish th...
3
Anyone know how to make @Schedule annotation work on JBoss AS 7?
I know that on Glassfish-3.1.2 it works out-of-box.
I try this:
@ManagedBean
@Stateless(name="ImportStatementSchedule")
public cl...
Nutriment asked 1/5, 2012 at 9:2
3
Solved
I have a REST endpoint in my application that is protected with EJB security.
@Path("/somepath")
@Produces(MediaType.APPLICATION_JSON)
@Stateless
@SecurityDomain("mydomain")
@RolesAllowed({"user"}...
4
I’m using JBoss 7.1.3.Final. I want to package my own Hibernate 4.3.0.Final Jars and the JPA 2.1 spec JARs within my WAR. It is not an option to replace the hibernate (or any other) module in JBoss...
4
I want to use hibernate 4.3 for its multitenancy features in JBoss 7.1.
I managed to include it in my war by adding the following lines in jboss-deployment-structure
<exclusions>
<modul...
3
Solved
I want to start JBoss AS v7 and set standalone-full.xml as default config. In my standalone.conf I put this line:
JAVA_OPTS="$JAVA_OPTS -Djboss.server.default.config=standalone-full.xml".
But whe...
4
i've installed jboss-as-7.1.1.Final on my windows 7.
the installation was successfull, and i can see the server running on http:/localhost:8080/
But the problem is I am trying to add the users thr...
2
Solved
I'm trying to set up Spring 3.0.6 libraries as a module in JBoss 7.
I have all of the jars in modules/org/springframework/main along with the following module.xml
<module xmlns:"urn:jboss:modu...
2
Solved
I have Java EE project in which I use Arquillian tests with JUnit on JBoss 7 (Windows). Tests are working fine however I cannot debug them.
From what I've googled (https://community.jboss.org/wiki...
Sieracki asked 20/7, 2013 at 18:33
1
Solved
In my application I use @Asynchronous business methods on session beans in two different places. Each has its own logic and requirements so ideally I'd like to configure a maximum thread pool size ...
Hermann asked 12/11, 2014 at 14:18
3
Solved
I created a java application and initialize a java.util.Logger with that application and run that application as -javaagent with jboss AS 7 server and i got IllegalStateException (i am using eclips...
Supinator asked 15/1, 2014 at 10:2
© 2022 - 2024 — McMap. All rights reserved.