Re: [JBoss-user] Problems with JBoss, Tomcat and Win2K?

2002-03-15 Thread Dmitri Colebatch
> I am new to JBoss, so please be gentle with me :-) Apologies if this is a > naive question, but I have checked the web and archives and drawn a blank. > > I am trying to run the JBoss/Tomcat bundle (Jboss 2.4.4 & Tomcat 4.0.1) on > Windows 2000 (5.00.2195 SP2), but the 'out of the box' deploy i

[JBoss-user] (no subject)

2002-03-15 Thread Martha Elva Camargo Sosa
_ MSN Photos es la manera más sencilla de compartir e imprimir sus fotos: http://photos.latam.msn.com/Support/WorldWide.aspx ___ JBoss-user mailing list [EMAIL PROTECTED] https://list

Re: [JBoss-user] Can't find SerialContextProvider

2002-03-15 Thread Adrian Brock
Sorry, I didn't read the original problem, I just responded to a solution to try to clarify that solution. I'm a bit confused. 1) For my jboss.properties in 2.4.3 it is all commented out, I doubt jboss knows your server is called cassia? 2) The codebase is actually on port 8083, but JBoss handle

Re: [JBoss-user] Can't find SerialContextProvider

2002-03-15 Thread G.L. Grobe
Title: RE: [JBoss-user] Can't find SerialContextProvider Well, I'm running JBoss-2.4.3_Tomcat-4.0 and it seems jboss has set these for me already to the hostname ...   # System properties# These will be loaded and set by jBossjava.rmi.server.useLocalHostName=truejava.rmi.server.hostname=cass

RE: [JBoss-user] Can't find SerialContextProvider

2002-03-15 Thread Adrian Brock
Hi, Unless you are multi-homing this suggests a problem with your ip configuration. I first saw this problem when somebody had configured their host table something like 127.0.0.1 localhost mydomain.com 192.168.0.1 mydomain.com RMI thought the remote ip address was 127.0.0.1 :-) I've also seen

Re: [JBoss-user] Development Mailing List

2002-03-15 Thread Alice Ad
It was easy to fo it with JBoss 2 because all source files were contained under one root (src) that came with the binary. But with Jboss3, there is no source with binaries and the source code that comes in jboss-all is placed under different directories so its kinda complex to arrange them in IDE (

[JBoss-user] Postgres Timestamp

2002-03-15 Thread John Moore
Title: Postgres Timestamp I am using jboss-2.4.3 w/ tc 3.2.3 and am trying to retrieve a TIMESTAMP WITHOUT TIME ZONE column from a postgres 7.2 db via the jdbc-7.1-1.2.jar. That was after changing from just TIMESTAMP which returned a class (timestamptz.) not found error. The error is: [J

Re: [JBoss-user] Use of "removeNotification" in Timer MBean

2002-03-15 Thread Burkhard Vogel
Works for me, bur better try setting: public void stopService() { _lServer.invoke( _lTimer.getObjectName(), "removeNotification", new Object[]{ _efdCleanupTimer }, new String[]{_efdCleanupTimer.get

RE: [JBoss-user] JBoss CMP with MySQL?

2002-03-15 Thread JD Brennan
Title: JBoss CMP with MySQL? Duh!   Thank you!!!  Works now... -JD   -Original Message-From: Joost v.d. Wijgerd [mailto:[EMAIL PROTECTED]]Sent: Friday, March 15, 2002 2:46 AMTo: JD Brennan; JBoss Users (E-mail)Subject: RE: [JBoss-user] JBoss CMP with MySQL? Look at you URL attribute

RE: [JBoss-user] Can't find SerialContextProvider

2002-03-15 Thread JD Brennan
Title: RE: [JBoss-user] Can't find SerialContextProvider JBoss 2.4.4 default configuration returns localhost for all lookups.  Modify the jboss.properties file. There's some commented out stuff at the top. I set java.rmi.server.hostname to my hostname and then could access the server remotel

RE: [JBoss-user] JBOSS 3.x FINAL (Styles and Elements Of Communication)

2002-03-15 Thread Nicholas
I don't know. It was concise, to the point and I, for one, got the message loud and clear. I wish some people around here could communicate so succinctly. Excuse me while I go and practice. //Nicholas --- Herve Tchepannou <[EMAIL PROTECTED]> wrote: > what's this language. > you may be the

[JBoss-user] which beta version?

2002-03-15 Thread David Ward
I've seen discussion of people saying they're using "3.0 beta2." That confuses me, since I only see one beta available at SourceForge. When I install it, I extracted out $JBOSS_HOME/lib/jboss-boot.jar!org/jboss/version.properties and found this: version.major=3 version.minor=0 version.revisi

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-15 Thread Herve Tchepannou
Title: RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL what's this language. you may be the leader of this project, but this kind of language is completly innacceptable in this mailing list Marc, il y a qqch qui s'est deboulonne dans ta cervelle ou quoi??? -Original Message- From

RE: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-15 Thread Bill Burke
Sweet!!! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of marc > fleury > Sent: Thursday, March 14, 2002 10:21 PM > To: Bill Burke; Trawick, James > Cc: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists. > Sourceforge. Net > Subject: RE: [J

Re: [JBoss-user] Load Failed Error on Simple Bean

2002-03-15 Thread Peter Shillan
A couple of extracts are included below from the files Eric mentions. Thanks, Peter. On Fri, 15 Mar 2002 14:30:14 +0100 "Eric Jain" <[EMAIL PROTECTED]> wrote: > > Any idea what's going on? > > Perhaps the primary-key declaration in your ejb-jar.xml is faulty, or more > likely there is an erro

RE: [JBoss-user] Load Failed Error on Simple Bean

2002-03-15 Thread Eric Jain
> Any idea what's going on? Perhaps the primary-key declaration in your ejb-jar.xml is faulty, or more likely there is an error in the declaration of the findByPrimaryKey() method in the bean's home interface, so if you could post those excerpts... -- Eric Jain ___

[JBoss-user] Load Failed Error on Simple Bean

2002-03-15 Thread Peter Shillan
Hi Guys, I'm writing a simple bean called MessageBean to get my head around using JBoss 3.0 and xdoclet. I have created a number of bean, I can retrieve them via findAll() and findById() - a finder that mimics what findByPrimaryKey() should do by returning beans that match a specified id (only

RE: [JBoss-user] JBoss CMP with MySQL?

2002-03-15 Thread Joost v.d. Wijgerd
Title: JBoss CMP with MySQL? Look at you URL attribute, you are missing a 'c'   NullPointer on getConnection is always a config problem   Joost. -Original Message-From: JD Brennan [mailto:[EMAIL PROTECTED]]Sent: Friday, March 15, 2002 1:55 AMTo: JBoss Users (E-mail)Subject: [

[JBoss-user] JBoss2.4.4_Tomcat4.0.1 - authentication problem

2002-03-15 Thread Artur Jonak
Hi, I've got J2EE application which works fine with JBoss2.2.2 and Tomcat3.2.2. Currently I'm trying to use JBoss2.4.4 with Tomcat4.0.1. But when I deployed it in this new version of JBoss and Tomcat then authentication for my war modules stopped working at all. I use some jsp pages to access my