[JBoss-user] ClassCastException

2002-07-01 Thread Conover, Ryan
I am using JBoss-2.4.4. When I return a collection from an entity bean 1.1 spec, I get a Class Cast Exception whenever I try to cast it from an Object to an Integer. using the following code. Collection returnedlist = usersyshome.findByUsername(this.Username); UserSysMatch usersys = null;

[JBoss-user] NoClassDefFoundError

2002-06-27 Thread Conover, Ryan
I have a java app calling an ejb on my app server(JBoss-2.4.4). It was working fine. Then suddenly after a couple minor code changes that should have no effect, I am getting the following error. Exception in thread main java.lang.NoClassDefFoundError: javax/ejb/EJBHome at

[JBoss-user] JDataConnect, JBoss 2.4.4 Problems

2002-06-25 Thread Conover, Ryan
- Original Message - From: Conover, Ryan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 1:42 PM Subject: [JBoss-user] New to the list and New to JBoss 3.0 Hello All, I am currently running JBoss 2.4.4 with no problems. Clients connect fine. I am trying

RE: [JBoss-user] JDataConnect, JBoss 2.4.4 Problems

2002-06-25 Thread Conover, Ryan
: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 11:04 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JDataConnect, JBoss 2.4.4 Problems How about a clue about what the error is? david jencks On 2002.06.25 10:51:35 -0400 Conover, Ryan wrote: I am having trouble

RE: [JBoss-user] JDataConnect, JBoss 2.4.4 Problems

2002-06-25 Thread Conover, Ryan
to true. On 2002.06.25 11:09:36 -0400 Conover, Ryan wrote: I get the following error during start-up. [10:46:22,004,ABMTime] Starting [10:46:22,114,ABMTime] XA Connection pool ABMTime bound to java:/ABMTime [10:46:22,114,ABMTime] Started [10:46:22,114,AuthDB] Starting [10:46:22,145,AuthDB] XA

RE: [JBoss-user] JDataConnect, JBoss 2.4.4 Problems

2002-06-25 Thread Conover, Ryan
datasources working in jboss 3? If so it is unlikely to be a problem with their driver. david jencks On 2002.06.25 13:30:58 -0400 Conover, Ryan wrote: I reversed the XADataSources and then second one listed failed. Is there any known bugs for this. I use a JDBC Type 3 driver from J-netdirect

[JBoss-user] New to the list and New to JBoss 3.0

2002-06-24 Thread Conover, Ryan
Hello All, I am currently running JBoss 2.4.4 with no problems. Clients connect fine. I am trying to migrate to JBoss 3.0, but all my clients are having trouble connecting to the JBoss 3.0 Server. In Jboss 2.4.4 I had to set java.rmi.server.hostname=myservername in my jboss.properties file

RE: [JBoss-user] New to the list and New to JBoss 3.0

2002-06-24 Thread Conover, Ryan
] Subject: Re: [JBoss-user] New to the list and New to JBoss 3.0 Ryan, I suggest you start with the Quick Start guide. I don't know if your question is answered in it, but is a good starting point. http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.pdf?download -dain Conover, Ryan wrote