I have added magnolia.java inside hot-deploy/myapplication/src and the
service.xml file inside hot-deploy/myapplication/servicedef and the path
of service.xml is mentioned ofbiz-component.xml.I have downloaded and
used Magnolia-bundled-webapp3.6.5
On executing Magnolia.java I have got the following result
.F
Time: 0.016
There was 1 failure:
1)
warning(junit.framework.TestSuite$1)junit.framework.AssertionFailedError:
No tests found in org.brandsparadise.cms.Magnolia
at org.brandsparadise.cms.Magnolia.main(Magnolia.java:81)
FAILURES!!!
Tests run: 1, Failures: 1, Errors: 0
Could u help me to solve this.
with regards
vishnupriya
>
> Ãhm... nope, not at all. Perhaps you could give me the complete error? I
> am
> assuming that perhaps you did not add the correct folder for the service
> file to be loaded into your ofbiz-component file...
>
> Which reminds me: the given instruction is slightly incomplete, if you
> revise it, you will need to edit cmsUrl within the .java file here: public
> static String cmsUrl = "http://www.google.com";
>
> and change the location to your local path of the magnolia instance and I
> think you can safely remove the
>
> public static final String module = Magnolia.class.getName();
>
> That should remove the dependency - it is not used within the script
> anyhow...
> --
> View this message in context:
> http://www.nabble.com/Ofbiz-with-Magnolia-tp22715993p22717734.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>