Re: requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-31 Thread Manuel Carrasco MoƱino
Hi echo, sorry by the delay I dont follow what your problem is, so let me explain how hupa loads the Messages table: - Hupa is listening for the Login success event in two places: AppPresenter (Line 121) and MainPresenter (Line 480) - When the user logs in: 1- the AppPresenter loads the

Re: requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-31 Thread echo
Hi Manolo Thanks for your explanation, same as what I'v figured out from the code though. I believe the code have been very familiar with me very well ;) I dont follow what your problem is, so let me explain how hupa loads the Messages table: I use Eclipse's DEBUG to run both Hupa and Hupa Evo,

Re: requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-31 Thread echo
Not MessageTableModel, but gwt-incubator stuff. Yep, I am not wasting my time in this issue, because I know we will replace the gwt-incubator with new things. I am trying to use com.google.gwt.user.cellview.client.DataGrid to replace the MessageTableModel now. -- *echo*

some update

2012-07-31 Thread Ioan Eugen Stan
Hello Mihai, Could you please make a summary for all the people involved about how the project is going, what is your focus, what you hope to deliver by the end of the program and other things that you might find important? Being part of the community means talking about the things you do. You

Re: Building source

2012-07-31 Thread Eric Charles
remove-m2eclipse-exclusions.sh ? https://github.com/aos-io/aos-sdk/blob/master/sh/remove-m2eclipse-exclusions.sh Thx, Eric On 07/31/2012 12:17 PM, Merve Temizer wrote: I am using eclipse checked out everything, did all the configuration in here http://james.apache.org/server/3/dev-build.html

Re: some update

2012-07-31 Thread Mihai Soloi
Hello guys, I have come to my senses after a previous mail from Eric and after examining all of the other generic approaches to the distributed indexing problem, I realised that I will continue to do only a specific implementation of the distributed index, using the initial approach. I have

Re: Building source

2012-07-31 Thread Merve Temizer
How should i use it, In root directory contains root pom.xml i ran: ./remove-m2eclipse-exclusions.sh got no error, no output. Try to run Main.java (in container-spring) same error mvn clean compile install Try to run Main.java same error. Thanks in advance. 2012/7/31 Eric Charles

Re: Building source

2012-07-31 Thread Eric Charles
Click F5 and check if the exclusions of your eclipse project build path are removed. CTRL-B if the automatic build is not activated to rebuild. Eric On 07/31/2012 01:54 PM, Merve Temizer wrote: How should i use it, In root directory contains root pom.xml i ran:

Re: Building source

2012-07-31 Thread Merve Temizer
Where can i see exclusions? On container-spring: Project RightClick - Properties - Build Path - Source every node has statement : Excluded: None I am on 3beta1. 2012/7/31 Eric Charles e...@apache.org Click F5 and check if the exclusions of your eclipse project build path are removed.

Adding Custom Project

2012-07-31 Thread Merve Temizer
In 3.0beta4 there is no module list in pom.xml of root server application(app). I want to add some mailets and want it them to take place in a separate project for nice management. But should i put my workspace project into dependencies list in pom.xml ? If i do so, eclipse show me build

Re: Building source

2012-07-31 Thread Eric Charles
Try CTRL-R and type james-server-context.xml to see if Eclipse knows that file in the workspace. If not, ensure you have defined the needed src folder james-server-context.xml. Thx, Eric On 07/31/2012 03:06 PM, Merve Temizer wrote: Where can i see exclusions? On container-spring: Project

Re: Building source

2012-07-31 Thread Merve Temizer
i can see it under container-spring-project/stage/context 2012/7/31 Eric Charles eric.char...@u-mangate.com Try CTRL-R and type james-server-context.xml to see if Eclipse knows that file in the workspace. If not, ensure you have defined the needed src folder james-server-context.xml. Thx,