cancel
Showing results for 
Search instead for 
Did you mean: 

Class not Found Exception when accessing from catalog_config.xml

Former Member
0 Kudos

Hi Experts,

we are upgrading CRM 5.0 to CRM 7.0. The java development is done on Netweaver Developer Studio. They are two Development Components, homeshrtext and tc_web_catalog. the action file is present in homeshr ext, the configuration file of the dc tc_web_catalog needs to be navigated to the action when clicking on a link of jsp file in tc_web_catalog.

The below is the code in catalog_config.xml file

 

<action path=

"/catalog/categorieNavInPath" type="com.syngenta.eame.b2b.catalog.action.ZGetCategorieInPathAction" scope="request" validate="false"

>

the jsp file of tc_web_catalog contains the below code

 

  tmpNavPath = "/catalog/navcatalog.do?key="+ JspUtil.encodeHtml(area.getPath());

   

<a href="<isa:webappsURL name="<%= tmpNavPath %>"/>" name="p<%= ui.getCount() %>">

The class ZGetCategorieInPathAction is present in that particular path. Still the error is occuring class not found. Please provide your on how to access that class from the other DC.

i have tried by creating homeshrext as used dc for tc_web_catalog. Then also the issue persists.

Thanks in advance.

Regards,

Sreedevi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Got the solution. The component home shrt ext should be a used dc for isa web b2b component.

it is working now.

Thanks and Regards,

Sreedevi

Answers (0)