Feeds:
Posts
Comments

Archive for the ‘All’ Category

Problem: JSTL complex expressions are not recognized in weblogic portal version 10 and onwards. It complains that cannot resolve the complex expressions and throws jsp compilation errors as follows: Caused by: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /package/JSPName.jsp JSPName.jsp:165:13: Static attribute must be a String literal, its illegal to specify an expression. Resolution: Replace the jstl [...]

Read Full Post »

Open the project properties, build path and 1. Remove the following libraries from your Weblogic System Libraries api.jar wls-api.jar weblogic.jar wlcommons-logging.jar junit.jar wseeclient.jar 2. Add the following to the build path as external jar files api.jar wls-api.jar weblogic.jar wlcommons-logging.jar junit.jar wseeclient.jar 3. Compile the project and run the junit tests. 4. Thats it!

Read Full Post »

Sometimes the way weblogic server is started, it does not recognize the DemoIdentity.jks and thats why we need to make the following changes to recognize this by weblogic server: Go to weblogic admin console Environment -> servers -> AdminServer -> Configuration -> Keystores – change the value of Keystores to use “Custom Identity and Java [...]

Read Full Post »

Add the followings in the weblogic startup script to add the proxy configuration: -Dhttp.proxyHost=[http-proxy-host-url] -Dhttps.proxyHost=[https-proxy-host-url] -Dhttp.proxyPort=[proxy-port] -Dhttps.proxyPort=[ssl-port]

Read Full Post »

This configuration is required when using Reuter’s Investors service

Read Full Post »

EJB Client generation using workspace IDE     - Right click the ejb project – > Properties -> Weblogic EJB – > Jar Settings EJB Client Jar: enter the name of the client jar     - To build the client jar export the project as “EJB Jar File”, both the jars will be created, client as well as [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.