[JBoss-user] Unable to compile class for JSP ?

2002-12-08 Thread Mikhail Akopov
Hello jboss-user, trying to run our application under jboss3.0.4/jetty we got ... Unable to compile class for JSP ... message. Apllication run OK at jboss2.4.4 - what my be wrong? Looking at this maillist I saw the only real reason for this message: non-compatible servlet api somewhere in a class

Re: [JBoss-user] parser error SOLVED => this is not funny

2002-12-08 Thread Stephen Coy
Is it possible that your deployment has a META-INF/jbosscmp-jdbc.xml file with this mapping defined in it? That "INTEGER(9)" has to be in a standardjbosscmp-jdbc.xml or a jbosscmp-jdbc.xml somewhere that JBoss can see it. Steve Coy On Monday, December 9, 2002, at 06:58 AM, SainTiss wrote: Hi

Re: [JBoss-user] HELP: Oracle XA Setup

2002-12-08 Thread Igor Fedorenko
Check that XidFactory has padding set to true. Also try to upgrade to latest version from cvs -- pre-build beta2 available from SF is not good for doing xa oracle. Sasidharan, Manoj wrote: Hello All, I am looking for some help in configuring an XA Oracle datasource in JBoss3.2.0Beta.. Deployin

Re: [JBoss-user] how do I set unidirectional cmr ref in parent's Set

2002-12-08 Thread Jim Crossley
Hi Jim... Jim Clayson <[EMAIL PROTECTED]> writes: > I have a one to many relationship between 2 entity beans: > User 1:N Car > > The relationship is unidirectional ie User has a Set of Cars and a Car > has no ref to its User. > > The question is when I create a car, how do I update the list of

Re: [JBoss-user] parser error SOLVED (for real this time)

2002-12-08 Thread SainTiss
Hi, I certainly don't expect every possible mapping to be present, but the point is that "PostgreSQL 7.2" IS present, and that I have that exact database :-) Anyway, the culprit was uml2ejb, which generated XDoclet tags, one of them being: @ejb.persistence column-name="MY_INT"

Re: [JBoss-user] parser error SOLVED => this is not funny

2002-12-08 Thread Greg Turner
I don't know.  All I am saying is don't be so quick to assume there is a bug.  Experiment with editing the file and see if you can't make it work.  Or alternatively, look at the JBoss code to see exactly how it uses that file.  The file is just a set of mappings.  And you can't expect the autho

Re: [JBoss-user] parser error SOLVED => this is not funny

2002-12-08 Thread David Jencks
I think you didn't set the database type mapping to postgres so cmp is still using hypersonic, for which this appears to be a possible output (maybe). david jencks On 2002.12.08 16:05:48 -0500 SainTiss wrote: > Hi, > > Thanks for your reply, but I'm afraid I'm not quite following you... > I was

Re: [JBoss-user] parser error SOLVED => this is not funny

2002-12-08 Thread SainTiss
Hi, Thanks for your reply, but I'm afraid I'm not quite following you... I was looking to edit the file to fix the bug, but since "INTEGER(9)" is NOT in the file, I figured I can't change it there either... Am I mistaken here? Thanks Hans On Sun, 2002-12-08 at 21:48, Greg Turner wrote: > True,

Re: [JBoss-user] parser error SOLVED => this is not funny

2002-12-08 Thread Greg Turner
True, but that does not prevent you from shutting down jboss, editing standardjbosscmp-jdbc.xml to suit your needs and starting jboss back up. Thats why that stuff is in a config file, not hard coded in. I didn't find something like "INTEGER(9)" in standardjbosscmp-jdbc.xml for example... Gr

[JBoss-user] parser error SOLVED => this is not funny

2002-12-08 Thread SainTiss
Hi, I found out what caused the parser error in my previous post by enabling postgreSQL's logging... The point is that JBoss is issuing the following query to postgreSQL: CREATE TABLE adres (ADRES_ID VARCHAR(255) NOT NULL, STRAAT VARCHAR(255), HUISNUMMER INTEGER(9) NOT NULL, BUS INTEGER(9) NOT

Re: [JBoss-user] how do I set unidirectional cmr ref in parent'sSet

2002-12-08 Thread Jim Clayson
Azfar Kazmi wrote: When a new Car is added, how it is already associated with a User? Or I am missing something in your question. - Azfar - Original Message - From: "Jim Clayson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 9:44 AM Subject: [JBoss-user] ho

Re: [JBoss-user] how do I set unidirectional cmr ref in parent's Set

2002-12-08 Thread Azfar Kazmi
When a new Car is added, how it is already associated with a User? Or I am missing something in your question. - Azfar - Original Message - From: "Jim Clayson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 9:44 AM Subject: [JBoss-user] how do I set unidirecti

[JBoss-user] deploymentexception

2002-12-08 Thread SainTiss
Hi, I keep getting the following error when deploying some beans: 19:26:54,825 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=eenloketsysteem.entitybeans/Persoon/Home,service=EJB org.jboss.deployment.DeploymentException: Error while creating table; - nested throwable: (jav

[JBoss-user] how do I set unidirectional cmr ref in parent's Set

2002-12-08 Thread Jim Clayson
Hi, JBoss3.0.2 I have a one to many relationship between 2 entity beans: User 1:N Car The relationship is unidirectional ie User has a Set of Cars and a Car has no ref to its User. The question is when I create a car, how do I update the list of cars a user has? Regards Jim ---

Re: [JBoss-user] J2EE Tutorial announcement

2002-12-08 Thread Will Senn (fp)
Joost: Rock on! Will Joost Kraaijeveld wrote: Hi everyone, This is an announcement and a call for assistance. At Gogis we are currently creating a J2EE "Hello World!" tutorial. (sic) --- This sf.net email is sponsored by:ThinkGeek We

[JBoss-user] J2EE Tutorial announcement

2002-12-08 Thread Joost Kraaijeveld
Hi everyone, This is an announcement and a call for assistance. At Gogis we are currently creating a J2EE "Hello World!" tutorial. This tutorial is a series of "Hello World!" programs that will teach you how to create, build, deploy and un-deploy the following types of simple "Hello World!" ap

[JBoss-user] HELP: Oracle XA Setup

2002-12-08 Thread Sasidharan, Manoj
Hello All, I am looking for some help in configuring an XA Oracle datasource in JBoss3.2.0Beta.. Deploying the oracle-xa-service.xml and my EJB jar file went fine without any problems. But when I try to access the entity bean, it gives teh following error. Any help would be highly appreciated.