Re: [JBoss-user] stuck with relations

2002-12-18 Thread Alex Loubyansky
Hello Jon, you are missing xdoclet tag target-role-name that produces the missing ejb-relationship-role-name. Note, it's optional in ejb-jar.xml but required in jbosscmp-jdbc.xml if ejb-relationship-role is specified. HTH, alex Tuesday, December 17, 2002, 11:14:41 PM, you wrote: JF> Hi! JF> I'v

[JBoss-user] Deploy Error - Parameter class not found

2002-12-18 Thread Phuwarin . Supawarapong
I found this error when add new finder findByProduct 16:13:05,437 WARN [ServiceController] Problem starting service jboss.j2ee:jndiN ame=LPCEventRemoteHome,service=EJB org.jboss.deployment.DeploymentException: Parameter class not found: java.lang.S tring, java.util.Date, java.util.Date Can enyb

RE: [JBoss-user] Deploy Error - Parameter class not found

2002-12-18 Thread Brandon, Raymond
Hi Phuwarin, You've made a mistake in your deployment descriptor, it should say: findByProduct java.lang.String java.util.Date java.util.Date Regards, Raym

RE: [JBoss-user] stuck with relations

2002-12-18 Thread Jon Finanger
Thanks Well, I've added this line: target-role-name="tripstatus-cmp20-has-trip-cmp20" but get the same error message. The jbosscmp-jdbc.xml contains this: tripstatus-cmp20-trip-cmp20 trip-cmp20-has-tripstatus-cmp20 tripstatus-cmp20-ha

[JBoss-user] JMS security problem

2002-12-18 Thread David Luis Fernandes de Araujo
Hi, i'm tryng to control the access method to my queue (password), but i'm having some problems. I have the folling piece of code in jbossmq-destinations-service.xml: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager and in the jbossmq-state.xml i have: john need

[JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Brian Topping
Hi all, I'm trying to get a standalone Tomcat 4.1 instance to use the JAAS authentication realm of a remote JBoss 3.2 instance. This is a standalone "downloaded from Apache" instance of Tomcat, not one running under JBoss. Using VM arguments, I'm able to mesh the JNDI tree and remote EJB calls wo

[JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Mike Lecza
JBoss 3 + RH Linux 7.x   We currently start Jboss upon reboot by running the start script in rc.local. The problem is that the JAVA_HOME which is set in .bashrc is not set before rc.local is executed during the Linux startup. Asside from setting JAVA_HOME in the jboss start script or sett

[JBoss-user] JBoss Restart script problem

2002-12-18 Thread Mike Lecza
I tried posting this in the Forums – no takers so trying the mailing list gurus J   JBoss 3.0.4 / RH 7.x   When we execute jboss_init_redhat.sh restart we notice that the start process begins before the stop process completes. This never happened in Jboss 2.4. Any way to make it so that

Re: [JBoss-user] JBoss 4.0Alpha

2002-12-18 Thread Sobkowiak Krzysztof
Sorry for last mail How can I build a bundle with tomcat 5? Am Fre, 2002-12-13 um 13.21 schrieb Emerson Cargnin - SICREDI Serviços: > that's, right, sorry ; ) > > I got a wrong try from from bash history!!! > > David Jencks wrote: > > i think you meant > > > > cvs -z3 -d:pserver:[EMAIL PROTECTE

Re: [JBoss-user] JBoss 4.0Alpha

2002-12-18 Thread Sobkowiak Krzysztof
Jak z tych zrodel skompilowac combo z tomcatem 5 Am Fre, 2002-12-13 um 13.21 schrieb Emerson Cargnin - SICREDI Serviços: > that's, right, sorry ; ) > > I got a wrong try from from bash history!!! > > David Jencks wrote: > > i think you meant > > > > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/

[JBoss-user] Virtual Hosts

2002-12-18 Thread Valter Nogueira
Hi everybody, I am really sorry to bother you with such fool question. After reading some answers and docs, I can't estabilsh virtual hosts. I am using a win2k (sorry linuxers) which I use to develop my ASP app. What I intend to do is add virtuals IP addresses and make each virtual IP correspo

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Brian Topping
> -Original Message- > From: Valter Nogueira [mailto:[EMAIL PROTECTED]] > Subject: [JBoss-user] Virtual Hosts > > > Hi everybody, > > I am really sorry to bother you with such fool question. > After reading some > answers and docs, I can't estabilsh virtual hosts. You should read the

[JBoss-user] Jboss Security Issue - With Jetty and TomCat

2002-12-18 Thread Dhiraj Ramakrishnan
Hi all,    I am trying to implement a secured web application in Jboss. I first tried configuring with LDAP ..    but failed . Now i am trying for a simple authentication based on UsersRolesLoginModule.   a)     I have created the users.properties  and roles.properties fil

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Brian Topping
There's a really great script called "jboss_init_redhat.sh" that's in the distribution for 3.2.  It works like a champ!   hth,   -b -Original Message-From: Mike Lecza [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 18, 2002 7:33 AMTo: [EMAIL PROTECTED]Subject: [JBoss-use

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Valter Nogueira
Brian, I already read that guide but I didn't understand. I thought that tag was about a server name like www.myhost.com. And this make me really confuse. Shouldn't www.myhost.com be setted at DNS or hosts file? I read an answer sugesting add an tag for myhost.com, instead of redirecting it

RE: [JBoss-user] Log4j Question

2002-12-18 Thread Razumovsky, Andrew
Title: Message Thanks, Scott. I added lines below to the server/default/conf/log4j.xml:                                       That's the error mesage in the boot process (./run.sh): 09:07:09,010 INFO  [Log4jService] Starting09:07:09,024 INFO  [Log4jService$URLWatchTimerTask] Con

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Mike Lecza
Yeah – that is what we use – but we set Java_Home in bashrc.  When the server is booting up we start Jboss by calling this script – problem is that java_home is not set yet when rc.local runs the script.       -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Brian Topping
> -Original Message- > From: Valter Nogueira [mailto:[EMAIL PROTECTED]] > Subject: RE: [JBoss-user] Virtual Hosts > > I thought that tag was about a server name like > www.myhost.com. And this make me really confuse. > > Shouldn't www.myhost.com be setted at DNS or hosts file? Tomcat r

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread rsequeira
I don't know much about Jetty, but if you are using JBoss with Tomcat, you could add your virtual host in the tomcat configuration file. Check out the Host element in server.xml. myhost.com And then add an entry in the DNS or your hosts file (good for quick testing) RS

RE: [JBoss-user] mbean IllegalAccessError

2002-12-18 Thread Eric Kaplan
OK, so I looked at the jboss3.0.0 admin/devel docs, and there is a section about scoping classes using ears. I created jboss-app.xml as described and have two lines, one for my ear, the other for my sar, as follows: armanta:loader1=armanta.ear armanta:loader2=armana.sar I assume I put

[JBoss-user] custom error 500 page for missing applications

2002-12-18 Thread hans albers
What do I have to do to set up a custom error page for http status error 500 if I want to remove and deploy applications? (JBoss 3.0.4) Hans _ Hotmail  -  Absolut kostenfrei! Der weltweit größte E-Mail-Anbieter im Netz: http://www.

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread rsequeira
For setting up virtual hosts with Jetty: http://jetty.mortbay.com/jetty/doc/virtualHosts.html As for the solemn oath, no question is stupid until you know the answer :-) RS

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Geer, Benjamin
You could modify the script so it sets JAVA_HOME.   Benjamin -Original Message-From: Mike Lecza [mailto:[EMAIL PROTECTED]]Sent: 18 December 2002 14:40To: [EMAIL PROTECTED]Subject: RE: [JBoss-user] Start JBoss 3 upon Linux Reboot Yeah - that is what we use - but we set

Re: [JBoss-user] mbean IllegalAccessError

2002-12-18 Thread David Jencks
The jboss-app.xml file goes in your .ear next to application.xml and it can include at most one loader-repository element. If you want to include the jboss specific packages *-service.xml or *.sar in your .ear you also need in the jboss-app.xml mysar.sar boring-service.xml da

Re[2]: [JBoss-user] stuck with relations

2002-12-18 Thread Alex Loubyansky
Jon, make sure the corresponding ejb-relationship-role exists in ejb-jar.xml. If it is in jbosscmp-jdbc.xml it must be in ejb-jar.xml either. alex Wednesday, December 18, 2002, 12:44:42 PM, you wrote: JF> Thanks JF> Well, JF> I've added this line: target-role-name="tripstatus-cmp20-has-trip-c

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Mike Lecza
Thanx – but that is what I was trying to avoid doing as I mentioned.   Regards, Mike   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Geer, Benjamin Sent: Wednesday, December 18, 2002 10:38 AM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user

Re: [JBoss-user] custom error 500 page for missing applications

2002-12-18 Thread Jules Gosnell
hans albers wrote: What do I have to do to set up a custom error page for http status error 500 if I want to remove and deploy applications? (JBoss 3.0.4) Hans _ Hotmail - Absolut kostenfrei! Der weltweit größte E-Mail-Anbieter i

RE: [JBoss-user] mbean IllegalAccessError

2002-12-18 Thread Eric Kaplan
As usual, thank you very much David. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Wednesday, December 18, 2002 11:06 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] mbean IllegalAccessError The jboss-app.xml file goes in your .ea

[JBoss-user] Has anybody used XA with JBoss/CloudScape?

2002-12-18 Thread Sasidharan, Manoj
Hello All, I am looking for some help on configuring an XA datasource using JBoss/CloudScape using RMIJDBC server. Does this work??? Can somebody send me the cloudscape-xa-service.xml. NOTE: The Non-XA version is working fine. Thanks in advance for your help and time. Best Regards MS

[JBoss-user] Deployment of MBean under JBOSS 3

2002-12-18 Thread FLYNN, Peter -Syntegra UK
Title: Deployment of MBean under JBOSS 3 Hi, I have some MBeans that I want to register and manage under JBOSS.  They are not J2EE Servlets or EJB's, but simple service MBeans. Is it possible to do this under JBOSS? Regards, Peter

Re: [JBoss-user] Deployment of MBean under JBOSS 3

2002-12-18 Thread David Jencks
Normally you do this by writing a *-service.xml file showing the mbeans you want with their attribute values. Pretty much all of jboss is started and configured this way, look in the deploy dir for examples. If your mbeans implement create(), start(), stop() or destroy() methods they will be call

RE: [JBoss-user] Fastest (and stable) way to turn existing EJBsi nto Web Services?

2002-12-18 Thread Joe Hung
Thanks Dr. Jung. It's good to hear that we should have JBoss.net ready in JBoss 3.2 by the end of...2002? ;) I don't really need fancy registry, and basic authentication is good enough for me. The thing I'm most concerned is, we have around 30 SLSBs but all of them use "value object" pattern that

Re: [JBoss-user] Has anybody used XA with JBoss/CloudScape?

2002-12-18 Thread Guy Rouillier
Did you check the mail archives? I think this topic was discussed just yesterday. - Original Message - From: "Sasidharan, Manoj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 11:37 AM Subject: [JBoss-user] Has anybody used XA with JBoss/CloudScape? > Hel

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Valter Nogueira
I will really consider Brian's suggestion. What I can't get is: Will app1.myhost.com and app2.myhost.com respond to the same IP address? If yes how a remote computer switch between app1 and app2, since conection is ulmately estabilished thru IP+Port? If not where app1 and app2 are binded to th

Re: [JBoss-user] Fastest (and stable) way to turn existing EJBs into Web Services?

2002-12-18 Thread David Ward
If you make sure your value objects adhere to the javabean spec, you can use Axis' custom BeanSerializer and BeanDeserializer to automatically encode/decode them for you. I do this and it works fine. Initially the cvs version of xdoclet (1.2) was not making "true" javabeans for the value obje

Re: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Hunter Hillegas
Title: Re: [JBoss-user] Start JBoss 3 upon Linux Reboot Unless you do an include of your bashrc file in that script, you will have to set it explicitly. From: "Mike Lecza" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Wed, 18 Dec 2002 11:45:37 -0500 To: <[EMAIL PROTECTED]> Subject: RE:

Re: [JBoss-user] error in using pgsql 7.2

2002-12-18 Thread Dan Christopherson
The only thing I see is that your datasource tag is still pointing to java:/DefaultDS. Did you set up the postgres-service.xml to deploy at that location? Did you also remove the hypersonic configuration that was at that location? -danch [EMAIL PROTECTED] wrote: > My version of JBoss is 3.0.2 run

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Brian Topping
> -Original Message- > From: Valter Nogueira [mailto:[EMAIL PROTECTED]] > Subject: RE: [JBoss-user] Virtual Hosts > > Will app1.myhost.com and app2.myhost.com respond to the same > IP address? Yes > If yes how a remote computer switch between app1 and app2, > since conection > is ulma

[JBoss-user] MethodOnlyEJBLock has been deprecated - Huh???

2002-12-18 Thread Jonathan . O'Connor
Folks, I recently got my grubby paws on an open source bug tracker, ITracker. I have it up and running under JBoss 3.0.4 using an Oracle database. But its spewing (really the only word for it) out 100's of error messages in the logs. See below for an example: 2002-12-18 16:49:39,782 ERROR [STDER

RE: [JBoss-user] Fastest (and stable) way to turn existing EJBs i nto Web Services?

2002-12-18 Thread Callies, Peter
We've been using Axis, albeit not with JBoss.net, and have had no trouble integrating with .Net. Peter Callies McKesson Information Solutions Transaction Solutions Hub -Original Message- From: David Ward [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 12:22 PM To: [EMAIL PR

RE: [JBoss-user] Fastest (and stable) way to turn existing EJBsi nto Web Services?

2002-12-18 Thread Joe Hung
Yes. That's exactly what I needed except for the .net client...Is anyone out there already achieved this? ie, use a .net client to serialize/deserialize a custom (javabean) value object through Axis BeanSerializer on the server side? Or if you know of any product that has an example of this sort?

RE: [JBoss-user] Has anybody used XA with JBoss/CloudScape?

2002-12-18 Thread Sasidharan, Manoj
I tried to get some information from the list yesterday... There was no reply. MS -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 10:03 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Has anybody used XA with JBoss/CloudScape? Did

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Valter Nogueira
Brian, What you mean is that we can't refer directly to IP address, as I usually do when developing, and I should config a hosts file (or DNS) to assign apps to IP and use the app name. Just one more thing. My IIS is configured to the address 10.1.1.1 port 80. Can I make Jetty respond to the

RE: [JBoss-user] Anyone running JBoss on Tandem?

2002-12-18 Thread Joe Hung
Holy...as a former JVM developer at Tandem, I am thrilled to see people wanting to use JBoss on Tandem. If you do have Tandem support (and I guess you should if you have a Tandem machine), don't hesitate to ask for Java support. The Java group has grown a lot since assimilated by HP. Good luck!

[JBoss-user] Ejb ref problem

2002-12-18 Thread jK.MkIII
Hi, I am in our project back in situation when have to get beans coded running on server. But I have strange problems, propably extremely simple that I just can't see. I am using Jboss 3.0.4 First I would like to ask if JNDIView is supposed to be in port 8082 like documents tell, and my memory

RE: [JBoss-user] Fastest (and stable) way to turn existing EJBsi nto Web Services?

2002-12-18 Thread Joe Hung
Sorry if this is a redundant question...have you tried custom objects in the parameters and how do you serialize/deserialize on the .net side? Also what version of JBoss and Axis do you use? thanks in advance. -joe -Original Message- From: Callies, Peter [mailto:[EMAIL PROTECTED]] Sent:

Re: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread me
set on /etc/profile Alle 15:40, mercoledì 18 dicembre 2002, Mike Lecza ha scritto: > Yeah – that is what we use – but we set Java_Home in bashrc. When the > server is booting up we start Jboss by calling this script – problem is > that java_home is not set yet when rc.local runs the script. > > >

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Joost Kraaijeveld
You can also use the scripts we described on www.gogis.nl/en/public_documentation/jboss/index.html and than go to the Linux configuration. This links als o contains a description of how we managed to put JBoss behind a firewall and add additional datasources (DB2 and PostgreSQL) to JBoss Joost K

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Brian Topping
> From: Valter Nogueira [mailto:[EMAIL PROTECTED]] > Subject: RE: [JBoss-user] Virtual Hosts > > What you mean is that we can't refer directly to IP address, > as I usually do > when developing, and I should config a hosts file (or DNS) to > assign apps to > IP and use the app name. yes, that

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Brian Topping
Okay, so I've gotten far enough through to realize there might be some ability to add a line such as: to the server.xml of the standalone Tomcat. I copied the Tomcat-service.jar into the tomcat/common/lib directory (for the class) as well as the jboss-sx.jar for some of the classes it reference

[JBoss-user] jmx-console

2002-12-18 Thread jK.MkIII
Hi, Read through posts and noticed that jmx-console is not in http://localhost:8082 anymore, but in http://localhost:8080/jmx-console , I am running Jboss 3.0.4. But now when tried it got error what browser showed: HTTP ERROR: 500 sun/tools/javac/Main RequestURI=/jmx-console And in serv

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Valter Nogueira
Brian, I really want to thank you. You solved a problem that have puzzled my head for a while. The remaining issues that I have are unimportant and by now I am able to produce some work. I know I am a starter but, I want to offer my help to you. (if someday a learn something you don't alredy

RE: [JBoss-user] Fastest (and stable) way to turn existing EJBs i nto Web Services?

2002-12-18 Thread Callies, Peter
We return an acknowledgment object in response to a call. I don't know what is happening on the .net side to de-serialize our ack bean since the .net side is a third-party vendor. Our service returns a standard java bean as an acknowledgment. We have not written our own serializer/deserializer?

Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Mauricio De Diana
You have to use ClientLoginModule on Tomcat side. See the chapter on Security of Jboss Quick Start doc. Hope it helps. Mauricio --- Brian Topping <[EMAIL PROTECTED]> escreveu: > Hi all, > > I'm trying to get a standalone Tomcat 4.1 instance > to use the JAAS > authentication realm of a remote

Re: [JBoss-user] jmx-console

2002-12-18 Thread rsequeira
Did you set the JAVA_HOME variable? Apparently it cannot seem to find the Main class in tools.jar. This class is used to compile the jsp file that displays the jmx-console. If you have set the JAVA_HOME variable and still get the error, then add tools.jar to the classpath. Also, I believe in JBos

RE: [JBoss-user] jmx-console

2002-12-18 Thread Callies, Peter
Plus you'll need the JDK, not just the JRE. Peter Callies McKesson Information Solutions Transaction Solutions Hub -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jmx-console

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread rsequeira
If a class cannot be found, it will usually throw a ClassNotFoundException. A NoClassDefFoundError error means that the RealmBase class was found, but one of the classes it depends on can not be found. I believe it's the classloaders that are giving you grief. I wonder if you need to add any other

Re: [JBoss-user] MBeans, local EJBs and Authentication

2002-12-18 Thread Randy Shoup
Thanks for the response. The code in my LdapLoginModule is the same as the code I submitted as a patch to JBoss (to support using LDAP to get user/role information from Active Directory users/groups), and so I extend the JBoss UsernamePasswordLoginModule as the JBoss LdapLoginModule does. Your

RE: [JBoss-user] MethodOnlyEJBLock has been deprecated - Huh???

2002-12-18 Thread Bill Burke
There are no more methodonly locks. Use NoLock instead. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Jonathan.O'[EMAIL PROTECTED] > Sent: Wednesday, December 18, 2002 12:16 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] MethodOnlyEJBLock ha

[JBoss-user] Please Help: JBoss - How to start a user service ????

2002-12-18 Thread Sasidharan, Manoj
Hello All, I want to start CloudScape from within JBoss. CloudScape can be started by instantiating an object of its Driver class. Hence I tried to put the logic in a startcs-service.xml: This somehow does not work. Please help. When I deploy the file, following error is displayed on conso

Re: [JBoss-user] MBeans, local EJBs and Authentication

2002-12-18 Thread Randy Shoup
Well, I tried adding 'unauthenticatedIdentity' back to my login-config, and it worked! Clearly it must have been pilot error in building or deploying the first time. Thanks for the help, and sorry for the noise. Randy Shoup wrote: Thanks for the response. The code in my LdapLoginModule is the

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Brian Topping
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Subject: RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS > > If a class cannot be found, it will usually throw a > ClassNotFoundException. > A NoClassDefFoundError error means that the RealmBase class > was found,

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Brian Topping
> -Original Message- > From: Scott M Stark [mailto:[EMAIL PROTECTED]] > Subject: Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS > > > Its not going to work. The JBossSecurityMgrRealm is designed for being > embedded in JBoss. You would have to modify it significantly to run > standalone.

Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Dmitri Colebatch
> If a class cannot be found, it will usually throw a > ClassNotFoundException. > A NoClassDefFoundError error means that the RealmBase class > was found, but > one of the classes it depends on can not be found. I believe it's the > classloaders that are giving you grief. I wonder if you need > to

Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Scott M Stark
The ClientLoginModule is just a wrapper around the SecurityAssociation thread local variable accessors and the JBossSecurityMgrRealm uses this directly. It also uses the AuthenticationManager and RealmMapping of the security manager associated with the web app. This is obtained through JNDI, and th

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread John Fawcett
    If you use the factory .bashrc from redhat, it makes a callout to /etc/bashrc. environment variables set in /etc/bashrc thus are available to all users. init should pick up variables set in this file. This is fine if you only have one jdk for all users on the machine.   I am lookin

[JBoss-user] Does anybody use XA with CloudScape???

2002-12-18 Thread Sasidharan, Manoj
Hello All, I am looking for cloudscape-xa-service.xml file.. Can somebody help please.. Thanks a ton in advance. regards MS --- This SF.NET email is sponsored by: Order your Holiday Geek Presents Now! Green Lasers, Hip Geek T-Shirts, Remote

[JBoss-user] How to instantiate an object of a given class during JBoss startup???

2002-12-18 Thread Sasidharan, Manoj
Hello All, I would like to instantiate an object of a given class during JBoss startup.. What are the available options: a. develop myclass-service.xml and put in JBOSS_DIR/server/deploy b. modify some startup file of JBoss Thanks for sending in your comments/suggestions. regards MS --

[JBoss-user] How to configure a user service ????

2002-12-18 Thread Sasidharan, Manoj
Hello All, I want to start CloudScape from within JBoss. CloudScape can be started by instantiating an object of its Driver class. Hence I tried to put the logic in a startcs-service.xml: This somehow does not work. Please help. When I deploy the file, following error is displayed on conso