Re: [JBoss-user] Does anyone know what this error means?

2001-04-28 Thread Anuj Agrawal
In addition to Guy's suggestion, you might also want to create an MLET in the jboss.conf file reflecting the classes12.zip Anuj. Micky I. Mimo wrote: [Shutdown] Shutdown hook added [Service Control] Registered with server [Configuration] Could not create MBean

RE: [JBoss-user] problem with uncompressing of JBoss on Linux

2001-04-28 Thread Micky I. Mimo
type rpm -q unzip and see if you get an rpm file returned. If not, you need to down load an rpm for unzip and install it. Michael Mimo Systems Specialist Voice: 781-457-1317 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of jquest

Re: [JBoss-user] my problem: postgresql 7.0.2 jdbc driver don't update database really

2001-04-28 Thread danch
Matthew Hixson wrote: Are you sure you're committing the inserts? You need to make sure you're calling Connection.commit(). No don't do this. Never call commit in an EJB - the container will do that if you have it set up right. If you're going to manage your own transactions, why are you

Re: [JBoss-user] *.ear deployment

2001-04-28 Thread danch
Just put your .ear file in the JBoss deploy directory. The integration code will see to it that any .war in the .ear gets deployed by tomcat. G.L. Grobe wrote: Are *.ear files (including an EJB and WEB app) deployed in the same fashion as other web servers, or is it different w/ jboss. I

Re: [JBoss-user] problems deploying the PetStore demo

2001-04-28 Thread danch
Maxime Levesque wrote http://localhost:8083/ http://localhost:8083/estore/ http://localhost:8083/estore/index.html I get a blank page What's happening ? You're looking at the wrong web server. The server on port 8083 is an internal JBoss server that's _only_ used for clients

RE: [JBoss-user] MBean access via JNDI - How to?

2001-04-28 Thread Coates, David
My service starts up a stream of real-time telemetry data flowing from the Space Station. When our ground engineers have a need to do some analysis of on-orbit systems they will want to start up this data flow so that the data will be available all over the Boeing-NASA intranet for analysis. I

RE: [JBoss-user] MBean access via JNDI - How to?

2001-04-28 Thread marc fleury
|My service starts up a stream of real-time telemetry data flowing from the |Space Station. When our ground engineers have a need to do some That caught my eye... and then I realize that guys at Boeing are using JBoss for real time analysis of data from the ISS??? NO WAY! (way) ... man that

[JBoss-user] JAAS Tutorial for Jetty??

2001-04-28 Thread Joel Boehland
Hi-- I have seen the response to this question, and it seems the path is fairly clear for using jass + tomcat + jboss, but I was wondering if anyone has also done this with jaas + Jetty + Jboss... anyone?? Thanks, Joel --- John P. Coffey [EMAIL PROTECTED] wrote: I'm very new at using JBoss

[JBoss-user] Can i use more than 1 datasources for CMP? How?

2001-04-28 Thread Rafael S. V. Guimarães
Hi, I can one datasource (in jaws.xml) and my cmp-entity bean will use it. But i have another cmp-entity bean that i want conect to other database (this another bean is connecting the first datasource). How can i configure jboss (jaws) for this? How can i associate may entitybean to this

[JBoss-user] SUPPORT OF JBOSS --IMPORTANT-- PLEASE READ

2001-04-28 Thread marc fleury
Folks, We have found out that there is an exploding demand for support on JBoss technologies. Would you be ready, *on behalf of JBoss Group (JBG)* to provide some support -- obviously on a retributed basis? At this point, this is not a final plan but simply a call for participants to identify

Re: [JBoss-user] Can i use more than 1 datasources for CMP? How?

2001-04-28 Thread Vinay Menon
Going by the jaws dtd !ELEMENT jaws (datasource?,type-mapping?,debug?,default-entity?,enterprise-beans?,type-mappings?) The datasource is applicable to *ALL* entity beans within the ejb jar and there can be only one of them. Also, there appear to be no tags to override this within each entity

Re: [JBoss-user] Please Help... i have been working on this problem for 5 days

2001-04-28 Thread Toby Allsopp
Roman Brouk wrote: thanks for reply! why isn't it a correct way to access Datasource? I'll repeat the answer I gave in the mail addressed to me directly (please don't send mail directly to me and to the list). See section 19.4 of the EJB spec and numerous discussions here on jboss-user.

Re: [JBoss-user] Does tomcat-test (JB2.2.1-Tomcat3.2.1) works withWin 2000?

2001-04-28 Thread Jim Archer
Works fine for me under Win2K. It should work for you as well... Check your configuration and environment. Jim --On Sunday, April 29, 2001 1:09 AM +0200 Fulco Muriglio [EMAIL PROTECTED] wrote: Hallo, I've got jboss+tomcat and the tomcat-test works (http://localhost:8080/jboss/) under

Re: [JBoss-user] Guest user

2001-04-28 Thread Scott M Stark
Can you post the code fragment in the service request handler that did the JAAS login? I have done this and it works. On 28 Apr 2001 22:11:18 +0200 Raffael Herzog [EMAIL PROTECTED] wrote: ? Yes because you are establishing the user identity every time in each request thread. Just

Re: [JBoss-user] Does tomcat-test (JB2.2.1-Tomcat3.2.1) works with Win 2000?

2001-04-28 Thread Bill Pfeiffer
This probably isn't much help, but just to let you know that I am running fine with Jboss 2.2.1 and Tomcat 3.2.1 and the tomcat-test ear. Bill Pfeiffer - Original Message - From: Fulco Muriglio [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 7:09 PM Subject:

RE: [JBoss-user] problem with uncompressing of JBoss on Linux

2001-04-28 Thread jquest jquest
Thanks Bojrn, it is working very well. From: Björn Pewe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] problem with uncompressing of JBoss on Linux Date: Sat, 28 Apr 2001 18:48:23 +0200 Type jar -xvf *.zip Since jar files are in the same format