Re: Specifying a map of values in Hivemind? (Tapestry-Acegi related)

2006-09-04 Thread Robert Cole
 users   






  












   cc 


 Please respond to  









  


"Tapestry users" 









  Subject 




    
    Re: Specifying a map of values in Hivemind? (Tapest

Re: Specifying a map of values in Hivemind? (Tapestry-Acegi related)

2006-09-04 Thread Shing Hing Man
You might like to check out example 7 on
http://lombok.demon.co.uk/hiveMind/welcome


Shing 

--- Robert Cole <[EMAIL PROTECTED]> wrote:

> 
> Hi all.
> 
> I'm trying to pass a map of values into a Hivemind
> service and I'm hitting problems. I'm coming from
> Spring, so the Spring version looks like this:
> 
>   
class="org.acegisecurity.userdetails.memory.InMemoryDaoImpl">
>   
> 
>   [EMAIL PROTECTED],ROLE_SUPERUSER
>   [EMAIL PROTECTED],ROLE_DATA_ADMINISTRATOR
>   fred,ROLE_SUPPORT
> 
>   
>   
> 
> Spring translates the "value" attribute into a
> Properties object with the specified values. Now
> that I'm in Hivemind, how do I represent the map
> (its treated as a Properties object within the
> InMemoryDaoImpl) in Hivemind? I've tried the code
> below but I get an error that the value attribute is
> not being set. I can't find any Hivemind
> documentation about how to specify that the value is
> a Properties object (or a map)
> 
>service-id="hivemind.acegi.dao.UserDetailsService">
> 
>   
class="org.acegisecurity.userdetails.memory.InMemoryDaoImpl">
> 
>   
> [EMAIL PROTECTED]
>
> [EMAIL PROTECTED]
> fred=ROLE_SUPPORT
>   
> 
>   
> 
>   
> 
> I'm suspecting that I need to use a Property Editor
> to translate some text into a Properties object but
> I'm in the dark here. Any help would be appreciated.
> 
> Thanks,
> 
> Rob Cole
> 
> ---
> 
> This e-mail may contain confidential and/or
> privileged information. If you
> are not the intended recipient (or have received
> this e-mail in error)
> please notify the sender immediately and destroy
> this e-mail. Any
> unauthorized copying, disclosure or distribution of
> the material in this
> e-mail is strictly forbidden.
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


Home page :
  http://uk.geocities.com/matmsh/index.html



___ 
Inbox full of spam? Get leading spam protection and 1GB storage with All New 
Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Specifying a map of values in Hivemind? (Tapestry-Acegi related)

2006-09-04 Thread Robert Cole

Hi all.

I'm trying to pass a map of values into a Hivemind service and I'm hitting 
problems. I'm coming from Spring, so the Spring version looks like this:

  
  

  [EMAIL PROTECTED],ROLE_SUPERUSER
  [EMAIL PROTECTED],ROLE_DATA_ADMINISTRATOR
  fred,ROLE_SUPPORT

  
  

Spring translates the "value" attribute into a Properties object with the 
specified values. Now that I'm in Hivemind, how do I represent the map (its 
treated as a Properties object within the InMemoryDaoImpl) in Hivemind? I've 
tried the code below but I get an error that the value attribute is not being 
set. I can't find any Hivemind documentation about how to specify that the 
value is a Properties object (or a map)

  

  

  
[EMAIL PROTECTED]
[EMAIL PROTECTED]
fred=ROLE_SUPPORT
  

  

  

I'm suspecting that I need to use a Property Editor to translate some text into 
a Properties object but I'm in the dark here. Any help would be appreciated.

Thanks,

Rob Cole

---

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]