I posted this question on the IBM forums, but just in case there was no answer. I thought I'd try my luck here.
I just updated my version of WebSphere Application Server for developers from 7.0.0.19 to 8.0.0.1. I notice what looks like a bug in WAS 8. I have an Enhanced EAR, I have an assembly that creates it. I include the library.xml file as well as the deployment.xml file in the root of the EAR archive. An application refers to one shared library. When I deploy the application to WAS 8, the link to the shared library is not configured correctly. When I go to the admin console, I see that for some reason, WAS surrounds my library name with quotes. Therefore, instead of: Spring 3.0.5.RELEASE
it looks like this: "Spring 3.0.5.RELEASE"
I can manually fix this in the admin console. This did not happen at all in WAS 7, so I can only assume that this is a mistake. I tested this with Windows XP and AIX, and the same behavior happens.
Is there an open problem for this? I do not know where I can search / track open issues for WebSphere. If there is a site for searching open-ended questions, please, someone can send me a link.
Is there any work with this, so I donβt need to manually install the shared library every time I deploy the application?
thanks
source share