Log in to follow, share, and participate in this community.
Thread Clustering, HA Singleton
Clustering, HA SingletonI have been looking for complete tutorial and examples that gives me information about clustering, HASingleton,Barrier, Election policy etc. I am getting bits and pieces on the web but nothing that gives me a complete...
PROBLEM STARTING JBOSS 4.0.2Hello everyone, I have recently installed JBOSS and, i deploy my pplications from Eclipse 3.2. The problem is when I try to start the server from Eclipse environment an error dialog pops up saying: Timeout waiting ...
Changelog from 4.0.5 to 4.2.3Hi all. This is my first post and I don't know this is the right forum.. I would like to have information about difference between 4.0.5 version and 4.2.3, if 4.2.3 is totally compatible with 4.0.5 and what are the n...
Thread TellerBean Web Service Exception when starting the server
TellerBean Web Service Exception when starting the serverI'm still working through http://docs.jboss.org/jbossas/getting_started/v5 When I restart the server I find this Exception: 10:11:58,835 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=local/T...
Thread Getting Started v5 Chapter 6.2 Normal Exception?
Getting Started v5 Chapter 6.2 Normal Exception?I tried Chapter 6.2 of the V5 Getting Started guide with jBoss 4.0.5 and get this stacktrace in the log. Is it an expected stacktrace? 2008-10-21 09:38:35,573 DEBUG [org.jboss.mq.il.uil2.SocketManager] Failed to ha...
JBoss AS in production environmentHi, I found very interesting conversation about JBoss AS on http://groups.google.com/group/Omaha-Java-Users-Group/browse_thread/thread/c3069ffeebd1a808 What is not true in this post?? -------------------------------...
Thread Security Exception when switching to Database Authentication
Security Exception when switching to Database AuthenticationI'm working my way through http://docs.jboss.org/jbossas/getting_started/v5/html/dukesbank.html When I switched from password file to database security, I can log in, but when the main page is built, I get this stack...
Thread Web Service - what needs to be in the .war?
Web Service - what needs to be in the .war?Hi, I'm more or less a newbie to Java EE, and I'm attempting to design a web service that accepts incoming SOAP requests and does (something). I've been playing with sample code, but I can't get anything to deploy co...
Thread jboss as 5 - hibernate integration help needed
jboss as 5 - hibernate integration help neededHi, I know JBossAS5 - Hibernate integration document is sparse; despite that, I was able to make it somewhat far, hoping for little bit of help to finish it off. I got in my "server/default/deploy" directory test.har...
Trailblazer fails to startHi, I followed the TrailBlazer tutorial (http://trailblazer.demo.jboss.com/EJB3Trail/). Since I am new to both JBoss and EJBs I started a scratch EJB project (in Eclipse) and added the code provided in the tutorial. ...
run.sh giving troublei installed jdk 1.5 from sun on my new rhel 5 box. Installed jboss-as and when i execute ./run.sh it throws the following error message : CLASSPATH: /home/jboss-as/bin/run.jar ============================= ./run.sh:...
MDB Pooling QuestionIf I create an MDB is there only 1 instance of the MDB created or are they pooled by default? Also if they are pooled how does JBoss manage the instance variables that are set for the MDB?
Newbie QuestionsI am trying to understand how EJB components (SLSB, SFSB, MDB) work. If I have an MDB that has a reference to a SLSB and a SFSB like:
public class TestMDB implements MessageListener {
@EJB
private TestSLSB slsb;
...
Product Manuals / Documentation <= 1997I have a quick question. I tried searching on the Documentation section of the site, but I didn't find anything remotely close.. earliest I believe I saw was around 2004. I am doing research on the way relational dat...
Thread Does JBoss support he APP-INF/lib directory?
Does JBoss support he APP-INF/lib directory?I am trying to determine if JBoss supports using jars from the APP-INF/lib directory in an ear file. I know this directory is something BEA added into Weblogic and isn't in the spec (unless it has been added within th...
Error on MySQL connector test: FYIWhile setting up my jboss 4.2.3 with MySQL and testing the connection I found an error in the code for client.jsp which is given in section 6.5 of the latest "Getting Started" documentation. There is no closing "%>...
newbie - JBossHi, I had changed the JBoss default port to 80 and confirmed that no other applications are using this port. I have set the JBOSS_Home. Also set the Java class path When I start run.bat a dos window appears and imme...
Thread instrucitons for building roster application screwed up
instrucitons for building roster application screwed upI am trying to build the roster application to test my connection to MySQL and am using this version of the getting started manual: http://docs.jboss.org/jbossas/getting_started/v4/html/cmp.html It gives me the follo...