Re: [magnolia-dev] Question regarding the cache

2005-06-27 Thread Sameer Charles
Hi Chris sure you are welcome to implement this. the reason behind this was to make cache as a separate plug-able service, independent of magnolia but since that's not the case I think you are right, ll appreciate if you can do this we will implement it. thanks and regards - Sameer On Jun

Re: [magnolia-dev] User class and JAAS

2005-09-03 Thread Sameer Charles
Hi philipp sure ll have a look, but to implement methods like "hasRole" "addRole" I need to adopt jaas implementation. ll work on it later this week - Sameer On Sep 2, 2005, at 12:12 PM, Philipp Bracher wrote: Hi Sameer, can you have a look at the User class in the trunk. I added some met

Re: [magnolia-dev] EntryServlet.redirect possible issue

2005-09-18 Thread Sameer Charles
Hi Alex thanks for your comments I was reading the EntryServlet.redirect method and it seems to me that there could be a problem: even if the dispatcher fails the method still returns true: it return true if the dispatching to the redirected url fails because it should not go through conten

Re: [magnolia-dev] exception in Config/modules/templating/Templates

2005-09-19 Thread Sameer Charles
true, its a bug in gui control. I guess its already on JIRA assigned to philipp whenever you try to rename node it tries to deactivate the old node from the subscribers and fails if they don't respond or not in sync with revised activation we have to take these things in to account. - Sameer

Re: [magnolia-dev] exception in Config/modules/templating/Templates

2005-09-19 Thread Sameer Charles
do you have a possibility to test this with jdk 1.4.2 ? together with Win XP SP2 thanks - Sameer On Sep 19, 2005, at 12:18 PM, Alexandru Popescu wrote: Additionally: everytime I am adding a new Node data the console shows the following message (belongs to jackrabbit): WARN org.apache

Re: [magnolia-dev] exception in Config/modules/templating/Templates

2005-09-19 Thread Sameer Charles
so a deActivation is always triggered. I suppose the deActivateNode should be invoked only when hm.isExist. this wont solve the problem since this hierarchy manager is only working on the authoring repository and cannot find out if this node exist on the subscribers end. so this is all relat

Re: [magnolia-dev] Transactional Activation

2005-09-22 Thread Sameer Charles
Hi Alex : comments below On Sep 17, 2005, at 5:40 PM, Alexandru Popescu wrote: Magnolia Transactional Activation _Intro_ According to the discussion I had with Mr.Sameer Charles, it seems that the activation process [1] is not transactional. A 2nd remark about the activation process is t

Re: [magnolia-dev] Transactional Activation

2005-09-22 Thread Sameer Charles
pescu wrote: I will read carefully your answers and get back to you later. Maybe after a few more details, it would be better to get both online to define our expectations and have this started. What's your opinion? ./alex -- .the_mindstorm. #: Sameer Charles changed the world a bit at

Re: [magnolia-dev] Transactional Activation

2005-09-23 Thread Sameer Charles
1. preserve jcr UUIDs upon activation, so that UUIDs on author and public instance are the same. yeah thats a good one, since jcr:uuid property is read only there is no way to manipulate this except if we use JCR export/import so we have to somehow use these imports intelligently. regards -

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Sameer Charles
Hi Alex basically it allows you to manage template configuration in a hierarchical manner, at the moment its all under one node. But in future we will have node types for all configuration items, for instance a node type mgnl:template so that you can define template anywhere you like and we

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-543) Additional functionality - templates from subnodes of Config/module/templating/Templates are included in template select on Website panel

2005-09-27 Thread Sameer Charles
+ - - anotherTemplWithTwoColumns SimpleImage List + - [headerImageTemplate] I just think it will be lot easier to manage. But sure if it does not make sense we dont have to do this. regards - Sameer On Sep 27, 2005, at 1:12 PM, Alexandru Popescu wrote: #: Sameer Charles changed

Re: [magnolia-dev] 2.1.1 with berkeley db

2005-09-29 Thread Sameer Charles
When using an embedded DB as repository type, does it mean that for uploaded files these will be persisted in the db? depends on the implementation, this berkeley db persistence manager uses native FS for any binary data regards - Sameer On Sep 29, 2005, at 12:23 AM, Alexandru Popescu wrote

Re: [magnolia-dev] 2.1.1 with berkeley db

2005-09-29 Thread Sameer Charles
/05, Philipp Bracher wrote: Not in the trunk. I wait until fabrizio has done the major changes in the reorganization task. It is checked in in the 2.1 branch. Philipp Bracher On 29.09.2005, at 11:05, Alexandru Popescu wrote: #: Sameer Charles changed the world a bit at a time by saying on 9/29

Re: [magnolia-dev] logout: fixing MAGNOLIA-87

2005-10-06 Thread Sameer Charles
I think we should definitely change to a form base authentication. I think it's less effort to do this than to implement some tricky logout mechanism for the basic authentication mechanism. Going through some info found on the net it looks like that there is no solution we would like to live wi

Re: [magnolia-dev] logout: fixing MAGNOLIA-87

2005-10-06 Thread Sameer Charles
login page is ok with me, but its not only admin interface from where you can reach a URL if you directly come to a page either through workflow email or a via some link. but I don't oppose if you all think login page makes more sense from "user"'s perspective we will do so. - Sameer On Oc

Re: [magnolia-dev] creating content (user/roles) by code, not via gui

2005-10-06 Thread Sameer Charles
Hi tom I'm preparing to develop a small http-based integration solution, so that users and roles can be added to Magnolia by other systems (like directories or other systems for user management) via XML-based protocolls (e.g SOAP, SPML, DSML). magnolia authorization is JAAS based so why don'

Re: [magnolia-dev] SVN update - revision 1616

2005-10-10 Thread Sameer Charles
I noticed this problem, but if you open a new browser session it works again. ll look in to it, thanks - Sameer On Oct 10, 2005, at 3:14 AM, Alexandru Popescu wrote: Hi! I have updated magnolia from SVN trunk and did the maven builds (as I noticed 3 more subprojects were added). I have

Re: [magnolia-dev] bug in ACL evaluation?

2005-10-11 Thread Sameer Charles
Hi Tom I don't post this in jira, because I first want a dev to have a look at it and confirm if this is a bug or if I'm doing something wrong - could be ;-) magnolia access manager tries to find a best possible match, in case of exact match (like you tested) lowest permissions are taken. th

Re: [magnolia-dev] junit needed in deployment (?)

2005-10-18 Thread Sameer Charles
Hi Alex junit.jar is not referenced from the application, Trying to remove it I have noticed that Magnolia stops working stopped working, you mean not able to startup? because I just tried and there is no effect if you remove this jar and deploy again. regards - Sameer On Oct 18, 2005,

Re: [magnolia-dev] NPE accessing new created repository

2005-10-21 Thread Sameer Charles
Hi Alex the above piece is executed for website/default, config/default and newscentral/default. in all cases the same Subject is retrieved from Authentication.getSubject(request) (identified by its hashCode()). However only when accessing the newscentral/default one (the new repository)

Re: [magnolia-dev] NPE accessing new created repository

2005-10-21 Thread Sameer Charles
Hi Alex I tested exactly the same scenario as yours What I found out: 1. subject.getPrincipals(PrincipalCollection.class) is never null (even with a newly created repository) 2. Perhaps your src does not match jar's? 3. If you dont assign any rights for this repository there will be an exce

Re: [magnolia-dev] content type for uploaded files

2006-02-13 Thread Sameer Charles
Hi Tom currently it uses MIMEMappings to determine the content type. you should add map for MP3, you will find it under config/server/MIMEMappings If it still does not work please file a JIRA bug. regards - Sameer On Feb 13, 2006, at 5:37 PM, Thomas M. Duffey wrote: Hi All, How does Ma

Re: [magnolia-dev] contexts

2006-03-01 Thread Sameer Charles
thanks Fabrizio and that's exactly the reason we had to remove this, It must be initialized for every request, I wasn't aware of this. regards - Sameer On Mar 1, 2006, at 10:30 AM, Fabrizio Giustina wrote: On 3/1/06, Alexandru Popescu wrote: Some time ago, by the time of introducing the Mgnl

Re: [magnolia-dev] quick question about SimpleSyndicator

2006-03-29 Thread Sameer Charles
Hi Alex I have a quick question about the SimplySyndicator. Currently in addResources method, if the nodetype is NT_FILE than a non- recursive system export is done. If the nodetype is not NT_FILE, than a recursive system export is done No its not true, have a look at the specification "I

Re: [magnolia-dev] ProviderImpl final

2006-04-06 Thread Sameer Charles
I dont see any reason why it has to be a final class. Its an open implementation of a provider and could be inherited. go ahead!! - Sameer On Apr 6, 2006, at 2:03 PM, Alexandru Popescu wrote: #: Alexandru Popescu changed the world a bit at a time by saying (astral date: 4/6/2006 12:45

Re: [magnolia-dev] Users repository

2006-04-13 Thread Sameer Charles
current trunk defined all workspaces under one repository "magnolia", except module specific repositories/workspaces configuration looks like regards - Sameer On Apr 13, 2006, at 7:31 PM, Alexandru Popescu wrote: Hi! I see t

Re: [magnolia-dev] the public-author question (long)

2006-04-24 Thread Sameer Charles
To me it seems like we are missing basic content separation, if you have proper content structure the problems you described should never occur let me explain, Now imagine you have a wiki, forum, guestbook or the like, where content is created from the public side (note: this does not nec

Re: [magnolia-dev] Attention: will commit

2006-04-27 Thread Sameer Charles
I just checked in core.version package sorry didn't read your mail before regards - Sameer On Apr 27, 2006, at 3:01 PM, Philipp Bracher wrote: I will commit a lot of new stuff. - versions - inbox - search please do not check out until I tell otherwise. I need to checkin in multiple steps.

[magnolia-dev] versioning

2006-04-28 Thread Sameer Charles
hi devs, I just committed core.version package which implements versioning over jcr versioning api, its still in beta state but stable enough for a release. in addition to all methods defined by JCR, it has some helper methods like Content.addVersion() instead of (checkIn -> checkOut) and

Re: [magnolia-dev] Spring integration

2006-04-28 Thread Sameer Charles
Hi Roberto, We have been discussing this for some time now, you will see spring in action within magnolia soon. would be nice if you could explain what you have in mind so we can benefit from each other. regarding SVN, you cannot commit unless you earn votes from all active developers. Yo

Re: [magnolia-dev] mainBar adminButtonVisible flag not working

2006-05-04 Thread Sameer Charles
Its indeed a bug, thanks for reporting I created a JIRA bug report based on your email http://jira.magnolia.info/browse/MAGNOLIA-833 Regards, - Sameer On May 3, 2006, at 10:35 PM, mrather wrote: All, I have the following line in a page template jsp, for which I want to hide the AdminCen

Re: [magnolia-dev] [magnolia-svn] r2917 - magnolia/trunk/magnolia/src/main/webapp

2006-05-05 Thread Sameer Charles
thanks Fabrizio, I noticed for tmp, did not knew for log4j Regards, - Sameer On May 5, 2006, at 4:08 PM, Fabrizio Giustina wrote: Hi Sameer, magnolia/trunk/magnolia/src/main/webapp/logs/ it's created automatically with log4j versions> 1.2.12 magnolia/trunk/magnolia/src/main/webap

Re: [magnolia-dev] license.xml

2006-05-07 Thread Sameer Charles
Hi Nicolas, if we were bound to jcr for user management then it would have been straight forward to add all methods to update user. Since that's not the case and you are free to use external user management other than JCR we have to be careful that we do not introduce methods which can not

[magnolia-dev] 3.0 beta release

2006-05-08 Thread Sameer Charles
Hi Devs, Since you all know we are trying to make trunk stable so that we could release 3.0 beta soon. I stopped committing any "improvements / changes" since last week and would ask you all (except philipp) to keep any additional changes in your local repository unless its a bug fix. s

[magnolia-dev] java 1.5 API usage

2006-05-08 Thread Sameer Charles
I am not sure if its best to stick with JDK 1.4 or start moving to 1.5, do you guys have experience especially on websphere and weblogic application servers? I am worried that many people are still using 1.4 compatible app servers, simply because every time you upgrade commercial software

Re: [magnolia-dev] 3.0 beta release

2006-05-08 Thread Sameer Charles
thanks fabrizio I just committed a change to a couple of pom that should fix the missing jaxen dependency problem you get if you have an updated jdom pom (jaxen is now declared as optional in jdom). This absolutely needs to fit into the beta. perfect! PS. No problem bootstrapping the dms her

Re: [magnolia-dev] 3.0 beta release

2006-05-08 Thread Sameer Charles
the link browser in fckEdit doesn't work (404), we should fix it before the release fabrizio On 5/8/06, Sameer Charles wrote: thanks fabrizio > I just committed a change to a couple of pom that should fix the > missing jaxen dependency problem you get if you have an updated jdom &

Re: [magnolia-dev] java 1.5 API usage

2006-05-09 Thread Sameer Charles
Thank you for all your replies! We will stick with JDK 1.4 , as you guys already mentioned we cannot force all users/customers to move change their existing infrastructure. As far as code readability is concerned, every developer looks at it differently. Eventually we will move to 1.5 but i

Re: [magnolia-dev] Server, jvm, os considerations

2006-05-12 Thread Sameer Charles
Hi Nicolas we should definitely do this! I can test the following anytime: - linux/osx - tomcat, jetty, jonas, jboss, geromino, resin - jvm (1.4 1.5 1.6(linux) nice, I can test on weblogic and websphere on linux and osx, although It will take me bit more time since I do not have an existing

[magnolia-dev] Rule class changes

2006-05-12 Thread Sameer Charles
fabrizio, have you tested Rule class? since you moved to array instead of collections, all methods returns false, toString is always empty I am afraid because of this activation and versioning wont work, I am currently refactoring versioning for 3.0 RC1 but I guess you updated for Beta also

Re: [magnolia-dev] server testing

2006-05-15 Thread Sameer Charles
resin logs. I lost the jboss logs ... so will try to test it again tomorrow. Bonne soiree :D Nicolas, On May 15, 2006, at 5:37 PM, Sameer Charles wrote: Hi Nicolas, - Tomcat 5.0 works (one minor tweak) in magnolia? - resin failed (classloader) can you attach logs or explain a l

Re: [magnolia-dev] server testing

2006-05-15 Thread Sameer Charles
Hi Nicolas, - Tomcat 5.0 works (one minor tweak) in magnolia? - resin failed (classloader) can you attach logs or explain a little what exactly the problem is with class loader, or are you working on it? - jboss... is a mess. :) It should work on JBoss, atleast it always worked befo

Re: [magnolia-dev] server testing

2006-05-16 Thread Sameer Charles
template config cache should not even have 1mb of data, does memory usage increases with number of templates configured? - Sameer On May 16, 2006, at 11:43 AM, Philipp Bracher wrote: I think (first draft poor thinking) that it could be because the information on the templates (and relate

Re: [magnolia-dev] [JIRA] Assigned: (MAGNOLIA-843) OpenWFE module should register workspaces under magnolia repository

2006-05-17 Thread Sameer Charles
Hi Nicolas can you attach repositories.xml as created after deploying all modules, perhaps something is missing there. Cheers, - Sameer On May 17, 2006, at 10:17 AM, Nicolas wrote: Hi devs, I am trying to work on Magnolia-843. (move to workspaces in owfe) I've changed the repository in

Re: [magnolia-dev] [JIRA] Assigned: (MAGNOLIA-843) OpenWFE module should register workspaces under magnolia repository

2006-05-17 Thread Sameer Charles
Next one is that when I try to register the node types for the module (which was not done up to now I guess), I get the following. Node types belong to the repository, all workspaces under that repository shares node types. you have 2 options, either merge openWFE nodetypes with magnolia

Re: [magnolia-dev] [JIRA] Assigned: (MAGNOLIA-843) OpenWFE module should register workspaces under magnolia repository

2006-05-17 Thread Sameer Charles
gistered through a module. Would need to be able to have one nodetype file per workspace in the module config as well right ? For the moment, I will modify the repositories.xml to have the nodetype registered to all other repositories. What do you think ? Nicolas, On May 17, 2006

Re: [magnolia-dev] Updated jira ;-)

2006-05-17 Thread Sameer Charles
good job ;) Let's start resolving this 93 issues! yeah! Regards, - Sameer On May 17, 2006, at 5:29 PM, Philipp Bracher wrote: OK, I updated JIRA as you may already noticed ;-) - 93 open issues for RC1 - concept related or future tasks moved to the fake version 3.5 - important features an

Re: [magnolia-dev] workflow

2006-05-19 Thread Sameer Charles
Hi all, sorry for jumping in to it, but couldn't resist :D I had a quick look at JCRExpressionStore and I agree there are many places we could improve few questions tough: 1. in JCRExpressionStore.storeExpression(FlowExpression fe) why are we creating a node with the ID and again setting a p

Re: [magnolia-dev] memory leaks ...

2006-05-22 Thread Sameer Charles
Hi Nicolas, Would anyone have some idea why the same magnolia instance would use 200m in tomcat, and 60m in jetty ? after you previous mail I tested with big number of templates but JVM total memory use never went so high, although there are some places like versioning where sometimes it g

Re: [magnolia-dev] [magnolia-svn] r3330 - magnolia/trunk/magnolia-core/src/main/java/info/magnolia/cms/servlets

2006-06-02 Thread Sameer Charles
Hi guys SVN server is up again, server is moved to new location. Cheers - Sameer On Jun 2, 2006, at 11:30 AM, Nicolas Modrzyk wrote: Hey Fabrizio, Default config, fresh svn checkout, and the folders are not there... and I am getting tons of exceptions, and cannot access the logs files

Re: [magnolia-dev] workitems cleaning up

2006-06-13 Thread Sameer Charles
HI Nicolas I just had a look at JCRExpressionStore and it seems to remove all expressions which were created for this flow : unstoreExpression(FlowExpression fe) It did not worked for me until I rebuilt magnolia, my configuration and code was not in sync. Cheers - Sameer On Jun 13, 20

Re: [magnolia-dev] workflow: activation process without superuser

2006-06-13 Thread Sameer Charles
Hi It depends on the workflow definition, by default the workflow definition delivered by magnolia 3.0 Beta1 has user "superuser" as next step in the flow you can have a look under tools/workflow upload... Regards, - Sameer On Jun 13, 2006, at 3:38 PM, Ingo Bergen wrote: hi there, i t

Re: [magnolia-dev] Page Titles are not searchable ?

2006-06-14 Thread Sameer Charles
Hi Stojan, Page title is a part of MetaData and always indexed but the page name "label" is not. so if you have metadata properly set you should be able to find a page with this name. Regards, - Sameer On Jun 14, 2006, at 3:13 PM, goodusername wrote: Hi devs, I wasn't sure if this s

Re: [magnolia-dev] Page Titles are not searchable ?

2006-06-14 Thread Sameer Charles
.info/en/search.html?query=overview&x=0&y=0 Do You have MetaData properly set ??? ;) Regards, Stojan Sameer Charles wrote: Hi Stojan, Page title is a part of MetaData and always indexed but the page name "label" is not. so if you have metadata properly set you should b

Re: [magnolia-dev] item cannot be saved because it has been modified externally

2006-06-15 Thread Sameer Charles
Hi Niko, you can export and import the content again to have a clean workspace. When two users log in with the same account (for example: superuser/ superuser) the logs are bombed with the same recurring exception: javax.jcr.InvalidItemStateException ...lastAccess: the item cannot be saved be

Re: [magnolia-dev] item cannot be saved because it has been modified externally

2006-06-15 Thread Sameer Charles
impl of JCR session - Sameer On Jun 15, 2006, at 1:56 PM, Sameer Charles wrote: Hi Niko, you can export and import the content again to have a clean workspace. When two users log in with the same account (for example: superuser/superuser) the logs are bombed with the same recurring

Re: [magnolia-dev] item cannot be saved because it has been modified externally

2006-06-15 Thread Sameer Charles
Hi Niko, what does this last access used for? I am not sure when and how its there because this implementation saves user node each time this method is accessed and for sure its vulnerable to these kind of problems since we cannot make sure its not accessed by some background process. if

Re: [magnolia-dev] item cannot be saved because it has been modified externally

2006-06-16 Thread Sameer Charles
Hey Niko, its a really a problem in UserManager, we will fix it for the time being but I would like to start work on http://jira.magnolia.info/ browse/MAGNOLIA-848 will update you soon Regards, - Sameer On Jun 16, 2006, at 6:26 AM, Nicolas Modrzyk wrote: Hi Michael, Sameer, We are runn

Re: [magnolia-dev] store item exception ...

2006-06-19 Thread Sameer Charles
Hey Niko, Need help. How can we reduce the number of versions kept in those workspaces ? (meaning this one and the Expression workspace which looks as bad ..) you can set the max version index in config/server/version , or if you wanna handle it yourself you could use methods like conte

Re: [magnolia-dev] store item exception ...

2006-06-19 Thread Sameer Charles
the config/server/ configuration is meant to be for all spaces is it ? Maybe we should configure per workspace someday. Still want those 10 versions for pages in the website. true, we should implement per workspace version configuration. Should we use that fake VersioningManager for the Store

Re: [magnolia-dev] store item exception ...

2006-06-19 Thread Sameer Charles
Hi Niko, I could not export the content of the workspaces, so I ended up debuggging all the nodes using direct Jackrabbit (urgh ..ugly) I have hundreds, even thousands (yes ...) of lines like: /jcr:system/jcr:versionStorage ... magnolia VersionManager only creates version under workspace m

Re: [magnolia-dev] store item exception ...

2006-06-19 Thread Sameer Charles
can play around with them. But the magnolia query manager is reporting no values back. Am I doing something wrong somewhere ? Going home, time to get ready to watch the Swiss game. Thanks for your answers today again. Niko, On Mon, 19 Jun 2006 18:58:13 +0900, Sameer Charles [EMAIL PROTECTED]>

Re: [magnolia-dev] tackling webdav from magnolia

2006-07-11 Thread Sameer Charles
Since we cannot be sure about the structure I guess it would be wise to have configurable virtual file system which could represent any JCR store over webDav using node types.simple configuration for DMS would be:- show mgnl:content as folders- mgnl:contentNode as documentsand so on...Cheers- Samee

Re: [magnolia-dev] filters

2006-08-02 Thread Sameer Charles
Hi Niko,does this happen regardless of the permissions assigned to the user?Thanks- SameerOn Aug 2, 2006, at 9:52 AM, Nicolas Modrzyk wrote:Hi devs,I'm getting some exception with the new filters:userPermissions not set, returning Permission.ALLjava.lang.Exception        at info.magnolia.cms.securi

Re: [magnolia-dev] activation and permission ...

2006-08-03 Thread Sameer Charles
Hi Niko,on addVersion system impersonate access manager s that it can write to version store.I haven't had a chance to look at the latest changes in trunk, will test this asap and let you know.Cheers,- SameerOn Aug 3, 2006, at 12:41 PM, Nicolas Modrzyk wrote:Hi again,Looks like you can get nice tra

Re: [magnolia-dev] sending exception again

2006-08-07 Thread Sameer Charles
Hi NikoI just removed this unnecessary exception from AccessManagerImp, it just confuses.there is no functional impact of this.Cheers- SameerOn Aug 7, 2006, at 11:00 AM, Nicolas Modrzyk wrote:Hi devs,Sending again the exception I am facing when using the Xml-RPC servlet on an unsecureURI.There's no

Re: [magnolia-dev] Licensing

2006-08-16 Thread Sameer Charles
Richard,regarding license:have you seen any apache project using GPL licensed library?I think its good for the community if we move to open/less restrictive license like Apache 2.0. You are always free to use whatever library in your project built on magnolia.Regarding incompatibility:sure if you w

Re: [magnolia-dev] Fwd: [magnolia-svn] r6094 - in magnolia/trunk/magnolia/src/main/webapp: . repositories repositories/magnolia repositories/magnolia/workspaces repositories/magnolia/workspaces/mgnlVe

2006-08-29 Thread Sameer Charles
No , it was a mistake to leave Berekely DB persistence manager. But yes we need this workspace xml to avoid reindexing binary nodes on version.its only for mgnlVersion store because with jackrabbit you dont have a possibility to define workspace specific configuration for search indexers, atleast f

Re: [magnolia-dev] Fwd: [magnolia-svn] r6094 - in magnolia/trunk/magnolia/src/main/webapp: . repositories repositories/magnolia repositories/magnolia/workspaces repositories/magnolia/workspaces/mgnlVe

2006-08-29 Thread Sameer Charles
changed to Derby!I will try to configure magnolia version workspace in repo-conf instead of adding separate configuration on svn.Cheers-SameerOn Aug 29, 2006, at 1:04 PM, Sameer Charles wrote:No , it was a mistake to leave Berekely DB persistence manager. But yes we need this workspace xml to

Re: [magnolia-dev] current SVN

2006-08-29 Thread Sameer Charles
It didn't gave me any troubles because I had existing default workspace in my test repository.its a performance problem rather than a bug so I think Its best to remove it and manipulate workspace.xml via maven scripts on release build.sorry for the inconvenience Cheers- SameerOn Aug 30, 2006, at 7:

Re: [magnolia-dev] workflow usage

2006-09-06 Thread Sameer Charles
A) We store the workitems in the magnolia way (same structure asparagraphs) this allows to use the dialogs to manipulate them(currently they are stored unfortunately as plain xml)this will not only allow usage of standard dialogs but also will facilitate proper searching within workitems.On Sep 6,

Re: [magnolia-dev] Current trunk (r6248) doesn't build : package sun.tools.tree does not exist

2006-09-06 Thread Sameer Charles
should be working nowCheers- SameerOn Sep 6, 2006, at 2:56 PM, Anthony Ogier wrote:I try to build the current trunk, revision 6248, but it doesn't compile magnolia-core :[INFO] Compilation failureC:\Developpements\magnolia-svn\magnolia-core\src\main\java\info\magnolia\logging\Log4jConfigurer.java:[

Re: [magnolia-dev] workflow usage

2006-09-07 Thread Sameer Charles
If this works, I will perform a dance the hole day long ;-)looking forward to it ;)On Sep 7, 2006, at 10:54 AM, Philipp Bracher wrote:in a first stage, the interfaces and common abstract classes would be in the openwfe jar files.The implementation and extending classes for JCR persistence would be

[magnolia-dev] problem with new config

2006-09-11 Thread Sameer Charles
Hi PhilippI just noticed that in repositories.xml you are using webapp name in a repository path     this will fail if you have initialized repository and you change the name of your webapp.if there is no functional impact we should remove this as soon as possible Regards,Sameer CharlesMagnolia Int

Re: [magnolia-dev] RC3: feature freeze

2006-09-21 Thread Sameer Charles
Hi Philipp,I still need to commit supporting changes for the inbox and version activation.will do it soon so from there on we only fix bugs without re-factoring or introducing features.till later- SameerOn Sep 21, 2006, at 10:56 AM, Philipp Bracher wrote:Hi List,After the last commits we are ready

Re: [magnolia-dev] RC3: feature freeze

2006-09-21 Thread Sameer Charles
Enterprise Content Management-On Sep 21, 2006, at 11:21 AM, Sameer Charles wrote:Hi Philipp,I still need to commit supporting changes for the inbox and version activation.will do it soon so from there on we only fix bugs

Re: [magnolia-dev] sql select on on the Expressions repository

2006-09-27 Thread Sameer Charles
It should be queryResult.getContent("_expression_") or nt:baseMgnlContext.getQueryManager("MAPPED_WORKSPACE_NAME")..queryResult = Query.execute();queryResult.getContent("_expression_");Cheers- SameerOn Sep 27, 2006, at 10:58 AM, Philipp Bracher wrote:Did you try this: query.getContent("_express

Re: [magnolia-dev] [JIRA] Updated: (MAGNOLIA-1082) Activation fails depending on the repository data to be activated

2006-09-27 Thread Sameer Charles
Hi Ralfthe logs you attached states that there is an invalid character, please check the data you are creating after uploading from the packager.there is nothing we can do here in magnolia, we made sure that all data which magnolia persist could be exported as xml without problem.workflow persisten

Re: [magnolia-dev] [JIRA] Closed: (MAGNOLIA-1072) Persisting Map in workitem creates additional objects

2006-09-28 Thread Sameer Charles
   Affects Versions: 3.0 RC2           Reporter: Sameer Charles        Assigned To: John Mettraux           Priority: Critical            Fix For: 3.0 RC3To Reproduce: - Create a Map with 3 entries "A" "B" "C" - Add this in to a workitem which persists it - get this workite

Re: [magnolia-dev] [JIRA] Closed: (MAGNOLIA-1072) Persisting Map in workitem creates additional objects

2006-09-28 Thread Sameer Charles
6, at 10:20 AM, John Mettraux wrote:Hi Sameer,On 9/28/06, Sameer Charles <dev-list@magnolia.info> wrote: Hi John,does it take care of preserving the sort order if I persist SortedMap ? I think so, IIRC,our unit tests do rely on that property somehow (they were thus easierto implement :-)).B

Re: [magnolia-dev] [Fwd: [magnolia-user] How to backup / restore with magnolia 3.0 rc3 ?]

2006-10-23 Thread Sameer Charles
E.html so for export page you need to call .magnolia/pages/export.html from your external script. Regards, Sameer Charles Magnolia International Ltd. - [EMAIL PROTECTED] http://www.magnolia.info Magno

Re: [magnolia-dev] [JIRA] Commented: (MAGNOLIA-1168) Document root is always "/"

2006-10-31 Thread Sameer Charles
please use users list for your questions com.xumak.handler.tree.AzulTreeHandler this is not a magnolia implementation, we cannot help you in your custom code on dev list or on JIRA. Sameer Charles Magnolia International Ltd

Re: [magnolia-dev] 3.0 branch

2007-01-18 Thread Sameer Charles
acher for list details see http://www.magnolia.info/en/magnolia/developer.html Regards, Sameer Charles Magnolia Internationa

Re: [magnolia-dev] 3.0 branch

2007-01-18 Thread Sameer Charles
loper.html Regards, Sameer Charles Magnolia International Ltd. - [EMAIL PROTECTED] http://www.magnolia.info Magnolia® - Simple Enterprise Content

Re: [magnolia-dev] import/export tool ...

2007-01-24 Thread Sameer Charles
Hey Niko, seems to be very promising, I would like to have a look. will get back to you on this Thanks and regards Sameer Charles Magnolia International Ltd. - [EMAIL PROTECTED] http://www.magnolia.info

Re: [magnolia-dev] jackrabbit 1.2 clustering and magnolia

2007-04-01 Thread Sameer Charles
Sounds great! - Cache flushing could be solved by observation Since SimpleCache impl anyways flushes entire cache it will be fairly trivial to implement this. Cheers! Regards, Sameer Charles Magnolia International Ltd

Re: [magnolia-dev] Vote : new commiters : Chris Miner & Oliver Lietz

2007-04-18 Thread Sameer Charles
[+1] Chris Miner [+1] Oliver Lietz Regards, Sameer Charles Magnolia International Ltd. - [EMAIL PROTECTED] http://www.magnolia.info Magnolia® - Simple Enterprise Content Management

Re: [magnolia-dev] [magnolia-svn] [9277] - Logout is handled by logout page

2007-05-02 Thread Sameer Charles
) fabrizio for list details see http://www.magnolia.info/en/developer.html Regards, Sameer Charles Magnolia Intern

Re: [magnolia-dev] license header

2007-05-10 Thread Sameer Charles
/2006/2007 s/obinary/Magnolia O. for list details see http://www.magnolia.info/en/developer.html ---- Sameer Charles Magnolia Internationa

Re: [magnolia-dev] Repository config

2007-05-23 Thread Sameer Charles
workspace...? All workspaces are created using default workspace (refer to JR API), you can change this behaviour if needed by implementing info.magnolia.repository.Provider interface Regards, Sameer Charles Magnolia International Ltd

Re: [magnolia-dev] thoughts about changes in 3.1 (was: [magnolia-svn] [9190] MAGNOLIA-1485)

2007-05-29 Thread Sameer Charles
ely, to my knowledge only minor changes (moving to interfaces) has been done to existing API but I might be wrong. Regards, Sameer Charles Magnolia International Ltd. - [EMAIL PROTECTED] http://www.mag

Re: [magnolia-dev] extension on pages

2007-05-30 Thread Sameer Charles
, it simply means that if the incoming request does not have any extension to it magnolia will use the value defined by default extension for this particular request. Regards, Sameer Charles Magnolia International Ltd

Re: [magnolia-dev] LDAP module build

2007-06-01 Thread Sameer Charles
ldap.properties. Any ideas? Thanks Amir for list details see http://www.magnolia.info/en/developer.html Regards, Sameer Charles Magnolia International Ltd

Re: [magnolia-dev] about providing patches

2007-06-07 Thread Sameer Charles
Hi Amir, I am not sure but as far as I can tell the patch is just a diff output comparing working copy file with SVN version...Right? Right, you can either do it on the command line on from your IDE. Please find attached the contribution agreement. Regards, Sameer Charles Magnolia

Re: [magnolia-dev] r9631: java.lang.NoClassDefFoundError: info/magnolia/cms/beans/config/Subscriber

2007-06-07 Thread Sameer Charles
loper.html for list details see http://www.magnolia.info/en/developer.html Regards, Sameer Charles Magnolia Interna

Re: [magnolia-dev] NPE in AnonymousContext

2007-06-13 Thread Sameer Charles
wrong? O. for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html Regards, Sameer Charles Magnolia Interna

[magnolia-dev] Portal integration / requirements / options meeting

2007-06-13 Thread Sameer Charles
When do we meet? we have another meeting at 14:00 Regards, Sameer Charles Magnolia International Ltd. - [EMAIL PROTECTED] http://www.magnolia.info Magnolia® - Simple Enterprise Content Management

Re: [magnolia-dev] NPE in AnonymousContext

2007-06-13 Thread Sameer Charles
fixed, Please have a look. Cheers - Sameer On Jun 13, 2007, at 9:37 AM, Oliver Lietz wrote: Am Mittwoch, 13. Juni 2007 schrieb Sameer Charles: Hi Oliver, Yes please create an issue, I will check this with the fresh checkout since I dont get this exception in my development env. Done

Re: [magnolia-dev] [JIRA] Created: (MAGNOLIA-1591) give access to HttpServletRequest from HttpClientCallback

2007-06-13 Thread Sameer Charles
URL: http://jira.magnolia.info/browse/MAGNOLIA-1591 Project: Magnolia Issue Type: Improvement Components: security Affects Versions: 3.1 M1 Reporter: Sameer Charles Assigned To: Sameer Charles Priority: Minor

Re: [magnolia-dev] User roles

2007-06-13 Thread Sameer Charles
etails see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ---- Regards, Sameer Charles Magnolia International Ltd. - [EMAIL PROTECTED] http://ww

  1   2   3   4   5   6   7   >