Worklight console app, update

Posted by jarkko on Stack Overflow See other posts from Stack Overflow or by jarkko
Published on 2014-06-02T09:21:15Z Indexed on 2014/06/02 9:25 UTC
Read the original article Hit count: 221

Filed under:
|

We're using Worklight 6.1.0.0 / WebSphere 8.0.0.2 (ND/aix). This seemed pretty close to my question too, but for version 6.0.

I've successfully done uninstall/install to our worklight console war package. However, there is some extra work on re-deploying adapters and such. I was looking for a way to just update the console. Among the ant tasks there is a target 'minimal-update', which sounds like what I'm looking for (is it?). However when all other pieces fell into place, I have an error for mapping the datasources:

ADMA0007E: A validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for resource reference jdbc/WorklightDS in module Worklight with EJB name .

Contents of the 'minimal-update' task is pretty much the same as for 'install'.

I tried that as update from websphere admin console (but i should use the ant task - right?), that gave me a wizard screen to map jdbc/WorklightDS from package to jdbc/WorklightDS on server. This left me wondering how could I tell this using the ant task.

© Stack Overflow or respective owner

Related posts about worklight

Related posts about worklight-server