[jboss-user] [JBossWS] - the same rootContext for webservices in two different EAR fi

2008-12-11 Thread margielm
Hi, We would like to implements several webservices, but each ( for description simplicity) of them is deployed in separate EAR files. Furthermore we want to have them all under the same context, lets call it OurContext. So to achieve that functionality to our WS we have added : @WebContext(co

[jboss-user] [Security & JAAS/JBoss] - Re: combination of JAAS

2008-03-11 Thread margielm
Hello, have exactly the same problem. am trying to login in in servlet by calling | LoginContext lc=...; | c.login(); | after that when I call | lc.getSubject() | I see my principal but both, request.getUserPrincipat() and request.getRemoteUser(), returns null. pls help.

[jboss-user] [JBoss Seam] - Re: rendered problem for commandButton

2007-10-05 Thread margielm
"[EMAIL PROTECTED]" wrote : I would suggest pushing (e.g. in pages.xml, a @Factory) your param.mode variable into page scope when the page is loaded, then it will be there when you submit the page. | Hi. thanks for your answer, but can you give my some exaple of pushing variable into page s

[jboss-user] [JBoss Seam] - Re: rendered problem for commandButton

2007-10-03 Thread margielm
Hi, I am facing the same problem, and I have no idea how I can resolve it. Quick view on something like my application: I have xhtml: | | | | | | | and controler: | @Stateful | @Name("myControler") | public class MyControlerBean implements MyControler { | p

[jboss-user] [Security & JAAS/JBoss] - Re: Jboss AS 4.2 + JBoss Federated SSO problem

2007-08-02 Thread margielm
Sohil! Thanks for very quick answer. Is there any chance that you can predict the time of patch releasing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070130#4070130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Security & JAAS/JBoss] - Jboss AS 4.2 + JBoss Federated SSO problem

2007-08-02 Thread margielm
Hi all! I am currently trying to use JBoss Federated SSO with jboss 4.2 and I am dealing with big problem on which I can't find answer anywhere. I have started jboss-sso-test.ear on AS 4.2 but after logging in I've got this exception on my console: 15:28:30,788 ERROR [SSOAutoLogout] org.jbos