Solaris 11 pkg update question

Hi,

I am trying to update my Solaris 11 system's Java 7 version to 1.7.0.65.

I tried to do a pke update, and it only updated it to version 60.

When I do a pkg list or search, i can see 65 is available but it wont update to it.

I am getting this error, and I do not know how to get around it:

pkg update: No matching version of consolidation/java-7/java-7-incorporation can be installed:
  Reject:  pkg://solaris/consolidation/java-7/java-7-incorporation@1.7.0.65.17,5.11-0:20140625T004018Z
  Reason:  This version is excluded by installed incorporation pkg://solaris/entire@0.5.11,5.11-0.175.2.0.0.42.0:20140624T193832Z

I tried this, and this didn't appear to help:

~# pkg change-facet facet.version-lock.consolidation/java-7/java-incorporation=false
     Variants/Facets to change:  1
       Create boot environment: No
Create backup boot environment: No
Updating package state database                 Done
Updating package cache                           0/0
Updating image state                            Done
Creating fast lookup database                   Done
Reading search index                            Done
Updating search index                            0/0
Updating package cache                           1/1
root@DR1:~# pkg update -nv java-7-incorporation
No updates available for this image.

This is what I see what i do a pkg list, it shows 60 is installed, and 65 is available:

consolidation/java-7/java-7-incorporation         1.7.0.65.17-0              ---
consolidation/java-7/java-7-incorporation         1.7.0.60.19-0              i--

Any ideas? I'm updating right from the online repo from oracle, so i thought it would bring me up to the latest available version.

If anyone can provide some help it would be greatly appreciated.

Hi

Try

pkg change-facet facet.version-lock.consolidation/java-7/java-7-incorporation=false

then it should work...

Regards.