[JBoss-user] [JBossWS] - Re: HandlerChain support

2006-07-07 Thread dloiacono
Thanks a lot! My workaround: use deprecated @SOAPMessageHandler View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956245#3956245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956245 Using Tomcat but need to do more? Nee

[JBoss-user] [JBossWS] - HandlerChain support

2006-07-07 Thread dloiacono
Does JBossWS 1.0.1GA support @HandlerChain annotation ? I had written a WS EJB3 endpoint with @HandlerChain(file="handlers.xml", name="") | ... | @Stateless | @WebService(targetNamespace = "http://net.fimed.workproject.client.ws/";) | @SOAPBinding(style=SOAPBinding.Style.DOCUMENT,use=S

[JBoss-user] [JBoss Seam] - Re: Sun Java studio Creator 2 and JBoss Seam

2006-06-27 Thread dloiacono
The solution is: 1) creator.taglib.xml like this | | http://java.sun.com/dtd/facelet-taglib_1_0.dtd";> | | http://www.sun.com/web/ui | | calendar | | com.sun.rave.web.ui.Calendar | com.sun.rave.web.ui.Calendar |

[JBoss-user] [JBossWS] - JWSDP2.0 integration

2006-06-27 Thread dloiacono
Is possibile to integrate JWSDP2.0 into JBoss AS 4.0.x? How can I do it? --- Domenico View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953699#3953699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953699 Using T

[JBoss-user] [JBoss Seam] - Re: 404 error with JAAS

2006-05-26 Thread dloiacono
See my post in JAAS and Seam http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74300&start=50 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946870#3946870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946870

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-05-12 Thread dloiacono
Ok guys, I've integrated JAAS with Seam, Facelets, MyFaces and jBMP pageflow. It works very fine! I've started with the information written by SunFire and locoetze in this topic. In pageflow.jpdl.xml I've called an action that put in http session j_username and j_password. | . |

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-05-04 Thread dloiacono
Hi, I would like add one more complexity to JAAS-SEAM coexistance... I'm writing a web application with jBPL pageflow I've used SunFire's solution with a login page like this: login.xhtml | [...] | | | | | | | | | | [...] | pageflow.jpd

[JBoss-user] [JBoss Seam] - Sun Java studio Creator 2 and JBoss Seam

2006-04-27 Thread dloiacono
Hi all, I'm using JBoss Seam 1.0beta2 with JBoss 4.0.4.CR2. Few weeks ago, I have seen that Sun relased Sun Java Studio Creator 2 to visually design jsf pages. So I have starting use it to design my web pages and now I'd like to use that pages with Seam. But, it's not simple for me integrate it w

[JBoss-user] [Security & JAAS/JBoss] - Re: Catalina Realm

2006-01-31 Thread dloiacono
Thanks, that is the right solution! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920738#3920738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920738 --- This SF.

[JBoss-user] [Security & JAAS/JBoss] - Catalina Realm

2006-01-31 Thread dloiacono
Hi, I have to integrate JOSSO SSO library under JBoss4.0.2RC1. For the configuration I have to add a Realm under my context. To do so, Tomcat 5.5 docs tells me to create under my /META-INF a context.xml with a definition of element REALM. So I have included in my /META-INF folder under my .war t