RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Thanks. -Original Message- From: Jonathan Ackerman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 6:56 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Hi Patrick, Name of the JAR file does not matter. Check that your .

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Jonathan Ackerman
does not have any database dependencies etc..) Jonathan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 21 March 2001 11:24 a.m. To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Hi, Jonathan I took all of the

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
ROTECTED]] Sent: Tuesday, March 20, 2001 6:02 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Have you double checked the case of your file names & class names ? I've come across a similar problem before with moving code from NT to Solari

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Jonathan Ackerman
21 March 2001 10:32 a.m. To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT I just took all of the classes I compliled and JARred on Solaris and deployed them on 2.0 FINAL on NT. No problems. The problem arises when I try to deploy the JAR file on Solaris 2.6 2.0

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 2:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JBoss-user] Deploy problem on Solaris. Fine on NT Nope. I also recompiled all the classes on Solaris. Same problem. -Original

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Nope. I also recompiled all the classes on Solaris. Same problem. -Original Message- From: Alexander Kogan To: [EMAIL PROTECTED] Sent: 3/20/01 1:59 PM Subject: Re: [JBoss-user] Deploy problem on Solaris. Fine on NT Just a wild guess: is it possible that your jar-file has been

RE: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Patrick . Hardy0
Out of curiosity, I installed the jboss-2.1.zip file on the web site on Solaris 2.6 (JDK 1.3). When I tried to deploy my bean, I get a java.lang.NoSuchMethodError. Again, there is no explanation as to why. Can someone tell me what I'm doing wrong? Thanks. [Auto deploy] Auto deploy of file:/loc

Re: [JBoss-user] Deploy problem on Solaris. Fine on NT

2001-03-20 Thread Alexander Kogan
Just a wild guess: is it possible that your jar-file has been converted as an ascii-file when you transfer it from NT to Solaris? [EMAIL PROTECTED] wrote: > > Hello, > > I'm having a problem deploying an application on jBOSS 2.0 FINAL on Solaris > 2.6. I created an EJB application that deploy