Re: [JBoss-user] Can jndi.properties be remote?

2001-05-19 Thread Scott M Stark
It sounds like your trying to statically configure a potentially large dynamic namespace. Why not look into using JINI to create a self configuring namespace. Its simple to load a file from a URL, but since you need a unique URL for each unique jndi.properties file you have to setup a URL namespac

Re: [JBoss-user] External JNDI Configuration for a Filesystem

2001-05-19 Thread Scott M Stark
Attribute names are case sensitive. external/fs/mike must be: external/fs/mike - Original Message - From: "Michael Azzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 2:32 PM Subject: [JBoss-user] External JNDI Configuration for a Filesystem > Hi, > >

Re: [JBoss-user] Re: Startup Execution Order

2001-05-19 Thread Rama Rao
Hi, Move the Embedded Tomcat block in jboss.jcml to the end. So that it starts after all the services are started. bye rama rao - Original Message - From: Ralf Purnhagen <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 8:16 PM Subject: [JBoss-user] Re: Startup Execut

Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Scott M Stark
Currently(JBoss-2.2.1) the security information that is obtained from the server request is stored in a ThreadLocal and so is only available to the request thread. You need to propagate the security information to any child threads. As of JBoss-2.3, security information is stored in an Inheritabl

Re: [JBoss-user] List available as ng?

2001-05-19 Thread Ivan Novick
I agree with your idea Ivan - Original Message - From: "Torsten Terp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 19, 2001 2:59 AM Subject: RE: [JBoss-user] List available as ng? > > Hi, > > I agree that a newsgroup has certain advantages of a mailing list, > but I h

Re: [JBoss-user] CMP table for entity bean never being created

2001-05-19 Thread Ivan Novick
Do you have jaws.xml file and if so could you paste it into a message so we could see your code. Ivan - Original Message - From: "Lisa Stuart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 8:29 PM Subject: [JBoss-user] CMP table for entity bean never being create

Re: [JBoss-user] Deployment directory with Jboss-Tomcat version

2001-05-19 Thread Ivan Novick
All applicatios should be deployed as war jar and ear files in the JBoss deploy directory Ivan - Original Message - From: "Lionel Siau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 19, 2001 4:59 AM Subject: [JBoss-user] Deployment directory with Jboss-Tomcat version >

Re: [JBoss-user] 2nd Deployment Fails

2001-05-19 Thread Scott M Stark
You can't deploy the custom catgory and factory in the same jar as the ejb-jar because each deployment results in a new type of TraceCategory. In Java the identity of a class is determined by both the class name and its ClassLoader. The first time you deploy it works and the log4j Category class s

Re: [JBoss-user] Running JBoss as a Service on Windows NT/2k

2001-05-19 Thread Xandy Johnson
I am aware that there is an 'ntservice' in the JBoss contrib module, which can be checked out from CVS on SourceForge. I have not yet been able to look at it. I am currently using JSL (the Java Service Launcher) . Xandy On Fri, 18 May 2001, Vineet Bhatia w

Re: [JBoss-user] JBoss and ANT

2001-05-19 Thread Scott M Stark
JBoss ejb jars are pretty trivial constructs in ant because there is no stub compiliation step as required by weblogic. I would have to look at the current ejb jar ANT task to see if it offers sufficient simplication of the steps required. Maybe it does. - Original Message - From: Michae

RE: [JBoss-user] Full EJB 2.0 Support ?

2001-05-19 Thread Jim Archer
Well, I woulden't know off the top of my head how to do a full review, but I can say I have been very happy with it. It implements pretty much all of EJB 2.0 PFD1, including QL. It works by taking an EJB 2.0 jar and writing EJB 1.1 BMP code, which it then packages into a new jar file. I then ta

Re: [JBoss-user] Embedded Tomcat Load-On-Startup w/ EJB's

2001-05-19 Thread Scott M Stark
That is a valid point as I can't find any clear statement in the spec that indicates a web component should be able to access an ejb component in its init method. Since web components do have a load on startup option, it does make sense to load them last and unload first when deploying an ear.

RE: [JBoss-user] Full EJB 2.0 Support ?

2001-05-19 Thread Jim Archer
Speaking for myself, not yet, but we are doing everything we can to deploy in the next 4 weeks. Thats aggrssive, but doable. We have been doing some load testing and so far it seems to hold up. We found one shutdown problem that MVC Soft quickly corrected. If your interested, I can keep you po

[JBoss-user] Address in use

2001-05-19 Thread d cutter
i just started using jboss yesterday, so i may very well be doing something silly, but when i attempt to deploy a trivial session bean, i get the following exception below. i looked through deja and the faq, but saw nothing that looked like this. it appears as if jboss wants to use port

[JBoss-user] Design question: Entity bean implementing custom interfaces

2001-05-19 Thread Aaron M. Stromas
Hi, I'm tinkering with JBoss by extending the CMB CD example from the documentation. One idea is to make the individual CD track an fairly complex object. Say, the most simple track has only two properties - a title and length. However, it may also have additional properties, for example, a compo

Re: [JBoss-user] Embedded Tomcat Load-On-Startup w/ EJB's

2001-05-19 Thread Scott M Stark
RE: [JBoss-user] Embedded Tomcat Load-On-Startup w/ EJB's It should be a simple fix to the startApplication /stopApplication code of the org.jboss.deployment.J2eeDeployer class. Right now the web modules are deployed before the ejb modules. Just switch the order of the two code fragments. I'll lo

Re: [JBoss-user] NamingService initialization problems--ConnectionException

2001-05-19 Thread Scott M Stark
I'm not sure which version of JBoss your using so lets get in synch on that point. What version are you using? I use cygwin on w2k as well and the only time I came across the issue you mention is when I first rebuilt the jnp JNDI provider code and dropped it onto the 2.2.0 release. This is when I

[JBoss-user] DTD for ejb-jar.xml and jboss.xml

2001-05-19 Thread ntran
Is there a document or dtd that describes and lists the valid values for ejb-jar.xml and jboss.xml? Thanks, Scott ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Lewis Henderson
...this is the important bit of the trace... ...the remote interface is stored and retrieved correctly on the session, however the SecurityAssociation was stored in a ThreadLocal on Thread-12 earlier and now we are using Thread-10... marc suggests that we need some kind of InheritableThreadLocal

RE: [JBoss-user] Full EJB 2.0 Support ?

2001-05-19 Thread Eoin Lane
I would be interested in evaluating this persistence manager but I would like some reviews on it too. Also I would also like to know what the impact of dropping dependant objects from the draft EJB 2.0 spec has on this persistence manager. Eoin. -Original Message- From: [EMAIL PROTECTED]

[JBoss-user] What's this error mean?

2001-05-19 Thread The Allisons
I'm trying to run JBoss+Linux (Debian with a 2.2.17 kernel) and have a strange error in the startup secion for DefaultDS - can anyone tell me what it means? "[DefaultDS] java.sql.SQLException: Connection is broken: errno: 105, error: No buffer space available for fd: 70" The stack trace i

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Dain Sundstrom
I don't think this is an EJB problem. Can you store any value (say a String) in the session and retrieve it later. If you cannot, you are loosing the cookie or session id on the web client. This is a common way a web server works. There is a thread pool that handle the incoming requests. The

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Lewis Henderson
...this is defiantly NOT my area of expertise...how do we get this done? Are there any examples of similar stuff, or is it 'open heart surgery' ? Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: 19 May 2001 15:24 To: [EMAIL PROTEC

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread marc fleury
|...I am using 'struts' with an initial logon action that connects to a |StatefulSessionBean and stores its reference in the session for use by |actions later on in the process...The initial connection and all method |calls in the logon action work ok as this is thread1 however when the |reference

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Lewis Henderson
...I am using 'struts' with an initial logon action that connects to a StatefulSessionBean and stores its reference in the session for use by actions later on in the process...The initial connection and all method calls in the logon action work ok as this is thread1 however when the reference is r

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread marc fleury
If the threads are spawned by a same thread, we need to implement InheritableThreadLocal behavior and then the associations are kept in the child threads. marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Lewis |Henderson |Sent: Saturday, May 19,

[JBoss-user] Deployment directory with Jboss-Tomcat version

2001-05-19 Thread Lionel Siau
Hi everyone, i've got apache-tomcat-jboss more or less working together on a win2k machine. But I can't seem to configure it properly. Need your help on this one.HOw exactly should this configuration be done? a) Where exactly should I deploy my servlets/jsps in the future? In the jboss deploy or

RE: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB => JAAS Authentiaction

2001-05-19 Thread Lewis Henderson
...I've found the cause of my original problem...now I need an answer... My client is multi-threaded...I login successfully on the first thread...then when another thread tries to use the remote interface (stored in the session) I get the security exception! Is this just a config issue or someth

RE: [JBoss-user] List available as ng?

2001-05-19 Thread Torsten Terp
Hi, I agree that a newsgroup has certain advantages of a mailing list, but I have actully come to enjoy it quite a bit, since I find myself reading a lot of posts I probably would'nt have read if it was a newsgroup. Thats educational!! What im saying is that with a newsgroup, initiative is on

RE: [JBoss-user] Full EJB 2.0 Support ?

2001-05-19 Thread Torsten Terp
Hi, I was just wondering if anyboy is using this persistence manager in a production environment? Anybody? ^torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Archer > Sent: Saturday, May 19, 2001 1:24 AM > To: [EMAIL PROTECTED] > Cc: Da

Re: [JBoss-user] CMP table for entity bean never being created

2001-05-19 Thread Lisa Stuart
Hi, I'm just using Hypersonic cause it's only a school project application that I'm writing, I'll check that out though, Thanks Lisa. Franco Biaggi wrote: > Maybe "ORDER" is a reserved word in your DB (like Oracle). > Ciao. > > On Sat, 19 May 2001 13:29:49 +1000, Lisa Stuart wrote: > > >Hi al

Re: [JBoss-user] CMP table for entity bean never being created

2001-05-19 Thread Franco Biaggi
Maybe "ORDER" is a reserved word in your DB (like Oracle). Ciao. On Sat, 19 May 2001 13:29:49 +1000, Lisa Stuart wrote: >Hi all, >I'm hoping for some help... >I have got three entity beans and one session bean that use CMP and are >deployed successfully. >The entity beans are Product, LineItem a