[JBoss-user] Re: How to make Jboss make maximum 3 instances of session bean ??

2002-03-29 Thread wolfgang
Thank you for replying... Although I put settings in jboss.xml, My Jboss still doesn't limit max bean instances... Here's the EJB(stateful session bean)'s ejb-jar.xml and jboss.xml [ejb-jar.xml]- http://java.sun.com/dtd/ejb-jar_2_0.dtd";>

[JBoss-user] Tomcat talking through Local EJB interface??

2002-03-29 Thread Mark Wolfe
Hey is there any example JBOSS + tomcat applications around to illustrate how you call EJB Local interfaces? I am having trouble getting tomcat to load an local-ejb-ref. 13:31:14,990 ERROR [EmbeddedCatalinaServiceSX] Failed to setup web application ENC javax.naming.NamingException: ejb-local-ref:

[JBoss-user] Jboss server can't be stopped

2002-03-29 Thread Christine
Hi, I am using JBoss2.4.4 with embedded Tomcat 4.0.1. It works fine when I deployed a very small part of my project (2 EJBs). Now, I deployed a much more complicated project which has 20 EJBs. In the JBoss server cmd prompt, I can see all those beans are deployed successful. When I executed my ap

[JBoss-user] Debugging CMP 2.0 Queries

2002-03-29 Thread Dennis Muhlestein
In the 3.0 version of the jbosscmp-jdbc.xml (jbosscmp-jdbc_3_0.dtd), I noticed that there is no debug tag in the defaults. I tried putting it in, but jboss complained that it wasn't allowed there. (I turned ValidateDTDs on in the EJBDeployer ) Is this option not supported yet in CMP 2.0? I'd li

Re: [JBoss-user] Using EJB 2.0 CMP

2002-03-29 Thread Mark Gulbrandsen
My apologies to all on the list. We figured out what we were doing wrong. After my we got into the code in server/src/main/org/jboss/metadata/ApplicationMetaData.java we noticed the publicID string requirement, went back to our ejb-jar.xml file and realised that we screwed up. > I failed to me

RE: [JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS

2002-03-29 Thread James Higginbotham
So, let me follow up and verify some myths/facts: 1. Jboss 2.4.4 successfully deployed our EAR file, with about 4 EJBs using the same methodology of using a manifest's Class-Path: entry 2. Jboss 3.0.0 beta has had its deployment strategy changed, and our EAR deployment now breaks due to undetermi

RE: [JBoss-user] custom login module trouble (found a bug)

2002-03-29 Thread Todd Marshall
Danch- is this fact posted somewhere? I didn't see it in any of the docs I was using -T > -Original Message- > From: danch [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 29, 2002 11:08 AM > To: Todd Marshall > Subject: Re: [JBoss-user] custom login module trouble (found a bug) >

Re: [JBoss-user] Using EJB 2.0 CMP

2002-03-29 Thread Mark Gulbrandsen
I failed to mention which versions we're on. JBoss CVS -- we update daily. SuSE Linux 7.3 SUN JDK 1.3.1 (which comes with SuSE 7.3) -Mark On Fri, 29 Mar 2002, Mark Gulbrandsen wrote: > > Hi all, > > Hats off to all for a great product. > > We want to use EJB 2.0 CMP, but we seem to be doing s

[JBoss-user] Using EJB 2.0 CMP

2002-03-29 Thread Mark Gulbrandsen
Hi all, Hats off to all for a great product. We want to use EJB 2.0 CMP, but we seem to be doing something wrong. JBoss thinks that our bean wants 1.x CMP for some reason. Here are the errors: 14:23:06,462 INFO [EJBDeployer] Bean : CMPTestEJB Section: 9.2.2 Warning: The entity bean class m

RE: [JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS

2002-03-29 Thread Alex Loubyansky
Hello, James. I am afraid you can't specify the order for jar deployment when jars are in the same ear file. But I You can extract common jar files and deploy them before jar with EJBs. But on the next server's start such problem may rise again. To solve this problem you can create (if not

RE: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-29 Thread John Moore
Title: RE: [JBoss-user] better to run Tomcat and JBOSS seperately? We also found that running a combined container is far superior in performance to separating jboss and tomcat.  On TC 3.2.3 you are probably better off putting Apache in front of it and letting it serve the static content (.gi

Re: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-29 Thread Hunter Hillegas
It is my understanding that calls to remote interfaces, when run in the same VM, used an optimized, emulated local path... So, you can design against remote interfaces but still get lots of speed... Otherwise everything would be done using RMI... Slow One of my apps uses local interfaces no

Re: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-29 Thread Mark Gulbrandsen
Does jndi realize that its requests are all in-VM, or do you have to configure it using local interfaces rather than remote interfaces? I mean, do you have to write the client using the local home and local interface rather than the remote home and remote interface. Isn't using local interfaces

[JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS

2002-03-29 Thread James Higginbotham
Title: Message Hello all! My apologies for a possible duplicate post to this list, but I did a search and manual walk of the Geocrawler archives first. Here is the problem:   I have an ear file with 1 EJB that I am porting to Jboss from Weblogic (with no weblogic-specific stuff). The EJB's

RE: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-29 Thread James Ward
If you are concerned about Security, I think the best thing to do is put Apache on a box in front of your app server.  That way jboss doesn't even need to be on a routable ip.  Just my $0.02.   -James   -Original Message-From: Guy Rouillier [mailto:[EMAIL PROTECTED]]Sent: Thursd

[JBoss-user] Queue not shut down properly

2002-03-29 Thread Eric Jain
If I don't delete the queue directory manually before starting JBoss again, bad things happen. Is this a bug, or is there a chance I am doing something wrong? Latest JBoss from CVS, running on W2K. Didn't have this problem with the version I got a month ago, though there may also have been some er

RE: [JBoss-user] NotCompliantMBeanException while tomcat4-service.sar deployment

2002-03-29 Thread Alex Loubyansky
Well done, Adrian! It Works! :) alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Adrian Brock > Sent: Friday, March 29, 2002 2:19 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] NotCompliantMBeanException whi

RE: [JBoss-user] NotCompliantMBeanException while tomcat4-service.sar deployment

2002-03-29 Thread Alex Loubyansky
Hey! What are talking about? Thank you very much!!! :) alex > -Original Message- > From: Adrian Brock [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 29, 2002 2:19 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] NotCompliantMBeanException while > tomcat4

Re: [JBoss-user] NotCompliantMBeanException while tomcat4-service.sar deployment

2002-03-29 Thread Adrian Brock
Hi, I've committed the fix, sorry for any inconvience. Regards, Adrian >From: "Adrian Brock" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: Re: [JBoss-user] NotCompliantMBeanException while >tomcat4-service.sar deployment >Date: Fri, 29

Re: [JBoss-user] NotCompliantMBeanException while tomcat4-service.sar deployment

2002-03-29 Thread Adrian Brock
Hi Alex, I'm just testing the fix for this now. I'll let this list know when it is commited. Regards, Adrian >From: "Alex Loubyansky" <[EMAIL PROTECTED]> >Reply-To: <[EMAIL PROTECTED]> >To: "Jboss-User \(E-mail\)" <[EMAIL PROTECTED]> >Subject: [JBoss-user] NotCompliantMBeanException while tom

[JBoss-user] NotCompliantMBeanException while tomcat4-service.sar deployment

2002-03-29 Thread Alex Loubyansky
Hello. I have a problem deploying tomcat4-service.sar into jboss-3.0.0beta2 checked out yesterday (28th of March). It is deployed without exceptions into jboss-3.0.0beta2 checked out at 4th of March. Could somebody shed a light on it? This is the exception: 2002-03-29 10:12:33,216 ERROR [org

[JBoss-user] JBuilder and JBoss 3.0 Beta

2002-03-29 Thread Chris Perren
I am trying to run JBoss 3.0 Beta through Jbuilder but unfortunately I am getting the follow exception. I have had no luck at figure out the correct jar file to add to my classpath. Thanks for any help   Chris     02:26:01,645 INFO  [MainDeployer] Deploying: file:/C:/JBoss/deploy/jmx-rmi-

RE: [JBoss-user] custom login module trouble (found a bug)

2002-03-29 Thread Todd Marshall
Not sure if this is new, didn't see any postings on it My problem turned out to be that I had an underscore _ character in the name of login module entry in auth.conf here's the offending entry in auth.conf: ejb_login_module { // use the proxy login module to load my custom one org.jboss.se