Page 2 of 2

Re: Setting up Source code OKM in Window.

PostPosted:Sun Jun 06, 2010 9:51 am
by jllort
It's normall first time you starting OpenKM show this error / warning ( it's not relevant there's no problem )

The OpenKM context not present is other problem, but I can not understand how is starting repsitory and http://localhost:8080/OpenKM is not accessible is not possible if jboss server finishing starting. Happens other error during startup than what you've put ?

Re: Setting up Source code OKM in Window.

PostPosted:Mon Jun 07, 2010 6:20 pm
by truptisdolphins
hey jllort,

Was able to run that war and login using okmAdmin/admin.. Can you tell me how can I change that accordion pane or any jsp, css file where i can find that code.
Thanx
Trupti

Re: Setting up Source code OKM in Window.

PostPosted:Mon Jun 07, 2010 8:30 pm
by truptisdolphins
Hi,

I have done some changes to Navigator.java to remove the rest stackItems and keep only Taxonomy. Class file is also generated bt the output is nt reflected .. can you guide me y so ?
Code: Select all
/*stackPanel.add(scrollTemplatePanel, Util.createHeaderHTML("img/icon/stackpanel/template.gif", Main.i18n("leftpanel.label.templates")), true);
		stackPanel.add(scrollMyDocumentsPanel, Util.createHeaderHTML("img/icon/stackpanel/personal.gif", Main.i18n("leftpanel.label.my.documents")), true);
		stackPanel.add(scrollMailPanel, Util.createHeaderHTML("img/icon/stackpanel/email.gif", Main.i18n("leftpanel.label.mail")), true);
		stackPanel.add(scrollTrashPanel, Util.createHeaderHTML("img/icon/stackpanel/bin.gif", Main.i18n("leftpanel.label.trash")), true);
		*/
This is wat I have comment...

Re: Setting up Source code OKM in Window.

PostPosted:Mon Jun 07, 2010 9:03 pm
by jllort
Good and bad news, in OpenKM 5.0. stack configuration ( visible or not stacks ) can be done by OpenKM.cfg ( and probably we'll associate some role to what we're calling as workspace user configuration or customization, the idea made all UI configurable by OpenKM.cfg, values associated to roles or directly to user). Really OpenKM 5.0. it'll mark a difference to older versions, it's plugable and configurable ... that means to take advantage of all of it .. it'll be need some extra time to understand all features.

In version 4.1 you must do removing some code.

You're going in the right way ( take a look at PanelDefinition class might be interesting to change number, what are hidden are insteresting be the last ).
Take a look to Searchin.java ( some list values must not be present )
Probably is needed to change something in Dashboard ... at bottom there's a list too.

Re: Setting up Source code OKM in Window.

PostPosted:Tue Jun 08, 2010 2:09 am
by truptisdolphins
Hi,

I have tried all, but none of my code is showings changes on browser. All class files are generated properly on every build from eclipse.
Only Css changes are reflecting. Y the java class changes are nt reflecting. Whole nite I have been trying different stuffs to get it work.

Trupti

Re: Setting up Source code OKM in Window.

PostPosted:Tue Jun 08, 2010 9:52 pm
by jllort
Sure you're not doing right. Put some Window.alert("some text"); to ensure your gwt is recompiled.