[JBoss-user] Can I use JBoss MDB to get messages from a remote JMS server

2001-08-03 Thread kevin1
I've been having a hell of a time trying to get JBoss to get JMS messsages from a remote server. Is this possible w/JBoss. I'm talking about looking up the remote server using JNDI, and subscribing to topics. Any help here for me? -- No one may be called "good" if they have had no cha

[JBoss-user] Remote topic subscription problems continuing

2001-07-12 Thread kevin1
Hello all, First I'd like to thank everyone for the help I've received. :) Now: I am trying to have my MDB's subscribe to topics on a remote JMS server from JBoss. I've set up the remote JMS provider MBean in jboss.jcml. When my bean deploys, it fails with [Container factory] Deploy

[JBoss-user] How to get messages from a remote JMS server

2001-07-11 Thread kevin1
Hello all, I am trying to set up deployment descriptors for some MDB in jboss. I need to subscribe to topics from a remote JMS server. I have added the remote JMS MBean into jboss.jcml as was described in the documentation : RemoteJMSProvider org.jboss.jms.jndi.JBossMQProvider remote.com:1099

Re: [JBoss-user] segfaults with 2.4.0 beta and ExternalContext

2001-07-06 Thread kevin1
> Segfaults are VM bugs, usually with the JIT or HotSpot. There is nothing > one can do in a pure Java app to cause them. Try running without > HotSpot. Tried that - no luck It only segfaults when I try to config the JNDI ExternalContext MBean to work with jboss -- it seems alright otherwise.

[JBoss-user] segfaults with 2.4.0 beta and ExternalContext

2001-07-06 Thread kevin1
I got 2.4.0 beta up and running with sybase. (yay) However, when I tried to add an external LDAP source, I get segfaults after I start. That is to say - I start it, it works for a while, and then it dies... Is this a known issue? I'm using sun JDK 1.3.1 on stock Linux kernel 2.2.17 (mandrake)

[JBoss-user] using JBoss to look up a JMS topic from an LDAP server

2001-07-06 Thread kevin1
How would I configure JBoss to look up JMS topics from an LDAP server? -- No one may be called "good" if they have had no chance to be bad... ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] how to build from source

2001-07-04 Thread kevin1
how do I get/build the cvs source for jboss? -- No one may be called "good" if they have had no chance to be bad... ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] problem with Beta 2.4 and Sybase

2001-07-04 Thread kevin1
Hello all, I'm trying to use the 2.4 beta with Sybase. I've installed the FreeTDS driver jconn2d.jar into jboss' lib/ext directory. When I start the server it hang here... [JdbcProvider] Started [XADataSourceLoader] Starting [SybaseDS] XA Connection pool SybaseDS bound to java:/Sybase

[JBoss-user] Newbie Datasource question

2001-07-04 Thread kevin1
Hello all, I'm porting over some beans from a different app server. I had a utility class that I used that connected to the dbpool and returned a connection. What is the syntax to connect to a datasource in Jboss? Could someone pls show me an example? -- No one may be called "go

[JBoss-user] How is the perfomance of MDBs in Jboss

2001-07-03 Thread kevin1
I have to deploy a MDB application -- my MDB's subscribe to a remote topic and perform some operations on the ojbects received. What kind of performance does jboss have with this? -- No one may be called "good" if they have had no chance to be bad... _

[JBoss-user] Beta usable?

2001-07-03 Thread kevin1
-- No one may be called "good" if they have had no chance to be bad... ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Clustering with JBoss

2001-06-13 Thread kevin1
Hello all, I have my app servers running in a clustered environment. What support does JBoss have for this? If there is no such support - what steps would I need to take to add it? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.s

[JBoss-user] newbie question - what is an mBean

2001-06-07 Thread kevin1
What is an mBean, and where does that terminology come from? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Load questions

2001-05-29 Thread kevin1
Hi all, I'm just wondering about load issues with JBoss. My applications will have to deal with high traffic, and I was wondering, what mechanism exists to provide scalability? For example - if I am working with clustered web servers, how would I set up JBoss to deal with that? ___

Re: [JBoss-user] installation problems II

2001-05-29 Thread kevin1
Yes - I have xerces.jar in my $JAVA_HOME/jre/lib/ext directory Is this a problem? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] installation problems II

2001-05-29 Thread kevin1
I am trying to run the JBoss/Jetty binary. I get: Exception in thread "main" [Default] javax.xml.parsers.FactoryConfigurationError: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl [Default] at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:154) [Defaul

[JBoss-user] help with install

2001-05-28 Thread kevin1
I am having a problem with installation (incredibly) I am using jboss 2.2.1 with Tomcat and I get this when I run /bin/sh run.sh Exception in thread "main" [Default] javax.xml.parsers.FactoryConfigurationError: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl [Default] at javax.xml.pars

[JBoss-user] Highest performance open source servlet engine

2001-05-28 Thread kevin1
We're about to embark on a ultra-high traffic site. I want to use JBoss/Tomcat or JBboss/Jetty. The main concern however is performance. What is the highest performance open source servlet container? ___ JBoss-user mailing list [EMAIL PROTECTED] htt