Is there somewhere a dialect class for Cache 2018.1 with Hibernate version 5.x ?
In Studio you can open class with typing / pasting full classname Ctrl+O dialogs filenamebox.
in Open Atelier Class/Routine Dialog (Ctrl+Shift+T) you can't give full class name (package.class) and
when typing only classname part it does not give you any hint about package of those classes it shows.
Its' a bit frustrating when we can have ( and we have) lot of classess named similarily in different packages
and we have lot of packages so the tree crawling is a bit slow.
Hi All,
I have SourceControl utility class as in sys namespace
Class %MW.Web %CSP.Page {... }Previously with Cache 2010.1 and below there was no problem accessing it through
localhost:57772:/csp/myns/%MW.Web.cls
But now with newer version at least with 2016.2 I' ll get Forbidden message from it.
With Web Gateway HTTP Trace Facility
GET /csp/ipanax2/%MW.Web.cls HTTP/1.1 HTTP/1.1 403 Forbidden
How can we make it accessible again?
Mikko
Atelier shows the classes on server side as non editable grayed versions.
Is there a way to directly load class file from server and just start to edit that version?
Mikko