Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000Laptop

2001-03-30 Thread Donald Ball
On Sat, 31 Mar 2001, Peter Routtier-Wone wrote: > Surely XML validation is largely informational. I wonder can things be > set up so that the DTD URL is checked and the parser parser run > non-validating as necessary - and the inaccessibility of the DTD is > reported. i'd say that it really need

Re: [JBoss-user] Web App Fails to Run on Disconnected Windows 2000Laptop

2001-03-30 Thread Donald Ball
On Fri, 30 Mar 2001, Jim Archer wrote: > Its because the XML parser can't get to the DTD. You can try commenting out > all the DTD lines from the top of the XML files and see what happens. That > might work... can't you configure the xml parser to be non-validating? - donald _

[JBoss-user] how to access my own file in META-INF?

2001-03-29 Thread Donald Ball
heya. i'd like to put a configuration file for my beans in the META-INF directory of my bean jar. how would i go about accessing that resource in jboss? (normally i'd use Class.getResource("/META-INF/foo.xml") but i don't know that's safe in an EJB/JBoss environment) - donald __

Re: [JBoss-user] simple question on configuring access to datasource

2001-03-26 Thread Donald Ball
On Mon, 26 Mar 2001, Victor Lan wrote: > Assuming you've setup a pool called PostgresqlTest in your jboss.jcml > file, you need something like this in your jboss.xml: > > > > IDGenerator > > jdbc/PostgresqlTest > PostgresqlTest > > > > > >

[JBoss-user] simple question on configuring access to datasource

2001-03-26 Thread Donald Ball
hiya. i'm writing a session bean which i'd like to have access to the same datasource/connection pool that controls my entity beans. i've got this section in my ejb-jar.xml file: Generates IDs for the entity beans IDGenerator com.webslingerZ.news.beans.IDGen

Re: [JBoss-user] primary key question

2001-03-26 Thread Donald Ball
On Sun, 25 Mar 2001, danch wrote: > > 2. i have written a small set of CMP entity beans more or less along the > > model in the o'reilly ejb book. now i'm looking to change them so that the > > client doesn't have to manually choose a primary key when adding a new > > entity, but i can't figure o

[JBoss-user] primary key question

2001-03-25 Thread Donald Ball
hi, i've got what would appear to be a general ejb question, which i'll precede by a (better) question: 1. is there a good general ejb developers mailing list? 2. i have written a small set of CMP entity beans more or less along the model in the o'reilly ejb book. now i'm looking to change them

Re: [JBoss-user] Problem with ORACLE CMP and BLOBS

2001-03-23 Thread Donald Ball
On Sat, 24 Mar 2001, Peter Routtier-Wone wrote: > For those who do not know much about LOB data (BLOB, CLOB etc) versus LONG > data (LONGVARBINARY, LONGVARCHAR etc) under Oracle, I am thinking of putting > a short whitepaper about this on my webserver. > > Give me some feedback on the level of in

Re: [JBoss-user] customer finder via JAWS not working?

2001-03-23 Thread Donald Ball
On Fri, 23 Mar 2001, Franco Biaggi wrote: > I think http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] customer finder via JAWS not working?

2001-03-23 Thread Donald Ball
i wrote a little customer finder using the jawx.xml conf file, but it's not working, i get this exception: [balld@localhost news]$ java com.webslingerZ.news.client.NewsClient Exception in thread "main" javax.ejb.FinderException: Find failed at sun.rmi.transport.StreamRemoteCall.exceptionR

[JBoss-user] CMP entity bean relationships?

2001-03-23 Thread Donald Ball
Hi guys. I'm quite new to jboss and the world of EJB, but i think i've got a fairly good handle on things - got jboss-2.1 installed and running, developed a few little entity beans, convinced JAWS to use postgresql as a backend, etc. hooray, jboss is good stuff. i'm having trouble making it do dep