Re: [JBoss-user] CMP2 in JBoss3: accessing second level relations using ejb-ql

2003-01-12 Thread Alex Loubyansky
Hello Jim, I don't remember the right bean/field names but something like this, assuming you pass in organization's id SELECT OBJECT(gun) FROM Organization AS org, IN(org.gangsters) AS gang, IN(gang.guns) AS gun WHERE org.id=?1 As the result you'll get all guns used in the organization. alex

Re: [JBoss-user] Pre compiling JSP Pages

2003-01-12 Thread Phuwarin . Supawarapong
Thank you very much. phuwarin --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ JBoss-user mailing list [EMAIL

RE: [JBoss-user] URGENT help needed: File "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd" not found.

2003-01-12 Thread Sebastian Hauer
Hi, Your problem is that the DTD could not be found on the Jboss server. Either use a non validating parser so that the parser will not try to load the DTD from the possibly broken jboss site or implement an org.xml.sax.EntityResolver where you map the public identifier "-//JBoss//DTD JBOSSCMP-JD

[JBoss-user] URGENT help needed: File "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd" not found. with the exception code

2003-01-12 Thread Junjie Ding
Hi, I'm running jboss3.0.1_tomcat-4.0.4 on linux box. It worked fine since last week. Here is the problem: The datasource is configured in server/catalina/conf/standardjaws.xml. I have an utility method to use DOMParser to get datasource name from standardjaws.xml. It had been wroking fine till

RE: [JBoss-user] URGENT help needed: File "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd" not found.

2003-01-12 Thread Junjie Ding
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Junjie Ding > Sent: Sunday, January 12, 2003 7:42 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] URGENT help needed: File > "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd"; not found. > > > H

[JBoss-user] URGENT help needed: File "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd" not found.

2003-01-12 Thread Junjie Ding
Hi, I'm running jboss3.0.1_tomcat-4.0.4 on linux box. It worked fine since last week. Here is the problem: My datasource is configured in server/catalina/conf/standardjaws.xml. I have an utility method to use DOMParser to get datasource name from standardjaws.xml. It had been wroking fine until l

[JBoss-user] Debugging JSPs with eclipse

2003-01-12 Thread Russell Black
I've got eclipse debugging JSP's, with the help of the Lomboz plugin.  Actually I'm only stepping through the generated java file, not the actual JSP.    Anyway, I'd like the JSP class files to be compiled with debug so I can see local variables when I'm debugging.  I've tried setting the c

[JBoss-user] Strange jetty + httpClustering exception

2003-01-12 Thread Joao Pedro Clemente
Hello. I am trying to deploy this app that is composed of servlet+jsp+ejb in a MVC framework. This is working in "standart" (not clustered) jboss. I changed the web descriptor to include httpsession clustering. (no ejb clustering, to try to isolate the problems) I end up with a "internal server e

[JBoss-user] MDB container causes resource exhaustion

2003-01-12 Thread Stefan Arentz
I think I have found a serious bug in the code where beans are not correctly recycled. However, I do not know/understand all the details of how this is implemented in JBoss, so I would like to ask this to the person responsible for the MDB container to take a look at this. My test case is very

Re: [JBoss-user] how do I navigate from gangster to organizationwith unidirectional relationship

2003-01-12 Thread jfc
Greg Turner wrote: You don't need anything special. the CMR will do it for you. See this link: http://www.tiburon-e-systems.com/nl20030101/article.html Greg jfc wrote: Hi, I'll use the well known jboss 3 example to explain. I have a one to many unidirectional relationship i.e. organiza

Re: [JBoss-user] how do I navigate from gangster to organizationwith unidirectional relationship

2003-01-12 Thread Greg Turner
You don't need anything special. the CMR will do it for you. See this link: http://www.tiburon-e-systems.com/nl20030101/article.html Greg jfc wrote: Hi, I'll use the well known jboss 3 example to explain. I have a one to many unidirectional relationship i.e. organization 1:N gangster. T

[JBoss-user] CMP2 in JBoss3: accessing second level relations using ejb-ql

2003-01-12 Thread Jim Clayson
Hi I have a cmp situation as follows: 1.organization has a collection of gangsters ; 2.gangster has a collection of guns; 3.gangster has no organization cmr field; 4.gun has no gangster cmr field. If I have an organization, how would I say get me all guns which ultimately fall u

[JBoss-user] how do I navigate from gangster to organization with unidirectionalrelationship

2003-01-12 Thread jfc
Hi, I'll use the well known jboss 3 example to explain. I have a one to many unidirectional relationship i.e. organization 1:N gangster. The organization has a cmr field gangsters which is of type 'Set'. My question is how can I use ejb-ql to find out which organization a particular gangster b

[JBoss-user] hsqldb connection/JBOSS3.0.3-( jboss newbie)

2003-01-12 Thread Martin
Hi Peter, Thanks for your response, think you were right, hqslddb had probably not started up properly. I did get into JMX-console and look at the Jboss.jca and other areas where hqsldb shows up, couldn't make much of it as I am not familiar with it. I next looked into the jboss start-up co

Re: [JBoss-user] Online Manual, gone?

2003-01-12 Thread Andreas Kuckartz
http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.Draft4.pdf?down load - Original Message - From: "Stefan Arentz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 11, 2003 3:46 PM Subject: [JBoss-user] Online Manual, gone? > I was looking for the online manu

[JBoss-user] Jbossweb - connection reset

2003-01-12 Thread Igor Semenko
Periodically see in log: WARN [org.jboss.jbossweb] WARNING: Exception for /images/image1.gif: java.net.SocketException: Connection reset Is it some known bug? Any idea what could caused it? Thanks, Igor Semenko --- This SF.NET email is sp