orctom/was-maven-plugin

sharedLibs not working properly when adding the list of shared libs

kropladev opened this issue · 7 comments

Tested on IBM WebSphere Application Server, 7.0.0.27.
Everything is working perfectly exact the adding the shared libraries more than one on list. In such case only the last shared lib from the list is added.

Can you past your configure section?

It is something like that below. Only the last is set to the project. Also
when I try to add those shared libs separated by space - the value is set
but with space so in ibm/console I still can add all of those libs
separately.

${env.WAS_HOME} ${project.build.finalName} localhost server1 SOFT-003Node01 default_host /${project.build.finalName} true PR_LIBS,PR_MISSING_LIBS true

2016-02-15 12:44 GMT+01:00 ORCTOM notifications@github.com:

Can you past your configure section?


Reply to this email directly or view it on GitHub
#13 (comment)
.

Please try version:1.1.3 in 2 hours.

I've got exception on version 1.1.3:
Traceback (most recent call last):
File "", line 134, in installApplication
com.ibm.ws.scripting.ScriptingException: com.ibm.ws.scripting.ScriptingException: java.lang.ClassCastException: java.lang.ClassCastException: java.lang.String incompatible with java.util.List

Can you paste the options line in the logs, there're log files locates in target/was-maven-plugin/py/*.log line:16

I missed a pair of brackets.
Version 1.1.3.1 should do the magic, which is already available.

Now it is working. Thanks