[JBoss-user] Setting Class-Path for EJB jar breaks WAR classloading(?)

2003-02-03 Thread Panu Hällfors
Hi! I'm, using a fresh copy of JBoss 3.0 from CVS (JBoss 3.0.7RC1). This is what I have: app.ear servlet.war WEB-INF/lib/servletlibs.war ejb.jar ejb-client.jar If we don't refer to ejb-client.jar from ejb.jar the servlet finds its libs from servletlibs.war, as it should. However,

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Tony Tortallini
Sun has been pushing Forte and NetBeans into the IDE market for years so McNealy's asinine remarks regarding JBoss were a convenient target for the company's market place frustration. He pulled the same tantrum when asked about Linux a few years back and offered Solaris instead. We all know the pu

[JBoss-user] 3.0.6 release notes available

2003-02-03 Thread Scott M Stark
The 3.0.6 release made available via SourceForge on 2003-01-26 here: https://sourceforge.net/project/showfiles.php?group_id=22866 now has change notes available which may be obtained from here: http://sourceforge.net/project/shownotes.php?release_id=136135 Scott Stark Chi

Re: [JBoss-user] Sending and receiving Emails

2003-02-03 Thread Guy Rouillier
Please format your mail as plain text, not HTML. See other messages inline. - Original Message - From: Brian McSweeney To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Monday, February 03, 2003 11:46 AM Subject: [JBoss-user] Sending and receiving Emails Hi guys, general computer science/

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Guy Rouillier
- Original Message - From: "Tony Tortallini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 4:28 AM Subject: Re: [JBoss-user] Say No to NetBeans > Blah blah blah ... but you still never rebutted my point about NetBeans > screwing up Java IDE revenue models. T

Re: [JBoss-user] help clearing a single user from authentication cache

2003-02-03 Thread David Ward
Thanks, Scott. I noticed you assigned yourself to the RFE I submitted for this. Just curious - by "next release" do you mean 3.0.7 or when 3.2 goes final? Also, we tried implementing our own CachePolicy, but had trouble since it didn't seem like the CachePolicy interface had all the informatio

Re: [JBoss-user] login-config.xml

2003-02-03 Thread Scott M Stark
No. See the security unit tests in the testsuite directory for an example of how this can be done. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Gabriel Pinto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [JBoss-user] Where should auth.conf go for a client app?

2003-02-03 Thread Scott M Stark
Yes. Use a jar URL to reference the file. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Jon Haugsand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 12:38 AM Subject: Re: [J

Re: [JBoss-user] How to set up LDAP login module?

2003-02-03 Thread Scott M Stark
See the quick start guide on source forge: http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.Draft4.pdf?download Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Artur Jonak" <[EMAIL PROTECTED]>

Re: [JBoss-user] unathenticatedIdentity and JBoss 3.0.4-tomcat 4.x

2003-02-03 Thread Scott M Stark
The secured ejbs must also be secured under the java:/jaas/secured security-domain for this to work. You have added: java:/jaas/secured to both the jboss-web.xml and jboss.xml descriptors? Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-user] help clearing a single user from authentication cache

2003-02-03 Thread Scott M Stark
I'll add this ability in the next release. To do it today implement your own CachePolicy. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "David Ward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedn

Re: [JBoss-user] Embedded Tomcat/Jetty Servlet threads and JBoss

2003-02-03 Thread Scott M Stark
The web container thread pool is seperate from the other J2EE components. The EJB container is responsible for enforcing single threaded access to the bean. The only problem a multi-threaded client has is trying to use a stateful session bean in more than one thread which is not allowed and will re

Re: [JBoss-user] building from CVS

2003-02-03 Thread Ricardo Argüello
Follow the Developer Quick Start Guide: http://www.jboss.org/developers/guides/quickstart.jsp You should checkout the "jboss-head" cvs module, if you want JBoss 4.0 (alpha): cvs checkout jboss-head If you want JBoss 3.2.x: cvs checkout -r Branch_3_2 jboss-3.2 If you want JBoss 3.0.x (the stabl

Re: [JBoss-user] ejb tier security

2003-02-03 Thread Scott M Stark
An unsecure web component must establish the caller identity on every call to the component using the login as security is stateless. You have a multi-threaded environment and you are only setting the caller identity for the currently executing thread when you do a login. You should logout on compl

[JBoss-user] RE: ejb tier security

2003-02-03 Thread Joseph Pelle
OK, this is what I thought should happen (as from the JBoss online docs, Ch9): 1. The client first has to perform a login to establish the principal and credentials that will be used for authentication purposes. This entails creating a LoginContext and passing the name of the configuration to u

[JBoss-user] ejb tier security

2003-02-03 Thread Joseph Pelle
I'm a little lost on how authentication and authorization work for ejb level security when accessing the EJB methods from JSP/JavaBeans. For now let's assume that none of my web level stuff is restricted -- just the back end EJBs. Do I have to authenticate prior to any EJB call? I'm lost on the

[JBoss-user] jbossweb virtual hosts configuration

2003-02-03 Thread glaive
Is there a faq or a current tutorial that explains how to set up virtual hosts in jbossweb/jetty? I've been going off of the one on the Jetty website, and the JBoss/Jetty faq and I've encountered some difficulties. Thanks. --- This SF.NET em

[JBoss-user] building from CVS

2003-02-03 Thread Rasputin
Sorry if this is a dumb question. I've just got the CVS version of jboss, I have ant 1.5.1 installed. Platform is NetBSD , JVM is he Sun Linux 1.3.1_07-b02 If I cd into build/ and run build.sh, it dies pretty quickly with common/build.xml:118 Could not create task of type: jmxdoclet I've tried

Re: [JBoss-user] descriptor and cluster dependency

2003-02-03 Thread David Klimek
David Jencks wrote: On Sunday, February 2, 2003, at 07:43 AM, David Klimek wrote: Hello, as I understand meaning of tag it specify local dependency between two components on one jboss node. So if A depends on B. B will be deployed on node N at first and A will be deployed on node N at seco

Re: [JBoss-user] [ANN] Tammi 1.0 Released - a JMX Application Framework

2003-02-03 Thread Gary S. Cuozzo
I'm not sure what you mean by "this is a JBoss list".  Do you mean that it is a list pertaining to JBoss?  Or that JBoss Group owns the list?  If you are referring to the latter, then I would have to disagree with you as my jboss-user email comes from sourceforge.net.  If you are referring to t

Re: [JBoss-user] [ANN] Tammi 1.0 Released - a JMX Application Framework

2003-02-03 Thread Rod Macpherson
I doubt this message list will be impacted by a handful of J2EE open source announcements. Seems like some people have a low-threshold for jumping on these non-events but then perhaps they see it as a slippery slope to spam-like usage. I do not believe for-pay solutions are inherently evil nor do I

RE: [JBoss-user] [ANN] Tammi 1.0 Released - a JMX Application Framework

2003-02-03 Thread Lucas McGregor
>From their webpage, Tammi is an open source project that could be of interest to many JBoss users. The user mailing list seems like a good place as any to start. I find out about a lot of useful technologies by seeing them mentioned on this list first. I agree, I don't want to see this mailing

RE: [JBoss-user] Problems deploying an EAR on JBoss 3.2

2003-02-03 Thread James Higginbotham
Title: Message Wow! I've been seeing this on 3.0.6 as well but thought it was our complex build system.. I end up having to delete the tmp, db, and log directories (just be be sane and clear the logs for my sake) and things deploy fine.. This didn't happen on 3.0.4, so something has changed

RE: [JBoss-user] [ANN] Tammi 1.0 Released - a JMX Application Framework

2003-02-03 Thread JD Brennan
Since this is a JBoss list, it seems appropriate for advertising JBoss services and not appropriate for non-JBoss related services.  Seems like a reasonable place to draw a line.   JD   -Original Message-From: Gary S. Cuozzo [mailto:[EMAIL PROTECTED]]Sent: Monday, February 03, 2003

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Tom Coleman
I needed a development environment for a J2ME component recently. The IBM "solution" looked much too involved, so I took a chance and downloaded the "Sun One Studio Mobile Edition". It's apparently based on NetBeans. The "Mobile Edition" is tightly integrated with Sun's "Wireless toolkit". It

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Tony Tortallini
Yo Curt! Didn't you check out the link I dropped in there as a smiley replacement: http://www.oetrends.com/cgi-bin/page_display.cgi?77 The comedic material was pulled right out of the comments Scott McNealy made two weeks before he hooked up with Apache. Pretty much word for word. Tell you what

Re: [JBoss-user] basic clustering question

2003-02-03 Thread Rod Macpherson
A sticky session keeps a client glued to a particular server. Replicating session data is expensive while J2EE server crashes are exceptional. Having said that, replicating session data to a single fail-over target nets you low-cost fault tolerance. As a special bonus prize you can purchase a load

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Curt Johnson
In order to preserve the peace on the list, I set up a forum on the website, under The Lizzard's Corner... http://www.jboss.org/forums/thread.jsp?forum=91&thread=27889 If anyone has anything else to say on this topic, please do it there. Curt Johnson Tampa Open Source Java Guru Joao Mello wrote

[JBoss-user] Sending and receiving Emails

2003-02-03 Thread Brian McSweeney
Hi guys, general computer science/Email/J2EE question.   In sending an email we use an implementation of the javax.mail.Session class. In JBoss this is tied to java:/Mail   Could someone tell me how this works. Does the Session implementation have to be setup somehow?   As far as I know,

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Curt Johnson
It does matter. Can you send patches to Sun for any of their servers? Can you fix problems that are holding up your project with Sun? You become dependent on Sun, or any proprietary app server vendor for that matter. Has Sun kept up with the pace of development in the community? Nope. What has Su

Re: [JBoss-user] Problems deploying an EAR on JBoss 3.2

2003-02-03 Thread James Cleary
Check the other .jar and .ear files in deploy for the same BarHomeRemote entry. Clear out everything if possible and deploy this ear only.   Try removing everything in the  $JBOSS_DEPLOY/../tmp/deploy/server/default/deploy/   directory first. - Original Message - From: Chris

RE: [JBoss-user] Problems deploying an EAR on JBoss 3.2

2003-02-03 Thread Demyanovich, Craig - Apogent
Christian, Feel free to try this very simple test EAR (attached) that I developed for the jboss-user thread entitled "EAR works in 2.4.10 but not in 3.0.6." It deploys for me on 3.2.0RC1. Please let me know if you have any problems or questions. Craig us_state_service.ear Description: Binar

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Joao Mello
Please let's keep this as an online help. Keep your opinions and preference. I don't want do know. Thank you, Johm --- Nicholas <[EMAIL PROTECTED]> wrote: > Perhaps not, but it's **certified**, so it does not > even matter if it sucks. > > > --- Keene Hammond <[EMAIL PROTECTED]> wrote: > > "As fo

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Nicholas
Perhaps not, but it's **certified**, so it does not even matter if it sucks. --- Keene Hammond <[EMAIL PROTECTED]> wrote: > "As for open source app servers, we already > got one. It's called the Sun ONE app server." > > SunOne is open source? I don't see any source > code... > > > > > > ==

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Keene Hammond
"As for open source app servers, we already got one. It's called the Sun ONE app server." SunOne is open source? I don't see any source code...      

Re: [JBoss-user] [ANN] Tammi 1.0 Released - a JMX Application Framework

2003-02-03 Thread Gary S. Cuozzo
You are not the only one.  I totally agree with you.  But, JBoss Group LLC uses this list (and the dev list) to advertise their training and other services.  So, where does the line get drawn?  What is ok for one, should be ok for all.  This has bothered me for some time now. gary. Andreas Me

[JBoss-user] Problems deploying an EAR on JBoss 3.2

2003-02-03 Thread Christian Neuroth
Hi!   Deploying the single ejb-jar works... But when I pack them into an ear archive I receive the following message:   javax.management.InstanceAlreadyExistsException: jboss.management.local:EJBModule=Foo-ejb.jar,J2EEApplication= ,J2EEServer=example.ear,j2eeType=StatelessSessionBean,name=Ba

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Curt Johnson
Tony Tortallini wrote: Blah blah blah ... but you still never rebutted my point about NetBeans screwing up Java IDE revenue models. Thanks for reminding me that JBoss and NetBeans are both open source. As for open source app servers, we already got one. It's called the Sun ONE app server. It's ce

[JBoss-user] DefaultDS not bound error

2003-02-03 Thread madhu sudhan
Hello, I am using JBoss-3.0.0 and Mysql database. In my application i am using MessageDrivenBeans(MDB), when i am sending messages to server, in my bean it's giving an error (in lookup for the datasource) after getting the intial context, DataSource not bound why? i followed all the standard inst

[JBoss-user] JBoss-IDE next steps

2003-02-03 Thread Hans Dockter
I've written a next steps proposal for JBoss-IDE available at: http://www.jboss.org/servlet/JiveServlet/download/162-27873-3763505-1281/JBoss-IDE_next_steps.html Hans --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM

Re: [JBoss-user] [ANN] Tammi 1.0 Released - a JMX Application Framework

2003-02-03 Thread Andreas Mecky
Hi,   maybe I am the only one but I don't think that this is the right place for this kind of shameless self commercial. Or if nobody else agrees then I can also start using JBoss as my mailing list for my open source projects?   WBR   Andreas   - Original Message - From: Mark

[JBoss-user] [ANN] Tammi 1.0 Released - a JMX Application Framework

2003-02-03 Thread Marketta Priha
Hello This message is relevant to JBoss users interested in applying JBoss' JMX capabilities also in servlet development and business logic implementation. The Norther Organization has released Tammi 1.0 open source development framework for web applications at http://t

Re: [JBoss-user] basic clustering question

2003-02-03 Thread Brian McSweeney
Thanks Sacha, > in this case, use a hardware or software loadbalancer that uses sticky > sessions. what exactly are sticky sessions? And how if it's a hardware load balancer could you do this? Eg, say we're running a web app. We have two boxes A and B both running the web and ejb tiers. Each box

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Tony Tortallini
Blah blah blah ... but you still never rebutted my point about NetBeans screwing up Java IDE revenue models. Thanks for reminding me that JBoss and NetBeans are both open source. As for open source app servers, we already got one. It's called the Sun ONE app server. It's certified. Put that in your

[JBoss-user] Transactions in XPetstore

2003-02-03 Thread Alex Loubyansky
Transaction configurations in XPetstore-2.2 aren't spec 2.0 compliant. CMP beans can have only Required, RequiresNew or Mandatory tx attrs, while in XPetstore we can meet Supports and even NotSupported (Account.getUserId()). I didn't run the XPetstore on 3.0 but I ran it on JBoss-3.2RC2 and HEAD.