Hi All,
I'm using developer edition 6.6. I want to create a new component. I used existing 'DQL' component and removed all the controls from jsp and added a textbox. I copied my class file in 'C:\Documentum\jboss4.3.0\server\DctmServer_MethodServer\deploy\webtop.war\WEB-INF\classes\com\mycompany\custom'. I have below config in my component.xml
<class>com.mycompany.custom.HelloWorld</class>
I'm getting attached error. If I replace the above line with
<class>com.documentum.webcomponent.admin.utilities.DqlEditor</class>
it does not throw any error. When I searched for DqlEditor.class, I found it in WEB-INF\Classes folder of da.war, rpsa.war and webtop.war. Could anyone please tell me whether my class needs to be copies to all 3 folders?
Your help is appreciated.
Thanks,
Shilpa