Re: [JBoss-user] Re: resource-loading in .war

2002-11-11 Thread James Cleary
Good question. Not sure.ClassLoaders must be different? Try printing them out: getClass().getClassLoader() vs Thread... - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 08, 2002 11:17 PM Subject: [JBoss-user] Re: resource-loading in .war Case

[JBoss-user] WebService Problem - Unable to view WSDL

2002-11-11 Thread Dhiraj Ramakrishnan
Hi Guys, I have deployed a webservice onto JBoss-3.0.2. The web-service.xml file looks like this , deployment xmlns=http://xml.apache.org/axis/wsdd/; xmlns:xsi=http://www.w3.org/2000/10/XMLSchema-instance; targetNamespace=http://net.jboss.org/nEngineApplicationServer;

[JBoss-user] Authentication Problem - LDAP JBoss

2002-11-11 Thread Dhiraj Ramakrishnan
Hi all, I am using JBoss-3.0.2 and have configured the login-config.xml to work with LDAP Server. My login-config.xml looks like this, application-policy name = myLdap authentication login-module code = org.jboss.security.auth.spi.LdapLoginModule flag = required module-option

[JBoss-user] JMX Security by operation

2002-11-11 Thread John C. Landers
What is the best way to secure an MBean by each operation. I want to restrict some users to read only ops and allow some to do write/mod ops. I read through the spec and did some research and most of the security is at the agent. I would like to have security at the MBean. My idea was to use a

Re: [JBoss-user] WebService Problem - Unable to view WSDL

2002-11-11 Thread Bruce Scharlau
At 18:34 11/11/2002 +0530, you wrote: Hi Guys, I have deployed a webservice onto JBoss-3.0.2. The web-service.xml file looks like this , deployment xmlns=http://xml.apache.org/axis/wsdd/; xmlns:xsi=http://www.w3.org/2000/10/XMLSchema-instance;

[JBoss-user] cmp performance

2002-11-11 Thread Eric Kaplan
Hi We have an application that is used by portfolio managers to manage money. They manage one or more portfolios, where a portfolio consists of one or more positions. Each position corresponds to an asset (a given asset can be associated with multiple positions), and the asset is associated with

Re: [JBoss-user] Hang in EntityLockInterceptor?

2002-11-11 Thread Dan A. Dickey
On Friday 08 November 2002 03:22 pm, Dan A. Dickey wrote: On Friday 08 November 2002 02:28 pm, David Jencks wrote: Does the hang go away if you use local tx (using the jca local wrapper instead of the xa wrapper)? If so this is probably due to problems with the informix xa driver. Nope,

[JBoss-user] Problem connecting XP to Linux

2002-11-11 Thread Tiburon Enterprise
I'm using JBoss 3.0.4 on XP and Linux machines. The XP client program establishes an InitalContext to the Linux machine and then executes this code which hangs: QueueConnectionFactory queueConnectionFactory = (QueueConnectionFactory)ctx.lookup (ConnectionFactory); I've verified with jmx-console

[JBoss-user] Help with MBean

2002-11-11 Thread Kim, Yong
Hi, I am currently developing a service that will run under JBoss 3.x.x that's will open a server socket and processes the incoming XML packets... and I have decided to make it a MBean component... By the way, my service creates multiple internal threads as well that processes each XML packets.

RE: [JBoss-user] Help with MBean

2002-11-11 Thread Kim, Yong
Forget about this... I am all set. Mitch -Original Message- From: Kim, Yong [mailto:Yong.Kim;Staples.com] Sent: Monday, November 11, 2002 4:43 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Help with MBean Hi, I am currently developing a service that will run under JBoss 3.x.x

Re: [JBoss-user] Help with MBean

2002-11-11 Thread David Jencks
The service lifecycle methods need to return promptly. If you want ongoing activity, do it in your own threads. david jencks On 2002.11.11 16:43:07 -0500 Kim, Yong wrote: Hi, I am currently developing a service that will run under JBoss 3.x.x that's will open a server socket and processes

Re: [JBoss-user] Hang in EntityLockInterceptor?

2002-11-11 Thread David Jencks
if changing to local tx doesn't change anything, it probably isn't a problem with the jca stuff. Can you try with a different database? I'd try to investigate the problem more directly. david jencks On 2002.11.11 12:55:11 -0500 Dan A. Dickey wrote: On Friday 08 November 2002 03:22 pm, Dan A.

Re: [JBoss-user] Problem connecting XP to Linux

2002-11-11 Thread Marius Kotsbak
On man, 2002-11-11 at 21:27, Tiburon Enterprise wrote: I'm using JBoss 3.0.4 on XP and Linux machines. The XP client program establishes an InitalContext to the Linux machine and then executes this code which hangs: QueueConnectionFactory queueConnectionFactory =

[JBoss-user] XA DS's in Jndi?

2002-11-11 Thread Dan A. Dickey
Ok, so I thought I was using the InformixXaDS; apparently I was wrong and all my EJB's are just using the DefaultDS. So, I changed the DefaultDS to be the InformixXaDS. Not sure if this is allowed or not. However, after about a day of work here; what it seems that I found out is that the

RE: [JBoss-user] XA DS's in Jndi?

2002-11-11 Thread Eric Kaplan
Don't worry dan, i thought it was funny. Of course, i have kids. Eric -Original Message- From: [EMAIL PROTECTED] [mailto:jboss-user-admin;lists.sourceforge.net]On Behalf Of Dan A. Dickey Sent: Monday, November 11, 2002 5:39 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] XA DS's in Jndi?

Re: [JBoss-user] XA DS's in Jndi?

2002-11-11 Thread Keene Hammond
Dan, With all due respect, you must have just fat fingered something somewhere as it should show up in JNDI, why don't cha send some of the whatever-service.xml file you are using for us to look at... and perhaps... version JBoss and Java -Keene Dan A. Dickey wrote: Ok, so I thought I was

Re: [JBoss-user] XA DS's in Jndi?

2002-11-11 Thread Dan A. Dickey
On Monday 11 November 2002 04:58 pm, Keene Hammond wrote: Dan, With all due respect, you must have just fat fingered something somewhere as it should show up in JNDI, why don't cha send some of the whatever-service.xml file you are using for us to look at... and perhaps... version JBoss and

Re: [JBoss-user] XA DS's in Jndi?

2002-11-11 Thread Dan A. Dickey
On Monday 11 November 2002 04:58 pm, Keene Hammond wrote: Dan, With all due respect, you must have just fat fingered something somewhere as it should show up in JNDI, why don't cha send some of the whatever-service.xml file you are using for us to look at... and perhaps... version JBoss and

RE: [JBoss-user] Path names in MBeans

2002-11-11 Thread JD Brennan
Title: RE: [JBoss-user] Path names in MBeans I think it's the directory you started JBoss in, which is typically the JBOSS/bin directory, but that's not required. We use the Java Wrapper Service on Windows and then the directory is the Windows System directory or something like that. Things

[JBoss-user] ALERT - GroupShield ticket number OA4_1037057913_SJ-DC-EXCH02_3was generated

2002-11-11 Thread GroupShield for Exchange (SJ-DC-EXCH02)
Action Taken: The attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] [EMAIL PROTECTED]; Keene Hammond [EMAIL PROTECTED] From: Dan A. Dickey [EMAIL PROTECTED] Sent: 1194328960,29526490 Subject: Re:

[JBoss-user] JAAS and EJBException: checkSecurityAssociation

2002-11-11 Thread otisg
Hello, I am using JBoss 3.0.4 with Tomcat 4.1.2. I am using a custom Login Module, and I am getting this exception, which prevents me from authenticating using JAAS: Caused by: javax.ejb.EJBException: checkSecurityAssociation; CausedByException is: Authentication exception,

[JBoss-user]

2002-11-11 Thread i_love_money
ÍøÉÏÆ­È˵Ķ«Î÷Ì«¶àÁË£¬ ÎÒÕæ³ÏÏòÄãÍƼöÒ»¸öÿÔÂ׬1ÔªµÄ»ú»á---¼ÓÈëÖйúͼÊéÍø£¡ ÇëÈÏ×¼¡°¹¤ÉÌ¡±ºÏ·¨µÇ¼Ç±êÖ¾£¬ÕæÕýÏíÊÜÍøÂç׬ǮµÄÀÖȤ£¡ Á˽âÏêÇéÇë¿´£º www.BooksChina.com/jiangli/jiangli.asp?uid=lyx0503 ×£ÄãºÃÔË£¡ --- This sf.net email is sponsored

Re: [JBoss-user] XA DS's in Jndi?

2002-11-11 Thread David Jencks
Please get the sample from the binary distro you are actually using or the same cvs checkout. depends optional-attribute-name=JaasSecurityManagerServicejboss.security:name=JaasSecurityManager/depends should be depends

[JBoss-user] Security domain

2002-11-11 Thread Vijaya Laxmi
Dear all, can somebody tell how to set up security-domain in tomcat. In jboss u can set using the standardjboss.xml, but in tomcat , where do u set so. regards vijaya