[JBoss-user] It's not jboss, it's java!

2001-08-07 Thread Roy Yip
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 ===

Re: [JBoss-user] jboss.xml DTD missing from jboss.org website

2001-08-04 Thread Roy Yip
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, >

Re: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Roy Yip
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

Re: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Roy Yip
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

Re: [JBoss-user] How to map to cloudscape database

2001-07-04 Thread Roy Yip
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 :

Re: [JBoss-user] why?

2001-06-29 Thread Roy Yip
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

Re: [JBoss-user] does JBoss include a JMS provider

2001-06-25 Thread Roy Yip
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

Re: [JBoss-user] does JBoss include a JMS provider

2001-06-24 Thread Roy Yip
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

Re: [JBoss-user] jboss.jcml, MySQL

2001-06-22 Thread Roy Yip
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

Re: [JBoss-user] jboss.jcml, MySQL

2001-06-22 Thread Roy Yip
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

Re: [JBoss-user] jboss.jcml, MySQL

2001-06-21 Thread Roy Yip
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

Re: [JBoss-user] O'Reilly example with JBossMQ...

2001-06-21 Thread Roy Yip
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 :

Re: [JBoss-user] Cutting down the default configuration

2001-06-21 Thread Roy Yip
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

[JBoss-user] O'Reilly example with JBossMQ...

2001-06-21 Thread Roy Yip
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

Re: [JBoss-user] Cutting down the default configuration

2001-06-21 Thread Roy Yip
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

Re: [JBoss-user] jboss.jcml, MySQL

2001-06-21 Thread Roy Yip
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

[JBoss-user] is jbossmq.dtd available...

2001-06-20 Thread Roy Yip
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