Sorry for sending this non-jboss material. But I think some people (or
most...) will be interested.
THE O'REILLY NETWORK NEWSLETTER
-
The latest from http://oreillynet.com
===
Please find enclosed the old version of jboss.dtd that I've downloaded
previously.
Bryan Field-Elliot wrote:
> The standard URL for the jboss.xml DTD, at:
>
> http://www.jboss.org/j2ee/dtd/jboss.dtd
>
> Appears to not be on the server -- has the "official" location been changed?
>
> Thank you,
>
It's a bit tricky here. In my case, WEB-INF/lib doesn't work for jar
which involved Remote Method Invocation. I had to put it in
%TOMCAT_HOME%/lib to make the class "loadable".
Steve Slatcher wrote:
>
> "Roy Yip" <[EMAIL PROTECTED]> wrote in message
Simply put those jar files in %JBOSS_HOME%/lib/ext.
[EMAIL PROTECTED] wrote:
>
> I need the packages in xalan.jar and xerces.jar to execute my Entity
> Bean.
>
> I don't find the way to indicate to my JBoss-2.2.2/Tomcat-3.2.2 server
> how to find them in execution of my JSP.
>
> If someb
Hi!
You should have defined both "JdbcProvider" & "XADataSource" services in
your jboss.jcml as something like :-
...
COM.cloudscape.core.RmiJdbcDriver
...
Cloudscape
...
jdbc:rmi://localhost:1099/jdbc:cloudscape:CloudscapeDB;create=true
...
...
That should bring up something like :
Hi!
Create a directory "jbossmq" under %JBOSS_HOME%/db/ and that should
work.
Sky Yin wrote:
>
> hi
> I know it's no problem to start jboss with sun's jdk1.3.0, but when I switch to
>jdk1.3.1 I encounter the following error
> but still go on starting:
>
> ..
> [JBossMQ] Starting
> [JBossMQ] C
Grobe" wrote:
>
> Does just started mean there is currently no JMS support for JBoss and I'll
> have to use my own provider now?
>
> - Original Message -
> From: "Roy Yip" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunda
Hi!
I just start working on the JBossMQ included within the JBoss 2.2.1
package. This should be the JMS provider you're looking for.
"G.L. Grobe" wrote:
>
> I'm thinking about switching over to JBoss and would like to know if JBoss
> includes a JMS provider, and if so, what state is it in. Most
Is it still the "ClassNotFoundException"?
Richard Bottoms wrote:
>
> At 05:52 PM 6/22/01 +0800, you wrote:
> >Hi Richard,
> >
> >It seems your JBOSS couldn't load
> >"org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl".class from the
> >classpath.
>
> I downloaded a fresh copy, but still no
Hi Richard,
It seems your JBOSS couldn't load
"org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl".class from the
classpath. This class file should be packed in "minerva-1_0b3.jar" and
you should be able to find it in %JBOSS_HOME%\lib\ext (I'm using JBOSS
2.2.1). If you find you've missed the
Hi!
I'm not sure about the Allen Fogleson's example but I can list the steps
as follow and hope they will help :-
1. Make sure you've got the JDBC driver jar file
"mm.mysql-2.0.4-bin.jar" and put it into %JBOSS_HOME%\lib\ext. It will
be loaded into classpath automatically when you start JBOSS.
2
Thanks! It works well after "topic/beginner" is used.
Peter Antman wrote:
>
> On 21 Jun, Roy Yip wrote:
> > Hi!
> >
> > I'm trying out the Chat example from O'Reilly's JMS text. I've
> > configured the jbossmq.xml file to include :
Steve,
You can also cut out the JMS and the mail stuff :-
...
...
...
Better just comment them out! You'll probably need them for the Message
Driven Bean and JavaMail stuff later.
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.source
Hi!
I'm trying out the Chat example from O'Reilly's JMS text. I've
configured the jbossmq.xml file to include :-
...
beginner
and
myname
mypassword
and the source is :-
...
Properties env = new Properties();
env.setProperty("java.naming.factory.initial",
"org.jnp.interfaces.NamingCon
Hi!
Simply delete (or comment out!!!) the Hypersonic and InstantDB lines in
your jboss.jcml and jboss-auto.jcml.
Steve Slatcher wrote:
>
> Hi Guys
>
> Well, OK, actually I'm wanting to cut down the "with tomcat" configuration,
> with a view to keeping things tidy, and possibly reducing the JBo
Hi,
This is the one I use to make mySQL work. Hope it's useful to you too.
Don't forget to put mm.mysql-2.0.4-bin.jar in %JBOSS_HOME%\lib\ext.
org.gjt.mm.mysql.Driver
mySQL
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
jdbc:mysql://localhost/mysql
hi,
i'm using jboss 2.2.1 and need to know more about the structure of
jbossmq.xml. can someone tell me where to get a copy of that jbossmq.dtd
file?
thanks in advance.
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/l
17 matches
Mail list logo