[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.

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

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

[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

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:

[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

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

[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=

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] 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... = Nicholas

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: Binary

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

[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, In

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=91thread=27889 If anyone has anything else to say on this topic, please do it there. Curt Johnson Tampa Open Source Java Guru Joao Mello

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

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] 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's not

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] 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 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] [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

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 the

Re: [JBoss-user] depends 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 depends 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

[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

[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

[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] 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

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

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 stable

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: [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:

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: security-domainjava:/jaas/secured/security-domain to both the jboss-web.xml and jboss.xml descriptors? Scott Stark Chief Technology Officer JBoss

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] 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:

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] 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 information

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. Thanks

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

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

[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

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

2003-02-03 Thread Panu Hllfors
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.