Which version of the IBM Java SDK are you using? The exception you are getting from Spring might be related to this http://www-01.ibm.com/support/docview.wss?uid=swg1IZ35551 APR
maeser wrote > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242) > [spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE] > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101) > [spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE] > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) > [spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE] > ... 43 common frames omitted > Caused by: java.beans.IntrospectionException: Parameter type in setter > method does not corresponds to predefined. > at java.beans.PropertyDescriptor.setWriteMethod(Unknown Source) > [na:na] > at java.beans.PropertyDescriptor.<init>(Unknown Source) [na:na] > at java.beans.StandardBeanInfo.introspectProperties(Unknown > Source) [na:na] > at java.beans.StandardBeanInfo.<init>(Unknown Source) [na:na] > at java.beans.Introspector.getBeanInfoImpl(Unknown Source) [na:na] > at java.beans.Introspector.getBeanInfoImplAndInit(Unknown Source) > [na:na] > at java.beans.Introspector.getBeanInfo(Unknown Source) [na:na] > at > org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224) > [spring-beans-3.1.1.RELEASE.jar:3.1.1.RELEASE] > ... 49 common frames omitted > -- View this message in context: http://forums.jfrog.org/Websphere-7-deployment-tp7547476p7556685.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
