I created a class which extends com.savvion.BizSolo.beans.BSObject.
The project compiles fine.
However I cannot deploy the project.
The logfile bizlogic.log shows the following error:
Caused by: java.lang.ClassNotFoundException: ERROR: Failed to read bytes from the file <com.savvion.BizSolo.beans.BSObject> java.lang.ClassNotFoundException: FCLResourceManager.getResourceContent: The class <com.savvion.BizSolo.beans.BSObject> is not found
So it seems that the classloader cannot find bizsolo.jar.
I could copy bizsolo.jar to my project, but shouldn't bizsolo.jar be allready available at the server?
On the server bizsolo.jar is in the following directories:
D:\vma\savvion\sbm\lib
D:\vma\savvion\sbm\webapps\deploy\sbm\WEB-INF\lib
Why is bizsolo.jar not loaded by the class loader?
Hello Hendrek,
Please send me you application/project in zip format.
thanks,
Sandip
Sandip,
I created a simple project which has the same problem.
Kinkd Regards,
Hendrik
Hello Hendrik,
Can you try to implement the same in a bizsolo application ? I think it should work with our any issue.
Currently, I am investigating the issue and will update you ASAP.
Regards,
Sandip
Sandip,
I created a bizsolo application with the same object.
I don't get a deployment error annymore.
But now another problem appears:
When I start the application, the followning error is shown on the screen:
My BSObject: Please implement getHTML() for this custom object
To test getHTML() I added a dataslot HTMLString.
HTMLString is filled in the first workstep by calling getHTML.
Show HTML String only shows this dataslot on the screen.
Show HTML String works fine, so getHTML() seems to work fine.
However, at the workstep ShowObject I still get the error
My BSObject: Please implement getHTML() for this custom object
I don't understand why.
I uploaded the code with this post.
Hope you can help.
Kind regards,
Hendrik Romkes
Sandip,
Did you allready find a solution for this problem?
Regards,
Hendrik