Monday, October 14, 2013

Enable jpa 2.0 support on weblogic 10.3.6

Weblogic 10.3.6 has the jars for support jpa 2.0 installed but not enabled. To enable jpa 2.0 support add in the commEnv.cmd (windows) or commEnv.sh (linux) the following:

Saturday, September 21, 2013

Unable to start weblogic with nodemanager (state force shutting down)

I had a managed weblogic server 12c with state force shutting down. The server was shutdown but for some reason the state was still force shutting down. It was possible to start/stop the server using start-up scripts but not with node manager. Admin console says that server is in incompatible state when try to start it.

Thursday, May 23, 2013

BI Publisher HTML to PDF from ADF Rich Text Editor (RTE) line breaks and paragraphs


I’m using ADF rich text editor that saves formatted HTML in a database field (CLOB). Then using BI Publisher for generate a report with RTF template that includes that formatted text. The result gives me a bad formatting for line breaks (<br/> tags) and paragraph (<p> tags) for PDF report format.

My field data is as follows: <p>...<br/>...<br/>...</p>