[JBoss-user] [EJB 3.0] - Re: How to avoid .ejb3 suffix

2006-01-26 Thread mr_spanky
any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919834#3919834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919834 --- This SF.net email is sponsored by:

[JBoss-user] [EJB 3.0] - How to avoid .ejb3 suffix

2006-01-23 Thread mr_spanky
Is there a way to deploy a EAR file with an ejb3 archive within with a specific descriptor inside instead of the .ejb3 suffix at the end of the archive? For example for the persistence archive jboss does it automatically as soon as it founds persistence.xml descriptor inside the archive. My goa

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: problem deploying persistence archive within jboss eclip

2005-12-08 Thread mr_spanky
forget about question. was my fault in the par packaging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911411#3911411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911411 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - problem deploying persistence archive within jboss eclipse i

2005-12-08 Thread mr_spanky
hi, i am using jboss as 4.0.3SP1 and develop with jboss eclipse ide. when i try to deploy my ear with only a .par archive within server reports a java.lang.IllegalArgumentException: class or package not found exception a red topics about loader-repository, but have no idea how it could help in

[JBoss-user] [JNDI/Naming/Network] - java:/Mail injection

2005-11-30 Thread mr_spanky
Is there a way to inject the javax.mail.Session using annotations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909741#3909741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909741 --

[JBoss-user] [Security & JAAS/JBoss] - JSP/JAAS custom login form

2005-10-06 Thread mr_spanky
Hi, i would like to provide a custom login form via a jsp page using the jaas security implementation of jboss. This means i have a login form on every page additional to the cofigured "form-login-page" which should redirect the user to the same page after successful login. The question is, ho