Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

It seems as if the jboss teams doesn't want to say that the Java 6 compile of Jboss AS 4.2.3 is a GA, they write that it shouyld be considered expiremental.

Anyone using it in production? we're using it in test and plan to move it to prod as it hasn't shown any problems.

share|improve this question

2 Answers

up vote 1 down vote accepted

We've been running that same distribution (jboss-4.2.3.GA-jdk6.zip) in production for several months now and it's been working like a champ. However be aware of this issue in particular, it bit us in testing and would have killed us in production: (Add http://) jira.jboss.org/jira/browse/JBWEB-82 . We've installed JBoss Native as a work around and it's been running great.

share|improve this answer

We have now been running it for a quarter of a year. Seems stable, apart from some strange logs from the transaction manager for unreceverable XA transactions, but we havn't been able to connect those log entries to any application errors. So it seems stable.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.