Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sharedLibs not working properly when adding the list of shared libs #13

Closed
kropladev opened this issue Feb 15, 2016 · 7 comments
Closed

Comments

@kropladev
Copy link

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.

@orctom
Copy link
Owner

orctom commented Feb 15, 2016

Can you past your configure section?

@kropladev
Copy link
Author

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 [email protected]:

Can you past your configure section?


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

orctom added a commit that referenced this issue Feb 16, 2016
@orctom
Copy link
Owner

orctom commented Feb 16, 2016

Please try version:1.1.3 in 2 hours.

@kropladev
Copy link
Author

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

@orctom
Copy link
Owner

orctom commented Feb 23, 2016

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

orctom added a commit that referenced this issue Feb 24, 2016
@orctom
Copy link
Owner

orctom commented Feb 25, 2016

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

@kropladev
Copy link
Author

Now it is working. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants