inline On 5/19/06, Ing. Stefano Girotti <[EMAIL PROTECTED]> wrote:
Thank for Your Reply, it's likely what i have to do... even if i'm using EJB3 persistence with JBoss 4... it's implemented by Hibernate but i don't know if this particular feature is implemented... for example Query By Criteria and Query By Example are not part of the EJB3 Feature
I never used EJB3, but from a quick search i see that it might be possible for you to work with the hibernate session directly even when using EJB3. The InjectedHibernateSession( http://docs.jboss.org/jbossas/javadoc/4.0.3SP1/ejb3/org/jboss/ejb3/entity/InjectedHibernateSession.html) might have something to do with it, but more investigation on this is needed. And Another Question... seems to me that i can't modify at runtime
this filter... i can enable or disable... i can't modify the semantic.... at least i can add an "always true" parameter for a sub-condition....
You can't change the semantics of the filter, but you can change parameter values at runtime. Like you say, you can use the parameter values to enable/disable determined parts of a filter. Thank for the info!!!!
>"Hugo Palma" < [EMAIL PROTECTED]> ha scritto nel messaggio >news:<[EMAIL PROTECTED] >... >It looks to me that hibernate filters would do the trick,as this is more >like data access security than page or service level security. >You can read more about it here > http://www.hibernate.org/hib_docs/v3/reference/en/html/filters.html > >On 5/19/06, Stefano Girotti <[EMAIL PROTECTED]> wrote: >> >> >>"Brian K. Wallace" < [EMAIL PROTECTED]> ha scritto nel messaggio >>news:[EMAIL PROTECTED] >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA1 >> > >> > This is where I stick with ACEGI being unobtrusive. Not discounting any >> > other method of doing it at all, but I found that with ACEGI I add a >> > hook into "login/logout" pages and there's no other intrusion into my >> > Tapestry applications outside the configuration file (aka: no >> > "isUserInRole("...")" of any kind. >> > >> > Again - one size doesn't fit all - especially with security. Take the >> > "easiest way for you" as long as it foots the bill and you're usually >> > alright. >> >>i'm looking for a Searchable Security: >>for example: >>for the current user i have to find what special offers can buy.... >>and again.... the classic Access Control List have read - write - delete >>or >>admin properties.... i'd like to extend it... for example a special offer >>is avaible from date to date... or by special code... >> >>i had a look to ACEGI and seems to me that is not what i'm looking for :( > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] ---------- Signature Light \\ ~ ~ // ( O o ) ____________________________oOOo_(_)_oOOo_________________________ Main e-mail: [EMAIL PROTECTED] IRC Nick: IceCubeR ICQ UIN: 48898319 MSN : [EMAIL PROTECTED] Visit My Home Page: http://www.geocities.com/SiliconValley/Way/5515 __________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
