[JBoss-user] [Security & JAAS/JBoss] - Re: what ist what: jaas, jbossSX, httpAuth

2006-05-29 Thread paper
got it, no longer relpies needed ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947321#3947321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947321 --- All the a

[JBoss-user] [Security & JAAS/JBoss] - what ist what: jaas, jbossSX, httpAuth

2006-05-28 Thread paper
Hi All, I've a big problem. I developed a JBoss / Seam / JSF / EJB3 App for my mastethesis. everything works fine, but now i've write about and to describe how it works. the security parts are my problem, i don't exactly know, what are the basic technologies (jaas, jbossSX, httpAuth, ...) for

[JBoss-user] [JBoss Seam] - GenericCRUDAction with nested Conversations

2006-04-04 Thread paper
I've developed a GenericCRUDAction class which can be used as base for many crud actions for different entities. Second level CRUD operations are supprted (edit the owned entities of another entity) also sorting by request parameters. It uses the GenericDAOPattern. I'd like to get some Feedback

[JBoss-user] [JBoss Seam] - Re: Using SEAM with Apache Tree2

2006-03-24 Thread paper
In wich pacage can i find TreeNodeBase? Or ist this the org.apache.myfaces.custom.tree.TreeNode now? shouldn't it work to implement the TreeNode in entity-beans? Greets Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932526#3932526 Reply to the post :

[JBoss-user] [Security & JAAS/JBoss] - @Resource in SeamInterceptor not working

2006-03-01 Thread paper
Hi, I spend some time trying to use the @Resource Annotation in the LoginInterceptor but nothing worked. If I dont use @LoggedIn but @Interceptors({SeamInterceptor.class, LoggedInInterceptor.class}) it works. I could imagine the container must determine to what kind of EJB the interceptor is

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

2006-03-01 Thread paper
for anybody who is looking for sunfires logininterceptor-solution: getEJBContext() doesn't work anymore -> http://www.jboss.org/index.html?module=bb&op=viewtopic&t=77225 Greets Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927109#3927109 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Re: classic

2006-02-24 Thread paper
is there a possibility to define the usage of the JndiLoginInitialContextFactory in the ear? didn't find anything. Thanks for any help. Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926086#3926086 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Seam] - Re: Seam component as converter with EntityManager/Persisten

2006-02-21 Thread paper
Thanks for help! Figured out a solution thats perfect for my app, you can find the Code here: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3925444#3925444 Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925447#3925447 Reply to the post : ht

[JBoss-user] [JBoss Seam] - Re: whew! finally, a pattern for SelectItems using generics

2006-02-21 Thread paper
Thanks to Patric for the LookupConverter Code (and related) I use a simular solution and have posted my code here: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3925444#3925444 Works good with the DAOpattern (also generic). Like described here: http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss Seam] - Re: Cast Problem I dont understand ... Converter / SelectIte

2006-02-21 Thread paper
didn't work like that. I use now a concept simular to the lookup converter you ca find in this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71182 For all who are looking fon such a solution ill post my code here. Dennis The Lookup Base Class, with a static method to convert Li

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

2006-02-21 Thread paper
I'm also interested in a working example. Best with DatabaseServerLoginModule. All Help welcome, I'm stuck. Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925412#3925412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss Seam] - Seam Interceptor Questions

2006-02-20 Thread paper
I've some questions on Seam Interceptors to understand this better: 1. is it right, that the seam interceptors (cusom one i mean, the chap in the ref is named like that) are usual intercetors and the only seam controlled thing in th creation of th annotation? 2. on which parts can these interce

[JBoss-user] [JBoss Seam] - Re: Could not find destroy method

2006-02-20 Thread paper
Check if you have a method annotated with @Remove @Destroy in any stateful session beans. Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925185#3925185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925185

[JBoss-user] [JBoss Seam] - Re: Seam component as converter with EntityManager/Persisten

2006-02-17 Thread paper
Just a Question relatetd to using a Seam component as converter: If I'm doin so, do I also have to put the following part to my config? Greetings Dennis | StateConverter | | org.termtimer.controller.StateConverter | | Vi

[JBoss-user] [JBoss Seam] - Re: Cast Problem I dont understand ... Converter / SelectIte

2006-02-16 Thread paper
I think so, the exception occurs in a jsf component, but I m not sure. Will try again tomorrow. Its late now in Germany. Thx Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924431#3924431 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Seam] - Cast Problem I dont understand ... Converter / SelectItems

2006-02-16 Thread paper
I tried to merge a Converter and a List to have one flexible component to use for different Entity-Classes to be used in a JSF-Select. I no get populated the List once, but abfter I get te following Exception: 22:23:04,392 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet thre

[JBoss-user] [JBoss Seam] - Re: access to inherited properties of entity-ejbs

2006-02-09 Thread paper
Ehm, yes. Lookes like. now i've tested to set the annotations | @Name("resource") | @Scope(SESSION) | to the superclass "Ressource" and to use the seam propagation to jsf by #{room.resourceId} in the edit-jsf (which works without accessing the resourceId). All with the same conclusion:

[JBoss-user] [JBoss Seam] - Re: access to inherited properties of entity-ejbs

2006-02-09 Thread paper
Thanks for the fast reply. I'm quite new to JBoss and related things and hope my questions aren't annoying. The problem isn't related to casting I guess, just in accessing inherited parts. I use: rooms = (List) em.createQuery("from Room").getResultList(); Form the Entity-Manager-Reference about

[JBoss-user] [JBoss Seam] - Re: access to inherited properties of entity-ejbs

2006-02-09 Thread paper
Hmm, I cant find anything about lazy fetching, proxies in relation to inheritance. Could you point me to the chapter? I can access the resourceId (by getter on subclass) in the SFSB which implements the JSF-actionMethod. Without the ### marked Block in the subclass i get an: Bean: org.termtimer

[JBoss-user] [JBoss Seam] - Re: access to inherited properties of entity-ejbs

2006-02-09 Thread paper
Now i do it by overriding the getters/setters of the superclass, but annotated as @Transient. Now Seam provides access to the properties of the superclass to JSF-Pages. Ar there other solutions? Greetings Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Seam] - Re: access to inherited properties of entity-ejbs

2006-02-01 Thread paper
I've a entity EJB "Resource" and a class "Room" which extends Resource. In the beta1-Version I can't access properties of the Resource-part of an Room-object. The getters/setters are all public. Should this be possible? Is this a problem in my code? I thought, I'd read something about this probl

[JBoss-user] [JBoss Seam] - access to inherited properties of entity-ejbs

2006-02-01 Thread paper
Will the beta2 support access to inherited properties of entity-ejbs which are promoted by seam to jsf? Didn't find anything in Changelogs/Feature requests. Greets Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920943#3920943 Reply to the post : htt

[JBoss-user] [JBoss Seam] - Re: When comes official Seam 1.0 beta 2?

2006-01-30 Thread paper
anonymous wrote : Should be days. That's good. Just another Question: Will the beta2 support access to inherited properties of entity-ejbs which are promoted by seam to jsf-pages? Didn't find anything in Changelogs/Feature requests. Greets Dennis View the original post : http://www.jboss.com

[JBoss-user] [JBoss Seam] - Re: When comes official Seam 1.0 beta 2?

2006-01-30 Thread paper
Thanks for the fast repy! anonymous wrote : We are waiting for the release of JBoss AS 4.0.4RC1 that is still in QA to release our beta 2. So this will be in the next days, weeks or month? Can this be appraised? anonymous wrote : Seam 1.0 beta 2 won't change much from what's in the CVS HEAD ri

[JBoss-user] [JBoss Seam] - When comes official Seam 1.0 beta 2?

2006-01-30 Thread paper
When comes official Seam 1.0 beta 2? On JIRA Issue Tracking the 27/Jan/06 is named for release date for the Seam1.0 beta 2. But it didn't come. Can anybody tell me when it will be released? Will this Version run with an official JBoss non-CVS version? I'm developing a scheduling app for my Univ

[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2005-12-16 Thread paper
Hi, I'm quite new to J2EE and Seam, but it seems you use the method: public String selectClassifier(Long classifierId) to populate you "orderList". You should call "sort(final String column, final boolean ascending)" after fetching the data. Maybe u'll need to call sort in some other places, li