Hi guys,
Does anyone know if there’s any problem with the private classpth of a SXS? When creating a new SXS, I specify the classpath using the X-Tension Builder, and I get this entry in the install.xml:
ExtendedClassPath=“C:\Tomcat5\webapps\myapp\WEB-INF\lib\jdom.jar”
The proof that this works is that if you try to save the project with a diferenct location, the X-Tension Builder complains with a NoClassDefFound error. Of course, you cannot compile your xtension either.
The problem here is that even I specify a correct classpath, I can save and compile the project, when I’m trying to install the xtension, I get an error from the SMH, saying that there’s at least one class that cannot find (on the external jar). I have also tried to change the "" with an “/”, selecting the classpath when I’m trying to install the xtension, but nothing worked
The only workaround I’ve found so far for this issue is to set all jars needed in the public classpath. But I’m wondering if I’m doing something wrong…
Thanks a lot in advance!
Carlos
Ps: Tamino Version 4.2
#Tamino#API-Management#webMethods