[jboss-user] [EJB 3.0 Users] - Re: EJB jar cannot be deployed as a library (JBoss 5.0.1.GA)

2009-12-06 Thread rsoika
After all I was not able to deploy my EAR with the provided EJB jars successfully. But I found the following Bug report which seems to be similar to my general deployment problem: https://jira.jboss.org/jira/browse/JBAS-6842 So I installed now JBoss AS 6.0.0 M1 and now the project with EJBs and

[jboss-user] [EJB 3.0 Users] - Re: EJB jar cannot be deployed as a library (JBoss 5.0.1.GA)

2009-11-30 Thread rsoika
Jaikiran, thanks for your help. Yes when I put the persistence.xml into the .ear it looks much better. The deployer now recognizes the entities and so I take one step forward... :-) "jaikiran" wrote : | The weird part about the packaging is - the my_ejb_module.jar is mapped as a EJB module a

[jboss-user] [EJB 3.0 Users] - Re: EJB jar cannot be deployed as a library (JBoss 5.0.1.GA)

2009-11-24 Thread rsoika
Hi Jaikiran, yes I mean JPA entities. And yes, they are just plain jar files without ejb deployment descriptor. I am deploying a separate EJB Module in my EAR which defines session EJBs and also the persistence.xml with the definition of my persistence unit. So my ear folder structure looks lik

[jboss-user] [EJB 3.0 Users] - Re: EJB jar cannot be deployed as a library (JBoss 5.0.1.GA)

2009-11-24 Thread rsoika
Hi, I have the same issue running on JBoss 5.1.0.GA_j6. I try to deploy an EAR with Entity EJBs contained in a shared jar located in the /lib folder of my ear. I get the following error message during deployment: | 15:25:49,501 INFO [Ejb3DependenciesDeployer] Encountered deployment abstra

[jboss-user] [Security & JAAS/JBoss] - Re: writing new LoginModul - unable to replace Principal ??

2007-10-09 Thread rsoika
hi sorry I had only tested it with IBM Lotus Domino LDAP Directory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093107#4093107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093107 __

[jboss-user] [Security & JAAS/JBoss] - Re: writing new LoginModul - unable to replace Principal ??

2006-09-15 Thread rsoika
hi, yes I have changed this. I also implememented a new version with extended functionality. Documentation and also source is available at: http://www.imixs.org/websites/imixs-org.nsf/chapter/0300.0100.0020.?OpenDocument This Modul works perfect with an IBM Lotus Domino LDAP and is able to resol

[jboss-user] [Security & JAAS/JBoss] - Re: writing new LoginModul - unable to replace Principal ??

2006-09-13 Thread rsoika
Hi and thanks a lot for your Help! I works! I wrote the following new LDAPLogin Modul which converts the Login Name into the corresponding Distinguished name of the LDAP Directory the User authenticates : package org.imixs.jboss.security; | | import org.jboss.security.*; | import org.jb

[jboss-user] [Security & JAAS/JBoss] - writing new LoginModul - unable to replace Principal ??

2006-09-13 Thread rsoika
Hi, I have a hard problem and need your help writing a new Login Modul for JBoss. I have the follwing situation: users authenticate against a Web Application using the LdapLoginModule. The WebApp calls Session EJBs which need the UserName to implement some Business logic. The Users can authentic

[jboss-user] [Security & JAAS/JBoss] - Mapping the User Name to the full DN in the LDAP Entry?

2006-09-12 Thread rsoika
hi, I have still problems to understand "org.jboss.security.auth.spi.LdapLoginModule" It seems I have configured the login-config.xml well. So users can authenticat against my LDAP. But once authentication succeeds CallerPricipal (inside my EJB Context) is the actual user name, the user entere

[jboss-user] [Security & JAAS/JBoss] - Re: Domino LDAP

2006-09-12 Thread rsoika
hi, we solved the configuration problems with the following configuration (inside the login-config.xml | | | | com.sun.jndi.ldap.LdapCtxFactory | ldap://myhostmuc:389/ | si

[jboss-user] [Security & JAAS/JBoss] - LDAP Security Domain - Mapping DN ?

2006-09-07 Thread rsoika
Hi, I have successfull configured a JBoss Security Domain for IBM Lotus Domino using the org.jboss.security.auth.spi.LdapLoginModule. I can authenticate to my Demo WebApp and also searching for roles (isUserInRole) works correct. My question is how to map the CallerPricipal to the DN. My users

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: DerbyDatabase mbean in 4.0.3 missing?

2006-08-25 Thread rsoika
hi, I found this thread by ibm http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?message=13709280&cat=19&thread=69159&treeDisplayType=threadmode1&forum=370#13709280 he suggest to uncomment the two lines jboss:service=Derby | | in the derby-ds.xml but I do not understand how to re