Re: [xwiki-devs] [Proposal] Strategy for migrating to the new Model

2012-09-17 Thread sasinda rukshan
Hi, *FYI* * noSQL impl. Cassandra? other? Who? You may like to look at the Hibernate OGM(Object to Grid Mapping) project. http://docs.jboss.org/hibernate/ogm/3.0/reference/en-US/html_single/#ogm-howtocontribute-contribute Unfortunately the dialect for Cassandra is yet a work in progress. Full

[xwiki-devs] xwiki android.

2012-09-06 Thread sasinda rukshan
Hi Alexandru Loredan, Since the build is failing (don't know why, problem with attached emulator? ) , I want to notify you that the module modulexwiki-android-test-fixture-setup/module starts a local xwiki server instance and it won't be shut down unless you run

Re: [xwiki-devs] Review of the GSOC SOLR work for integration in XWiki Platform

2012-08-28 Thread sasinda rukshan
Hi, Since we use EmbeddedSolrServer how do we handle clustering? One instance per wiki instance? How do they reconcile their indexes? Need an architecture diagram for our solution for heavy loads. May be you can use an embedded Infinispan http://www.jboss.org/infinispan/ (in replication mode )

Re: [xwiki-devs] [GSoC] Pencils down, submit your evaluations to Google, and your status to the XWiki Community

2012-08-21 Thread sasinda rukshan
Hi Asiri, Thanks for the tip. :-). Regards. On Tue, Aug 21, 2012 at 1:27 PM, Asiri Rathnayake asiri.rathnay...@gmail.com wrote: To all GSoCers... Stick with XWiki for the long haul and you might be offered a job at XWiki SAS... ;-) - Asiri

Re: [xwiki-devs] [GSoC] Pencils down, submit your evaluations to Google, and your status to the XWiki Community

2012-08-20 Thread sasinda rukshan
Regards, Sasinda Rukshan. On Mon, Aug 20, 2012 at 9:47 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 08/20/2012 12:10 PM, Sergiu Dumitriu wrote: Hello GSoC students and mentors, Today is the firm pencils down deadline (in about 3 hours). What does this mean? First, your success

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-19 Thread sasinda rukshan
Client that uses a single apache HttpClient with a Pooled Connection Manager. So there is a major re factor to be done there.) Best Regards. * * On Wed, Aug 15, 2012 at 9:16 PM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi, I removed the */.. *from the path were the xwiki server

Re: [xwiki-devs] [vote] improvements for the REST api

2012-08-18 Thread sasinda rukshan
at 4:03 PM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi Ludovic, As you are doing some improvements, I think the editing and deleting of comments as first class entities does not work. PUT : http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Blog/pages/test/ *comments/0* DELETE*: * http

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-15 Thread sasinda rukshan
Hi, I removed the */.. *from the path were the xwiki server was to unpack. Now the tests are running quite well. :-) Regards. On Tue, Aug 14, 2012 at 10:21 PM, sasinda rukshan sasindaruks...@gmail.comwrote: hi, Not Jenkins, Maven. ;-) meant the server ,since it starts mvn I think

Re: [xwiki-devs] XEM xmlpc using a wiki farm

2012-08-15 Thread sasinda rukshan
Hi Thomas, Jones Do we already have a J2SE client for REST api ? . Otherwise the android REST connector and the RAL(RESTFul Access Layer)https://github.com/xwiki-contrib/android-clientcan easily be converted to a J2SE project. It only depends on the Apache HTTP Client. Just mentioned if Jones was

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-14 Thread sasinda rukshan
as was the case in the example you gave me. Anyway it has nothing to do with above error. Regards Sasinda. On Mon, Aug 13, 2012 at 2:04 PM, Thomas Mortagne thomas.morta...@xwiki.comwrote: On Sun, Aug 12, 2012 at 7:50 PM, sasinda rukshan sasindaruks...@gmail.com wrote: Hi Thanks

Re: [xwiki-devs] [vote] improvements for the REST api

2012-08-12 Thread sasinda rukshan
Hi Ludovic, As you are doing some improvements, I think the editing and deleting of comments as first class entities does not work. PUT : http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Blog/pages/test/* comments/0* DELETE*: *

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-12 Thread sasinda rukshan
it ;-). Thanks. On Fri, Aug 10, 2012 at 12:53 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Aug 9, 2012 at 2:13 PM, sasinda rukshan sasindaruks...@gmail.com wrote: Hi, I checked executing xwiki from the XWiki Executor in my local machine. Cool its working ! :-) System.setProperty

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-09 Thread sasinda rukshan
is server may not shutdown , because modules are skipped by maven build when a test module fails. I'll have to write a separate J2SE module anyway, because the jenkins server's file system cannot be directly accessed by the emulator. Thanks. Best Regards. Sasinda Rukshan. On Wed, Aug 8, 2012 at 1:32

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-09 Thread sasinda rukshan
deployment. ;-). Thanks. Regards. On Thu, Aug 9, 2012 at 2:08 PM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi, Thanks All test modules need not be starting and shutting down a Xwiki instance. I will write two modules which set up server fixture for all test modules (rest-tests, core-tests

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-07 Thread sasinda rukshan
:33 AM, sasinda rukshan sasindaruks...@gmail.com wrote: Hi Thomas, I restarted it and it seems ok now. Thanks a lot. Instrumentation tests that check the activities are running ok. (XWiki Android Instrumentation Tests http://ci.xwiki.org/job/xwiki-android-client/216/org.xwiki.android

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-06 Thread sasinda rukshan
...@xwiki.com wrote: On Mon, Aug 6, 2012 at 8:57 AM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Sun, Aug 5, 2012 at 5:42 PM, sasinda rukshan sasindaruks...@gmail.com wrote: Hi Thomas, :-) Also still we cannot ignore failed tests in maven android plugin. If a test fails we get Build

Re: [xwiki-devs] [GSoc] XWiki Android

2012-08-05 Thread sasinda rukshan
, Jul 12, 2012 at 2:35 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Jul 12, 2012 at 1:10 PM, sasinda rukshan sasindaruks...@gmail.com wrote: Hi :-) Do you mean to put a mail to Xwiki Users list us...@xwiki.org., Not Developers list ? I mean users and dev list. The idea

Re: [xwiki-devs] [GSOC] [RoadMap] Xwiki Android

2012-08-01 Thread sasinda rukshan
/30342197/Full%20Documentation.zip .Feel free to ask for clarifications and point out mistakes,improvements if needed.[start with INDEX-XWiki Android]. Where shall I publish them ? In the extension space (where Chamika's Documentation is) or the design space?. Regards, Sasinda Rukshan On Wed

Re: [xwiki-devs] [GSOC] [Refactoring Notification] XWIKI ANDROID

2012-07-24 Thread sasinda rukshan
Thanks for the confirmation. Regards, Sasinda. On Tue, Jul 24, 2012 at 9:28 PM, Thomas Mortagne thomas.morta...@xwiki.comwrote: On Tue, Jul 24, 2012 at 5:28 AM, sasinda rukshan sasindaruks...@gmail.com wrote: Hi, All, Thomas Just to notify a design decision. Since you said to notify

[xwiki-devs] [GSOC] [Refactoring Notification] XWIKI ANDROID

2012-07-23 Thread sasinda rukshan
Hi, All, Thomas Just to notify a design decision. Since you said to notify on major decisions, There is a little issue in the earlier projects RestConnector. module xwiki-android-rest I' ll take a sample method where you can check. public Page getPage(String pageName)in PageResources. If

[xwiki-devs] [GSOC] [RoadMap] Xwiki Android

2012-07-23 Thread sasinda rukshan
Dear Thomas, *RoadMap.* 1)Complete SyncDaemon 2)Complete Encryption features. ( The module will not be fully specified. Only little functionality for this project) 3)Do full documentation of the current platform. (quick starts, contribution guides ...) need opinion. Is documentation considered

Re: [xwiki-devs] [GSOC] [REMINDER] Mid-term evaluation deadline

2012-07-12 Thread sasinda rukshan
/XWikiAndroid source code: https://github.com/xwiki-contrib/android-client/ build: http://maven.xwiki.org/snapshots/org/xwiki/android/xwiki-android-client/1.0-SNAPSHOT/ If u are running the apk build using an emulator name the AVD as android-7 ;-). Thanks Best Regards. Sasinda Rukshan. On Tue, Jul 10

Re: [xwiki-devs] [GSoc] XWiki Android

2012-07-09 Thread sasinda rukshan
development because I can build with eclipse. Thanks for offering me help. :-). Best Regards. On Mon, Jul 9, 2012 at 12:37 PM, Thomas Mortagne thomas.morta...@xwiki.comwrote: On Mon, Jul 9, 2012 at 6:35 AM, sasinda rukshan sasindaruks...@gmail.com wrote: Hi, Thanks for the info. I did it using

Re: [xwiki-devs] [GSoc] XWiki Android

2012-07-09 Thread sasinda rukshan
Hi Thomas, The issue with the build was solved by reverting back to older version of jayway android maven plugin. This seems not the correct option, but it works now. :-). Thanks Regards. Sasinda. On Mon, Jul 9, 2012 at 12:51 PM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi Thomas

[xwiki-devs] [GSoc] XWiki Android

2012-07-08 Thread sasinda rukshan
Hi, I updated the documentation for XWiki Android project at, http://dev.xwiki.org/xwiki/bin/view/Design/XWikiAndroid. Sorry for the little formatting errors. Thanks Sasinda. ___ devs mailing list devs@xwiki.org

Re: [xwiki-devs] [GSoc] XWiki Android

2012-07-08 Thread sasinda rukshan
, 2012 at 11:11 PM, Thomas Mortagne thomas.morta...@xwiki.comwrote: On Sun, Jul 8, 2012 at 2:53 PM, sasinda rukshan sasindaruks...@gmail.com wrote: Hi, I updated the documentation for XWiki Android project at, http://dev.xwiki.org/xwiki/bin/view/Design/XWikiAndroid. Sorry for the little

Re: [xwiki-devs] [vote] improvements for the REST api

2012-06-25 Thread sasinda rukshan
Hi Ludovic, It's an interesting proposal. My +1 for , **VOTE for supporting the searchQuery API at the wiki level with multi wiki support at the lucene level. https://github.com/xwiki-contrib/android-client/blob/p2/xwiki-android-core/src/org/xwiki/android/ral/RAO.java I had already added a

Re: [xwiki-devs] [GSoC] Responsive Skin

2012-06-24 Thread sasinda rukshan
Hi Jonathan Sasinda, thanks, that is really cool. Although I agree with Jerome that it's not the best for this, it is good to know that it is out there. Thank you for chiming in! Its a pleasure ;-) That's a good idea I think. I'll do one (better?) and put it under the quicklinks, since it is

Re: [xwiki-devs] Fwd: [GSoc] XDroid Platform

2012-06-24 Thread sasinda rukshan
this.getApplication() to receive a XWikiApplicationContext. https://github.com/xwiki-contrib/android-client/tree/p2 Thanks Regards. Thanks, Best Regards. On Sat, Jun 23, 2012 at 10:40 AM, sasinda rukshan sasindaruks...@gmail.comwrote: PS: Forgot to mention, Document API will have 2 additional methods

Re: [xwiki-devs] Fwd: [GSoc] XDroid Platform

2012-06-22 Thread sasinda rukshan
feedback on the idea. Thanks Best Regards. Sasinda. On Fri, Jun 22, 2012 at 9:08 AM, sasinda rukshan sasindaruks...@gmail.comwrote: hi, Document API. *create()* put the page on server. If the doc includes Objects post them as well. (likely for comments tags, attatchments) * * *update(int

Re: [xwiki-devs] Fwd: [GSoc] XDroid Platform

2012-06-22 Thread sasinda rukshan
increment: BlogDocument object will have functionality to send a BlogPost. All lower layer functinality needed will be implemented. 2nd increment: Save the BlogDocument in the device drive. Rest I have not planned. Thanks Best Regards. Sasinda. On Sat, Jun 23, 2012 at 10:26 AM, sasinda rukshan

Re: [xwiki-devs] [GSoC] Responsive Skin

2012-06-21 Thread sasinda rukshan
- Hi Jonathan, What about having a drop down of recently used spaces under the space menue and wikis under wiki menue on the top.. It currently has document index only. [image: Inline image 1] By the way, the js library smart client (Isomorphic smart client) has UI components that are device

Re: [xwiki-devs] Fwd: [GSoc] XDroid Platform

2012-06-21 Thread sasinda rukshan
, to decouple Document and underlying rest model: simple XML/Gson) and etc. Please check whether approach to redesigning com.xpnobjects into org.xwiki.android.xmodel.xobjects is correct. Thanks. Best Regards. Sasinda. On Mon, Jun 18, 2012 at 3:20 PM, sasinda rukshan sasindaruks...@gmail.comwrote

Re: [xwiki-devs] Fwd: [GSoc] XDroid Platform

2012-06-21 Thread sasinda rukshan
hi, PS: check the *p2 branch*. Not master. Did not merge yet. :-) Regards, Sasinda. On Fri, Jun 22, 2012 at 7:31 AM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi, Pushed some initial scaffolding's of XWiki model to android, in to https://github.com/xwiki-contrib/android-client

Re: [xwiki-devs] Fwd: [GSoc] XDroid Platform

2012-06-21 Thread sasinda rukshan
are stoped and may be destroyed on these occasions.I will see if I can rectify it if I have time after the mid eval.(It may totally affect how web services are called from upper layers) Thanks Best Regards. Sasinda. On Fri, Jun 22, 2012 at 7:33 AM, sasinda rukshan sasindaruks...@gmail.comwrote

[xwiki-devs] Fwd: [GSoc] XDroid Platform

2012-06-18 Thread sasinda rukshan
-- Forwarded message -- From: sasinda rukshan sasindaruks...@gmail.com Date: Mon, Jun 18, 2012 at 2:56 PM Subject: Re: [xwiki-devs] [GSoc] XDroid Platform To: XWiki Developers devs@xwiki.org Hi Thomas, Thanks for the explanations. The methods toXML , toEmbedXML are wrong.It

[xwiki-devs] Fwd: Fwd: [GSoc] XDroid Platform

2012-06-18 Thread sasinda rukshan
] XDroid Platform To: sasindaruks...@gmail.com, XWiki Developers devs@xwiki.org On Mon, Jun 18, 2012 at 11:30 AM, sasinda rukshan sasindaruks...@gmail.com wrote: -- Forwarded message -- From: sasinda rukshan sasindaruks...@gmail.com Date: Mon, Jun 18, 2012 at 2:56 PM Subject: Re

Re: [xwiki-devs] [GSoc] XDroid Platform

2012-06-17 Thread sasinda rukshan
diag for this part and send before implementation starts. Thanks Best Regards Sasinda. Thank You On Sat, Jun 16, 2012 at 10:31 PM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi, I checked the source code.(still it would be helpful if u cn explain) I have a little issue. Say

Re: [xwiki-devs] [GSoc] XDroid Platform

2012-06-16 Thread sasinda rukshan
, so that it will show a linear history. Thanks Best Regards. Sasinda Rukshan. On Sat, Jun 16, 2012 at 11:21 AM, sasinda rukshan sasindaruks...@gmail.comwrote: Thanks very much for the help on maven build. *About making a object from Blog.BlogPostClass and toXML()* A blog object

Re: [xwiki-devs] [GSoc] XDroid Platform

2012-06-15 Thread sasinda rukshan
://dev.xwiki.org/xwiki/bin/view/Community/IRC. On Thu, Jun 7, 2012 at 12:17 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: Not need to send this kind of mail privately to me. On Thu, Jun 7, 2012 at 5:33 AM, sasinda rukshan sasindaruks...@gmail.com wrote: Thanks, The project is building

Re: [xwiki-devs] [GSoc] XDroid Platform

2012-06-05 Thread sasinda rukshan
.(This will invalidate the use of default User entry in the config file which is used until the user edits his preferences) Beg your pardon if the mail is too lengthy.;-) Thank you. Best Regards. Sasinda Rukshan. Best Regards. On Wed, May 30, 2012 at 1:11 PM, Thomas Mortagne thomas.morta

Re: [xwiki-devs] [GSoc] XDroid Platform

2012-05-29 Thread sasinda rukshan
, XWiki server. But only a single user will be most probably using his personal device. So above will be relevant only when he has multiple wikis. Best Regards, Sasinda Rukshan. On Sun, May 27, 2012 at 5:43 PM, Chamika Weerasinghe chami...@gmail.comwrote: On Fri, May 25, 2012 at 1:25 AM, Jerome

Re: [xwiki-devs] [GSoc] XDroid Platform

2012-05-29 Thread sasinda rukshan
for an annotated entity. Coding will be lot easier. Can you suggest how to name the entities. I am going to go with, entity org.xwiki.xdroid.data.User -- table C_USER Thanks, Best Regards Sasinda. On Wed, May 30, 2012 at 7:42 AM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi, I am

[xwiki-devs] [GSoc] XDroid Platform

2012-05-24 Thread sasinda rukshan
with parent pom.xml coordinates. Thank you Best Regards. Sasinda Rukshan ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] [GSOC] [Status Request] Middle of Community Bonding period

2012-05-08 Thread sasinda rukshan
Hi Thomas, Sorry for not being able to participate in the community bonding yet. I am very busy with exams these days. Hope you noticed me in the proposal that I am unable to actively participate until 10 th May. 1 exam got postponed. I will start after 12th May and document the project details. I

Re: [xwiki-devs] [GSOC] Welcoming our GSoC students

2012-04-24 Thread sasinda rukshan
. And thank you all in the community. I really look forward to working with you and contribute a lot to XWiki mobile platform. Best Regards, Sasinda Rukshan. On Tue, Apr 24, 2012 at 12:23 PM, Jonathan Solichin jssolic...@gmail.comwrote: Thank you for the congratulations Savitha, likewise; Sasinda as well

[xwiki-devs] GSOC XWiki Android proposal WYSIWYG Editor

2012-04-04 Thread sasinda rukshan
, Sasinda Rukshan, ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] GSOC XWiki Android proposal WYSIWYG Editor

2012-04-04 Thread sasinda rukshan
...@xwiki.comwrote: On Wed, Apr 4, 2012 at 10:32 AM, sasinda rukshan sasindaruks...@gmail.com wrote: Dear* Thomas,* I think it will take the same time with android. No difference. I am also thinking that it is easy to propose but hard to make. I will lower the set of requirements to a doable set. I

Re: [xwiki-devs] GSOC XWiki Android proposal WYSIWYG Editor

2012-04-04 Thread sasinda rukshan
when I finish rich text editor) On Wed, Apr 4, 2012 at 8:49 PM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi Thomas, Sorry I could not respond to you earlier.I was traveling. Thank you for the suggestion.In stack overflow it was said that you have to checkout an old revision

Re: [xwiki-devs] GSOC XWiki Android proposal WYSIWYG Editor

2012-04-04 Thread sasinda rukshan
Hi Thomas Seems android already has encryption facility. javax.crypto Regards Sasinda. On Wed, Apr 4, 2012 at 9:09 PM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi Thomas, Found out this http://www.ninthavenue.com.au/android-orm-jpa . I can use one of these for persistence module

Re: [xwiki-devs] GSOC XWiki Android proposal WYSIWYG Editor

2012-04-04 Thread sasinda rukshan
in selecting which are the projects that should be accepted.(as there are multiple projects for XWiki) Regards, Sasinda Rukshan. On Wed, Apr 4, 2012 at 9:14 PM, sasinda rukshan sasindaruks...@gmail.comwrote: Hi Thomas Seems android already has encryption facility. javax.crypto Regards

Re: [xwiki-devs] GSOC XWiki Android proposal WYSIWYG Editor

2012-04-04 Thread sasinda rukshan
version. Any way its not opensource. I have experienc in JPA. As the wiki documentation says WXQL is used developers will be experts in JPA.So I want add my custom DAOs. Just go with JPA like entities. Thank you Sasinda Rukshan. On Wed, Apr 4, 2012 at 9:56 PM, Thomas Mortagne thomas.morta

Re: [xwiki-devs] GSoC 2012

2012-04-02 Thread sasinda rukshan
. (another approach would be to have a separate app to manage settings) Does the proposal need that much of detail in it? Will my earlier proposal suffice with the two ends moderated?. Regards, Sasinda Rukshan. On Mon, Apr 2, 2012 at 11:48 AM, Thomas Mortagne thomas.morta...@xwiki.comwrote: I

Re: [xwiki-devs] GSoC 2012

2012-04-01 Thread sasinda rukshan
Hi all, I am Sasinda Rukshan from University of Moratuwa Sri Lanka. I created a proposal for the Google Android XWiki Connector. link : http://dl.dropbox.com/u/30342197/x%20wiki.pdf (failed to attach it to the mail and send as the mail bounced back alerting the file is too big. : 603KB) Thank

Re: [xwiki-devs] GSoC 2012

2012-04-01 Thread sasinda rukshan
there wasn't much thought behind it). This semester I am taking up an optional course for software architecture, I ll make sure to study well for it. I apologize if I am not replying you soon enough. Thank you. Regards, Sasinda Rukshan. On Sun, Apr 1, 2012 at 11:38 PM, Thomas Mortagne thomas.morta