RE: [JBoss-user] Empty String message selector is invalid

2002-11-18 Thread Sebastian Hauer
Sorry that I always reply to myself :) I found the link in the bug tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=537564&group_id =22866&atid=376685 It was already fixed in 2.4.4 but the fix was not carried over to 3.0.x I guess. Sebastian > -Original Message- > From:

[JBoss-user] Empty String message selector is invalid

2002-11-18 Thread Sebastian Hauer
Hi, I am doing some JMS testing on JBoss and I just discovered that the empty String specified as a message selector is invalid in the JBoss JMS implementation. Example: TopicSubscriber subscriber = session.createDurableSubscriber(topic, "mySubscription", "", false); >From the Sun JavaDo

RE: [JBoss-user] Bug found: Invoker Service stoppage -> Too many Threads -> JMS QueueConnection not closed

2002-11-18 Thread Bill Burke
I've always wondered how the garbage collector works...Does everything really happen in the background? Sometimes I miss C++. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dan > Christopherson > Sent: Monday, November 18, 2002 5:20 PM > To: [EMAIL

[JBoss-user] RE: ECPerf from cvs (stupid error:I think I lack a environment variable somewhere)

2002-11-18 Thread Bill Burke
Sorry if I sound rude, but there is a README.JBOSS.txt in the root directory. Please don't bother me with simple problems. Figure it out yourself. Sorry to be blunt, but I'm very busy. Don't bother me unless you have a real problem. If you feel like helping, rewrite the README.JBOSS.txt file a

[JBoss-user] ECPerf from cvs (stupid error:I think I lack a environment variablesomewhere)

2002-11-18 Thread João Clemente
On Mon, 28 Oct 2002 17:23:18 -0500 "Bill Burke" <[EMAIL PROTECTED]> wrote: > I did ran ECPerf tests and the RICE study on both linux and win2k. Hi. Sometime ago I asked you about this and you adviced to try ECPerf from JBoss's cvs. I checked it out and I tryed to run it (after setting up the con

[JBoss-user] any case of jboss using satellite lines?

2002-11-18 Thread Emerson Cargnin - SICREDI Serviços
Is there anyone that used client going through satellite line (with delay of 1.2 seconds round-trip) -- | Emerson Cargnin | | Analista de Sistemas Sr. | | Tel : (051) 3358-4959| | SICREDI Serviços | | Porto Alegre - Brasil| |xx

[JBoss-user] Security Question

2002-11-18 Thread Todd M Benge
Hi, I'm working on converting a swing applet from orion to JBoss. I've been able to establish connectivity to the JBoss server and invoke methods on various EJB's via the ClientLoginModule. The existing code accepts a generic username and password that is logged into the "other" login config

RE: [JBoss-user] Bug found: Invoker Service stoppage -> Too many Threads -> JMS QueueConnection not closed

2002-11-18 Thread Bill Burke
Its the OIL transport. You're right, the OIL client does not close the socket in a finalize method. Please log a bug. Thanks and apologies, Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dan A. > Dickey > Sent: Monday, November 18, 2002 4:3

[JBoss-user] Re: [Fwd: Re: [jetty-discuss] Release 4.2.1]

2002-11-18 Thread Jules Gosnell
Get the most recent Jetty and the most recent JBoss. swap the jars in .../deploy/jbossweb.sar/ for their equivalent in the Jetty distro, using org.mortbay.jetty-1.2.jar in place of org.mortbay.jetty.jar (...jetty.jar is for 1.4, ...jetty-1.2.jar for 1.2&1.3) if you are running on 1.3 JVM. errr

Re: [JBoss-user] Bug found: Invoker Service stoppage -> Too manyThreads -> JMS QueueConnection not closed

2002-11-18 Thread Dan Christopherson
Dan A. Dickey wrote: Finally (no pun intended), I tracked my problem with the Invoker service dying down to my jsp not doing a close() call on the QueueConnection. This really doesn't seem correct to me, that a client not doing something properly can bring JBoss to its knees. I haven't looked at

[JBoss-user] Unable to compile class for JSP: Solved

2002-11-18 Thread bill
Hello, All! [This is just a submission to the JBoss Online BrainBase.] After pulling my hair out the last two days, I fixed my problem. With my ant/xdoclet build process that put my EJB's in one jar, my servlets/jsp's in another and EAR'ed the whole thing (as opposed to some other way I didn't

[JBoss-user] Bug found: Invoker Service stoppage -> Too many Threads -> JMS QueueConnection not closed

2002-11-18 Thread Dan A. Dickey
Finally (no pun intended), I tracked my problem with the Invoker service dying down to my jsp not doing a close() call on the QueueConnection. This really doesn't seem correct to me, that a client not doing something properly can bring JBoss to its knees. I haven't looked at the implementation of

[JBoss-user] Re: redeployment and classloading

2002-11-18 Thread Thomas Aardal
Henning, several people have been having the same type of problem with hotdeployment / redeployment of EAR files and classcast exceptions. Most of these were due to the fact that old or unused (or even misplaced) jndi.properties files were lying in the ear file, and caused problems for the jndi

RE: [JBoss-user] removing bean lock exception

2002-11-18 Thread Bill Burke
Adrian Brock has found the problem. You can check out: cvs checkout -r Branch_3_0 jboss-3.0 cvs checkout -r Branch_3_2 jboss-3.2 cvs checkout jboss-head for the fix. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jerry Smith > Sent: Monday,

RE: [JBoss-user] jdbc2.PersistenceManager fails with large messages

2002-11-18 Thread Sebastian Hauer
BTW: I can send large messages with the org.jboss.mq.pm.file.PersistenceManager setup. > -Original Message- > From: Sebastian Hauer > Sent: Monday, November 18, 2002 1:13 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] jdbc2.PersistenceManager fails with > large messages > > > > Hi

Re: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-18 Thread Scott M Stark
I added a test of loading a JavaBean via the Beans.instantiate() method as is indicated by your stacktrace to the org.jboss.test.web.test.WebIntegrationUnitTestCase and it is able to load the ReportBean that resides in the WEB-INF/lib/util.jar of the jbosstest-web.ear without any problems. Look at

[JBoss-user] JAAS and EJBException: checkSecurityAssociation

2002-11-18 Thread otisg
Hello, I am using JBoss 3.0.4 and trying to perform user authentication using JAAS, but I am getting the following error: Caused by: javax.ejb.EJBException: checkSecurityAssociation; CausedByException is: Authentication exception, principal=admin at org.jboss.ejb.plugins.SecurityI

RE: [JBoss-user] Jetty and Clustering ..

2002-11-18 Thread Barlow, Dustin
I sent two ear files to your [EMAIL PROTECTED] email account so as to not echo those files to all the people on this list. Just wanted to let you know that here on the jboss list just on the chance that you block/filter emails from unknown email addresses. Thanks for the time and the help, Dusti

[JBoss-user] jdbc2.PersistenceManager fails with large messages

2002-11-18 Thread Sebastian Hauer
Hi again, Forgot a subject line in my first post... Today I did some testing of the JBoss JMS implementation (JBoss 3.0.4) and it seems it breaks using larger ObjectMessages. I setup a durable subscriber account and had been listening to my test topic for new messages. I've used the org.jboss.mq

Re: [JBoss-user] JBossWeb dist => JBoss/Jetty dist?

2002-11-18 Thread Jules Gosnell
YES otisg wrote: Hello, Is JBoss distribution available at http://jboss.org/downloads.jsp with the description of: "(includes JBossWeb HTTP server and JSP/Servlet engine)" the same as the distribution previously referred to as JBoss/Jetty combination? I've looked a JBossWeb stuff, and that

[JBoss-user] removing bean lock exception

2002-11-18 Thread Jerry Smith
Hey all, I've looked around for a bit on this problem(I thought I had this happen and fixed this before, but...) and can't seem to find any answers. I'm getting this exception: TransactionRolledbackLocalException, causedBy: java.lang.IllegalStateException: removing bean lock and it has tx set!Docu

Re: [JBoss-user] Invoker service dying?

2002-11-18 Thread Dan A. Dickey
On Friday 15 November 2002 12:40 pm, Dan A. Dickey wrote: > Ok, some further developments... ... I'm about out of time on > this for today - I'll pick it up on Monday. If anyone is still interested in this, what I've found out is that for my system, the JVM won't start threads after 1024 of them

[JBoss-user] (no subject)

2002-11-18 Thread Sebastian Hauer
Hi, Today I did some testing of the JBoss JMS implementation (JBoss 3.0.4) and it seems it breaks using larger ObjectMessages. I setup a durable subscriber account and had been listening to my test topic for new messages. I've used the org.jboss.mq.pm.jdbc2.PersistenceManager. If I send an objec

[JBoss-user] JBossWeb dist => JBoss/Jetty dist?

2002-11-18 Thread otisg
Hello, Is JBoss distribution available at http://jboss.org/downloads.jsp with the description of: "(includes JBossWeb HTTP server and JSP/Servlet engine)" the same as the distribution previously referred to as JBoss/Jetty combination? I've looked a JBossWeb stuff, and that seems to include Mo

Re: [JBoss-user] NoInitialContext

2002-11-18 Thread SainTiss
Hi, Actually, I don't put the message in an attachment... It's just that some mail clients don't process the signature right, and think the whole mail is in an attachment... IIRC this problem arises mostly with windows mail clients... it's a MIME problem I believe... Regards, Hans On Mon, 20

Re: [JBoss-user] Jetty and Clustering ..

2002-11-18 Thread Jules Gosnell
Dustin, send ma a simple example JSP and I will look at this tonight. Jules Barlow, Dustin wrote: I just tried the test in version 3.0.4 and the UserInfo session object's member data comes back as null on the second test jsp page. If I remove the tag from web.xml, then the second jsp page

Re: [JBoss-user] NoInitialContext

2002-11-18 Thread SainTiss
Right... That explains it... Thanks to all who responded... I can see that it's explained at http://www.jboss.org/online-manual/HTML/ch01s15.html indeed, but it's a bit tricky, since on the jboss site, it is referred to as deprecated docs, so you don't really know which parts are relevant for j

RE: [JBoss-user] Jetty and Clustering ..

2002-11-18 Thread Barlow, Dustin
I just tried the test in version 3.0.4 and the UserInfo session object's member data comes back as null on the second test jsp page. If I remove the tag from web.xml, then the second jsp page shows the member data that was populated in the first jsp page. So, it would appear that there is a prob

Re: [JBoss-user] NoInitialContext

2002-11-18 Thread Rodrigo Chandía
El Domingo 17 de Noviembre del 2002 02:50 PM, SainTiss escribió: > On Sun, 2002-11-17 at 19:33, G.L. Grobe wrote: > Well yes, but now I can't see how it would be possible to run them in > the same VM... See below... > I mean, you always have to issue the java command twice, no? If you are using

Re: [JBoss-user] NoInitialContext

2002-11-18 Thread Stefan Arentz
On Monday, Nov 18, 2002, at 14:12 Europe/Amsterdam, Brian Johnson wrote: A "client" would be in the same VM if it was a servlet or something similar running within the app server. Back to the original question, if you need to talk to JBoss from a different *process* or even a different *machi

Re: [JBoss-user] NoInitialContext / Classpath

2002-11-18 Thread Brian Johnson
http://www.jboss.org/online-manual/HTML/ch01s15.html On Sun, 2002-11-17 at 14:10, SainTiss wrote: > So this means you do need a jndi.properties file in the classpath when > running the client? > > After even more research, I found out that the jndi.properties file in > the server/default/conf dir

Re: [JBoss-user] NoInitialContext

2002-11-18 Thread Brian Johnson
A "client" would be in the same VM if it was a servlet or something similar running within the app server. On Sun, 2002-11-17 at 13:50, SainTiss wrote: > On Sun, 2002-11-17 at 19:33, G.L. Grobe wrote: > > >I'm using the same "java" command to launch jboss as I use to launch the > > >client, so I'

Re: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-18 Thread Phil Cornelius
Attached. I have however solved this by adding a copy of the manifest that is in the ejb jar to the war file (details in thread). So the question I have now is should the servlets have been able to find the jdom classes in 3.0.2? Yours Phil On Fri, 2002-11-15 at 17:19, Scott M Stark wrote:

[JBoss-user] strange problem with Oracle and JBoss 2.4.9/Tomcat4.0.4

2002-11-18 Thread michael . brohl
Hi all, we are using the above JBoss/Tomcat Bundle with Oracle 8.1.7 (classes12 driver) on a Linux machine (SuSE 8.1). Data requests return the expected number of datarows but every returned data field is empty! There are no errors connecting to Oracle and the fact that there are datasets returne

[JBoss-user] To: Remy Maucherat

2002-11-18 Thread Zoe Wong
Hi,   I am usingJBoss version:jboxx-3.0.3_tomcat-4.1.12I have checked the timestamp of the .jsp file and the .class file, the .class file is more recent than the .jsp file.And then, I discovered that every time the compiler would compile all the JSP which are in docroot sub directory. (i.e.

[JBoss-user] Resin like path-mapping?

2002-11-18 Thread Matthew Hixson
I am trying to figure out how to get Tomcat (bundled with JBoss) configured so that it provides the same functionality of the path-mapping attribute that Resin supports in its web.xml. http://www.caucho.com/resin/ref/app-config.xtp Basically I have a directory structure like: /jsp /WEB-INF etc