[JBoss-user] [Javassist user questions] - Please use a server side cursor for large result sets

2004-08-13 Thread javakishore
Hi All, I am working on a report module. To generate a specific report, I am executing an SP which returns thousands of records. I need to populate all this data to the reporting software. When I execute the SP, I am getting this error, Please use a server side cursor for large result sets I

[JBoss-user] [Persistence & CMP/JBoss] - Re: findByPrimaryKey and locking

2004-08-13 Thread ikigovenku
any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845091#3845091 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845091 --- SF.Net email is sponsored by Shop4

[JBoss-user] [Beginners Corner] - Re: Finish the tutorial!

2004-08-13 Thread cbrown4java
I'm having some issues getting the tutorial to run. It appears to be something to do with the jndi lookup in the servlet. I noticed that the xdoclet code completions didn't work for the following section in the JavaDocs in the servlet. ... * @jboss.ejb-ref-jndi ref-name = "ejb/Fibo" *

[JBoss-user] [Security & JAAS/JBoss] - No security context set using web Services

2004-08-13 Thread iamapony
java.lang.IllegalStateException: No security context set | at org.jboss.ejb.EnterpriseContext$EJBContextImpl.getCallerPrincipal(EnterpriseContext.java:276) I get the above error when doing a stress test on my web services layer. It pops about two times for every one hundred transactions. I

[JBoss-user] [Persistence & CMP/JBoss] - Re: DeploymentException: Couldn't create entity command: ; -

2004-08-13 Thread vishwajit_pantvaidya
Thanks Alexey. I made changes as you suggested and it worked. However I could not find a bug record at sourceforge on that problem. I did find bugs 874163 and 828845 but these do not seem related to the problem. Do you by any chance know the bug record, or want me to file a bug for the earlier p

[JBoss-user] [Persistence & CMP/JBoss] - Re: DeploymentException: Couldn't create entity command: ; -

2004-08-13 Thread vishwajit_pantvaidya
With a different search, was able to find the bug 984976 for the earlier EJB-QL problem. - Vish. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845082#3845082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845082 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB container prefetching messages?

2004-08-13 Thread klavergne
I am having a similar problem. I have one JBoss instance that is only acting as a JMS server. I then have two other instances that each have an MDB that is listening to a queue on the JMS server. The last one to connect is the only one that receives messages. Each message should also be processe

[JBoss-user] [Installation & Configuration] - ClassCastException and redeploy--could serialization with Ob

2004-08-13 Thread Squeak
I have an EAR file that has EJB's in it, along with a WAR file. My application makes uses of Apache's OJB tool, which is linked into my EAR file inside the Application.xml. Now, when I initially deploy my application, everything works fine. However, when I redeploy, I get the dreaded ClassCastE

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unable to passivate due to ctx lock

2004-08-13 Thread artism101
I too am having this problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845071#3845071 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845071 --- SF.Net email i

[JBoss-user] [Installation & Configuration] - Re: unexpected exception outside VM : JBoss 3.0.2 on Debian

2004-08-13 Thread artism101
The problem would appear to be with the JNI call to the shared library. Perhaps you have either a corrupted native library or a problem with the Java wrapper that calls it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845070#3845070 Reply to the post : h

[JBoss-user] [Beginners Corner] - Re: JBOSS not connecting to MySQL

2004-08-13 Thread kasturiranganr
Hi, Sure feels strange posting a solution to one's own question but I thought this might be helpful to others: The problem of JBOSS not connecting to the MySQL database had nothing to do with JBOSS. Rather it was a MySQL-Linux 'localhost' issue. So if any of you out there are try

[JBoss-user] [Installation & Configuration] - Issues with sockets (Too many open files)

2004-08-13 Thread tmoyer
When this system gets under a load I end up with 2004-08-13 13:36:24,883 WARN [org.jboss.mq.il.oil.OILServerILService] Client request resulted in a server exception: org.jboss.mq.SpyJMSException: Could not write to the tranaction log.; - nested throwable: (java.io.FileNotFoundException: /orio

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB Question

2004-08-13 Thread genman
Create the queue MBean in jbossmq-destinations-service.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845067#3845067 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845067

[JBoss-user] [Persistence & CMP/JBoss] - Unable to Commit ERROR on insert record

2004-08-13 Thread noleto
What does the following exception mean? org.jboss.tm.JBossRollbackException: Unable to commit This happens when I try to create a new instance of Entity Bean OrderBean that has a reference to TypeBean ( multiplicity: one type can have several Orders). I can list, update and delete but not in

[JBoss-user] [HTTPD, Servlets & JSP] - Http Session is not destroyed when redeploying war-archive

2004-08-13 Thread zarni
I have encountered a problem in jboss 3.2.5, actually tomcat 5. When I redeploy a war archive with my web-application, the sessions, if any opened by clients, don't get destroyed, they live on. The problem is all attributes stored in the session object are lost and the application doesn't work n

[JBoss-user] [Messaging, JMS & JBossMQ] - Local MDBs in a cluster

2004-08-13 Thread thammoud
Hello, We are trying to create a two node cluster. The nodes listen on a non-JMS external event source (Trades processing) and convert the event to a local JMS queue. A local MDB, listens on that queue. When the local message is processed (positions updated), a message is posted to a topic that is

[JBoss-user] [Beginners Corner] - Re: file to include in classpath jboss-3.2.2 vs jboss-3.2.5

2004-08-13 Thread kamranzaidi
found answer here. http://jboss.com/index.html?module=bb&op=viewtopic&t=51947 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845062#3845062 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845062 -

[JBoss-user] [Beginners Corner] - Does the JBoss Have the Portal Feature?

2004-08-13 Thread jiapei_jen
I would like to experiment with the Portal Framework. Does the JBoss provide the portal server? If yes, 1. Where do I find the required downloads? What should I download? 2. Where do I find the documentation that explains the installation and configuration of it? Thanks. JPJ View the orig

[JBoss-user] [Security & JAAS/JBoss] - Single Sign-On in JBoss

2004-08-13 Thread theocjr
Hello Everyone I'm working with an application that access secure EJBs through a unsecure servlet. To do this the servlet execute a ClientLoginModule before make the EJB calls (where a second (server) login module is executed based on the realm configured for the EJB). Once made the first EJB c

[JBoss-user] [Beginners Corner] - Re: file to include in classpath jboss-3.2.2 vs jboss-3.2.5

2004-08-13 Thread kamranzaidi
did you found the answer? bcz i m havin same prob. thks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845060#3845060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845060 ---

[JBoss-user] [Installation & Configuration] - Re: AppletBrowser Class not found

2004-08-13 Thread kamranzaidi
Here is my post . -- Org.jboss.console.navtree.AppletBrowser not found. When trying to load web-console Jboss 3.2.5 on IE (Ms XP) with jre 1.4.2 giving me this exception. It just shows a gray panel. This class is there under applet.jar that is packed in web-consol.war. I tried copying jcert.j

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with login-config.xml

2004-08-13 Thread ryanj0
I followed your instructions and found that a null pointer is being thrown. The file is at the location, is readable, and parses as valid XML in Internet Explorer. Any suggestions? 2004-08-12 17:39:31,617 DEBUG [org.jboss.security.auth.login.XMLLoginConfigImpl] Try loading config as XML, url=

[JBoss-user] [Installation & Configuration] - 2 J2EE application with the same EJB

2004-08-13 Thread alessandro_rizzi
I would like to have 2 J2EE applications containg the same EJB, is this possible? I have JBoss 3.2.3 and the situation should be this: I should have 2 folders like this: ..\jboss-3.2.3\server\default\deploy\myApp1 ..\jboss-3.2.3\server\default\deploy\myApp2 Both folder myApp1 & myApp2 contains (fo

[JBoss-user] [Persistence & CMP/JBoss] - DB-Independent configuration

2004-08-13 Thread ebarendt
Is there a way to not have to specify the datasource-mapping in the jbosscmp-jdbc.xml file that's deployed with the application? I don't mind specifing the JNDI name, that's fine. But it shouldn't matter what DB I deploy my app to. Thanks, Eric View the original post : http://www.jboss.org/ind

[JBoss-user] [Installation & Configuration] - Re: AppletBrowser Class not found

2004-08-13 Thread darranl
Which JDK version are you using? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845055#3845055 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845055 --- SF.Net email

[JBoss-user] [Persistence & CMP/JBoss] - Re: Single call commits a dozen times.

2004-08-13 Thread komone
Thank you very much for your answer, Alexey. My server debug log shows pretty much the same as yours (obviously without the stdout commit line). I was monitoring hsqldb by watching the *.script file from the data directory whilst exercising the application. That's where I continually saw the mu

[JBoss-user] [Installation & Configuration] - Re: AppletBrowser Class not found

2004-08-13 Thread kamranzaidi
hi, did any found answer to this problem? i have some prob with 3.2.5. thanks Kamran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845053#3845053 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845053 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Specifying alternate Dead Letter Queue

2004-08-13 Thread karlb8
I have two persistant message queue's which send messages to the Dead Letter Queue when message delivery fails. I would like to read messages off the DLQ and perform different logic based on which Queue the message came from. I was thinking the easiest way to get this done is by specifying a d

[JBoss-user] [Installation & Configuration] - Org.jboss.console.navtree.AppletBrowser not found. 3.2.5

2004-08-13 Thread kamranzaidi
Org.jboss.console.navtree.AppletBrowser not found. When trying to load web-console Jboss 3.2.5 on IE (Ms XP) with jre 1.4.2 giving me this exception. It just shows a gray panel. This class is there under applet.jar that is packed in web-consol.war. I tried copying jcert.jar, jnet.jar and jsse.j

[JBoss-user] [Management, JMX/JBoss] - Re: MBeans dependence on Service lifecycle state?

2004-08-13 Thread rgrzywinski
Somehow, even though I logged out and logged in as myself (rgrzywinski) a previous user was maintained. Anywho, I posted the above message (sorry about the formatting there). I didn't want any confusion. So much for using someone elses machine with this forum. View the original post : http:/

[JBoss-user] [Beginners Corner] - JBOSS not connecting to MySQL

2004-08-13 Thread kasturiranganr
Hello, I am trying to implement a simple CMP EJB under JBOSS but am having a problem connecting to MySQL. Specifically, the error message I get when I start JBOSS is org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Data source

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB Question

2004-08-13 Thread hswen
I'm trying to deploy a MDB but keep getting following message: "Could not find the queue destination-jndi-name=jms/MyQueue" Attached below are the 2 deployment file and partial log message. Can anyone help to resolve this issue. Thanks. ejb-jar.xml

[JBoss-user] [Management, JMX/JBoss] - MBeans dependence on Service lifecycle state?

2004-08-13 Thread businessu
I am in the process of implementing a service (using SOP) in JBoss and I am unfamiliar with the current paradigm whereby MBean attributes and operations interact with the service state. In other words, there are MBean attributes and operations (henceforth called "MBean methods") that are valid

[JBoss-user] [EJB/JBoss] - Re: deployment order of ejb modules, how?

2004-08-13 Thread [EMAIL PROTECTED]
I have applied the change for 3.2.6RC2+ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845045#3845045 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845045 --- SF.Ne

[JBoss-user] [Beginners Corner] - Finish the tutorial!

2004-08-13 Thread jaf8252
Hi, i finished the Tusc tutorial. It was harder to finish, due some errors or bad interpretations, but it value the pain. If you need some help, tell me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845042#3845042 Reply to the post : http://www.jboss.org/

[JBoss-user] [Security & JAAS/JBoss] - HTTPS Redirection to 8443

2004-08-13 Thread bbeloff
Hi I'm using JBoss 3.2.3. I'm trying to use HTTPS, and I've got a redirect problem - I want to redirect to port 8443, but the redirect goes to port 443. How do I correct this? My jboss-service.xml file contains: | | | | |

[JBoss-user] [HTTPD, Servlets & JSP] - Applet Problems

2004-08-13 Thread kkaal
Hi, I am using JBoss and it works nicely. But now, I have a problem which might have to do with adjustments in embeded Tomcat. I am using an applet which works fine in the intranet. When I access the same server from the internet, the applet does not show up (gray square). No info in log files.

[JBoss-user] [JBoss.NET] - Jboss.net+Xdoclet questions

2004-08-13 Thread javri28
Hi guys, I am using IBM WSAD 5.1 and Xdoclet 1.3 I want to create my first WebService(Because there is no other way to integrate EJB with PHP - that's a final purpose). Problems I'm facing are following: 1. @jboss-net.web-service urn = "SimpleWebService" - in reality is @jbossnet:web-service

[JBoss-user] [News & Announcements] - Re: 3.2.6RC1 Release

2004-08-13 Thread erikgu
Hi :) As fare as i could see there is not yet a "native" Hibernate implementation in this release..? I've had some problems b4 try Hibernat to work togeter with other frameworks.. When will this be ready ? soon i hope :) Good luck! View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Installation & Configuration] - Detecting changes to ejb and redeploying it automatically

2004-08-13 Thread balteo
Thanks. Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845031#3845031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845031 --- SF.Net email is sponsored by

[JBoss-user] [Installation & Configuration] - Re: Detecting changes to ejb and redeploying it automaticall

2004-08-13 Thread raja05
if its deployed in expanded mode, you need to touch one of the config files to redeploy the app. Touch the application.xml (to redeploy ur ear file) or touch the ejb-jar.xml (to redeploy ur jar) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845030#3845030 R

[JBoss-user] [Messaging, JMS & JBossMQ] - URL of creating temporary queues

2004-08-13 Thread lbtanjitha
Hi, I looked at some JMS tutorials, but they do not have clear way of creating temporary queues at run time. Can somebody send me a URL which having, creating temporary queues at run time. Thnak you Thilina View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845

[JBoss-user] [Beginners Corner] - Re: MDB deployment

2004-08-13 Thread raja05
First off, this question doesnt belong here. Belongs in the messaging section. Second, no details of client are posted. Is this a standalone client? A standalone client cannot access java:comp/env space. you shud be able to access it using the java:/ namespace. View the original post : http://

[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule Authenticates once only

2004-08-13 Thread ousie
Hi, I have the following problem: the DBSLM reads the login principals from the database only once, ie. if I change the password and I restart my appilcation, ie. initialize a new clientside LoginContext the old password is still valid(and the new not). When I restart the server the new passwor

[JBoss-user] [Persistence & CMP/JBoss] - Re: Exception + Bugfix(?): could not load field value with

2004-08-13 Thread hmartin
Hello Alex, we are using the Standard container configuration with modifications (e.g. commit option A) | Standard CMP 2.x EntityBean | false | entity-rmi-invoker | false | false | | org.jboss.ejb.plugins.Proxy

[JBoss-user] [EJB/JBoss] - Error: MBEANS that are the root...

2004-08-13 Thread desarrolladoreshrs
I'm new in the development of ejb and JBoss. I'm trying some examples. I did an Entity Bean that is the DataSource of a table in a Postgres database, but I get the following error: - MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: ObjectName: jboss.j2ee:jndiName=Expedientes,servi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Creating a permanant queue

2004-08-13 Thread lbtanjitha
hi, Changing the cofiguration file at run time gives the following error. I'm using LB queue to store the messages. Changing any configuration file at run time gives errors, 16:43:15,265 INFO [MessageCache] Stopping jboss.mq:service=MessageCache 16:43:15,265 INFO [CacheStore] Stopping jboss.mq

[JBoss-user] [Persistence & CMP/JBoss] - Re: Database locking problem with CMP and SQL Server

2004-08-13 Thread DaveyS
I've put a profile trace on the database and that is exactly what I see. CMP does an insert to initially create the bean and then does an update afterwards to save the relationships. I can't change the way it does this can I? Does this mean that I can't effectively use CMP and CMR for the scena

[JBoss-user] [Installation & Configuration] - Detecting changes to ejb and redeploying it automatically

2004-08-13 Thread balteo
Hello, I have a fresh install of jboss on my machine and have created in default/deploy a directory called test-ejb.ear and within it a directory called test-ejb.jar. When I start Jboss it deploys the ejb fine. However when I make a change to the ejb's class files it does not redeploy. Is it po

[JBoss-user] [JCA/JBoss] - Re: Propertes get not set on ManagedConnectionFactory

2004-08-13 Thread ralf.siedow
"sandeep_rajpathak" wrote : For the query on setResourceAdapter not getting called, the ManagedConnectionFactory implementation class should implement ResourceAdapterAssociation interface. Only then does the container call the setResourceAdapter method. MyMCF implements the MCF-Iface as well as

[JBoss-user] [JCA/JBoss] - Re: Propertes get not set on ManagedConnectionFactory

2004-08-13 Thread sandeep_rajpathak
For the query on setResourceAdapter not getting called, the ManagedConnectionFactory implementation class should implement ResourceAdapterAssociation interface. Only then does the container call the setResourceAdapter method. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Nukes User] - Re: change database location

2004-08-13 Thread crevette
thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845018#3845018 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845018 --- SF.Net email is sponsored by Shop4tec

[JBoss-user] [JCA/JBoss] - Propertes get not set on ManagedConnectionFactory

2004-08-13 Thread ralf.siedow
Hello, my ra.xml containts two properties for my ManagedConnectionFactory, but these properties get not set while deploying the RA. It works well with properties for the ResourceAdapter class defined via config-properties within the resourceadapter element.

[JBoss-user] [Security & JAAS/JBoss] - looking up jndi resource in jboss with security credentials

2004-08-13 Thread pritam
Hi guys, I am in a job of migrating an application running on weblogic to jboss. The biggest challenge i face here is obtaining any JNDI resource in the existing code where all the resources are accessed like this: Properties h = new Properties(); h.put(Context.INITIAL_CONTEXT_FACTORY

[JBoss-user] [Security & JAAS/JBoss] - Re: How to login to web programatically with FORM based

2004-08-13 Thread stueccles
Sounds to me you will have to write a custom Authenticator if you are using Tomcat. Have a look at the source for BasicAuthenticator or FormAuthenticator and this will give you an idea of how to do it... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845015#

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Kerberos for securing JMS

2004-08-13 Thread solso
Hello Scott, I've added a RFE with the title "kerberos for JMS" to sourceforge. Maybe there is a possible solution. Grettings, Richard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845014#3845014 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Persistence & CMP/JBoss] - Re: unable to passivate due to a context lock

2004-08-13 Thread loubyansky
Yes, maybe. If the container tries to passivate an instance and it is in use, you get this warning. What exactly are you doing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845013#3845013 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Beginners Corner] - JBoss spec.

2004-08-13 Thread didiss
Where can i found the specification of JBoss and of all of his component. For example, i need to now that for webservices in JBoss 3.2.5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845012#3845012 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB relations an PK fields

2004-08-13 Thread loubyansky
You need to map foreign key fields to primary key columns in the jbosscmp-jdbc.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845011#3845011 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845011 --

[JBoss-user] [JBoss Getting Started Documentation] - Servlet HtmlAdaptor is currently unavailable

2004-08-13 Thread thejuoos
hello all, I have downloaded jboss-3.2.3 into my system. I was successful in starting jboss. but when i try to get the jmx-console i am geting the above error. I am using a Tru64 V4.0F operating system. The same jboss when i started in a windows system i was able to get the jmx-console. What

[JBoss-user] [Persistence & CMP/JBoss] - Re: Configuring MySQL with JBoss 4

2004-08-13 Thread loubyansky
You can do it with jboss.xml resource-ref element. The DTD is jboss_3_2.dtd. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845009#3845009 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845009

[JBoss-user] [Persistence & CMP/JBoss] - Re: DeploymentException: Couldn't create entity command: ; -

2004-08-13 Thread loubyansky
This is a bug that was fixed in 3.2.6. Just put WHERE on the same line 1, i.e. no new lines in the query. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845008#3845008 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845

[JBoss-user] [Persistence & CMP/JBoss] - Re: unable to passivate due to a context lock

2004-08-13 Thread loubyansky
Unless there is a bug, the instance is in use, i.e. locked and/or associated with a transaction. What container configuration are you using? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845006#3845006 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Persistence & CMP/JBoss] - Re: Database locking problem with CMP and SQL Server

2004-08-13 Thread fredrikbromee
You could turn on Jboss logging to see what sql stmts jboss generates. Change in log4j.xml: | ... | | | | | | | | | ... | | | | | | | | | ... | | My guess is that your app from within a tr

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSF and JSTL bug with JBoss 3.2.5

2004-08-13 Thread KennethAitken
I have discovered the solution, namely to give every JSF component an ID. There seems to be a bug in JBoss's allotment of IDs, so that, in this case, URLs get switched between the components. Therefore, as soon as I also give every an id and every an id, the problem vanishes. View the origina

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule : datasource's name not bound

2004-08-13 Thread richaud
Thanks for your reply. Does this mean I have no chance to see a solution? Frankly, I don't understand why it doesn"t work since UsersRolesLoginModule works and allows to authenticate users. Olivier. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845003#38450