Re[2]: [JBoss-user] Help with security-constraints please

2002-07-17 Thread Alex Loubyansky
Hello Jim, Tuesday, July 16, 2002, 11:28:06 PM, you wrote: JC RESOLVED: JC I switched the order of the constraints, making both Tomcat and Jetty happy. JC The spec says to use the most specific matching constraint. Jetty is doing JC that. Tomcat, on the other hand, seems to be using the

Re: [JBoss-user] problems using local interfaces

2002-07-17 Thread Marko Asplund
On Wed, 17 Jul 2002, Alex Loubyansky wrote: local interfaces are not allowed to be accessed remotely. Therefore they are called local :) ok, but with respect to what is locality defined? is the use of local interfaces only allowed for EJBs and other components (Servlets, JSPs) running inside

Re[2]: [JBoss-user] problems using local interfaces

2002-07-17 Thread Alex Loubyansky
MA ok, but with respect to what is locality defined? is the use of local MA interfaces only allowed for EJBs and other components (Servlets, JSPs) MA running inside the same JBoss/JVM instance? exactly! -- Best regards, Alex Loubyansky

Re: [JBoss-user] problems using local interfaces

2002-07-17 Thread Binil Thomas
On Wed, 17 Jul 2002, Marko Asplund wrote: On Wed, 17 Jul 2002, Alex Loubyansky wrote: local interfaces are not allowed to be accessed remotely. Therefore they are called local :) ok, but with respect to what is locality defined? yes, locality is defined in terms of the same JVM. is

AW: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError

2002-07-17 Thread Jung , Dr. Christoph
Matt, Thanks for YOUR patience with jboss.net ... Good luck. CGJ -Ursprüngliche Nachricht- Von: Matt Munz [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. Juli 2002 19:32 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError CGJ,

[JBoss-user] MalformedURLException: unknown protocol: jndi

2002-07-17 Thread Dannemann, Björn
Hi, i am trying to get Jetspeed running on jboss + tomcat. I think I have solved the Xerces, Xalan, Castor and unpack war problem, but i still got the following exception: [Wed Jul 17 09:33:05 CEST 2002] -- INFO -- Adding Local to cache list: jndi:/localhost/jetspeed/WEB-INF/xsl/ocs.xsl [Wed

[JBoss-user] problems with character encoding

2002-07-17 Thread Messner, Friedrich
Hi, I'm running jboss 2.4.7 with catalina 4.0.4 and I have problems with utf-8 encoded JSPs. I specified a property for the JVM in run.bat like this: -Dfile.encoding=UTF8 But this did'nt work. Any idea where else to specifiy the character encoding? Is there any possibility to do so in

Re: [JBoss-user] problems with character encoding

2002-07-17 Thread Alex Loubyansky
AFAIK, catalina has its own default encoding. PLEASE, Correct me, if it doesn't. alex Wednesday, July 17, 2002, 12:03:40 PM, you wrote: MF Hi, MF I'm running jboss 2.4.7 with catalina 4.0.4 and I have problems with MF utf-8 encoded JSPs. I specified a property for the JVM in run.bat like MF

RE: [JBoss-user] problems with character encoding

2002-07-17 Thread Jarecsni Janos
Hi, Do you specify the encoding in the @page... JSP directive? Cheers, Janos | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]] On Behalf Of | Messner, Friedrich | Sent: Wednesday, July 17, 2002 11:04 AM | To: [EMAIL PROTECTED] | Subject: [JBoss-user]

AW: [JBoss-user] problems with character encoding

2002-07-17 Thread Messner, Friedrich
Yes I do. I know that there is a possibility for BEA weblogic 6.1 to specify the character encoding in a special web-deployment descriptor (WEB-INF\weblogic.xml) additive to the web.xml in WEB-INF. But I cannot find any way for JBoss to do so. Cheers, Friedrich -Ursprüngliche

[JBoss-user] how to prevent recompile of client packages

2002-07-17 Thread Marco Dubbeld
Every time when I recompile interface package (xdoclet packagesubstitution) of ejb's I need to recompile all client packages otherwise I get a class cast exception in client packages even when remote interfaces did not change. How can i prevent class cast exception when I would like to provide

Re: Re[2]: [JBoss-user] Help with security-constraints please

2002-07-17 Thread Jim Crossley
Alex, I don't see any such text in section 12.8 of the 2.3 spec. (I do see similar text in the 2.2 spec) My interpretation (and I suppose the Jetty authors as well) of the applicable sections in either spec (2.3 refers to the same algorithm in its section 11.1) is that its not the constraints

Re[4]: [JBoss-user] Help with security-constraints please

2002-07-17 Thread Alex Loubyansky
JC Alex, I don't see any such text in section 12.8 of the 2.3 spec. (I do see JC similar text in the 2.2 spec) JC My interpretation (and I suppose the Jetty authors as well) of the JC applicable sections in either spec (2.3 refers to the same algorithm in its JC section 11.1) is that its not

[JBoss-user] (no subject)

2002-07-17 Thread Karl Koster
Group, I have searched the forums for any resolutions to this problem and haven't found any. I am simply trying to configure a connection pool for an Oracle database on JBoss 3.0.1RC1. I followed the Quick Start guide's instructions on how to do this. The only changes made to the example

[JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Dimitri PISSARENKO
Hello! Has someone experience with testing EJBs using JUnit? I've some entity beans and want to ensure that their basic functions (creation, editing and deletion of records in the database) do work properly after changes (see attachment TestProjectBean.java). But I get a NoClassDefFoundError

[JBoss-user] JBoss timer-service examples

2002-07-17 Thread Alan Yost
Hi All, I've just spent the last 1.5 hours searching the archives for a definitive explanation and example of a timer bean in JBoss. All to no avail. Could somebody please put me out of my misery and give me guidance on this concealed gem? Regards Alan. winmail.dat

[JBoss-user] RE: JBoss timer-service examples

2002-07-17 Thread Uro Jurgli
Title: [JBoss-user] NameNotFoundException This might be helpful: http://www.jboss.org/online-manual/HTML/ch11s58.html You might reconsider using Scheduled MBean (and scheduling it with Scheduler MBean), which seems much more straitforward andsimple to use than Timer MBean. The info on it is

RE: [JBoss-user] RE: JBoss timer-service examples

2002-07-17 Thread Alan Yost
Thanks Uros - it's late here, but you have inspired me. I'll let you know how I go. Regards Alan. -Original Message- From: Uroš Jurglič [mailto:[EMAIL PROTECTED]] Sent: Wed 17/07/2002 11:01 PM To: '[EMAIL PROTECTED]' Cc:

RE: [JBoss-user] RE: Message driven beans in jboss

2002-07-17 Thread Damon Hamacha
Title: [JBoss-user] NameNotFoundException Hello Folks: i have not used JBoss for some time, however i find out a very large difference between the jboss2.2.* and the latest jboss version3.0. in respect to how to implement and run message driven beans in jboss3.0, i am missing

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread John Moore
Title: RE: [JBoss-user] Testing EJBs with JUnit Yes we're doing itfor all of our beans as well. When it's run you need the jndi.properties file or to pass all of the jndi on the command line. I would guess that you don't have the classes available (Home /Remote interface) available. Also,

Re: [JBoss-user] JMS Queues - Number per application/Limitations/best practices...

2002-07-17 Thread Dan Christopherson
Well, 4 to 10 queues should be no problem at all, no matter what the JMS implementation. I think you'll run into administration problems before technical problems as far as the number of queues goes. Technical problems I've seen (in various queuing implementations) have more to do with volume

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread HORTON,NOAH (HP-FtCollins,ex1)
I would love to see your example of using JUnit with an EJB. Thanks! -Noah Horton -Original Message- From: Emerson Cargnin - SICREDI Serviços [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 10:55 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Testing EJBs with JUnit

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Dain Sundstrom
The JBossCMP example in the newest Quick Start guide uses my JUnit extension JUnitEJB, which supports the execution of test on the serverside. This is very useful for testing Local interfaces. I haven't written any docs on it, but you should be able to figure it out from the code. -dain

Re[2]: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Alex Loubyansky
Hello Emerson, if you don't mind, please, send me a copy too. Thanks! alex Wednesday, July 17, 2002, 7:54:39 PM, you wrote: ECSS I just did a test with ejb / jaas and junit, let me know if you want so ECSS I can send it to you (about 1 meg). If someone else want too, just tell me. ECSS

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Subramanian Ananthram
Hi Emerson, Can you send me a copy too. Thanks, Subu -Original Message- From: Emerson Cargnin - SICREDI Serviços [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 12:55 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Testing EJBs with JUnit I just did a test

Re: [JBoss-user] Number of MDBs servicing a JMS queue

2002-07-17 Thread David Stoleson
Look at standardjboss.xml, it contains a container configuration called Standard Message Driven Bean. Look at the pool config, StdJMSPool, and you can see that the max size is 15. -dave On Friday, June 28, 2002, at 07:50 AM, Keith Clarke wrote: In my tests I always get 15 of my message

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Dimitri PISSARENKO
Hi! On Wed, 17 Jul 2002 13:54:39 -0300, you wrote: I just did a test with ejb / jaas and junit, let me know if you want so I can send it to you (about 1 meg). If someone else want too, just tell me. Could you send me a copy of your code? Thanks Dimitri Pissarenko Emerson John Moore

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Dimitri PISSARENKO
Hello! The JBossCMP example in the newest Quick Start guide uses my JUnit extension JUnitEJB, which supports the execution of test on the serverside. This is very useful for testing Local interfaces. I haven't written any docs on it, but you should be able to figure it out from the code.

[JBoss-user] jsp - servlet - ejbBean = NoClassDefFoundError

2002-07-17 Thread Jeff Van Dorn
Hello, I'm having problems accessing an ejbBean from a servlet that is called from a jsp. I can access the bean from the jsp directly just fine, but not by calling the servlet from the jsp. I'm using JBoss2.4.4/Jetty3.1.7-1. I've seen from other messages that one soultion is to precompile the

RE: [JBoss-user] JBoss.net deployment stopped by java.lang.LinkageError

2002-07-17 Thread Matt Munz
Hi all, Perhaps this is a classloading issue after all. I added the following sys out's to the UnifiedClassLoader to see what's going on. public Class loadClassLocally(String name, boolean resolve) throws ClassNotFoundException { System.out.println(!!!m getting class locally...);

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Emerson Cargnin - SICREDI Serviços
As there's so many people intersted in this code, i'm translating it and will let it available through ftp (soon). Dimitri PISSARENKO wrote: Hello! The JBossCMP example in the newest Quick Start guide uses my JUnit extension JUnitEJB, which supports the execution of test on the

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Robertson, Jason
Also, take a look at Cactus, it's a JUnit extension for doing server-side testing which includes testing EJBs. http://jakarta.apache.org/cactus/index.html Jason -Original Message- From: Emerson Cargnin - SICREDI Serviços [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 3:25 PM

Re: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread Emerson Cargnin - SICREDI Serviços
The JUnitEJB.zip is available at http://www27.brinkster.com/seniorhc/emerson/JUnitEJB.zip it's a eclipse project, but you should be able to run ant externally without problem. it has some files you should alter : - config/jbossxml/login-config.xml (it's configured to use ldap), if you don't

[JBoss-user] jboss 3.0.0 and hypersonic; table created with wrong name?

2002-07-17 Thread John-Luc Bakker
Folks, I have a bean that specifies in its JAWS file some fields, the table-name (usertable) and the ejb-name (user). However, when this bean is deployed the log file tells me a table with the name user (that is the ejb-name!) is created (and dropped?). When I execute the create method as