[JBoss-user] [Beginners Corner] - What happens to JGroups? Forum removed?

2005-06-18 Thread txie2000
I remember JBoss has a JGroups link, seems like Jgroups is a sub-project under JBoss umbrella, like Hibernate. Today I checked, it's no longer there. Not in the JEMS products, forum is removed too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882027#388202

[JBoss-user] [JBossWS] - Re: Transactional web service clients and JBOSS WS

2005-06-18 Thread [EMAIL PROTECTED]
We don't have WS-Transaction yet. You can vote on it here http://jira.jboss.org/jira/browse/JBWS-36 In WS4EE, JAXRPC handlers are transactional. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882026#3882026 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [JBossWS] - Re: Security exception for service endpoint

2005-06-18 Thread [EMAIL PROTECTED]
What you are probably looking for is support for WS-Transaction. You can vote on it here http://jira.jboss.org/jira/browse/JBWS-36 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882025#3882025 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JBossWS] - Re: Can not return byte[][] in complex bean

2005-06-18 Thread [EMAIL PROTECTED]
Yes, this should be supported. This has been assigned to http://jira.jboss.org/jira/browse/JBWS-264 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882024#3882024 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882024

[JBoss-user] [Security & JAAS/JBoss] - Re: Exctract username from client certificate without import

2005-06-18 Thread rpa_rio
I'm using JBoss 4.0.1sp1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882023#3882023 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882023 --- SF.Net email is spon

[JBoss-user] [Security & JAAS/JBoss] - Re: Exctract username from client certificate without import

2005-06-18 Thread rpa_rio
Actually tomcat show this error in the browser: 'Cannot authenticate with the provided credentials'. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882022#3882022 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882022

[JBoss-user] [JBoss Portal] - Re: Workflow in Portal

2005-06-18 Thread kukeltje
Currently there is a rudimentary version of the jBPM webapp available. I'll try to make a portlet from the tasklist, processlist and taskform next week as an exercise. Since I'm not employed by JBoss I can only do this in my free time and not promise anything. otoh, since I'm not employed by jB

[JBoss-user] [Management, JMX/JBoss] - Problem querying MBeans

2005-06-18 Thread jammann
Hi I have implemented a couple of MBeans in a JBoss 4.0.1sp1 Microkernel. Together, they basically implement a simple "SOAP-over-MQ-Series" server. Everything works from the functional point of view, but when I want to monitor my MBeans (e.g. with twiddle or MC4J), I get errors on many of them.

[JBoss-user] [JBoss Getting Started Documentation] - AndroMDA code generation documentation

2005-06-18 Thread draftdog
hi, I noticed the documentation for the JBoss 4.x application server contains a section about XDoclet on chapter 7, I would like to bring to attention that the AndroMDA framework is able to relieve much of the work of writing deployment descriptors and entities/POJOs, allowing J2EE developers n

[JBoss-user] [Security & JAAS/JBoss] - Re: Exctract username from client certificate without import

2005-06-18 Thread rpa_rio
I checked this too: http://www.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith, but i have a lot of users with diferent passwords and in the client certificate i'll only have the username (or i can have password too?). How can i set the password to login sucessfully. Please, excuse-me, i'm

[JBoss-user] [Security & JAAS/JBoss] - Re: Exctract username from client certificate without import

2005-06-18 Thread rpa_rio
Maybe i need to write my own LoginModule or i'm wrong? I only need to verify and extract the username to authenticate in JBoss... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882015#3882015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Security & JAAS/JBoss] - Re: Exctract username from client certificate without import

2005-06-18 Thread rpa_rio
I followed all steps in http://www.jboss.org/wiki/Wiki.jsp?page=SSLSetup. Here's the JBoss messages: 2005-06-18 11:08:36,572 DEBUG [org.jboss.security.auth.spi.BaseCertLoginModule] securityDomain=java:/jaas/NexusAcesso 2005-06-18 11:08:36,573 DEBUG [org.jboss.security.auth.spi.BaseCertLoginModul

[JBoss-user] [Beginners Corner] - jBPM AndroMDA cartridge

2005-06-18 Thread draftdog
hi, I'm in the middle of finishing an AndroMDA cartridge for modeling jBpm processes, it allows you to model activities in UML and have the process definitions and handlers generated for you, furthermore it's going to be integrated with the spring and hibernate cartridges. I would like to ask

[JBoss-user] [Security & JAAS/JBoss] - Exctract username from client certificate without import the

2005-06-18 Thread rpa_rio
How AnyVerifier works? I need to store the username in CN field of my cert? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882011#3882011 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882011 -

[JBoss-user] [HTTPD, Servlets & JSP] - Listing all active sessions

2005-06-18 Thread florcsk2
I want to get a list of all open/active session IDs of a particular vhost to tell who is logged in. This was asked over a couple of years ago on this thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=28606 with some decent answers regarding 3rd party solutions. But I thought maybe

[JBoss-user] [Beginners Corner] - libdb_java-4.3.so error

2005-06-18 Thread massoo
Hi, I am deploying a servlet on JBoss server 4.0.2 (on fedora-core3 / rhel 3 / 4) which will in-turn access sleepycat Berkeley DB. I have all Berkeley DB binaries in right place (/usr/local/BerkeleyDB.4.3/lib) I have modified my /etc/profile to reflect berkely ldb ibrary path as LD_LIBRARY_PAT

[JBoss-user] [Security & JAAS/JBoss] - Re: Client Certificate Authentication

2005-06-18 Thread rpa_rio
Thanks a lot! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882008#3882008 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882008 --- SF.Net email is sponsored by: D

[JBoss-user] [Security & JAAS/JBoss] - Re: Client Certificate Authentication

2005-06-18 Thread [EMAIL PROTECTED]
Re-read the http://www.jboss.org/wiki/Wiki.jsp?page=SSLSetup as its been updated to document the additional steps required to extract the client cert private key necessary for importing into the browser. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882007#3

[JBoss-user] [EJB/JBoss] - Error : Remote Exception : RemoteException occurred in serve

2005-06-18 Thread johnhelen
Hello When I run my application, sometimes (not always), there is an error message: Remote Exception : RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: EJBException:; nested exception is: javax.ejb.EJBException: null; CausedByException i

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dike's Bank example - build failed

2005-06-18 Thread victor.declerk
Note this: anonymous wrote : Make sure you have the 1.3 tutorial files and not the 1.4 ones, which contain the same examples but with a different directory layout.(The Duke's Bank Application Chapter) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882005#3882

[JBoss-user] [Installation & Configuration] - Re: Jboss application server startup error

2005-06-18 Thread qbsu21th
Dear Peter, thanks for your reply. i'm using the default Hypersonic database. in the hsqldb-ds.xml file, there is "DefaultDS" for the setting as follows: - - DefaultDS - jdbc:hsqldb:hsql://localhost:1701 do you think there is any problem with the setting? your quick help will be

[JBoss-user] [Security & JAAS/JBoss] - Form Based Login Module from LDAP using JAAS - help needed

2005-06-18 Thread jai1978
Hi, I had been trying to do authentication using Open LDAP and JBOSS. FYI: I had tried Form based authentication using roles and users.properties and Also using Database. But i could not proceed with LDAP. Please help me solve the problem i had been facing to run the web application with Form b

[JBoss-user] [Beginners Corner] - Re: Programatically start/stop JBoss

2005-06-18 Thread fbiaggi
Hi, you may extract from the jar the 2 classes only, should work. Ciao. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882001#3882001 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882001