| Thanks Joseph, good catch. I've resolved these for the 1.0.1 release which is going out right now; my bad for tinkering with the spring.xml files at the last minute - bad James!
On 18 Aug 2005, at 13:17, Joseph Dennis Gapuz wrote: Hi! I just downloaded servicemix-1.0.zip then run the examples. Test Environment: OS - Windows XP Home Ed SP2 Java Version - "1.4.2_04" Servicemix Example Test Result: 1. basic - passed 2. bpel - failed [ERROR] InstallationService - -Deployment of Component failed <java.lang.UnsupportedClassVersionError: com/fs/pxe/jbi/PxeBootstrap (Unsupported major.minor version 49.0)> Note : I am using 1.4.2_04 java version and this is taken from http://servicemix.org/BPEL "Warning: Note that ServiceMix works on any Java SE 1.4 or later environment; however to use PXE you need to use a Java SE 5 or later platform." I'll be installing Java SE 5. 3. file-binding - failed "Caught: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workManager'." 4. http-binding - passed 5. jms-binding - passed 6. quartz-binding - passed 7. rss-binding - passed 8. vfs-binding - failed "Caught: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workManager'." 9. xfire-binding - passed I'll be investigating further the cause of the exception in the above test that failed. Regards, Joseph |