[JBoss-user] Re: PostgreSql connection pool hangs

2001-03-29 Thread Ralf Purnhagen
Hi Chris, try to switch false of your datasource configuration to true. You might get some error messages which could help you. Ralf Chris Dole wrote: > > Hello, > > Can anyone provide some assistance? I am trying to use PostgreSQL v7.0.3 > with JBoss-2.1. The configuration entries in jboss.j

Re: [JBoss-user] jboss startup errors

2001-03-29 Thread Scott M Stark
Use the run.bat or run.sh scripts to start jboss. The current docs are incorrect. > Hi, > tried starting the latest binary release of jboss up (java -jar jboss.jar) > and got: > > Exception in thread "main" [default] > javax.xml.parsers.FactoryConfigurationError: > java.lang.ClassNotFoundExcept

Re: [JBoss-user] JAAS based Security

2001-03-29 Thread Scott M Stark
Look at the jbosssx cvs module - Original Message - From: "Lenz Holger (PN-ST/SF)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 2001 11:26 PM Subject: [JBoss-user] JAAS based Security > Hello, > following the description in > http://www.jboss.org/documentation

Re: [JBoss-user] jboss startup errors

2001-03-29 Thread Christopher Albert
"Anderson, Duncan" wrote: > > Hi, > tried starting the latest binary release of jboss up (java -jar jboss.jar) > and got: > > Exception in thread "main" [default] > javax.xml.parsers.FactoryConfigurationError: > java.lang.ClassNotFoundException: > org.apache.crimson.jaxp.DocumentBuilderFactoryIm

Re: [JBoss-user] JBoss packaging

2001-03-29 Thread Scott M Stark
There is one ejb-jar.xml descriptor per deployment unit because that is how the spec is defined. If you want to have a the indicated test structure then just write a custom Ant task that merges this into your production build. > If I want to package all the beans in one jar file, > I need to make

RE: [JBoss-user] JBoss packaging

2001-03-29 Thread Micheal J
> Could you please answer directly to my email address: > [EMAIL PROTECTED] > > Thanx! I hope not. The topic is of value to many subscribers on this list too. Micheal ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/li

[JBoss-user] JBoss 2.0 documentation PDF?

2001-03-29 Thread Darius Davidavicius
Hi all, Expecially Vladimir because you prepared new documentation. Well done thanks. If it is possible somehow to get the same documentation in the PDF format? It is much more usefull to have PDF format if I want to print all documant. If this documant is created docBook it is easy to prepare

[JBoss-user] iplanet

2001-03-29 Thread Roman Seidl
Hello, Anyone of you know iplanet appserver? I'd like to know if it has troubles, disadvantages (besides the price) etc. Pls answer to my private email as this is rather off-topic (sorry for that). -- Best regards, Romanmailto:[EMAIL PROTECTED] _

[JBoss-user] Problem to send message with jms

2001-03-29 Thread Thierry Templier
Hello, I have a queue on the jboss server named queue/testQueue. I run this program to send a message but I have the following exeption: Queue name is queue/testQueue After createQueueConnection After createQueueSession After createSender After createTextMessage Sending message: Here is a messa

Re: [JBoss-user] ejbPassivate... Again...

2001-03-29 Thread Fabio Silva
Hi there Simon, Thanks for your attention. I am working with stateful session beans. Here is my jboss.xml: -- CUT HERE --- false default true org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker org.jboss.ejb.plugins.Statef

Re: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread Scott M Stark
This is the expected behavior because when tomcat run embeded the mod_jk apache module is not used so there is no mod_jk.conf-auto created. - Original Message - From: jBoss Monkey To: [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 11:44 PM Subject: [JBoss-user] Tomcat + Apache using m

[JBoss-user] Role question

2001-03-29 Thread fractals
Hi everyone ! I'm willing to add role-verification to my beans. But for that, I need to be able to dynamically assign roles to users. At this point of reading the docs, the only way to configure roles I learned was to specify them in a properties file. A little bit primitive I think... Can someo

Re: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread jBoss Monkey
In that case what are my options for integrating  embeded tomcat with Apache? Any ideas please? Thanks, ~jm   >From: "Scott M Stark" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: [JBoss-user] Tomcat + Apache using mod_jk >Date: Thu, 29 Mar 2001 01:42:37

Re: [JBoss-user] Role question

2001-03-29 Thread Scott M Stark
There are sample LDAP and JDBC modules in the latest jbosssx cvs module. They have not been integrated into the current release but you could download and build them or use them as examples of how to integrate you own role mapping. - Original Message - From: "fractals" <[EMAIL PROTECTED]

Re: [JBoss-user] How to Lookup a bean from another bean (separatejars)?

2001-03-29 Thread Ken Jenks
For an example, RTFM: http://www.jboss.org/documentation/jboss_cmp_trail_index.html -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] ejbPassivate... Again...

2001-03-29 Thread Bordet, Simone
Hey Fabio, > Here is my jboss.xml: > > -- CUT HERE --- > > > > false > > configuration-class="org.jboss.ejb.deployment.StatefulSessionC > ontainerConfiguration"> > > default > true > > org.jboss.ejb.plugins.jrmp.server.JRMPConta > i

Re'f. : [JBoss-user] Client hangs up while doing JNDI lookup

2001-03-29 Thread Philippe GTLYA-NTIC-PETIT
If DNS is running on your W2K box, try to switch it off... and test JBoss again Maybe it could help... /Philippe [EMAIL PROTECTED]%internet le 28/03/2001 23:04:30 Veuillez répondre à [EMAIL PROTECTED]%internet@WTFR Pour : [EMAIL PROTECTED]%internet@WTFR cc : Objet : [JBoss-user] Client

[JBoss-user] Datasource configuration, how to do it really?

2001-03-29 Thread Jari . Kujansuu
Hello, Have big problem trying to configure Datasource for my beans. I have looked through documentation, and if do how it is said there it doesn't work (even when try to replace wrong class name with existing..). And when looked through mailing list archives and tried things there were still cou

Re: [JBoss-user] Problem to send message with jms

2001-03-29 Thread Ken Jenks
Templ asked: >It couldn't close the queue connection. I don't know why. Is any anyone >have this problem? I had that problem on an old version of spyderMQ. My programs work fine on the jBossMQ built into the latest jBoss 2.1 Beta/Tomcat. -- Ken Jenks, http://abiblion.com/ Tools for readin

[JBoss-user] Rép. : Re: [JBoss-user] Problem to send message with jms

2001-03-29 Thread Thierry Templier
Ok I'm going to try ;-) Thanks for your help Templ >>> [EMAIL PROTECTED] 29/03/01 13h50 >>> Templ asked: >It couldn't close the queue connection. I don't know why. Is any anyone >have this problem? I had that problem on an old version of spyderMQ. My programs work fine on the jBossMQ built int

[JBoss-user] Help on entity

2001-03-29 Thread Mauro Delrio
where I can find a complete example of entity bean with ALL ejb-jar, jboss etc etc etc I've looked in documentation but. Thanks, Mauro. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Strange PK

2001-03-29 Thread Ivan Bolcina
Hello all.   The very strange thing happend to me. I have to EJBs: A: stateless session B: entrity BMP   so A calls findbyPrimaryKey(10), gets reference, then calls getPK() and buum! , it gets 13. PK is java.lang.Integer.   In this case, in B ejbFindByPrimaryKey is not called. This only happe

[JBoss-user] fixed client classpath compilation

2001-03-29 Thread Yasir
I managed to fix the compilation of the client by putting the client in the package directory and using this command:   javac -classpath /usr/local/jboss/client/ejb.jar:. com/titan/*/*.javaand the compilation was sucessful. :D   btw, im working on it, but if someone has time, i would like th

RE: [JBoss-user] Datasource configuration, how to do it really?

2001-03-29 Thread Micheal J
> I have tried fooling around in jboss.conf, jboss.jcml and in my systems > ejb-jar.xml and jboss.xml but really can't make it work :( At one point > system complained that couldn't add datasource because there was no > transaction manager in JNDI (I think it was when I had entry in > jboss.conf)

Re: [JBoss-user] JBoss 2.0 documentation PDF?

2001-03-29 Thread Peter Routtier-Wone
> If it is possible somehow to get the same documentation > in the PDF format? It is much more usefull to have PDF > format if I want to print all documant. > > If this documant is created docBook it is easy to prepare > and pdf format is it? Well... I played with the docbook tool and it complain

Re: [JBoss-user] ejbPassivate... Again...

2001-03-29 Thread Fabio Silva
"Bordet, Simone" wrote: > Hey Fabio, > > > Here is my jboss.xml: > > > > -- CUT HERE --- > > > > > > > > false > > > > > configuration-class="org.jboss.ejb.deployment.StatefulSessionC > > ontainerConfiguration"> > > > > default > > true

Re: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread Dewayne McNair
While you do need a mod_jk.conf, I'm not sure why you need the mod_jk.conf-auto.  That file is generated by Tomcat with the system defaults -- you need to take a base mod_jk.conf file, modify it to suite your needs (ie, add the mount points you need), then use this _new_ file (not named mod_

RE: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread Simphoukham, Southin
I have not tried integrating Apache with the embedded Tomcat on JBoss. However I would like to know from the community if this is a problem and when will it be fixed. My team will be installing JBoss 2.1 with embedded Tomcat on a 'DEV' Unix server and integrating with Apache next week. A heads u

RE: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread Jeff Markham
>From my view, the only issue is Apache's inability to recognize dynamic contexts. Each context will have to be defined in mod_jk.conf which is typically loaded by an "Include" directive in Apache's httpd.conf which means restarts when deploying a new context. For me, it's worth it to get the in

[JBoss-user] JBoss + Remote Objects

2001-03-29 Thread Andre Andrade Costa
We was developing using Bea WL5.1. In our system, we have a few applications where some of them just register a remote object. I wrote a Mbean that calls the main method of this apps. However, when I try to call some method of the remote obj, this exception is thrown: java.rmi.NoSuchObj

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Iny, Yair
yes, I see it too, it seems the servlet cannot find the "classes" files pertaining to the EJB home interface. BTW it is not only for stateless but also for stateful. I am using the built version from the web site, downloaded on March 27 Yair Iny -Original Message- From: Patrick Buching

[JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
hi everyone! i posted this problem a few days ago, but noone responded, so i'm triying it again... when i'm deploying an .ear file in the latest jBoss 2.1, i'm allways getting a ClassNotFoundException when i want to access a servlet which accesses a (stateless session) bean. the servlet can't

RE: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread Swami Iyer
The way we did was we created our own equivalent mod_jk file which we included in the httpd.conf of apache. Whenever a new context root needs to be deployed we modified the equivalent mod_jk file to reflect the changes. Everything works like a charm. Thanks, Swami -Original Message- Fro

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Swami Iyer
Hi, I downloaded the Mar 26th zip file (JBOSS/TOMCAT) from JBOSS site and deployed our .ear file and it worked. I have no explanation as to why the .ear file you have work in earlier version and not the new one. Can you check the Context class loaders in server.xml in tomcat. THanks, Swami ---

[JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread Zaphod
...sorry if this might be off-topic... who might be interested in UML and creating sofisticated jBoss web/WAP applications with little or no prgramming at all, please check out our home page at www.grafittix.com We are a small start-up company, and we greatly appreciate the feedback of the jBoss

Re: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread Dan Christopherson
Why wouldn't the mod_jk apache module be used? On Thu, 29 Mar 2001, Scott M Stark wrote: > > This is the expected behavior because when tomcat run embeded the > mod_jk apache module is not used so there is no mod_jk.conf-auto created. > > - Original Message - > From: jBoss Monkey > To:

RE: [JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread marc fleury
|We are a small start-up company, and we greatly appreciate the feedback of |the jBoss |developer community. Of course you do! . Give us something we'll give you something free loaders marc |Comments, suggestions, critics, etc., but also any kind |of help/cooperation (programmers, busine

RE: [JBoss-user] ejbPassivate... Again...

2001-03-29 Thread marc fleury
standards setting should be able to handle this... marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Bordet, |Simone |Sent: Thursday, March 29, 2001 6:29 AM |To: '[EMAIL PROTECTED]' |Subject: RE: [JBoss-user] ejbPassivate... Again... | | |Hey Fab

[JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread Zaphod
...sorry if this might be off-topic... who might be interested in UML and creating sofisticated jBoss web/WAP applications with little or no prgramming at all, please check out our home page at www.grafittix.com We are a small start-up company, and we greatly appreciate the feedback of the jBos

[JBoss-user] JBoss 2.1 and Catalina-NullPointerException problem

2001-03-29 Thread Alvin Yap
I have a Jboss2.1 and Tomcat 4.0 (Catalina) on Linux 6.2 using JDK1.3 Does anybody have a fix to this problem. I have this app working on Jboss2.1 and Tomcat 3.2.1 [J2EE Deployer Default] Starting module bfrs_web.war [Auto deploy] java.lang.NullPointerException [Auto deploy] at org.jboss.contr

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Dan Christopherson
A While back Ken Jenks posted a message on some changes you may need to make to application.xml to allow the servlet to see the EJB classes. Have you seen this and tried it? It seemed to work for the person he was helping at the time. On Thu, 29 Mar 2001, Swami Iyer wrote: > Hi, > I downloaded t

[JBoss-user] Case studies

2001-03-29 Thread marc fleury
Hello, for an online magazine we are interested in hearing about your real life scenarios with JBoss and EJB. If you have a moment take the time to write down a few paragraph relating your experience, the type of app, it's complexity, type of beans, number of beans, database size, transaction vo

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
Swami Iyer wrote: > Hi, > I downloaded the Mar 26th zip file (JBOSS/TOMCAT) from JBOSS site and > deployed our .ear file and it worked. > > I have no explanation as to why the .ear file you have work in earlier > version and not the new one. Can you check the Context class loaders in > server.xm

Re: [JBoss-user] Help on entity

2001-03-29 Thread Guy Rouillier
Download jbosstest. - Original Message - From: "Mauro Delrio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 7:38 AM Subject: [JBoss-user] Help on entity > where I can find a complete example of entity bean with ALL ejb-jar, > jboss etc etc etc > I've loo

[JBoss-user] This should be an easy one!!!

2001-03-29 Thread Greg Parker
Hello All ! ! ! In the ejb.jar file, the jboss user manual suggests this in the first line: I know what encoding is, but what does the Cp1252 represent and is it significant to Jboss? Is it optional? Thank you, GREG ___ JBoss-user mailing list [EM

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
hi dan! > A While back Ken Jenks posted a message on some changes you may need to > make to application.xml to allow the servlet to see the EJB classes. Have > you seen this and tried it? It seemed to work for the person he was > helping at the time. > i couldn't remember that i've seen this mes

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Swami Iyer
I just tried the tomcat-test.ear and it worked fine. I am using JBOSS/TOMCAT/APACHE and if you want I can post my server.xml and jboss.conf file Thanks, Swami -Original Message- From: Dan Christopherson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 11:19 AM To: '[EMAIL PROTEC

RE: [JBoss-user] iplanet

2001-03-29 Thread Sam
Title: RE: [JBoss-user] iplanet Just a warning if you plan on using Linux.  Since AOL/Netscape formed their alliance with Sun, iplanet has been systematically dropping Linux support on all product lines.  Notice that Directory Server 5.0beta does not have the Linux version. ;-) Sam -Ori

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Swami Iyer
Okay, the problem is in the context class loader. There is documentation on Jboss 3rd party which describes the changes required in the server.xml. But at the same time you have to not keep this following line in your server.xml. Then it would work. The difference between the standalone and the

Re: [JBoss-user] JBoss packaging

2001-03-29 Thread Blasius Lofi Dewanto
Hello, > I hope not. The topic is of value to many subscribers on this list too. I need a cc because at the moment I don't subscribe this mailing list ;-) So I know, if someone answers my question. > There is one ejb-jar.xml descriptor per deployment unit because that is how > the spec is defin

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
> I just tried the tomcat-test.ear and it worked fine. I am using > JBOSS/TOMCAT/APACHE and if you want I can post my server.xml and jboss.conf > file > > Thanks, > Swami hi swami! yes, please send me those files. btw, are you using a "standalone" version of jBoss, or the jBoss/tomcat bundle?

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Dan Christopherson
On Thu, 29 Mar 2001, Patrick Buchinger wrote: > Swami Iyer wrote: > > > Hi, > > I downloaded the Mar 26th zip file (JBOSS/TOMCAT) from JBOSS site and > > deployed our .ear file and it worked. > > > > I have no explanation as to why the .ear file you have work in earlier > > version and not the

Re: [JBoss-user] Datasource configuration, how to do it really?

2001-03-29 Thread jK.MkIII
Micheal J wrote: > Perhaps if you post what you've actually tried and the error messages/logs > that resulted ? Heh.. stupid me! Document tells how to set those conneciton pools and even gives examples how to do it for different databases. But after these examples is text saying that all this is

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Dan Christopherson
Here's the message in the archives. http://www.geocrawler.com/lists/3/SourceForge/10767/125/5433593/ On Thu, 29 Mar 2001, Patrick Buchinger wrote: > hi dan! > > > A While back Ken Jenks posted a message on some changes you may need to > > make to application.xml to allow the servlet to see the

RE: [JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread marc fleury
Ok, I have recieved many emails saying that this was uncalled for and that as a community we always welcome new additions to the framework. So please zaphod accept my apologies, and since I know folks react to what I say, apologies for flames from our developer base, and thanks for letting us kno

Re: [JBoss-user] This should be an easy one!!!

2001-03-29 Thread Guy Rouillier
Codepage. It identifies the character set used in the file. Don't know if it is optional or not. In the US, the value I see most frequently is UTF-8. - Original Message - From: "Greg Parker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 11:28 AM Subject: [

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
> Okay, the problem is in the context class loader. There is documentation on > Jboss 3rd party which describes the changes required in the server.xml. But > at the same time you have to not keep this following line in your > server.xml. > className="org.jboss.tomcat.ContextClassLoaderInterceptor

[JBoss-user] security error while running interest client.

2001-03-29 Thread Sundaram Ramasamy
Hi, Today I downloaded the jboss-2.1.zip. while try to run the interest client program. Its giving the following error. The same program I was able to run old version of jboss. Got context Got reference Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/security/Se curityAssoc

[JBoss-user] Postgres datasource causes JBoss init to stop...

2001-03-29 Thread Carey Nation
Hi, I'm trying to get jboss going with postgres. I have the latest version of both. I've configured the stuff in the config files as shown in the docs. The jdbc driver loads, but when it gets to the bit about starting up the datasource, jboss freezes. It looks almost as if it's trying to time o

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Swami Iyer
I am using the jboss/tomcat combination and here it is. -Original Message- From: Patrick Buchinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 12:05 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] bug in the latest few versions of jBoss 2.1 > I just tried the tomcat-tes

[JBoss-user] Have you seen this error message?

2001-03-29 Thread Raghuv
When I undeploy/deploy an EJB, I see the following message on the jboss console: [J2EE Deployer Default] exception while searching deployment: C:\jboss2.1\tmp\deploy\Default\MyTester.jar\deployment.cfg (The system cannot find the file specified) Just wondering why this is happening? BTW, everyt

Re: [JBoss-user] Q: jBoss & Jetty Package

2001-03-29 Thread Julian Gosnell
Looking at it as we speak... It's taking a while, beacause Jetty has a completely new JMX-ified wrapper. I am trying to figure out how to connect it to the JBoss JMX stuff. Jules "Day, Jem BGI WAC" wrote: > Guys, > > Do you intend to update the "jBoss & Jetty" combined distribution for 2.1

Re: [JBoss-user] security error while running interest client.

2001-03-29 Thread Dan Christopherson
you need jbosssx-client.jar in the client's classpath On Thu, 29 Mar 2001, Sundaram Ramasamy wrote: > Hi, > > Today I downloaded the jboss-2.1.zip. while try to run the interest client > program. Its giving the following error. The same program I was able to run > old version of jboss. > > >

Re: [JBoss-user] Postgres datasource causes JBoss init to stop...

2001-03-29 Thread Dan Christopherson
Make sure that PostgreSQL's pg_hba.conf is set up to allow and authenticate accesses from the JBoss machine's IP address. On Thu, 29 Mar 2001, Carey Nation wrote: > Hi, > I'm trying to get jboss going with postgres. I have the latest version > of both. I've configured the stuff in the config fi

[JBoss-user] MessageDrivenBean transactions

2001-03-29 Thread Todd Huss
I'm using MessageDrivenBeans in JBoss with the transaction attribute required. I know that in Weblogic, when using container managed transactions with MDB's the receipt of the message is considered part of the transaction so that a ctx.setRollbackOnly() will be as if the message hasn't been delive

RE: [JBoss-user] Q: jBoss & Jetty Package

2001-03-29 Thread MArandjelovic
Will new jboss/jetty release be able to handle war files better? How does jboss/jetty (or jetty) handle standard war's (war, not ear)? I had a trivial deploy with tomcat (just copied war file into webapps and it worked), however I couldn't do that with jboss/jetty (or jetty standalone). We would

[JBoss-user] ejb access

2001-03-29 Thread J. G. Zambrano
Hello,   I need to access all the homes deployed in a JBoss container from a client without having the names by which they were bound into JNDI. Does someone know of a way to obtain the deployed ejb homes on the given server whereby a client obtains and traverses a JNDI initial context. I h

Re: [JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread Zaphod
thank you Marc, I appreciate this. I think it might be a valueable addition for JBoss to have a graphical administation/builder tool. The question is: Can we contribute it (that is: open source it) or not. Frankly, we do not know yet. This was actually one of the reasons I posted the message. For

Re: [JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread Zaphod
thank you Marc, I appreciate this. I just thought it might be a valueable addition for JBoss to have a graphical administation/builder tool. The question is: Can we contribute it (that is: open source it) or not. Frankly, we do not know yet. This was actually one of the reasons I posted the messa

RE: [JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread marc fleury
Ok, we are seriously thinking about a "add-on" marketplace for JBoss, where we take a cut of sales to further the open source base. Your products would be very welcome in that program More on this soon, regards marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECT

Re: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread Scott M Stark
If your not using Apache why would it be used? - Original Message - From: "Dan Christopherson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 7:32 AM Subject: Re: [JBoss-user] Tomcat + Apache using mod_jk > Why wouldn't the mod_jk apache module be used? > >

[JBoss-user] Error w/jboss-tomcat-2.1-beta.zip (March-26-2001)

2001-03-29 Thread Dorothy Gantenbein
Hi - I just downloaded jboss-tomcat-2.1-beta.zip from the web site and unzipped it. On my Windows 2000 machine, I get an immediate error when I try to use run.bat. The error appears to be in Sax. Has anyone else experienced this problem? Thanks... Dorothy

[JBoss-user] Custom MBeans

2001-03-29 Thread James Kiryakoza
Title: Glacier I created a custom MBean to set up my Log4J configuration. The bean works fine, but when I try to pass it a parameter by including a reference to it in the Jboss.jcml file, the jcml file is always overwritten and my entry is deleted. Does anyone have any ideas as to why this i

[JBoss-user] Transaction Isolation Level

2001-03-29 Thread Kevin Meldorf (NBK)
How are Transaction Isolation Levels handled in jboss? Weblogic seems to use a proprietary method in their weblogic-ejb-jar file. If jboss does have a control over Transaction Isolation Levels, where and how do you declare them. Thanks, Kevin Kevin Meldorf Systems Analyst WorldTravel BTI 400 Sk

RE: [JBoss-user] EJB concurrency

2001-03-29 Thread Trawick, James
anyone care to field this one? chris -Original Message- From: Trawick, James [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 2:34 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] EJB concurrency we are having this discussion because i presented a JMS/messagebean scenario th

[JBoss-user] JMX Managed EJB's

2001-03-29 Thread John_Kidd
Is there a way to setup JBoss so I can managed individual EJB's? John ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] for weblogic JDBC Type 4 Drivers

2001-03-29 Thread Brenton House
I'm not sure what the process is to add this to the How To Page at: http://jboss.org/documentation/mssql.htm but here is the for weblogic JDBC Type 4 Drivers. Enjoy! Brenton House Driver: weblogic.j

Re: [JBoss-user] Tomcat + Apache using mod_jk

2001-03-29 Thread Dan Christopherson
The question was on using Apache to front end Tomcat+JBoss On Thu, 29 Mar 2001, Scott M Stark wrote: > If your not using Apache why would it be used? > > - Original Message - > From: "Dan Christopherson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 29, 2001 7:3

Re: [JBoss-user] Error w/jboss-tomcat-2.1-beta.zip (March-26-2001)

2001-03-29 Thread Scott M Stark
This is happening when you are running run.bat from within the C:\tmp\jboss-tomcat-2.1-beta\jboss-2.1\bin directory? It works fine for me on W2K with the Sun VM. Either your not in the bin directory so the relative path element ../lib/crimson.jar is not correct or your VM doesn't like the classpat

[JBoss-user] I need ammo.

2001-03-29 Thread Bill Burke
All, I need help. I really need some references on who is using JBoss in production and to what scale. I'm meeting resistence on adopting JBoss at my company and really need this information to convince the nervous, uninformed, upper-upper management(CIO types) that this is the way to go

Re: [JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread Zaphod
this sounds interesting. please let me know when you have more details on it. - zaphod - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 3:48 PM Subject: RE: [JBoss-user] [off-topic] Grafittix beta > Ok, > > we are serio

RE: [JBoss-user] [off-topic] Grafittix beta

2001-03-29 Thread marc fleury
we did "write doco get paid" we will do "write code get paid" the general idea is that we are seeing a flurry (no pun intended) of plugins being developed. They are not "core" stuff but "add-ons". JBoss is a tremendous distribution channel, also its STRENGTH is the fact that it is free. We wil

[JBoss-user] embedding JBoss into another application

2001-03-29 Thread chad t
Is there any documentation about how to embed JBoss into another Java application? I would like to get a general idea about how this is done and invite anyone that has already addressed this issue to comment. __ Do You Yahoo!? Get email at your own

Re: [JBoss-user] I need ammo.

2001-03-29 Thread Peter_Cetinski
Are you sure JBoss is the way to go? Don't get me wrong, I love JBoss and I will actually have a site going live in the next few months that will be running on JBoss. However, if you sell your management types on JBoss, and then experience any difficulties, especially with the lack of "official

[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] Tomcat + Apache using mod_jk

2001-03-29 Thread Scott M Stark
I read the question as "when I use tomcat embeded in JBoss I don't see the mod_jk.conf-auto created ..." with a subsequent question as to how to use Apache. I was just commenting on why there would not be a mod_jk.conf-auto created. - Original Message - From: "Dan Christopherson" <[EMAIL

RE: [JBoss-user] embedding JBoss into another application

2001-03-29 Thread Filip Hanik
take a look at OpenJoda from mycomponents.com it aint pretty, but they did it :) Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of chad t

[JBoss-user] JBoss questions...

2001-03-29 Thread Crothers.Dean
Hi, I've looked on the website and thru the archives, but couldnt find answers to the following questions. But first some background, we plan to use JBoss 2.1 on Win2000 with multiple SQL Server databases (potentially on different boxes). 1) when using BMP how do you return a database connecti

Re: [JBoss-user] Error w/jboss-tomcat-2.1-beta.zip (March-26-2001)

2001-03-29 Thread Dan Christopherson
Do you have another XML parser in your classpath? On Thu, 29 Mar 2001, Dorothy Gantenbein wrote: > Hi - > > I just downloaded jboss-tomcat-2.1-beta.zip from the > web site and unzipped it. > > On my Windows 2000 machine, I get an immediate error > when I try to use run.bat. The error appears

[JBoss-user] I need ammo

2001-03-29 Thread Bill Burke
All, I need help. I really need some references on who is using JBoss in production and to what scale. I'm meeting resistence on adopting JBoss at my company and really need this information to convince the nervous, uninformed, upper-upper management(CIO types) that this is the way to go

RE: [JBoss-user] I need ammo.

2001-03-29 Thread marc fleury
|Are you sure JBoss is the way to go? Don't get me wrong, I love JBoss and |I will actually have a site going live in the next few months that will be |running on JBoss. However, if you sell your management types on JBoss, and |then experience any difficulties, especially with the lack of "offic

RE: [JBoss-user] JBoss questions...

2001-03-29 Thread Filip Hanik
> 1) when using BMP how do you return a database connection to the pool when > your finished with it? Connection.close(); > > 2) can JBoss perform distributed transactions with SQL Server? If so, is > there any information showing how to do this with BMP? > nope, true 2 phase commit is not impl

RE: [JBoss-user] for weblogic JDBC Type 4 Drivers

2001-03-29 Thread Micheal J
I've forwarded it to Kunle. BTW, how did you resolve the problems with the Atinav drivers?. I looked at the post but couldn't see any reason for the error and since I don't have/use the Atinav drivers... Did you resolve the issue?. Any pearls of wisdom that you can pass on to others in the commun

Re: [JBoss-user] I need ammo.

2001-03-29 Thread Bill Burke
IMHO, I think going the JBoss/OpenSource route has very huge advantages in the long run. Other than the obvious, (you can fix bugs you find, add any feature you want), the EJB Container becomes less mysterious and magical, and more predictable and understandable. Since we've been using JBoss

RE: [JBoss-user] Error w/jboss-tomcat-2.1-beta.zip (March-26-2001)

2001-03-29 Thread Micheal J
Sounds like you have a SAX1 parser in your CLASSPATH that's getting loaded instead. Micheal > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dorothy > Gantenbein > Sent: 29 March 2001 20:57 > On my Windows 2000 machine, I get an immediate error >

[JBoss-user] so I've created an MBean...how to I access it?

2001-03-29 Thread Liu, Kenneth Albert (Kenneth)** CTR **
So I created a ServiceMBean for my system, and now I am ready to create a client to it. This particular MBean initializes and starts an engine that I am using and holds on to the instance of it. I would now like to access this instance. What I've done is created a getInstance() on the MBean's i

RE: [JBoss-user] so I've created an MBean...how to I access it?

2001-03-29 Thread Filip Hanik
couldn't you use the HTTP connector (MBean) that comes with the reference implementation, this lets you manage your bean through a browser? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net > -Original Message- > From: [EMAIL P

[JBoss-user] JSP customisation on a jboss-tomcat configuration

2001-03-29 Thread Anne Waller
Hi, please bear with me regarding this issue. I wish to raise a question regarding the customisation of JSP's. We have previously used Orion but we would like to give our customers a choice in web servers. In the case of Orion it was possible to do a hot-deployment of a JSP, our application i

RE: [JBoss-user] so I've created an MBean...how to I access it?

2001-03-29 Thread Liu, Kenneth Albert (Kenneth)** CTR **
Maybe I'm not being too clear. All I want to do is call a method on the MBean from my code running in JBoss, not manage the MBean. Ken > -Original Message- > From: Filip Hanik [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 29, 2001 7:05 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBo

RE: [JBoss-user] Postgres datasource causes JBoss init to stop...

2001-03-29 Thread Carey Nation
Ok, I did that, and the result is the same. but now, I can provide actual details... 1. Here's where it stops... ty.SubjectSecurityProxyFactory@4695a6 [JAAS Security Manager] Started [JDBC provider] Starting [JDBC provider] Started [postgres] Starting [postgres] XA Connection pool postgres bound

  1   2   >