RE: [JBoss-user] MS SQL JDBC Driver problem

2001-11-14 Thread Dmitri Colebatch
sorry I missed the start of this, I'm not sure if any of this will help, but I'll offer it anyway. I recently had to configure castor to work with SQL server, and face similar issues that you would be facing here. One problem I had was not specifying the port - and from the looks of the error,

RE: [JBoss-user] MS SQL JDBC Driver problem

2001-11-14 Thread David Cao
Edson, Thanks, enclosed with error with SQL Server from two driver: ***For Jdbc-Odbc bridge, error with jboss-2.4.x-tomcat-3.2.3 when using MS Sql Server: can't load the entity, find works, just can't load, the error message is: java.rmi.ServerException: Load failed; nested exception is: jav

Re: [JBoss-user] sorting finer resutl!!!!

2001-11-14 Thread Sundaram Ramasamy
I have changed like this. findByUserid userid like {0} userid, last_update true from my client program I will call like this s.findByUserid( "%"); it returns all records order by userid and last_update field. Thanks -SR - Original Message -

[JBoss-user] HttpUnit with JBoss/Tomcat

2001-11-14 Thread Tahir Awan
Hi, Can someone help me in using HttpUnit (JUnit) to test an .ear deployed in Jboss/Tomcat? It always gives me HttpNotFoundException form Https urls. Thanks, Tahir ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/lis

Re: [JBoss-user] MS SQL JDBC Driver problem

2001-11-14 Thread Edson Carlos Ericksson Richter
Hummm. Trying to cut-off MSSQL is not a idea??? Well, JDBC Driver for SQL2K still beta... And JDBC-ODBC bridge should not work because is not thread safe... I'll try something here... But have you not any message error or something??? Edson Richter - Original Message - From: "David Ca

[JBoss-user] MS SQL JDBC Driver problem

2001-11-14 Thread David Cao
Hi, Did any one successful make Jboss works with MS JDBC Driver for SQL 2000? the Jdbc-Odbc bridge won't work with Jboss 2.4 (but it work well for Jboss 2.2.2), but MS JDBC look not work with Jboss 2.4 also. does any body have a success solution? Thanks a lot. david -Original Message-

FW: [JBoss-user] problems when accessing JSP pages

2001-11-14 Thread Herve Tchepannou
Title: FW: [JBoss-user] problems when accessing JSP pages thanx all for those quick answers it works now I added tools.jar in JBOSS_CLASSPATH -Original Message- From: Joachim Schaaf [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 10:18 AM To: jboss Subject: Re: [JBoss-

Re: [JBoss-user] sorting finer resutl!!!!

2001-11-14 Thread danch
There's a bug in versions from about 2.4 to 2.4.3 that causes this to not work. The workaround is simply to call the finder something other than findAll. Fix is in for version 2.4.4 -danch Sundaram Ramasamy wrote: > Hi, > > I want to sort the findAll result by userid and last_update field. I

Re: [JBoss-user] problems when accessing JSP pages

2001-11-14 Thread Joachim Schaaf
Am Mittwoch, 14. November 2001 14:49 schrieben Sie: > I've deployed a .ear application succesfully in JBoss > Im now trying to access any JSP of my app but Im receiving the following > error: > > javax.servlet.ServletException: sun/tools/javac/Mai Do you use the run_with_tomcat.sh script? The Jav

Re: [JBoss-user] problems when accessing JSP pages

2001-11-14 Thread Edson Carlos Ericksson Richter
Title: problems when accessing JSP pages You need to configure JAVA_HOME pointing to your JDK installation directory. By example, in my machine, javac.exe is in diretory c:\pgm\java\jdk\bin. So, I configure a environment variable JAVA_HOME=c:\pgm\jdk   Since this, Tomcat will use directory po

RE: [JBoss-user] sorting finer resutl!!!!

2001-11-14 Thread Bill Burke
1. are userid and last_update columns in your table(not bean variable names)? (just making sure...) 2. Does read-ahead false work? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Sundaram > Ramasamy > Sent: Wednesday, November 14, 2001 9:23 AM > To

[JBoss-user] sorting finer resutl!!!!

2001-11-14 Thread Sundaram Ramasamy
Hi, I want to sort the findAll result by userid and last_update field. I defined my jaws.xml file like this. findAll 1=1 userid, last_update true But this is not returning the sorted result. Any help on this??? -SR ___ JBoss-user mailing list

Re: [JBoss-user] problems when accessing JSP pages

2001-11-14 Thread Tim Yates
Title: problems when accessing JSP pages You need to ensure that "tools.jar" is either on the classpath, or copied into the jboss/lib directory   "tools.jar" is in the JDK distribution   Tim. - Original Message - From: Herve Tchepannou To: jboss Sent: Wednesday, No

[JBoss-user] problems when accessing JSP pages

2001-11-14 Thread Herve Tchepannou
Title: problems when accessing JSP pages I've deployed a .ear application succesfully in JBoss Im now trying to access any JSP of my app but Im receiving the following error: javax.servlet.ServletException: sun/tools/javac/Main     at org.apache.jasper.servlet.JspServlet.service(JspServl