jboss5.x Questions
3
Solved
Hibernate 3.5-Final is finally here and it offers the much anticipated JPA2 support, amongst other features. I am working on a project(EJB3 based) using JBoss 5.1.0.GA and Hibernate 3.3, but I want...
3
Solved
I would like JBoss to use only the dependencies located in my war file.
Each time I deploy this war file, JBoss still uses its own jars.
Here is the jboss-web.xml I use :
<?xml version="1.0" e...
Paraph asked 12/12, 2011 at 15:49
1
when I deploy an application on JBoess 5.1 Jboss takes 3rd party jars from 3 different optional places that I am aware of:
1. my-app/WEB-INF/lib
2. [JBoss root]/lib
3. [JBoss root]/server/all/li...
Convexoconvex asked 13/2, 2011 at 16:18
1
I'm getting this error when starting the JBoss server in Eclipse.
Failed to boot JBoss:
java.lang.IllegalStateException: Incompletely deployed.
DEPLOYMENTS IN ERROR
Deployment "AttachmentStore"...
2
Solved
In our environment we get these entries consistently in error logs.
[Sun Dec 22 20:29:43 2013] [error] (70007)The timeout specified has expired: ajp_ilink_receive() can't receive header
[Sun Dec 2...
6
Sometimes we have huge amount of JAR files in jboss/server/web/tmp/vfs-nested.tmp directory.
For example today this directory contained over 350k jar files.
But on other hosts there are only 2 jar ...
3
We have an old application that runs on JBoss EAP 5.1 and exposes a web service that invokes a long running ejb method, so we would like to integrate a simple async management of this method call, ...
Carinacarinate asked 7/1, 2014 at 11:10
4
Solved
Currently our production environment runs JBoss 5.1 and we have been debating whether or not its worth migrating to JBoss 7.1. If it was a simple server upgrade, then it wouldn't be a problem. But,...
Atli asked 20/4, 2012 at 15:16
0
When I am trying to invoke a SOAP webservice (.wsdl) that needs basic authentication over HTTPS from my local environment, I got the SSLHandShakeException.
First I have downloaded the certificate ...
Swartz asked 4/12, 2013 at 7:41
2
Solved
I'm using JBoss 5.1.0.GA, I notticed the tmp folder at: server/default/tmp is mora than 1GB big.
Can I safely delete all the files in it?
4
Solved
I have Java EE 5 project using JBoss 5.1 and problem like this. I have to do kind of run-time lookup for some EJBs in MDBs using a string that results from message content. It's just kind of servic...
Hypsometer asked 18/2, 2013 at 11:31
1
Solved
Is it possible to programmatically start and stop JBoss in Eclipse? I am using Indigo Eclipse Java EE, I have a JBoss 5.1.0.GA server that I manually start/stop in Eclipse.
I want to automate rest...
4
I installed JBoss 5.0.1
and ran it , but when i called it from the same computer on localhost:8080 it works
but when i call it from other computer it doesnt work at all using the computer IP ... wh...
Henrieta asked 1/6, 2011 at 16:47
1
Solved
I am using Jmeter to test multiple requests to my web application.
I used NumberOfThread in Jmeter as 50.
My process is as follows:
Login page.
Login with userID and password.
Show menu page.
Cl...
1
Solved
Always when I deploy my project (jsf) I get the following error on my JBoss AS7. On JBoss 6 everything worked fine. What can be reasons for that error message? Do you have any idea how I can solve ...
10
Solved
We upgraded from JBoss 4 (and JDK 5) to JBoss 5 (and JDK 6). The problem is that the start time has gone from 1.5 minutes (on JBoss 4) to more than 4 minutes.
18:53:35,444 INFO [ServerImpl] JBoss ...
6
Solved
I downloaded JBoss Application Server 5 and successfully deployed a war file. I copypasted the Hello.war which has a simple index.jsp file into
\jboss-5.1.0.GA-jdk6\jboss-5.1.0.GA\server\default\...
1
Solved
Is there a single maven dependency containing whole Java EE 5 spec API. Just like
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<ve...
2
Solved
2
Solved
We have script that restarts JBoss.
Should we clean following directories in this script:
$JBOSS_HOME/server/web/tmp
$JBOSS_HOME/server/web/work
$JBOSS_HOME/server/web/data
Or JBoss should ...
2
Solved
I've got two questions to ask regarding JBoss 5.1. We are in process of migrating from JBoss 4.2 to JBoss 5.1.
We are also using Java 1.6 and JPA 2.0 with Hibernate 3.6 as the provider.
My quest...
2
Solved
I am working on a Spring 3.0.5 web application that accesses LDAP and two databases. I have a properties with configuration information for the LDAP server and that databases, in applicationContext...
1
Solved
Does anyone know what servlet api version is jboss 5.1.0 GA runnning?
5
When I am deploying the same application on Tomcat 6.0 and Glassfish 3.0 it is working fine
but on JBOSS server I am getting the below error. Please give specific solution.How can i programatically...
Illustration asked 23/11, 2010 at 15:11
3
Solved
I am developing an application using SPRING 3.0.4, JPA 2, Hibernate 3.5.5.
I an trying an existing example given on link http://www.javacodegeeks.com/2010/05/jboss-42x-spring-3-jpa-hibernate.html....
© 2022 - 2024 — McMap. All rights reserved.