[jboss-user] [Security & JAAS/JBoss] - NegotiateKerberos and JbossAdmin Group issue

2008-03-04 Thread adrien.loyat
Hello I tried to use the NTLM authentification as described here http://wiki.jboss.org/wiki/Wiki.jsp?page=NegotiateKerberos. I'm using jboss AS 4.2.2 GA. I'm using the test case found on the wiki page. My Activ Directory server traces my authentification. But jboss (or whatever it is) gives

[jboss-user] [JBoss Seam] - Re: access to userPrincipal's role of the external context

2007-08-21 Thread adrien.loyat
maybe it's not a seam issue. Should I post this on the jboss forum ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076269#4076269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076269 __

[jboss-user] [JBoss Seam] - Re: access to userPrincipal's role of the external context

2007-08-21 Thread adrien.loyat
I forgot to give my configuration : seam 1.2.1 jboss 4.0.5 I'm using LdapExtLoginModule for jboss authentification. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076173#4076173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - access to userPrincipal's role of the external context

2007-08-21 Thread adrien.loyat
Hello I'm using jboss authentification in my seam application as described in Securing a Web Application in JBoss AS in the wiki. In a back bean, i'm trying to pupulate identity classe. I am able to get the user name like this : anonymous wrote : | HttpServletRequest req = (HttpServletReque

[jboss-user] [JBoss Seam] - Re: SEAM 2 and s:convertEntity

2007-06-29 Thread adrien.loyat
I have the same issue anonymous wrote : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059052#4059052 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059053#4059053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-29 Thread adrien.loyat
I've opened an issue http://jira.jboss.com/jira/browse/JBSEAM-1581. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059052#4059052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059052 __

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-29 Thread adrien.loyat
Sorry I've had to leave my office yesterday. anonymous wrote : Have you followed all the steps porting to 2.0, like eliminate Ajax4JSF Filter in web.xml, I used seam-gen (setup then generate entities) to create from nothing. anonymous wrote : If you can submit a simple test case to JIRA I can

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
To add a few more words : I have the same generated code by seam-gen with seam 1.3alpha and seam 2beta. But the convertEntity just doesn't work with the seam 2beta version. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058671#4058671

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
the stack trace : Exception during request processing: | Caused by javax.servlet.ServletException with message: "EntityManager is closed" | javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChai

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
I dont't undestand the problem with s:convertEntity. anonymous wrote : Description | | Assigns an entity converter to the current component. This is primarily useful for radio button and dropdown controls. | | The converter works with any managed entity which has an @Id annotation - e

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
| Type de collectivité | | | | | | I'am looking at the doc references

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
Ousp The exception is not in my converter. It is the in my xhtml page that raises it ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058644#4058644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058644 ___

[jboss-user] [JBoss Seam] - access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
Hello In seam 1.3 alpha, I use the entityManager in a converter (in getAsObject) like this : public Object getAsObject(FacesContext arg0, UIComponent arg1, String arg2) { | if (StringUtils.isEmpty(arg2)){ return null;} | log.info("getAsObject avec arguement

[jboss-user] [JBoss Seam] - Re: sending a class threw page parameters

2007-06-27 Thread adrien.loyat
I had a look at the examples but I didn't find anything looking exactly like my issue. My purpose was to, very quickly, add a new search parameter. Maybe the way I do this is inappropriate but it seemed to me logical : I can search easily for colList.col.name (a string), so why is it difficult to

[jboss-user] [JBoss Seam] - Re: sending a class threw page parameters

2007-06-27 Thread adrien.loyat
Thanks for your help. I've made it work with a custom converter. I've tried many changes in the param without success. I'm a bit disappointed as, to my mind, this functionality should work easily in Seam without having to write a custom converter. Best regards. Adrien View the original post

[jboss-user] [JBoss Seam] - sending a class threw page parameters

2007-06-26 Thread adrien.loyat
Hello, I have a pobleme with page parameters. I have generated a very simple CRUD application with seam-gen from a database containing 2 tables : col and typecol (which means the sort of col). The link between the two tables is : col.type = typecol.id typecol.id is an Integer The generation is

[jboss-user] [JBoss Seam] - Re: Charset encoding problem in URL parameters

2007-06-15 Thread adrien.loyat
Thanks a lot ryildirim. It works fine now. Adrien View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054646#4054646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054646 ___ jb

[jboss-user] [JBoss Seam] - Re: Charset encoding problem in URL parameters

2007-06-13 Thread adrien.loyat
Hello As I am concerned with the same issue, I tried with the seam examples. The problem exits with the example seam-blog (but not only this one) : If you search for the word balão, it will be transformed in balão. Thanks for looking to this. View the original post : http://www.jboss.com/ind