Closed StephanWald closed 1 month ago
@StephanWald what communication tools are you using?
Adding the USE statement fixes the issue. To be checked: why is this class not recognized in the Classpath? Is it part of BBjInternal? It's contained in BBj.jar.
use com.basis.bbj.proxies.servlet.BBxServletContext
@StephanWald
com.basis.bbj.proxies.servlet
is not registered as implicit package import.
Following packages are currently implicitly imported:
'com.basis.startup.type', 'com.basis.bbj.proxies', 'com.basis.bbj.proxies.sysgui', 'com.basis.bbj.proxies.event', 'com.basis.startup.type.sysgui'
Should com.basis.bbj.proxies.servlet
and maybe some additional packages be added as implicit imports?
Yes it should be added. Where are these implicit imports defined?
See https://documentation.basis.cloud/BASISHelp/WebHelp/bbjobjects/BBxServlet/BBxServlet/BBxServlet.htm