Version 4.2.x of the JBoss Application Server.
0
votes
0answers
4 views
No Active Conversation Context
What does it error mean? "No Active Conversation Context". This error always appears in this situation:
I have an interface with conversation scope, this interface have a form filter and a "search" ...
0
votes
1answer
7 views
hibernate 3.2.6 or 3.3.2 and jboss 4.2.3.GA deployed app run fails with с3p0 error
I deploy app having hibernate dependency.
Jboss AS 4.2.3.GA contains hibernate3.jar in server/default/lib.
Tried to load SessionFactory and and get.
With
java.lang.ClassNotFoundException: No ...
0
votes
0answers
12 views
Jboss 4.2.2.GA Web Console
Is there a precise description of the monitoring values provided by the JBoss web-console? I am trying to understand those numbers are and how/when/where they are measured.
For instance, in the ...
0
votes
0answers
4 views
Is there official documentation for JBoss AS 4.2.3 war and ear deployment?
I cannot find that. Found how to restart app in JMX Console here http://www.info-system.eu/en/knowledge-exchange/37-java/87-jmx-console-restart and shell deployment here
...
0
votes
0answers
8 views
javax.servlet.ServletException: Failed to get MBean data
I am using Jboss 4. I created a test-queue-service.xml for creating a new queue. But when seeing the same queue in console I am getting the following error
HTTP Status 500 -
type Exception report
...
0
votes
1answer
27 views
Jboss 4.2 Class loading exception
I have a jar in server/lib/sample.jar.
sample.jar file consists .class files related to application
so how should access server/lib instated of application.war/web-inf/classes .
jboss-web.xml
...
0
votes
1answer
13 views
JBoss AS 6.0.1 class resourcestream
I am trying to migrate application from Jboss 4.2.3 to Jboss 6.0.1.in our application i have to access a resource (image) from war folder.
WAR
|__ logo.jpg
|__images/icons
|__WEB_INF
...
0
votes
0answers
18 views
JBoss AS 6.0.1 - getResourceStream returns null
I am migratingmy application from JBoss 4.2.2 to JBoss 6.0.1. In my application i am using getClassLoader.getResourceStream("Name") to get file stream. It works fine in Jboss 4.2.2 (it returns ...
0
votes
1answer
35 views
MongoDB JMX registration exception: Class does not expose a management interface
Recently i've been having an issue on application startup, using MongoDB 2.10.1, with my JavaEE application running on Jboss 4.2.3GA.
AM com.mongodb.DBPortPool$Holder get
WARNING: JMX registration ...
0
votes
2answers
28 views
Quartz versioning issue with jboss
I m having quartz 1.7.3 in .grails/plugins folder in development environment
where in grails/web-inf/lib i have quartz-1.8.4.jar version
It works properly in development sts 3.1.0 IDE version
When ...
0
votes
1answer
53 views
Configure javax.faces.FACELETS_REFRESH_PERIOD directly on JBoss server
We have an existing ear application (JSF 1.2) running on JBoss 4.2. We use JRebel, and to be able to automatically detect changes in our xhtml files we needed to disable caching for Facelets by adding ...
0
votes
0answers
32 views
How to create a datasource in JBoss with different driver version
I have an installation of JBoss (4.3.0) with the version 9.0.2.0 of the Oracle driver in the lib directory. I would like to create a datasource that uses a newer version of the driver, without ...
0
votes
0answers
33 views
EJB 3 Transaction Issue
Our application uses Struts2, EJB3.0, JBoss4.2GA, MS-SQL Server2k5. We have one method in SLSB. This method insert two records in the DB table. On production we faced an issue that only one among ...
0
votes
1answer
55 views
SocketTimeoutException in EJB client call
I'm getting the reference to a remote EJB instance without any kind of problem but, sometimes, when I invoke one of its methods a "java.net.SocketTimeoutException: Read timed out" is thrown from the ...
0
votes
0answers
37 views
JBoss MQ vs JBoss Messaging issues
We are having the MDB which Place the Message in the queue with specific period of Time, I mean we are enforcing after the particular time the message should expire from the queue.
Especially this ...
0
votes
1answer
129 views
Flyway can't start from Spring bean
I've got a problem and I can't diagnose what is the source.
I use spring bean for migrations. Here is sample configuration:
<bean id="fib.flyway" class="com.googlecode.flyway.core.Flyway" ...
0
votes
1answer
148 views
How to use org.jboss.varia.property.SystemPropertiesService and org.jboss.util.property.PropertyListener
All
I have seen the jboss-service.xml which use an extended SystemPropertiesService class to reference to custom property file. But I didn't totally understood this kind of usage yet.
Could someone ...
1
vote
0answers
105 views
Arquillian testing with JBoss 4.2.2 GA ends with “Could not get DeploymentManager”
I've tried to do a simple test-example using arquillian on an installed JBoss, whose version is 4.2.2GA. Spent tons of time on it and did a lot of readings in this comnunity and stackflow, but just ...
0
votes
0answers
246 views
How to change JBoss logs files location based on the server configuration?
In my JBoss 4.2's installation folder under {JBOSS_INTALL_FOLDER}/server/ I have several configurations (say All, Default, Minimal and MyConf). And under MyConf there is a log/ folder that I want to ...
0
votes
1answer
245 views
JBossMQ message redelivery + DLQ
I'm trying some scenarios with JMS and JBoss 4.2.2 and I have few problems with it.
I have a Queue
<mbean code="org.jboss.mq.server.jmx.Queue" ...
0
votes
1answer
137 views
Jboss security issue CVE-2010-0738
I have three jboss server running on live and they are served from one http pool to the outside of my organization.
The problem is about jboss jmx-console security issue. As most of you know, the ...
1
vote
0answers
121 views
How to use C3P0PooledDataSource to connect DB in Jboss-EAP-4.3 Server
Hi everyone how to use service.xml for connection pooling in Jboss-4.2.2 server,up to now i am using report-ds.xml for database connection,but i want to replace that with report-service.xml
This is my ...
2
votes
0answers
308 views
Building with jdk 1.7, Unable to call web service using jboss 4.2.3.GA ( runtime environment java 1.7). Error: Cannot build JAXB context
In eclipse, I am building my project with jdk 1.5, I am using jre 1.5 and it is working fine with jboss 4.2.3.GA (if i am using jboss runtime environment java 1.5)...no issue
In eclipse, I am ...
1
vote
0answers
31 views
How can I invoke a method on every instance in a cluster in jboss 4.2.3?
From a pojo annotated with @Service and @Management I want to invoke a method on every instance in my cluster.
@Service(objectName=myClass.OBJECT_NAME)
@Management(MyInterface.class)
public class ...
0
votes
1answer
718 views
Jboss 4.2 not starting on win 7 64 bit
I have JBoss-4.2.3.GA,
Which is unable to start in a given time even if I increase the start time and stop time to 500 Seconds.
I later tried with other versions of JBOSS 4.2 but it is not starting ...
1
vote
1answer
314 views
JBoss redeploy changes on exploded deployment directory
Searching for a way to deploy new changes without restarting the JBoss leaded me to this:
https://community.jboss.org/wiki/RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory
And at ...
0
votes
0answers
62 views
JBoss 4.3 EAP (4.2.1): Crash
I am using JBoss 4.3 EAP. There are multiple servers in the cluster and they all crash at the same time without writing anything to any logs. Dumps are also not of any help. Everything was fine ...
1
vote
0answers
62 views
How to integrate OpenMQ with Jboss-4.2.3.GA?
I am trying to integrate OpenMq with Jboss-4.2.3.GA for my performance evaluation research for messaging oriented middlewares. I want to use imqjmsra.ra as a default resource adapter.
I need help in ...
1
vote
2answers
206 views
Address already used exception while using two jboss 4.2.2 instances in one machine
I am using two instances of JBoss 4.2.2 in one machine. I have changed all the port numbers in the second instance. Still its showing one bellow error while starting the second instance.
...
1
vote
0answers
174 views
jboss OutOfMemory
We have a java application which use JBoss 4.2.0, EJB, Hibernate.
In one of our production server, getting OutOfMemory error at regular interval.
We are seeing user defined exceptions in the jboss ...
0
votes
1answer
146 views
Change rich:modalpanel width/height using JS?
It it possible ? If so, does anyone have any example?
Thanks in advance.
1
vote
0answers
180 views
Connecting from JBoss 4.2 to JBoss 7.1
we would like to create a completely new service using JBoss 7.1 with modern technologies
such as JPA, JEE6, etc....
Alas, we have a legacy system running on a JBoss 4.2.2 that is definitely NOT ...
1
vote
4answers
596 views
How to migrate myproject.war file and myproject-ds.xml file to JBoss AS 7
Till now i run war file in jboss-4.2.2.GA,windows7 in that i had
deployed myproject.war and myproject- ds.xml in server/default/deploye
then its working fine.
now i want migrate ...
0
votes
3answers
114 views
Jboss Server migration causing Exception?
My Jboss Seam application is working just fine at a local environment, but when i try to deploy it on a Remote Jboss, some pages redirect to the debug page, with the following Exception:
Exception ...
1
vote
2answers
1k views
JBOSS deployment having HibernateException on oracle major version 11
Trying to deploy application ear file with following settings in JBoss-4.2.3.GA
jboss-app.xml
<jboss-app>
<loader-repository>
com.xxxx.xxx:loader=<ear-name>
...
0
votes
2answers
281 views
How to seam-authenticate through Servlet
I know it's not the way it's meant to be and it's totally wrong, but orders are orders, I need to do the following:
The user access the servlet with the accesskey on the parameters, like this:
...
1
vote
1answer
287 views
Maven repository artifact: jboss-j2ee
Question regarding Maven Repository and Java EE specification.
I just saw this question: Single/complete Maven dependencies for Java EE 5 API and checked our project.
We are on JBoss 4.2.2 and ...
1
vote
1answer
193 views
Jboss 4.2.3 custom shared lib
I am in the process of moving the shared libraries to some custom jboss lib folder.
Right now as I see, libs are placed under
1)Jboss/lib folder
2)Jboss/server/FM/lib
3)WebInf/Lib in ...
0
votes
1answer
119 views
(JBoss 4.2.3 GA) Role of jar-versions.xml in class loading
What role jar-versions.xml plays in JBoss 4.2.3 GA class loading?
Great thanks for any explanation!
0
votes
0answers
120 views
Deploying web services to JBOSS 4.2.2 using Eclipse (don't have a war)
I have inherited a project using JBOSS 4.2.2.
I am trying to get it running locally. There is no front end it is 100% web services.
Normally to deploy, a jar is built and dropped into the deploy ...
0
votes
0answers
267 views
JBoss 4.2.1 multiple war deployment results in ClassNotFoundException
I'm trying to deploy two war files in a Jboss4.2.1 instance. Deploying them separately works perfectly. Deploying them together does not. It results in a ClassNotFoundException being generated during ...
0
votes
0answers
79 views
Re entrant locks in jboss seam application
I am running a load test on a web application which is developed using JBOSS seam and running in JBOSS 4.2.3 . The seam version is 2.2.2 Final.
While running the load test if I increase more than 40 ...
1
vote
2answers
3k views
How to make a4j:commandLink execute action and show modalpanel?
Jsf 1.2, Richfaces 3.3.3,
I got the following code working to show a richfaces:modalpanel:
<ui:repeat id="albums" var="listvalue"
value="#{MyBean.getImagelist()}">
...
0
votes
1answer
275 views
How to rerender component inside modalpanel?
Is it possible? if yes, how do i do it?
I need to rerender a <h:outputText> after an <a4j:commandLink> action is executed, both components are inside a modalpanel and that modalpanel is ...
2
votes
1answer
414 views
Why is the f:param returning null?
jsf 1.2, jboss 4.2.3 and richfaces 3.3.3
I'm trying to send the index of a as a , but it keeps returning null:
<ui:repeat id="al11" var="albumslistvalue1" ...
2
votes
1answer
82 views
How to configure a war in order to depends on the exported libraries in the war instead of the libraries from the server?
I want to deploy a war in a JBoss 4.2 but I don't have control over its dir, so I can't replace the jsf-impl.jar and jsf-api.jar.
My question is: How to configure the war in order to depends on the ...
0
votes
1answer
203 views
JBoss property in .properties file does not work
In my Java .properties file I have this line:
KEYSTORE_PATH=${jboss.server.data.dir}/myapp/keys/keystore.jks
In all other files e.g. log4j.properties jboss.server.data.dir is changed to ...
0
votes
0answers
71 views
Interpreting lock info in JMX-console
I'm having response time problems with my web application which I supposed to be a problem of jboss-cache (I'm using Jboss 4.2). Indeed, printing lock info through jmx-console give me the following ...
0
votes
1answer
410 views
Sending an HTTP POST request, but JBOSS receives an empty GET request
I have a jsp page running in a jboss 4.2.2 server. In the jsp im trying to print the headers of a http post request using methods like request.getMethod() and request.getHeaderNames(). Im sure that ...
0
votes
1answer
250 views
Spring-WS: Response message contains weird characters
I am new to Spring-WS and I had to create a WebService for my project.
So to try some examples, I downloaded spring-webservices-samples from http://code.google.com/p/spring-webservices-samples/
When ...

