Hi! James,

I switch to jdk1.5.0_04 and servicemix-1.0.1 then retested the examples that failed before, bpel and file-binding passed!

The only test that failed was vfs-binding with an Exception message caught :

    Caught: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbi' defined in file
    [C:\Logicblaze\servicemix-1.0.1\examples\vfs-binding\servicemix.xml]: Initialization of bean failed; nested exception is javax.jbi.JBIException: 
    Failed to create folder: org.apache.commons.vfs.FileSystem Exception: Could not create folder "file:////tmp/servicemix-inbox/".


In windwos there is a user defined  "tmp" variable set at the system environment variables which the system use to store temporary user files.
It could be that the tmp variable is owned by the System (OS) so Servicemix has no access to it.

I tried to change the folder name to "tmps" in the servicemix.xml file the same exception was still caught.

I'll look into it further.

Regards,
Joseph


[EMAIL PROTECTED] wrote:
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






Reply via email to