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
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
_
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
__
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
>
>
>
>
>
>
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
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
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
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
On Fri, 23 Mar 2001, Franco Biaggi wrote:
> I think http://lists.sourceforge.net/lists/listinfo/jboss-user
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
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
11 matches
Mail list logo