Jul 31 2008

How to enable Auto Commit in Hibernate Transactions

Tag: JavaYogesh @ 9:40 am

Use

 
<property name="connection.autocommit">true</property>

in the hibernate config xml.


Jul 25 2008

An error has occurred activating decorator VSS Plugin Team Decorator - RAD

Tag: WebSphereYogesh @ 11:39 am

VssPlugin is an excellent plugin for Eclipse which enables integration of code with Vss and makes life much simpler.

"An error has occurred activating decorator VSS Plugin Team Decorator."

During Startup and also the following error after you configure the VSS client,

" An error occured when setting vssplugin nature for project. Perhaps the .project file is readonly?"
" org.eclipse.jface.viewers.BaseLabelProvider"
if you get the foresaid error,  update the eclipse used by RAD to the latest version.

You can do this by going to

Help>Software Updates>Find and Install>Search for update of currently installed features then selecting Eclipse.


Jul 23 2008

Page Jumping | Fields not getting Focussed > Happening in Portlets

Tag: WebSphereYogesh @ 10:08 am

This is due to the anchors,
The use of the anchors depends on the configuration of your device, for example your desktop browser. It is controlled by a client device capability called FRAGMENT_IDENTIFIER. When the used device, for example the browser, has this capability enabled, the portal adds an anchor to the portlet URL. You can disable the addition of the anchors by deleting the capability FRAGMENT_IDENTIFIER from the desired clients. You do this under Administration > Portal Settings > Supported Clients.

Read more regarding this here :
http://publib.boulder.ibm.com/infocenter/wpdoc/v510/index.jsp?
topic=/com.ibm.wp.zos.doc/wps/adisancr.html


Next Page »