[magnolia-dev] [JIRA] Created: (MAGNOLIA-2278) Accssing the magnolia Repositroy

Accssing the magnolia Repositroy
--------------------------------

                 Key: MAGNOLIA-2278
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2278
             Project: Magnolia
          Issue Type: Task
    Affects Versions: 3.5.6
            Reporter: Krishna LVR
            Assignee: Boris Kraft

Hi
i am facing the problem to access the repository of magnoliawhile integrating the magnolia with other web
application the following is the code which i have written to acess the repository can please suggest the
right way to access the repositroy to other web application

String configFile = "/home/opt/java/apache-tomcat-5.5.26/webapps/magnolia/WEB-INF/config/repo-conf/jackrabbit-derby-search.xml";
//modified repHomeDir in repository.xml & magnolia.properties
String repHomeDir = "/home/msr/opt/repositories/magnolia";
//modified ProviderURL in repository.xml
env.put(Context.PROVIDER_URL, "http://localhost:8080/magnolia/jcr"); 
Context ctx = new InitialContext(env);
RegistryHelper.registerRepository(ctx, "magnolia",
	    			 configFile,
	    			 repHomeDir,
	    			 true);
Repository r = (Repository) ctx.lookup("magnolia");
SimpleCredentials credentials = new SimpleCredentials(
    		            "superuser", "superuser".toCharArray());
    		 Session session = r.login(credentials);
(Continue reading)

[magnolia-dev] [JIRA] Updated: (MGNLDATA-34) Failed to deactivate single node: mgnlTreeControl.deActivateNode is not a function


     [
http://jira.magnolia.info/browse/MGNLDATA-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philippe Marschall updated MGNLDATA-34:
---------------------------------------

    Attachment: GenericDataAdminTreeConfig.java.patch

Fix attached.

> Failed to deactivate single node: mgnlTreeControl.deActivateNode is not a function
> ----------------------------------------------------------------------------------
>
>                 Key: MGNLDATA-34
>                 URL: http://jira.magnolia.info/browse/MGNLDATA-34
>             Project: Magnolia Data Module
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Olivier Marti
>            Assignee: Philipp Bracher
>            Priority: Critical
>         Attachments: GenericDataAdminTreeConfig.java.patch
>
>
> Trying to deactivate a single entry within data-module is failing with the following error:
mgnlTreeControl.deActivateNode is not a function
> As Gregory told the javascript-function changed to deactivation with small a as the source of failure.

--

-- 
(Continue reading)


Gmane