[JBoss-user] [Security JAAS/JBoss] - Re: Extending DatabaseServerLoginModule... (urgent)

2004-05-20 Thread sbocquet
Hi, Allways in debug mode... It works perfectly with DatabaseServerLoginModule, I have the callbackHandler variable not null, and all works perfectly. But with my personal class which extends DatabaseServerLoginModule (or UsernamePasswordLoginModule), I can't have that variable not null. I

[JBoss-user] [Beginners Corner] - Re: Calling JBoss 3.2.3 from standalone Tomcat

2004-05-20 Thread damonrand
Thanks, I don't want to mess around with -nonaming, sounds too brutal a solution to me.. The amity article looks to be exactly what I need. I'll give that a try tomorrow.. I found org.apache.naming.factory.EjbFactory in the Tomcat source but looking at the code it seems to use a hardcoded

[JBoss-user] [JBoss.NET SOAP] - Re: jboss-net.wsdd tags specification?

2004-05-20 Thread jasong
@jboss-net.wsdd-operation is a single tag. It is placed on a method and uses the java method argument names as the soap message part labels (instead of the autogenerated in0..inN) It also has an optional returnQName parameter that allows you to name the return message part. View the

[JBoss-user] [Installation Configuration] - Re: Possibility of running JBoss on a single port?

2004-05-20 Thread belberg
So it IS possible. Thats good. If I don't want to modify the remote interfaces to my EJBs, will I be able to reconfigure the JBoss MBean services to allow remote EJB access via RMI/HTTP? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835751#3835751 Reply to

[JBoss-user] [EJB/JBoss] - Re: General EJB relationship question

2004-05-20 Thread Rolf
Obviously I did but my book didn't describe the relationship part very well. Thus I thought I might try my luck here in this forum but .. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835752#3835752 Reply to the post :

[JBoss-user] [Beginners Corner] - JBoss connection pool

2004-05-20 Thread lgrimberg
Hi, Is there any way to monitor the size of the JBoss connection pools ? I am interested to know both, programaticaly and by using any free monitor tool. Thanks. PS: I hope my question is clear, I am very new on this !!! View the original post :

[JBoss-user] [Clustering/JBoss] - Farming out a SAR doesnt work

2004-05-20 Thread ngais
I just starting trying out the JBoss clustering capability. I was using a cluster of two nodes running the all configuration and I could see that they were talking to each other. Then the first thing I tried was the clustering-wide deployment of my app using the farming feature. When I put the

[JBoss-user] [Performance Tuning] - Re: weird hang-ups

2004-05-20 Thread jmer
i had experience this too on linux box 9, so i make a watch dog script to restart jboss is things when down. but anyway thanks to the environment export its all hone now. On windows we have'nt experience such things. View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Request for Information.

2004-05-20 Thread john_anderson_ii
I'm completely new to JSP. However, I'm familiar with servlets and tomcat. I'm following an IBM tutorial from developerworks on jsp. Their first example is really simple: hello.jsp | | jsp:directive.page languag=java/ | ?xml version=1.0 encoding=iso-8859-1? | !DOCTYPE html PUBLIC

[JBoss-user] [Security JAAS/JBoss] - Re: Can't get howto servlet examples to work in 3.2.3

2004-05-20 Thread jj
I discovered that the classes that I had built under jaas_howto had the offending code that you pointed to: 2004-05-14 17:19:22,465 INFO [STDOUT] Trying a to lookup the Adaptor... $ find jaas_howto -type f -exec grep -l 'Trying a to lookup the Adaptor...' {} \;

[JBoss-user] [Persistence CMP/JBoss] - My records from database is getting deleted during retrieve

2004-05-20 Thread xarup
Hello: I am jboss3.2.3 with mysql. I am observing a behaviour which does not make sense. I am creating an entity object and then trying to retrieve it through session facade. Sometime findByPrimaryKey() is iving me Object Not Found exception and also deleting the row from the database. Can

[JBoss-user] [Beginners Corner] - EAR Deployment failure in JBoss server for Linux OS

2004-05-20 Thread Saroj
Hi, JAR and WAR are deploying successfully in Jboss of Linux OS. But EAR Deployment fails with the Exception Exception in MBean operation Deploy(java.lang.String)'. Can u please help me. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835762#3835762 Reply to

<    1   2