[jboss-user] [Security & JAAS/JBoss] - EJB3 SSL remote connection from rich client application

2006-11-09 Thread michalzel
Hello! I'm trying to connect to remote EJB from rich client, using SSL. I add following configuration to jboss-service.xml at ejb3.deployer: | | jboss.aop:service=AspectDeployer | sslsocket://${jboss.bind.address}:3843 | | | org.jboss.aspects

[jboss-user] [Security & JAAS/JBoss] - EJB & java web start application security issue

2006-10-10 Thread michalzel
Hello! I made java application which performs access to EJB(3.0) remote component. To have classes dynamicly loaded from server I put: | URL policyResource = Main.class.getResource ("/client.policy"); | System.setProperty("java.security.policy",policyResource.toString ()); | System.setSecu

[jboss-user] [Security & JAAS/JBoss] - Re: obtaining caller ip from within LoginModule

2006-09-21 Thread michalzel
Thank you, it works like a charm :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973275#3973275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973275 ___ jboss-user mailing

[jboss-user] [Security & JAAS/JBoss] - obtaining caller ip from within LoginModule

2006-09-21 Thread michalzel
Hello! I have DynamicLoginConfig in my application with my own login module. I would like to obtain IP address of caller within this module. How can I do this? regards Micha? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973237#3973237 Reply to the post :

[jboss-user] [Clustering/JBoss] - turning replication off

2006-09-07 Thread michalzel
Hello! I try to make my application distibutable. I got lots of java.io.NotSerializableException. As far as it is concerned with JSF bindings, I have no possibility to make my java beans serializable. Is it possible to have clustering without session replication (only load-balancing with mod_jk

[jboss-user] [EJB 3.0] - Re: PostPersist callbacks

2006-08-29 Thread michalzel
I have got a question, if this postpersist method is being called within transaction? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967999#3967999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967999

[jboss-user] [EJB 3.0] - Re: entity bean name in ejb3 RC7

2006-08-24 Thread michalzel
I found something, which I unfortunatelly don't have to time to check right now. There should be line: | ... | java:/UMKDS | ../data.jar | | ... | at persistence.xml, where data.jar is jar with entities. If you check it, I will appreciate if you could tell If it works. regards Mi

[jboss-user] [EJB 3.0] - entity bean list

2006-08-08 Thread michalzel
Hello! I'm wondering, If there is a possibility to obtain list of all found entity beans within ear application. I need to retrieve such information from within session bean. Is there any service which might be helpfull in this case? regards Micha? View the original post : http://www.jboss.c

[jboss-user] [EJB 3.0] - entity bean name in ejb3 RC7

2006-08-05 Thread michalzel
Hello! I have just migrated from JBoss4.0.3, EJB3 RC3 to JBoss 4.0.4, EJB3 RC7. My EAR project consists of two packages: logic.jar (previously .ejb3) with SLSB & SFSB, and data.jar (previously .par) with entity beans. After consulting wiki EJB migration guide, I deployed application to new serv

[jboss-user] [EJB 3.0] - Re: exception while processing @Timeout method

2006-07-14 Thread michalzel
I am not sure if I understood you correctly. Does it mean that every time I create timer event in my @Timeout method, and the method fails the transaction is rolled back and so all timer events created in it? BTW I created BEAN managed EJB and it works correctly if I rollback after exception man

[jboss-user] [EJB 3.0] - exception while processing @Timeout method

2006-07-13 Thread michalzel
Hello! I have got method annotated by @Timeout in my @Stateless bean. Method is called once a day and performs some activites. When these are done, just before method exits, new timer event is prepared. Unfortunatelly, when EJBException (or other) is thrown during processing, timer event is not