[JBoss-user] [Security & JAAS/JBoss] - Re: Struts security setup!! please help

2005-01-16 Thread potdl
Thanks, but if i make the action command in the JSP "j_security_check", where in my login-config.xml should i then change the modules to look for the usernames in my database, is it the clientloginmodule?? or how does j_security_check actually know?? Thanks Derick View the original post : htt

[JBoss-user] deploy same ejbs more than once

2005-01-16 Thread Nathan Coast
Hi, I have ejbs that provide the persistence for my application. These ejbs are 'generic' so I aim to deploy the same ejbs within multiple applications within the same app server. For example I have various restaurant ejbs relating to menus, reservations, orders. I wish to host multiple resta

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS: Problem with Wiki JBossMQHA

2005-01-16 Thread te.mp
i had got the error same you ? could tell me how to resolve the problem,thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862343#3862343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862343 -

[JBoss-user] [Clustering/JBoss] - Re: How can i setting up JMS clustering on jboss4.0?

2005-01-16 Thread te.mp
i had pay for jboss doc for jboss 3.x,but there is no introduced about hajms,i have order number and product number for the ordered docs,what i will do ?help me !thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862342#3862342 Reply to the post : http:

[JBoss-user] [The Lizzard's corner] - Re: Allowing Flash to communicate through JBoss Server

2005-01-16 Thread cjohan
The first thing to check would be the port number your chat server is using. Run netstat -a to see what ports are being used. JBoss or something else may be using the same port as your chat server. If so, then configure your chat server to use a different port. View the original post : http

[JBoss-user] [JBoss.NET] - Re: WSDL error - simpleType

2005-01-16 Thread hengus
I also have the same problem - has anyone found a solution yet ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862340#3862340 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862340 ---

[JBoss-user] [Installation & Configuration] - Re: Using jboss with apache

2005-01-16 Thread shawfai
It gives the error as when i access http://localhost/folder The requested resource (/yourwar/:8080/yourwar/folder/) is not available. It should forward the page to /yourwar:8080/yourwar/folder/ instead. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862339

[JBoss-user] [JCA/JBoss] - Hot deploy/redeploy datasources

2005-01-16 Thread [EMAIL PROTECTED]
The JBossAS Admin Console has the requirement to enable users to create/update datasources within JBoss AS without restarting the actual instance. My question is to what extent are these operations feasible in the current 3.2.x/4.0.x JBoss AS architecture? Virtually every reference I've found

[JBoss-user] [Installation & Configuration] - Re: Using jboss with apache

2005-01-16 Thread shawfai
Dear beyarecords, I have similar question too. However, I found that your example cannot cater for the following case e.g. http://localhost/folder It is ok for http://localhost/folder/ and http://localhost/folder/inside.html Moreover, how to handle more-than-1-level folders i.e. http://localhos

[JBoss-user] [The Lizzard's corner] - Re: Any Chance of another JavaOne / JBoss Conference co-loca

2005-01-16 Thread [EMAIL PROTECTED]
We'll have a booth at JavaOne, the same as last year. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862335#3862335 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862335 ---

[JBoss-user] [Clustering/JBoss] - Re: How to seperate two clusters within the same network ?

2005-01-16 Thread RolfZ
Sorry forgot the configuration again: W2000 Server + Jboss 3.2.6 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862334#3862334 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862334

[JBoss-user] [Clustering/JBoss] - How to seperate two clusters within the same network ?

2005-01-16 Thread RolfZ
Well I try to seperate two clusters within the same network. I changed the mcast_addr and the mcast_port in the cluster-service.xml as well as the AutoDiscoveryAddress and the AutoDiscoveryGroup but when I start both nodes the TreeCach still detects the other node and adds it to the list (ViewA

[JBoss-user] [Beginners Corner] - newbie questions

2005-01-16 Thread Bapha
Greetings my companys website uses JSP and EJBs. I am trying to set up an instance of the site on our intranet so that the marketing department can edit it - rather than getting me to do it. I have a few basic product questions: will jboss run EJBs and JSP pages? Or will I need Tomcat and Jbos

[JBoss-user] [EJB/JBoss] - Re: Unable to passivate due to ctx lock

2005-01-16 Thread monowai
You are proably caching a shared resource as an instance variable. Try making your instance variables transient View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862329#3862329 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Persistence & CMP/JBoss] - Re: how to configure get & find method independently?

2005-01-16 Thread HariV
An Entity Bean gets locked (enlisted in a transaction) only when business methods are invoked(set,get and other business methods) . When finder methods are invoked entity beans are not locked. If you mark the read- only methods read-only, the entity bean gets locked only for the duration of the

[JBoss-user] [Beginners Corner] - ear file won't deploy

2005-01-16 Thread cdfisher
19:25:28,635 INFO [TomcatDeployer] deploy, ctxPath=/fibo, warUrl=file:/D:/jboss-4.0.0RC2/server/default/tmp/deploy/tmp12445FiboApp.ear-contents/FiboWeb-exp.war/ 19:25:28,735 ERROR [WebModule] Starting failed jboss.web.deployment:id=83395761,war=FiboWeb.war org.jboss.deployment.DeploymentExceptio

[JBoss-user] [HTTPD, Servlets & JSP] - DataSource and isolated classloader

2005-01-16 Thread zurchman
I'm trying to debug an application deployed as war and using Torque. It worked using a DataSource in $JBOSS_HOME/deploy (jndi.path=java:/MyDS) In order to get debugging working (log4j - don't ask) I had to resort to deploying with a separate classloader: dot.com:loader=unique-archiv

[JBoss-user] [Security & JAAS/JBoss] - Re: isUserInRole does not work in jboss 4.0.0

2005-01-16 Thread cjohan
"mpikounis" wrote : I have exactly the same problem. Even though everything works on JBoss 3.2, when I deployed on JBoss 4.0 is authenticates users but isUserInRole seems to always return false. | | Is this a known bug? Is there a work-around? I also had exactly this same problem running j

[JBoss-user] [Management, JMX/JBoss] - JMX: UndeclaredThrowableException

2005-01-16 Thread jimmy_ivanov
Hi, I am trying to access JMX information from jboss 4.0.0 in a standalone java client. When I call: MBeanInfo mbeanInfo = mejb.getMBeanInfo(objectName); I get error: java.lang.reflect.UndeclaredThrowableException at $Proxy1.getMBeanInfo(Unknown Source) . Caused by: java.io.Inva

[JBoss-user] [EJB/JBoss] - CMT problem

2005-01-16 Thread john.howard9
I'm using AOP to intercept a SLSB method call in order to perform a security check prior to allowing a user access to the method. As part of this process I need to write a log entry which is done via Hibernate. The issue I have is that the security check throws an unchecked AccessControlExcept

[JBoss-user] [Beginners Corner] - Re: Error in restart....

2005-01-16 Thread clone_zealot
up up View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862320#3862320 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862320 --- The SF.Net email is sponsored by: Beat

[JBoss-user] [JBossWS] - Configuring beanMapping with JBossWS

2005-01-16 Thread AndrewGriffiths
Is there any way to include beanMapping tags in the WSDD which jboss deploys to Axis? I'm looking to deploy a web service in Jboss4 which uses JAXRPC and returns a custom type. In order that Axis be able to serialize the type I'd like to configure a beanMapping for the type in the WSDD but can't

[JBoss-user] [Installation & Configuration] - Unable to find a javac compiler;

2005-01-16 Thread djos
Hello, I am running JBOSS 4.0 on a fedora core 2. I have installed J2EE 1.4 to implement Java Beans classes. I have tried to run JBoss with jdk 5.0 and jdk 1.4.2 but it wouldn't compile the files. Here is the error I get when I run http://localhost:8080/jmx-console/ in firefox : type Excepti

[JBoss-user] [Security & JAAS/JBoss] - Re: SSO and disable caching of security credentials fails in

2005-01-16 Thread ryoung2504
I found the solution: add attribute requireReauthorization and set to true for the valve View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862317#3862317 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862317

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jboss runs out of memory loading messages from jms db on

2005-01-16 Thread genman
With MySQL and the way JBoss is designed, if you have a reasonable amount of memory (512MB) for the JVM and have configured the message cache settings properly, you shouldn't run out... JBoss may, however, be very slow on restart. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException in JBoss

2005-01-16 Thread genman
You're out of space... http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47993&postdays=0&postorder=asc&start=0 You can add manual "CHECKPOINT DEFRAG" operations so that the empty space gets cleaned up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Does JBoss JMS scale sufficiently to allow many simultan

2005-01-16 Thread genman
Linux has a much higher limit than Windows, especially on 64 bit machines. Because of addressing issues in Linux, 32 bit machines may run out of memory with thousands of threads before the thread count limit is reached. I don't know if there is a way to reduce the number of threads without re

[JBoss-user] [EJB/JBoss] - Help with DAO

2005-01-16 Thread shmuelg
Hi, I'm quite new to EJB in general and I have tried to follow the tutorial in http://www.tusc.com.au/tutorial/html/. But I couldn't get lomboz work, so I had to use JBoss-IDE. Not that there is anything wrong with it (Is there?). So I have been trying to apply it in JBoss-IDE. It doesn't work t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic localDB.data file size limit

2005-01-16 Thread freddt
Further to my last message, I have just uploaded the latest 1.8.0 RC3. Go to http://hsqldb.sf.net home page to download the file. (Note this is a Release Candidate and should be used only for testing) With this version the size of the .data file for HSQLDB goes up only by a small fraction of th

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss and tagish NTSystemLogin

2005-01-16 Thread tcherel
Glad I could help. As tagish is also open source, if possible, you should submit your login module to the JBoss guys. I have seen a few people throught he mailing list that were looking for such capabilities. Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [JCA/JBoss] - Re: Cannot install JPOX JCA when migrating to JBoss 4

2005-01-16 Thread [EMAIL PROTECTED]
See the Changes in JBoss4 section on this page: http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIDeployMyResourceAdapter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862302#3862302 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Javassist user questions] - Re: Adding Methodes

2005-01-16 Thread sirrurg
Hi, i ll tried this 2 step method out and it works. And by loading all classes at the beginning of the processing, i dont have to use stopPruning. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862300#3862300 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [JCA/JBoss] - Cannot install JPOX JCA when migrating to JBoss 4

2005-01-16 Thread wegorkie
Hello, I have a problem with installing JPOX JCA adapter in JBoss 4 (for use with Derby database). In JBoss 3.2.6 everything works ok. Here are my exact steps I do: 1. I start JBoss 2. I copy the files of JDBC driver to deploy dir These are files: db2jcc.jar, db2jcc_license_c.jar Downloaded f

[JBoss-user] [Installation & Configuration] - Clustering and various Operating Systems - Possible?

2005-01-16 Thread dschneller
Hi all, is following possible? Or is there any problems? 1. Clustering on OS Solaris 2. Clustering on Microsoft Windows? 3. Clustering on different operating systems? I.e. one Cluster-Member on a Solaris machine and the other Cluster-Member on a MS Windows? Any experiences? Thanx :-) View the o

[JBoss-user] [EJB/JBoss] - Re: Connection time out

2005-01-16 Thread rverlind
Tried it with firewall disabled, no router in betweetn, etc. but with the same result. I will try to use the JNDI & RMI over http. Needed to do that anyway, since people who are going to use the client application will be behind a firewall anyway. Ruben View the original post : http://www.jb

[JBoss-user] [Messaging, JMS & JBossMQ] - org.jboss.mq.SpyJMSException in JBoss

2005-01-16 Thread kalapraveen
Hi, I am using jboss-4.0.0 and running a stateless session bean which puts some data into a queue which later will be comsumed by an MDB. After a couple of hours of proper functionality the JBOSS is crashed showing the following stack one per each message generated. I am using the default con

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss and tagish NTSystemLogin

2005-01-16 Thread roberto
TY! I do it and now all works fine. I have implemented unauthenticatedidentity too View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862291#3862291 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862291 --

[JBoss-user] [Beginners Corner] - Re: Integrating MMS server with jboss 3.2.5

2005-01-16 Thread eitangur
I want to add more details: The need to integrate the MMS server with the AS is more than just start/stop buttons, as I need to get data from the received mms and pass it to componenets in my AS. The basic flow should be like this: AS running and doing what it needs (forever...) | While MMS