http://www.jboss.org/jbossas/docs/6-x
15
votes
3answers
248 views
Why does Java Web Start redownload jars from JBoss?
We just discovered that every time we restart JBoss, all of our Java Web Start clients redownload all of their jars, instead of reusing the cached jars, even if our application has not changed.
From ...
11
votes
2answers
246 views
Use Arquillian to test secure EJB
I am using JBoss 6.1 and I got a secure EJB having methods annotated with @RolesAllowed("Admin"). I am trying to test this method with Arquillian.
I have done the EJB log in successfully in the ...
6
votes
1answer
342 views
JBoss6 JPA: Entity with @Lob results in GenericJDBCException
I have a simple EntityBean with a @Lob annotation. If I delete this annotation I get no errors on JBossAS 6.0.0.Final and MySQL5. But if I annotate it with @Lob (because mt contains about 100 to 5000 ...
6
votes
0answers
511 views
What causes Arjuna 1603 (Could not find new XAResource to use for recovering non-serializable XAResource)
i have no experience with Arjuna, but my log gets filled with:
2011-06-27 09:25:18,021 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA-16037 Could not find new XAResource to use for recovering ...
5
votes
2answers
2k views
JBoss AS6 app specific logging
I'm currently migrating old web apps from JBoss As 4.2.2 to 6.0.0 (AS6). In AS6 we have a proprietary format for logging applications through a file named jboss-logging.xml.
After read some stuff ...
4
votes
1answer
349 views
Injecting a jBoss EJB to a JSF 2.0 managed bean running in a tomcat web application
I have been looking around for some time, and I cannot find a solution, the problem is as follows:
I have an EJB3 application deployed in jBoss 6.0, with remote ejb's.
I have a web application (JSF ...
4
votes
1answer
325 views
Problem running Scala on AS 6
I and others are having trouble running scala on AS 6.
The problem is a IllegalArgumentException that prevents deployment (stack trace below).
I am trying to run the project generated by the ...
3
votes
2answers
94 views
EJB 3.1: Does it allow injection of beans into resources not managed by the container?
I am using JBoss 6.1 and its not fully EJB 3.1 compliant. As of now, I can't inject an EJB into my Struts action classes (or in any non-Java EE Container-managed class) via @EJB, but will this be ...
3
votes
2answers
263 views
HornetQ JMS Bridge between two HornetQ servers fails to deliver
(Edited on 11.11.11, edits at bottom)
I have two JBoss AS 6.1 servers running HornetQ (version 2.2.5 AS7) servers.
Lets call the other one CLIENT and other one MASTER.
CLIENT has a Queue ...
3
votes
2answers
216 views
How to get a 'JBoss service' with CDI in JMX with AS6?
I'm currently migrating a JBoss service class from AS5.1 to AS6 (not going to AS7 for a variety of reasons).
For AS5.1, the service implements a {serviceName}MBean and has a jboss-service.xml with ...
3
votes
1answer
175 views
rich:fileUpload is not working in jboss-6.0.0.Final
I migrated to Jboss AS jboss-6.0.0.Final and richfaces 3.3.3. In this version <rich:fileUpload/> is not working. The upload action is running for a long time which leads browser to throw a ...
3
votes
1answer
227 views
JAX-WS dynamic webservice url
Here's my requirement for a university class: I have to develop a web service that different hotels must implement. For instance they all have to implement the method boolean checkAvailability(Room r, ...
3
votes
1answer
643 views
Where do you configure log4j settings in jboss6
jboss-6.0.0.Final doesn't seem to have jboss-log4j.xml which was used to configure log4j settings in jboss5 (i.e. under server/default/conf/jboss-log4j.xml)
3
votes
1answer
498 views
Work around for faulty INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL in Mojarra JSF 2.1
I know there are a number of posts about converting empty string to null in JSF2. The usual prescription is to add the following to web.xml.
<context-param>
<description>Does not appear ...
3
votes
3answers
280 views
LazyInitializationException in @RequestScoped Bean after explicit EntityManager.find
we are currently migrating from JavaEE5 to JavaEE6 and are using JBoss 6.0.0 and JSF2. For simplicity this example is constructed and based on the Maven archetype: ...
3
votes
0answers
339 views
Resteasy (JBoss AS 6) validation
I'm looking for a good pattern of providing custom validation of input for Resteasy services.
Let's say I've this service:
@Local
@Path("/example")
public interface IExample {
public Response ...
3
votes
1answer
286 views
Tree cache in jboss 6.x
We are using tree cache in jboss 4.2.x, we are planning to switch to jboss6.x, will jboss 6.x supports tree cache?
3
votes
1answer
465 views
JBoss 6 limit JMX to localhost
I can not really find any conclusive documentation on the different avenues for JMX invokation on a JBoss 6.0.0.Final.
The jboss.org guide SecureTheJmxConsole only specifies how to set an ...
3
votes
1answer
1k views
HornetQ Unable to validate user
I am using jboss AS 6 Final on ubuntu with hornetQ
I have created a new Queue on the server named Message Buffer Queue using the admin panel.
I get the following error:
Unable to validate user: ...
3
votes
2answers
2k views
Classloader issue in JBoss AS 6 with EJBs and WARs deployed side-by-side
I've found a pretty intricate problem while working on a project with multiple EE deployables. The problem seems to be a confluence of the EJB3.1 TimerService's Hibernate dependencies and insufficient ...
2
votes
1answer
80 views
Jboss doesn't map my auto-generate entity class with hibernate-tools
A strange thing happens when I put my auto-generated entity classes with hibernate-tools 3.2.4-GA into Jboss 6.1.0-Final. My persistence.xml has every class record with the correct entity:
...
2
votes
1answer
46 views
How to do statistics collection in MDBs state of the art?
I have multiple MDBs (and plenty of mdb instances) as consumers for messages. I have to collect certain statistics inside these Beans and send them every X (currently 30) seconds to a JMS destination.
...
2
votes
1answer
173 views
JBoss 6 socket timeout waiting for @Asynchronous method result
I have a stateless EJB-3.1 session bean containing an asynchronous method that does some expensive processing and returns a future to the client, thereby allowing it to display the processing result ...
2
votes
1answer
192 views
Jboss AS 6 - How to find an EJB via JNDI
I am trying out a simple EJB 2.1 HelloWorld using Jboss AS 6. I created an EJB jar file with the following structure:
HelloWorldEjb
|-ex1
|-ejb21
|-ejb.jar.xml
...
2
votes
1answer
83 views
Multiple hibernate configurations for multiple War applications in JBoss
I have JBoss AS 6 running.
I have deployed multiple War applications. All those apps access the DB through hibernate configuration.
I have configured Datasources in JBoss, one DS for each War ...
2
votes
1answer
67 views
Does a Tool for the analyzation of JBoss log files exist?
I have a JBoss 6 Server running which generates a big log file.
Does a tool exist, which allows me to analyse the log file (How often did a specific error occur? When did it occur? How many INFO / ...
2
votes
1answer
158 views
Access ServiceBean from EJB3
i implements this tutorial, but i cant access the service from EJB3.
My ejb looks like this:
@Stateless
public class Authentication implements AuthenticationRemote {
private ServiceTwoManagement ...
2
votes
2answers
74 views
multiple JAXB serializations for one class?
i have a Class A that is used as a result for a JAX-RS method. I want to marshal A into xml in two different ways.
Is there a way to give resteasy two different mappings to use on my class?
...
2
votes
2answers
533 views
JMS queue with multiple consumers
I have a JBoss-6 server with HornetQ and a single queue:
<queue name="my.queue">
<entry name="/queue/test"/>
</queue>
There a different consumers (on different machines) ...
2
votes
1answer
379 views
How do you disable HornetQ in jboss6
09:13:41,660 INFO [HornetQServerImpl] HornetQ Server version 2.1.2.Final (
Colmeia, 120) stopped
Would like to understand how to disable HornetQ component while launching JBoss6. We don't use this ...
2
votes
1answer
249 views
MDB connected to Oracle AQ via a datasource
Im trying to create a MDB (JBoss AS 6) that connect to an Oracle AD queue.
I got the following example to work:
@MessageDriven(name = "TestMdb", activationConfig = {
...
2
votes
1answer
142 views
Seam mail in JBoss6 and Seam3 environment
I'm using Jboss6 with CDI and some Seam3 modules: seam-solder:3.0.0.Final, seam-servlet:3.0.0.Final and seam-faces:3.0.1.Final.
Now I want to add the seam-mail module, but unfortunately it looks not ...
2
votes
0answers
384 views
Problem with session security feature of JBoss 6 using servlet 3.0
We migrated our application from JBoss 5 to JBoss6 and one of the main reasons for this is to make use of the new features of servlet 3.0. Everything works fine apart from one new feature of JBoss 6 ...
2
votes
2answers
260 views
How to call the startup bean at the end of the bean initialization chain in SEAM
14:00:04,449 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter:
org.jboss.seam.servlet.characterEncodingFilter
14:00:04,450 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter:
...
2
votes
1answer
219 views
Update Mojarra in Jboss AS 6
I've been using glassfish and it has an update utility guide that keeps the server up to date. Is there anything like this in Jboss AS? Or how can I update any lib? To be more specific, I want to ...
2
votes
2answers
137 views
Is there a requirement that jms messages are sent at the end of a commit?
I have the strange phenomenon that jms messages seem to be sent before the database commit actually happened.
Lets say I have a server operation foo() which sends a message to the client when its ...
2
votes
1answer
699 views
NoClassDeFoundError WSServletContextListener and XMLStreamBuffer
I'm getting the following error while trying to deploy a JAX-WS Maven-project to JBOSS6.0.0.
17:45:03,451 ERROR [[/isp]] Error configuring application listener of class com
...
2
votes
1answer
538 views
JBoss Remote Client Credentials client credentials dumped
Firstly I'd like to apologise for having such a big log to try to explain my problem.
I have a JEE application that runs fine on JBoss4.0.3, but we need to port it to JBoss 6.
(There are security ...
2
votes
1answer
449 views
JBoss [ClassLoaderManager] Unexpected err… cannot access superclass?
Trying to deploy to JBoss-6.0.0.Final container and have been battling the following stacktrace. Maybe there's a known solution??
14:36:08,218 INFO [AbstractJBossASServerBase] Server Configuration:
...
2
votes
2answers
473 views
JSF 1.2 on JBoss 6 and EL expression not being resolved
I have been hitting my head against the wall with this one for few hours already and I dont have a clue why this is happening...
Recently we have began process of moving from JBoss 4.2.3 to JBoss 6 ...
2
votes
2answers
799 views
StaleObjectStateException on high frequency updates
We're using Hibernate 3.6.3.Final and MySQL 5.5.8 for a web application. The backend is running on a JBoss 6.0.0 Final server. Most of the time things work really well but occasionally we're getting a ...
2
votes
1answer
1k views
table not found : users during JBoss 6 startup
I'm very new to JBoss, EJB3, hibernate, and MySQL.
I am trying to write a sample code to persist a bean using JPA and hibernate.
I am following in ...
2
votes
1answer
193 views
Web container in JBoss 6 and other queries
What is the default web container in JBoss 6? If what I read was correct, the answer to this question should be JBoss Web (the custom built web container based on Apache Tomcat).
Am I correct in ...
2
votes
1answer
228 views
JBoss6 Classloading Jar Search Order
We are migrating a web application from JBoss 4.2.3 to JBoss 6. The application needs to control the order in which jars are searched for classes during classloading. This was achieved in JBoss ...
2
votes
1answer
347 views
JBoss 6: what's the difference between the directories common/lib and client?
I found common libraries like Apache commons-lang.jar in /client, but not in /common/lib.
Q's:
What's the purpose of the /client directory and how is it different from /common/lib? (I copied my ...
2
votes
1answer
1k views
JBoss 6 - Deploy ejb in war packaging
I am trying to use the new EJB3.1 feature where one can deploy an EJB packaged within a .war file.
I am using Maven 2.2.1 to package the EJB module and then dropping the ejb jar in a war module (as a ...
2
votes
0answers
707 views
org.apache.xml.serializer.ToXMLSAXHandler cannot be cast to org.apache.xml.serializer.SerializationHandler
I'm using JBoss6 M5 and jdk1.6-22.
When I try to run the server, I get the deployment error. Does anyone have any clues on what could be the problem? Thx!
Deployment ...
2
votes
3answers
1k views
How can I ensure that the hornet queues are there when my webapp starts in JBOSS 6.0?
previous title was:
How do I get a JNDI reference to a queue within JBOSS 6 using Spring?
I configured a JMS queue like this, which is in a file mytopic-hornetq-jms.xml:
<?xml version="1.0" ...
1
vote
0answers
52 views
Enabling logging in JBoss 6.1 final with slf4j
I'm trying to enable logging with slf4j 1.6.1 in JBoss 6.1 final and have run in to many problems, read many articles on Google and on here, and have ended up confused with logging still not working. ...
1
vote
0answers
54 views
JBoss NoClassDefFoundError
Hi I've got some problem at running jboss.
Here is a log of deployment:
15:24:25,275 ERROR [[/Web]] Exception sending context initialized event to listener instance of class ...