[JBoss-user] [Beginners Corner] - v3.2.3 works fine, v4.0.3 I get ArrayStoreException. Why?

2006-05-25 Thread mjremijan
I am working on converting from v3.2.3 to version 4.0.3SP1. I've run into a weird problem where an ArrayStoreException is being thrown. The strange thing is it works fine in v3.2.3 running with the same sun jvm so I'm gussing there might be a class loader difference in 4.0.3SP1 which is causin

[JBoss-user] [HTTPD, Servlets & JSP] - Jboss 3.2.3, Tomcat 5, and < Context > file

2005-05-25 Thread mjremijan
Ok, I've searched through the forum but haven't been able to find an answer that works for me. I'm trying to see if JBoss/Tomcat can read the standard Tomcat external < Context > file. So far I haven't had any success. This is what I'm trying. I define a simple parameter in the < Context > file:

[JBoss-user] [HTTPD, Servlets & JSP] - JBoss 3.2.3, Tomcat 5, and

2005-05-24 Thread mjremijan
Ok, I've searched through the forum but haven't been able to find an answer that works for me. I'm trying to see if JBoss/Tomcat can read the standard Tomcat external < Context > file. So far I haven't had any success. This is what I'm trying. I define a simple parameter in the < Context >

[JBoss-user] [Beginners Corner] - specify deploy directory for jk2

2004-09-14 Thread mjremijan
I'd like to use the apache jk2 in front of jboss. However, I have a small problem. In the httpd.conf file I would normally need to use an alias to point to the webapp directoy. Using straight tomcat this is easy: Alias /test "D:/Programs/jakarta/tomcat/5.0.28/webapps/test/" However, with jbo

[JBoss-user] [Persistence & CMP/JBoss] - updated to 4.0.0RC1 and transactions hang.

2004-08-06 Thread mjremijan
Hello, I'm trying to upgrade to 4.0.0RC1. The first test I did failed because of transactions hanging. Basically, all I have is a stateless local session bean that uses 2 local entity beans to do 2 inserts into the database. All the methods have "transaction=required". I'm using XDoclet 1.2

[JBoss-user] [Beginners Corner] - Re: Autodeployer only gets *.jar file

2004-02-20 Thread mjremijan
Actually it's not a concern now because the latest release of JBoss with Tomcat5 does unjar the XML file for me. The XML file is nothing special, just configuration info for my application. I do not want to use getResourceAsStream() because I want to be able to change the XML file and have the

[JBoss-user] [HTTPD, Servlets & JSP] - Tomcat 5 and JSP Expression Language (EL)

2004-02-19 Thread mjremijan
I downloaded the lates 3.x relase of JBoss and I updated to the Tomcat5 iin the examples directory. However, Expression Language support (EL) is not working. So if I have a bean in the PageContext named "person", when I do this... ${person.firstName} ...in the JSP page I do not get the name,