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
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
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
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
> -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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo