Re: NVelocity 1.1.1.0 #break statement is not working

2011-03-23 Thread hatjhie
Hi Mauricio, Thanks a lot for your helps =) Yeah. Now I'm getting used to github :D. I have checked in my changes in the project at github. I wonder how to solve the break exception? Thanks! Best Regards, Hatjhie On Mar 23, 11:29 am, Mauricio Scheffer mauricioschef...@gmail.com wrote: Hi

Re: NVelocity 1.1.1.0 #break statement is not working

2011-03-23 Thread Mauricio Scheffer
Hi Hatjhie, Can you also port the tests? https://issues.apache.org/jira/secure/attachment/12388465/ForeachBreakTestCase.java -- Mauricio On Wed, Mar 23, 2011 at 4:52 AM, hatjhie lovecourageh...@gmail.com wrote: Hi Mauricio, Thanks a lot for your helps =) Yeah. Now I'm getting used to

Can castle help me with this and how?

2011-03-23 Thread mynkow
Hi, We are rewriting our email notifications. Here is an example. User which has Friends. When User becomes a frind _user.AddFriend(user) we should send a notification. The main idea is to keep the User domain and Notification domain unaware of each other. One way to do that is to create a

Re: Can castle help me with this and how?

2011-03-23 Thread Wayne Douglas
you should look at achieving pub/sub with events somehow. On Wed, Mar 23, 2011 at 11:15 PM, Jin wjsh...@gmail.com wrote: I guess can use interceptor to hook in the AddFriend method, and can send email inside the interceptor. On Mar 24, 10:05 am, mynkow myn...@gmail.com wrote: Hi, We

Re: Can castle help me with this and how?

2011-03-23 Thread mynkow
@Wayne Douglas: 10x. I had that solution in my head, but I could not find away to do that without User domain to know about Notifications. -- You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to

Re: Can castle help me with this and how?

2011-03-23 Thread Wayne Douglas
rhino.esb pub/sub using msmq or rhino.queues On Wed, Mar 23, 2011 at 11:35 PM, mynkow myn...@gmail.com wrote: @Wayne Douglas: 10x. I had that solution in my head, but I could not find away to do that without User domain to know about Notifications. -- Cheers, w:// -- You received this

Re: Can castle help me with this and how?

2011-03-23 Thread mynkow
@Jing Wu: As I understand, this is like my solution with FollowService, the difference is that the interceptor is directly bound to AddFriend() method and in the connection between User and Notification is moved in the interceptor. Is that correct? -- You received this message because you are

Re: Can castle help me with this and how?

2011-03-23 Thread mynkow
Yes, messages are 1 solution. But I prefer to stay away from buses for this project. -- You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-users@googlegroups.com. To unsubscribe from this

Re: Re: Can castle help me with this and how?

2011-03-23 Thread belvasis . de
Why not use DomainEvents and the Notification as Subscriber to the UserAddFriend DomainEvent? In this case everything is completly decoupled. Am schrieb Jing Wu wjsh...@gmail.com: correct. I think this is an easy way to do this, not sure it is the best solution. On Mar 24, 10:38 am,

Re: AR: Linq/Queryable and relationships error, can't save. Illegal attempt to associate a collection with two open sessions

2011-03-23 Thread biaachmonkie
Still no luck with this, any help is greatly appreciated. -- You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to castle-project-users@googlegroups.com. To unsubscribe from this group, send email to