Hi All,
In advance: Thank you very much for your help!!!
iam useing LS 3.1
I am new to livesite I am trying to implement the External Component example (helloworld example Appendix C) given in ls_300sp1_dev_v2 pdf.
Below are the steps that I have followed :-
1) Configured the Eclipse IDE for the existing source(IW-HOME\local\config\lib\content_center\livesite_cust omer_src).
2)Added External JARs to the following location(iw-home/httpd/webapps/content_center/WEB-INF/lib/livesite.jar).
3)Created a packege "com.interwoven.mycompany".
4)Created a new class under above package.
5)configured the build.xml file for toolkit and added the following line under classpath tag :-
path="iw-home/httpd/webapps/content_center/WEB-INF/lib/livesite.jar"/>
and finally Run the following command:
iw-home/bin/make_toolkit.ipl.
It gives me the Build successfully.
When I tried to preview my component.. it gives me an error.
"“java.lang.RuntimeException: Failed to execute:
com.interwoven.livesite.external.ExternalCall@2720f6[object=com.mphasis.livesite.wrapper.****oWorld,method=public org.dom4j.Document Hello(com.interwoven.livesite.runtime.RequestContext,),scope=,parameters={},prefixCalls=[]]""
Appreciate your support.
saurabh