[JBoss-user] [Security & JAAS/JBoss] - Re: password in custom LoginModule

2004-12-23 Thread ashields
Sorry this was all down to me being stupid I was doing password.toString() rather than new String(password), what I thought was an encrypted password was just the object reference Time for some alcohol I think Merry Christmas View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Messaging, JMS & JBossMQ] - how to realize message routing?

2004-12-23 Thread zhangjs
how to config message routing on more jboss server View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859803#3859803 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859803 --

[JBoss-user] [Beginners Corner] - Re: Symlinks in the deploy directory?

2004-12-23 Thread wiley173
I moved the .war outside of my "jboss" user directory wiley173 and it went away ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859802#3859802 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859802 ---

[JBoss-user] [Beginners Corner] - spurious error

2004-12-23 Thread wiley173
So this error should just be ignored, is there a way to get rid of it ? I edited the jboss-service.xml instead of symlinks... | | deploy/, | file:/home/wiley173/ | | my hellowWorld.war seems to work fine but this error ??? | 13:12:32,386 WARN [JAR

[JBoss-user] [JCA/JBoss] - NLS Charecter set issue

2004-12-23 Thread svdath
I am using a Oracle 8i Database and Jboss3.2.1. I have put the classes12.zip in my application lib folder. But still i am getting the same problem. The same classes.zip with the same application works fine on a Weblogic 7.0 SP2. Is there any specific driver change that i need to make. The er

[JBoss-user] [Installation & Configuration] - NLS Charecter set issue

2004-12-23 Thread svdath
I am using a Oracle 8i Database and Jboss3.2.1. I have put the classes12.zip in my application lib folder. But still i am getting the same problem. The same classes.zip with the same application works fine on a Weblogic 7.0 SP2. Is there any specific driver change that i need to make. The er

[JBoss-user] [JCA/JBoss] - Re: UTF Conversion issue

2004-12-23 Thread svdath
Hi Adrian, I am using a Oracle 8i Database and Jboss3.2.1. I ahve put the classes12.zip in my application lib folder. But still i am getting the same problem. The same classes.zip with the same application works fine on a Weblogic 7.0 SP2. Is there any specific driver change that i need to ma

[JBoss-user] [EJB/JBoss] - Re: Cannot lookup after restart server

2004-12-23 Thread lvhuyen
Please help me resolve this problem. Thank you very much! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859792#3859792 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859792 ---

[JBoss-user] [EJB/JBoss] - Cannot lookup after restart server

2004-12-23 Thread lvhuyen
I have 2 jboss servers: serverA and serverB. On serverA, I have a SLSB beanA. This SLSB has to call some method of SLSB beanB deployed on serverB. I can successfully lookup beanB from beanA, and do my business. But, when I restart serverB, I cannot lookup beanB again from beanA. The code segment

[JBoss-user] [Installation & Configuration] - Why does JBoss 3.2.6 embedded tomcat set jsp compiler fork f

2004-12-23 Thread lairdwd
THe tomcat documentation indicates this should be set to true by default, so jboss group is changing it to false. If this is so, why is this? Is there some technical feature that is not working? I'm particularly interested what the recommended setting is for production servers. Thanks! Happy ho

[JBoss-user] [Installation & Configuration] - Minor typo error on 4.0.1

2004-12-23 Thread nusa
Hi, This is just a minor typo error, harmless ( "depenent" ) : | 23:20:53,913 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.web.deployment:war=web-console.war,id=1666200400 depenent services are: [] | Thanks, nusa. View the original post : http://w

[JBoss-user] [JBoss Getting Started Documentation] - Re: Cannot deploy dukes bank application

2004-12-23 Thread verbunro
And thank you for solving my problem too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859784#3859784 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859784 --- SF

[JBoss-user] [Security & JAAS/JBoss] - Re: password in custom LoginModule

2004-12-23 Thread tcherel
This is strange. Youa re using the standard JBoss client login module in your client. As far as I know this guy does not encrypt anything. I have a custom JAAS login module with JBoss 3.2.6 and the client aslo uses the standard JBoss client login module and I have no problem getting the password.

[JBoss-user] [JBoss Getting Started Documentation] - Re: Using JAAS to secure EJBs

2004-12-23 Thread [EMAIL PROTECTED]
Start with the JAAS Howto. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46370 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859782#3859782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859782 --

[JBoss-user] [Security & JAAS/JBoss] - Re: password in custom LoginModule

2004-12-23 Thread [EMAIL PROTECTED]
There is no default encryption so if its showing up, its been configured somewhere. Trace level logging on the org.jboss.security category and eliminating unused login module configs are the way to debug what is happening. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Security & JAAS/JBoss] - Re: UsersRolesLoginModule AND CLIENT-CERT (desperately)

2004-12-23 Thread kookywon
Okay got this working on my workstation (Windows, java 1.4.1.03, jboss 3.2.6) and can talk to the webservice from another workstation. However, when I move the webservice to the dev server (Linux, java 1.4.1.03, jboss 3.2.6) I get this error: (401)Cannot authenticate with the provided credentia

[JBoss-user] [Security & JAAS/JBoss] - Re: password in custom LoginModule

2004-12-23 Thread ashields
here's my client | package client; | | import java.io.IOException; | import java.util.Hashtable; | import java.util.Properties; | | import javax.naming.InitialContext; | import javax.rmi.PortableRemoteObject; | import javax.security.auth.Subject; | import javax.security.auth

[JBoss-user] [Beginners Corner] - Re: javax.ejb package

2004-12-23 Thread darranl
Within your JBoss installation there is a client folder, this contains a jar file called jbossall-client.jar, the classes / interface if the javax.ejb package are in that jar. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859771#3859771 Reply to the post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Messages not consumed by MDB until restart of server

2004-12-23 Thread kalyanmulampaka
Hi, I have Server A which sends messages to a queue-X. these messages are persisted in an oracle database (using JDBC2PM). And I have a MDB which is deployed on another Server B which is configured to listen to the messages on queue-X. Server A runs jboss3.2.1 and Server B runs jboss4.0 When I s

[JBoss-user] [Installation & Configuration] - Re: JBOSS 3.2.7 & 4.0.0 on ISeries V5R2M0

2004-12-23 Thread fbiaggi
...missing... and check that all PTF are installed (already see that some java PTF do not install automatically). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859768#3859768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Installation & Configuration] - Re: JBOSS 3.2.7 & 4.0.0 on ISeries V5R2M0

2004-12-23 Thread fbiaggi
I think you should try to install tha latest cumulative PTF package for java. Ciao View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859767#3859767 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859767 --

[JBoss-user] [Beginners Corner] - Re: JBoss AOP best practice

2004-12-23 Thread [EMAIL PROTECTED]
An Aspect is a class containing several advice methods. The advice methods have to be of the form: | public class MyAspect | { |Object (Invocation inv) throws Throwable |{ | ... |} | |Object (Invocation inv) throws Throwable |{ | ... |

[JBoss-user] [News & Announcements] - 4.0.1 Release Available

2004-12-23 Thread [EMAIL PROTECTED]
The 4.0.1 release is available from sourceforge here: https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=280264 The release notes are available here: Changes between 4.0.1 and 4.0.1RC2 Changes between 4.0.1RC2 and 4.0.1RC1 Changes between 4

[JBoss-user] [Beginners Corner] - javax.ejb package

2004-12-23 Thread ter_d
Does any of you know where i can download javax.ejb package? If so, would you mind telling me? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859763#3859763 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859763

[JBoss-user] [JBoss Getting Started Documentation] - Re: Cannot deploy dukes bank application

2004-12-23 Thread wegorkie
Oh yes, that's it. Now it is working. Thanks a lot. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859762#3859762 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859762

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimistic Locking using Modified Strategy JBoss 3.2.3

2004-12-23 Thread jeeads
Thanks, I had looked at your post and you are right the transaction must be atomized for JBoss optimistic locking to work. My application writers are adverse to handling their own transactions. I am going to have to declaratively setup which field in a table is to be checked for concurren

[JBoss-user] [Beginners Corner] - JBoss AOP best practice

2004-12-23 Thread suding1
Hi, 1. Why there are both Aspect and Interceptor classes? 2. What are the issues to consider while taking the decision which of those should be used? Thanks SuDing View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859755#3859755 Reply to the post : http://ww

[JBoss-user] [Messaging, JMS & JBossMQ] - Deploying 2 MDB with same EJB Name into different EJB Jars f

2004-12-23 Thread gquintana
Hello, In my JBoss 4.0.1RC2, I have set up 2 applications (2 EARs). Both of them have their own EJBs. Both of them contains an MDB which is differently implemented and located in a different packages but has the same ejb-name ExempleMessage in the ejb-jar.xml. On deploy time, I get the followi

[JBoss-user] [JBoss Getting Started Documentation] - Re: Cannot deploy dukes bank application

2004-12-23 Thread [EMAIL PROTECTED]
Sun released update 4 just a couple of days ago that updated those examples from BMP to CMP. The getting started is written against update 3, but update 2 should also work fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859753#3859753 Reply to the p

[JBoss-user] [Security & JAAS/JBoss] - Re: password in custom LoginModule

2004-12-23 Thread tcherel
I believe that if the password is encrypted it is the "client" who did it. The next question is what is your client? Standalone EJB client application, servlet, others? You need to determine the JAAS configuration of this client in order to figure out who/how the password is encrypted. If com

[JBoss-user] [Security & JAAS/JBoss] - password in custom LoginModule

2004-12-23 Thread ashields
I'm writing a custom login module, When I get the value from the password callback it appears to have been encrypted in some way. Is there any way I can get hold of what the user actually typed? I'm trying to compare the password with an existing value in a db that was encrypted with a simple

[JBoss-user] [JBoss Getting Started Documentation] - Using JAAS to secure EJBs

2004-12-23 Thread Legga
Good day to All, I'm relatively new to J2EE. I've allready developed a number of EJBs and pages and now I'm trying to implement security to control access to EJBs. I've read all possible manuals I found on the net, but still there are some questions not quite clear for me... Everything is deploy

[JBoss-user] [Installation & Configuration] - Re: Override jboss-jmx.jar in 3.2.5?

2004-12-23 Thread [EMAIL PROTECTED]
I added another -B|-bootlib option to prepend jars to the bootclasspath. The 3.2 branch code diff against 3.2.5 is shown below. | [EMAIL PROTECTED] jboss]$ cvs diff -r JBoss_3_2_5 Main.java | Index: Main.java | === | RCS fi

[JBoss-user] [JBoss Getting Started Documentation] - Cannot deploy dukes bank application

2004-12-23 Thread wegorkie
anonymous wrote : | 15:54:42,550 INFO [EARDeployer] Init J2EE application: file:/C:/java/jboss/serv | er/default/deploy/JBossDukesBank.ear | 15:54:43,331 WARN [verifier] EJB spec violation: | Bean : CustomerBean | Section: 12.2.2 | Warning: The class must be defined as public and

[JBoss-user] [Installation & Configuration] - Problem with j_security_check using JBoss 3.2.5

2004-12-23 Thread kazouta
We're using j_security_check method on Webapps deployed on jboss-3.2.5 to authenticate users. Common timeout sessions is set in web.xml file of jbossweb-tomcat50.sar service. When a user need to access a protected page he is redirected normally to login form. If he try with accessable username

[JBoss-user] [Installation & Configuration] - Re: apache and jboss configuration

2004-12-23 Thread arsh_01
Never mind it is up and running. Configuring JBOSS is much easier than tomcat since all the settings are there by default. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859744#3859744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Beginners Corner] - Deploying of Adobe FormManager

2004-12-23 Thread Mittelbach
Hallo I hope somebody can help me solving a very big problem with JBoss. We bought the J2EE Application Adobe Form Manager 6 to deploy eForms to the Acrobat Reader clients in our enterprise to reduce the costs of paper and printing. The installation manual says the application is runable on IBM W

[JBoss-user] [Beginners Corner] - Where can I found the Jboss implementation for the sun Troub

2004-12-23 Thread miguelito
I'm looking for the port of this API (Trouble Ticket api) to work with Jonas, I know that this port exists, but I can't find anything related to it. best regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859736#3859736 Reply to the post : http://www.j

[JBoss-user] [Javassist user questions] - Can javassist make a CtClass from a serialized object?

2004-12-23 Thread rezahay
I'm sorry if this question has already been asked. I need at runtime to serialize a running object (I have to keep the state of the object) and make a CtClass from the serialized object and make some changes to it and load the new modified class. Is this possible with javassist? Thanks in adva

[JBoss-user] [Installation & Configuration] - Re: Is Virtual Directory mapping supported in JBoss?

2004-12-23 Thread irajava
I tried the above suggested solution on JBoss 3.2.4 without success. I tried it also with 3.2.6 and after removing one of the steps in the above suggested solution it worked. I expected though this to be a one line configuration issue and not to put same/diferent elements in three different file

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB extends base class: Verification of Enterprise Beans fai

2004-12-23 Thread barba005
Hi, I have a MDB which extends a base class. This base class implements the MessageListener and MessageDrivenBean interfaces and (among others) the onMessage method. When I try to deploy this to JBoss 3.2.6 it gives an error: 11:51:54,934 WARN [verifier] EJB spec violation: Bean : VeprRekenS

[JBoss-user] [EJB/JBoss] - Re: Timer interval duration not respected

2004-12-23 Thread gquintana
Well this is a known bug in JBoss 4.0 see: http://jira.jboss.com/jira/browse/JBAS-30 Sorry I didn't see it before. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859739#3859739 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuration of JMS on JBOSS

2004-12-23 Thread jagdishmane
Hi Kalyan, You were absolutely right. The jbossmq.jar file was missing. After adding it, the problem has been solved. Thanks a lot !! Jagdish Mane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859731#3859731 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Security & JAAS/JBoss] - Re: Using principal for context passing

2004-12-23 Thread tcherel
Thanks for the feedback. I agree, it does not seem that JSR 149 is going anywhere (not sure why). The only details that I have on the webSphere implementation is their documentation (http://publib.boulder.ibm.com/infocenter/ws51help/index.jsp?topic=/com.ibm.wasee.doc/info/ee/ae/rprf_workareatune

[JBoss-user] [Beginners Corner] - Re: ClassCircularityError - scheduler-service.xml

2004-12-23 Thread sheeho
Encoded scheduler-service.xml | | | | | | | | | | | | true | schedclient.SchedulerClient | | | NOW | 360 | -1 | jboss.j2ee:jndiName=comp/env/ejb/availabilityEngine

[JBoss-user] [Beginners Corner] - ClassCircularityError

2004-12-23 Thread sheeho
Hello, We are experiencing an intermittent ClassCircularityError. I am pretty new to JBoss and would appreciate any help in diagnosing or resolving the problem. The error occurs at the point of connecting to a JMS queue. The class creating the queue connection is invoked from a Scheduled Task

[JBoss-user] [Installation & Configuration] - Enabling clustering and session replication in standard mode

2004-12-23 Thread rahulkausale
Hello all, I have joined this forum today itself. I am a system administrator ( and not a java developer, but can get help from a developer to understand the replies which i will get from this forum) Currently we are trying to create our customized mode by copying everything from "server/stan

[JBoss-user] [EJB/JBoss] - Re: Timer interval duration not respected

2004-12-23 Thread gquintana
I forgot to tell I was using JBoss 4.0.1RC2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859721#3859721 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859721 --- S

[JBoss-user] [EJB/JBoss] - Timer interval duration not respected

2004-12-23 Thread gquintana
Dear JBoss 4.0 users, I have created 2 Timer session beans. They should be executed every minute (inteval duration = 6). But when I look at the logs, these timers are executed twice per minute! Here are the logs: anonymous wrote : 09:57:37,156 INFO [UtilisateursOnlineTimerBean] Traitement

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: [JMSContainerInvoker] JMS provider failure detected:

2004-12-23 Thread craig1980
No ideas about this problem? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859718#3859718 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859718 --- SF email

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with timer persistence

2004-12-23 Thread gquintana
This table schema works for me with Oracle 9.2: create table TIMERS( | TIMERID varchar2(80) not null , | TARGETID varchar2(80) not null , | INITIALDATE timestamp not null , | TIMERINTERVAL number(20) , | INSTANCEPK raw(2000) , | INFO raw(2000) , | constrai

[JBoss-user] [Beginners Corner] - Upgrade from JBoss 2.4.10 to new version

2004-12-23 Thread elmtheolm
Hello, I want to upgrade our appserver (jboss 2.4.10) to a new version (It's time ;-)). Should we directly upgrade to jboss 4.0.0? Is this version ready and stable enough for production, or should we upgrade to 3.2.6 (7)? thanx elm View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Installation & Configuration] - Re: Naming issue

2004-12-23 Thread darranl
The name you want to look up from the external client is 'ConcurroSession' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859713#3859713 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859713 --

[JBoss-user] [EJB/JBoss] - Re: java.lang.reflect.UndeclaredThrowableException???

2004-12-23 Thread oghs
I had the same problem. Actually I was using Log4J on an own exception class, so I had a class field called like this: private Logger log = null; Actually, besides being implementing the serializable interface, Logger is not serializable so the class couldn't be serialized at all. You can solve