Tags
android apache awstats beans clearcase clearquest dev dreamhost dvb eclipse ffmpeg gradle htaccess html http java javascript jni licensing linux mac macfuse mpeg mysql mythtv network networking openoffice php random root ruby samba scripting soap spring sshfs ssh linux sudoers requiretty touch tr ubuntu vpn vsftp WOL xmltv
Tag Archives: beans
Spring XML + BeanInfos
Why can’t Spring XML be used to set property javax.swing.cursor? <bean id=”foo” class=”javax.swing.JPanel”> <property name=”cursor”> <bean class=”com.adamish.foo.CursorFactory” factory-method=”createCursor” /> </property> </bean> The resultant exception: org.springframework.beans.NotWritablePropertyException: Invalid property ‘cursor’ of bean class [javax.swing.JPanel]: Bean property ‘cursor’ is not writable or has … Continue reading