Tag Archives: Service Studio

OutSystems – Java / WebLogic related bugs

      No Comments on OutSystems – Java / WebLogic related bugs

Installing, configuring and working with the OutSystems platform on an Oracle stack (Orcle linux, Oracle WebLogic and Oracle database) made me run into some bugs. This posts lists some of the problems/bugs I ran into. #1 – Using non-suggested installation paths and users To install the OutSystems platform server, OutSystems created an installation checklist for the .NET and Java stacks…. Read more »

OutSystems platform using Oracle Database – VARCHAR2 to CLOB

When I was developing an application in OutSystems, I changed the size of one of the “Text” entity attributes of one of my entities from 500 to 5000. Service Studio just let me do this and there were no errors or warnings in TrueChange. Then I clicked the publish button: Database Upgrade Error Different Oracle data types used for OutSystems “Text”… Read more »