Incorrect parsing of Library Specification-Version

Hello,
I'm encountering an error while trying to deploy libraries. The config.xml specifies [email protected] The MANIFEST in the library jar file specifies Specification-Version: 1.0 and Implementation-Version: 1.0. The server log is reporting a conflict, stating "Specification-Version: 1". It appears that if the Specification-Version ends in "0", the parsing is dropping ".0". However, the console reports that the library is deployed. Has anyone seen this before?
Thanks,
Bob

Sorry. I re-deployed from the console and that seemed to clear it up.
I don't have the previous log file. The message said the LibSpecVersion = 1.0 (I assume this is from the config.xml) and Specification-Version = 1 (from the MANIFEST). Not sure why a re-deploy fixed it. The one additional element added to the library was: <module-type xsi:nil="true"></module-type>. The name with spec and implementation stayed the same.
Bob

Similar Messages

  • Permanent link to specific version of a document

    When ‘Sharing’ documents is it possible to issue (say for emailing to someone) a permanent link to the document i.e. one which is locked to the version and not one that changes or fails if a new version is subsequently added?
    There appears to be two groups of document links in SharePoint, the current version and previous versions.
    The current document version is referenced by a canonical path:
    http://site/document library/document.doc 
    A prior document version is referenced from a revision path. But this only works for non-current versions:
    http://site/_vti_history/versionID/document.doc  (Where versionID is generated by SharePoint)
    Therefore every time a new document revision is created the contents of the canonical path will change. The canonical path will point to the new document version while the previous version of the document is only available with the revision path.
    Therefore it is not possible to create a permanent link to a version of the document if at the time of issuing it is the current version.

    Hi,
    According to your description, my understanding is that you want to create a permanent link to specific version of a document.
    If a new version is created, the contents of the canonical path will change. Although the version number will increase, the previous version number will not change.
    If you want version 1.0, then the URL for this version will always be
    http://site/_vti_history/512/document.doc.
    More information are provided in the link below:
    http://theressomethingaboutsharepoint.blogspot.nl/2011/09/direct-link-to-certain-version-of.html
    http://blogs.msdn.com/b/roberthorvick/archive/2007/01/04/wss-rant-linking-to-the-latest-version-of-a-sharepoint-document-considered-harmful-lessons-6-and-7.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How do i parse XML tags specific to a particular parent tag ?

    Hi,This the XML i have to parse.
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml version="1.0" encoding="UTF-8"?>
    <Air_MultiAvailabilityReply
         xmlns="http://xml.amadeus.com/SATRSP_07_1_1A">
         <messageActionDetails>
              <functionDetails>
                   <businessFunction>1</businessFunction>
                   <actionCode>45</actionCode>
              </functionDetails>
              <responseType>3</responseType>
         </messageActionDetails>
         <singleCityPairInfo>
              <locationDetails>
                   <origin>BOM</origin>
                   <destination>GOI</destination>
              </locationDetails>
              <cityPairFreeFlowText>
                   <freeTextQualification>
                        <codedIndicator>4</codedIndicator>
                        <typeOfInfo>50</typeOfInfo>
                   </freeTextQualification>
                   <freeText>
                        **-AMADEUS AVAILABILITY - AN ** 164 TH 31DEC 0000
                   </freeText>
              </cityPairFreeFlowText>
              <cityPairFreeFlowText>
                   <freeTextQualification>
                        <codedIndicator>4</codedIndicator>
                        <typeOfInfo>OFD</typeOfInfo>
                   </freeTextQualification>
                   <freeText>GOI GOA.IN</freeText>
              </cityPairFreeFlowText>
              <flightInfo>
                   <basicFlightInfo>
                        <flightDetails>
                             <departureDate>311209</departureDate>
                             <departureTime>0500</departureTime>
                             <arrivalDate>311209</arrivalDate>
                             <arrivalTime>0600</arrivalTime>
                        </flightDetails>
                        <departureLocation>
                             <cityAirport>BOM</cityAirport>
                        </departureLocation>
                        <arrivalLocation>
                             <cityAirport>GOI</cityAirport>
                        </arrivalLocation>
                        <marketingCompany>
                             <identifier>IT</identifier>
                        </marketingCompany>
                        <flightIdentification>
                             <number>3131</number>
                        </flightIdentification>
                        <productTypeDetail>
                             <productIndicators>D</productIndicators>
                             <productIndicators>702</productIndicators>
                             <productIndicators>ET</productIndicators>
                        </productTypeDetail>
                        <lineItemNumber>1</lineItemNumber>
                   </basicFlightInfo>
                   +<infoOnClasses>+
                        <productClassDetail>
                             <serviceClass>Y</serviceClass>
                             <availabilityStatus>9</availabilityStatus>
                        </productClassDetail>
                   </infoOnClasses>
                   <additionalFlightInfo>
                        <flightDetails>
                             <typeOfAircraft>321</typeOfAircraft>
                             <numberOfStops>0</numberOfStops>
                             <legDuration>0100</legDuration>
                        </flightDetails>
                        <departureStation>
                             <terminal>1</terminal>
                        </departureStation>
                        <productFacilities>
                             <type>1A</type>
                        </productFacilities>
                        <productFacilities>
                             <type>DA</type>
                        </productFacilities>
                        <productFacilities>
                             <type>LSA</type>
                        </productFacilities>
                   </additionalFlightInfo>
              </flightInfo>
              <flightInfo>
                   <basicFlightInfo>
                        <flightDetails>
                             <departureDate>311209</departureDate>
                             <departureTime>0520</departureTime>
                             <arrivalDate>311209</arrivalDate>
                             <arrivalTime>0620</arrivalTime>
                        </flightDetails>
                        <departureLocation>
                             <cityAirport>BOM</cityAirport>
                        </departureLocation>
                        <arrivalLocation>
                             <cityAirport>GOI</cityAirport>
                        </arrivalLocation>
                        <marketingCompany>
                             <identifier>IC</identifier>
                        </marketingCompany>
                        <flightIdentification>
                             <number>663</number>
                        </flightIdentification>
                        <productTypeDetail>
                             <productIndicators>D</productIndicators>
                             <productIndicators>ET</productIndicators>
                        </productTypeDetail>
                        <lineItemNumber>2</lineItemNumber>
                   </basicFlightInfo>
                   <infoOnClasses>
                        <productClassDetail>
                             <serviceClass>N</serviceClass>
                             <availabilityStatus>4</availabilityStatus>
                        </productClassDetail>
                   </infoOnClasses>
                   <infoOnClasses>
                        <productClassDetail>
                             <serviceClass>H</serviceClass>
                             <availabilityStatus>4</availabilityStatus>
                        </productClassDetail>
                   </infoOnClasses>
                   <additionalFlightInfo>
                        <flightDetails>
                             <typeOfAircraft>321</typeOfAircraft>
                             <numberOfStops>0</numberOfStops>
                             <legDuration>0100</legDuration>
                        </flightDetails>
                        <departureStation>
                             <terminal>1</terminal>
                        </departureStation>
                        <productFacilities>
                             <type>1A</type>
                        </productFacilities>
                        <productFacilities>
                             <type>DA</type>
                        </productFacilities>
                        <productFacilities>
                             <type>M</type>
                        </productFacilities>
                   </additionalFlightInfo>
              </flightInfo>
         </singleCityPairInfo>
    </Air_MultiAvailabilityReply><flightinfo> is the tag containing information about one airline result.I have created beans containing information about each of the tag referrring to the airline.Now the issue i face is how do i store the information contained in <infoOnClasses> which is specific to each <flightinfo> tag.I have created a bean which has two parameters classtype and number of seats.
    I am using dom for parsing elements.One of my parsing helper method is this :
    private static String getTextValue(Element ele, String tagName) {
              String textVal = null;
              NodeList nl = ele.getElementsByTagName(tagName);
              if(nl != null && nl.getLength() > 0) {
                   Element el = (Element)nl.item(0);
                   textVal = el.getFirstChild().getNodeValue();
              return textVal;
         In the above XML,i have created 2 beans which contains information contained in the 2 <flightinfo> tags and only part missing is how do i create the class information bean specific to each of the <flightinfo> tags.
    Please let me know if any i have missed something.
    Thank you for your consideration.

    punter wrote:
    How do I store the information contained in <infoOnClasses> which is specific to each <flightinfo> tag?Huh? No it isn't. An infoOnClasses element contains a productClassDetail which has a serviceClass and an availabilityStatus. This structure is consistent.
    So where exactly does the "specific to each <flightinfo> tag" come in? Or do you mean that each infoOnClasses belongs to a flightinfo? If so then your flightinfo "bean" would have an attribute which is a List of infoOnClasses beans.
    And you do not, if you can avoid it, hand code XML binders any more... Have a look at XMLBeans (or similar).
    Cheers. Keith.

  • Java.specification.version

    Hi, Is there a format defined for the java.specification.version system property? I couldn't find a list of the specification numbers and so I'm wondering if it will it always be of the form 1.3, 1.4, 1.5, etc.? The other properties such as java.version and java.vm.version include minor versions and build numbers.
    I am trying to detect if the JRE version is 1.4 and I know I can just do a beginsWith(1.4) but I'd like to understand if the property value is predictable across JREs (vendor/version).
    Give me a link if you know its mentioned somewhere. I couldn't find anything more than what is mentioned in the java.lang.System API doc.
    Thanks!

    Personally I would use ClassLoader.getResourceAsStream("java/lang/Object.class") and parse out the major and minor version numbers.

  • How can you ignore one specific version of a package when upgrading?

    Hi all,
    Due to a rather nasty bug in mplayer, the current version in the Arch repositories is unusable for me.  I am currently running the previous version without any problems, but every time I try to upgrade, pacman wants to reinstall this broken version.
    I don't want to list mplayer in the IgnorePkgs option, because then I won't get any new versions.  Since the bug has long been fixed, the next Arch version should work fine - it's just the current Arch version (35014) that is broken and I want to ignore.
    Is there some way I can blacklist this specific version of the package, so although it won't ever be installed, any newer version will?
    I tried adding "mplayer-35014" and "mplayer-35014-1" to IgnorePkgs but it didn't work.
    Any suggestions?

    Hmm, I hadn't thought of that.  I didn't actually build a package from it, because I didn't know where the problem was.  So I just compiled a bunch of things the old fashioned way and ran them without installing anything until I had narrowed down the problem.  But I'm sure there's an mplayer-svn in AUR I could use - good idea.

  • How to choose a specific version and detect the same specific version?

    I've found the following link in other posts about choosing versions programmatically:
    http://java.sun.com/products/plugin/versions.html
    Well, I'm not quite sure how to use that classid for "static versioning". I mean, if I need to use 1.3.1_08 but not others (not even 1.3.1_07 or 1.3.1_09, but only 1.3.1_08), what classid should I use?
    That page doesn't teach us what syntax we're supposed to use!
    On the other hand, my webapp needs to detect what JRE is installed and would suggest what to do in case the specific version can't be found in client computer. What should I do?
    Thirdly, I've noticed that the order of installing versions is important. Let's say there're two versions in a computer, V1 and V2, while what I need is V1. Depending on V1 or V2 is the final installed one, my detection might or might not work. Someone knows what to do?
    TIA

    galo,
    willkommen zu den Apple Diskussionen.
    You don't state which version of Keynote you're using. Keynote 3 offers an option to restart the presentation after an inactivity of x min (at least 1 min).
    Look at Document inspector on the Document tab.
    In German: Klick im Informationen-Fenster auf das weiße Blatt und ggf. den Dokument-Button. Dort findest Du:
    Präsentation als Endlosschleife
    Präsentation neu starten nach Inaktivität von
    Viel Erfolg.
    If this information is useful to you, please mark it as "helpful" or "solved" using the little buttons in the titlebar of this message. Thank you.
    PowerBook G4 17", 1GB   Mac OS X (10.4.7)   iMac G5 20"; iPod 3G, iPod Shuffle, iSight

  • Function Module to get ABAP source code for a specific version

    Hi all
    Is there a function module that I can use to get the source code of another function module at a specific version?
    For example, can I call a function module passing in "FM_NAME" and "FM_VERSION" and have it return the lines of code associated with that object?
    Thanks in advance.
    Stuart

    Thanks guys
    That's incredibly helpful! I have one more question that I just thought of last night...
    Is there a way to hook into the code activation process? I want to be able to take a snapshot of the ABAP source code at each point when it is activated for use in another system, but need to be able to intercept this event and get the source code at that point in time.
    Any ideas?
    Thanks!

  • How do I install a specific version of nvidia?

    I am noob coming from Gentoo. How do I install a specific version of nvidia? The new one (169.09-2) does not work well with my video playback (choppy). I know that for whatever reason, the 169.04 beta version works on my hardware better than any other version. How do I install it the pacman way, instead of using Nvidia's installer?

    ABS and change the version I believe http://wiki.archlinux.org/index.php/ABS

  • Invoking a specific version of java over the internet

    According to [this page|http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html], the applet tag should be used if the web page is accessed through the internet and object or embed ought to be used if it's through an intranet. Why?
    Later, that article says that if you want to invoke a specific version of Java that you can do so with either of the intranet tags (using a specific classid for the object tag or a specific type for the embed tag), but doesn't say anything about doing it with the applet tag, making be conclude that, with the applet tag, it's not possible.

    You said "I will not try to guess what that doc. meant." That doesn't necessarily mean that there are others who can't. Maybe there are people who post on forums.sun.com that don't post on comp.lang.java.programmer? If anyone there knew, it seems like they would have responded?
    The <https://jdk6.dev.java.net/deployment_advice.html> link... I dunno... it didn't seem as comprehensive as the one my first post linked to. Doesn't discuss embed, for instance, nor does it mention anything about intranet's vs. internet's. Maybe Sun decided between 1.5.0 and 1.6.0 that the whole internet / intranet distinction was pointless, but if so, that'd be nice to know.
    Besides, sometimes hearing people explain it in different ways helps. Whether or not it'd help here is something I can't say until I've heard other explanations (if there are any to be had).
    (I'm yawnmoth, btw - I was logged out when I tried to make this post so I tried to login with 'yawnmoth' as my username and it asked me for a new username? maybe my 'yawnmoth' username is actually my email address?)
    Edited by: zelnaga on Aug 13, 2008 9:04 AM

  • PDF Specification Version

    Hi,
    According to the documentation, BI Publisher (v. 10.1.3.2) supports Adobe Acrobat 5.0 (PDF specification version 1.4). I suppose this means that the pdf documents used as templates must be of a version no newer than 1.4.
    We consider using Adobe LiveCycle Designer for creating the pdf templates, so I would like to know the release plans for supporting newer versions of pdf.
    Thanks in advance.
    Jan

    Are the PDFs just images, or are they text? I know the pages you are scanning look like text to you, but that doesn't mean the files you end up with contain text - they may just be "photographs" of the pages. You can check this by selecting the text cursor in Adobe Reader and trying to select a few words. If you can't do that, you just have an image.
    If all you have are images, just save them as images in PNG format - PDF isn't getting you anything.

  • Download specific version of Adobe AIR Runtime

    Hey Adobe Air Community,
    Do you know where I can go to download specific versions of the Adobe AIR runtime?
    So far I've only been able to find the latest one here at the standard AIR download site (http://get.adobe.com/air/)
    Thanks,
    Mauricio

    Sure
    http://help.adobe.com/en_US/AIR/1.5/air_runtime_redist/air_runtime_redist.pdf

  • Invoking specific version of BPEL process

    Hi All,
    I would like to keep multiple revisions of same BPEL process in one domain on the server and I would like to call specific version of process
    Does anybody has any idea how to do that...?
    Thanks
    -Praveen

    Using JDeveloper (I am using 10.1.3.1 build 3984), once you have deployed the first version of your BPEL process, you will be asked to pick a new version when you want to re-deploy the service. You can just pick a different version at his time; in my case I add a minor version letter: 1.0.c
    On the deployment properties screen, you will see your version (1.0.c) and the server-side versions (1.0 and 1.0.c). You can decide to overwrite them or create a new one.
    The same can be achieved through command line, as JDev use ant under the cover. The process generated will be named with the version you provided. In my case:
    BPEL suitcase generated in: C:\dev\BPELPricer\output\bpel_CalculatePriceWS_1.0.c.jar
    Once the BPEL process are deployed, you can point at a specific revision with the service endpoint URL. In my case, the URL look like this:
    "http://" + HOST_NAME + "/orabpel/default/CalculatePriceWS/1.0.c"
    You have also the ability to select a specific version from the BPEL Console, using a drop down list to pick the one to test.
    To keep the code for multiple versions of the BPEL project, you should be using a source control system, like SVN, CVS, or many other alternative out there.
    Hope it helps,
    -Eric

  • Boolean Array to Hex String - LabVIEW Supplementary Data Conversion Library in version 12 please

    Hello,
    I would like to use the Boolean Array to Hex String.vi in LabVIEW Supplementary Data Conversion Library at http://zone.ni.com/devzone/cda/epd/p/id/3727
    But it is version 4. Can someone give me the library in version 12? Attached herewith.
    Attachments:
    cnvrsion.zip ‏38 KB

    Mass compiled in 8.2.1, which you can open with 2012.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    convrzun.llb ‏65 KB

  • Will I be able to open a library from version 1.5.6 with Aperture 3.1.2?

    I have two computers, one running Aperture version 1.5.6 and another running Aperture 3.1.2.  Question is will I be able to open my library from version 1.5.6 with version 3.1.2.  The computer that is running the early version is dying on me. 
    Thanks.

    When you access the old library with 3 it will upgrade the library before opening it. Make sure you have a backup of the library before accessing it with 3 just in case.
    Also be aware once the library is updated it will no longer be accessible from Aperture 1.5.6 and there is no way to reverse the upgrade.

  • Error parsing tag-library file

    Anyone know how to tackle this one?
    Error parsing JSP page /AnteDateLogin.jsp line 3
    Error parsing tag-library file:/u01/web/ias102/j2ee/home/applications/antedate/antedate/WEB-INF/lib/uixtags.jar: Illegal XML character: &#x0;.
    Here is what goes to the console.
    ora03 $ at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.javaorg.xml.sax.SAXParseException: Illegal XML character: &#x0;.
    at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1038)
    at org.apache.crimson.parser.InputEntity.parsedContent(InputEntity.java:593)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1747)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:499)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:179)
    at com.evermind.xml.JavaxXMLUtils.getJavaxDocument(JavaxXMLUtils.java:35)
    at com.evermind.xml.XMLUtils.getDocument(XMLUtils.java:157)
    at com.evermind.server.http.TagLibraryInfoImplBase.parse(TagLibraryInfoImplBase.java:82)
    at com.evermind.server.http.TagLibraryInfoImplBase.<init>(TagLibraryInfoImplBase.java:47)
    at com.evermind.server.http.TagLibraryArchive.<init>(TagLibraryArchive.java:40)
    at com.evermind.server.http.TagLibraryArchive.getArchive(TagLibraryArchive.java:98)
    at com.evermind.server.http.TagLibraryStorage.getTagLibContext(TagLibraryStorage.java:183)
    at com.evermind.server.http.HttpApplication.getTagLibContext(HttpApplication.java:5897)
    at com.evermind.server.http.JSPPageCompilation.addTagLibTag(JSPPageCompilation.java:2229)
    at com.evermind.server.http.JSPPageCompilation.compile(JSPPageCompilation.java:278)
    at com.evermind.server.http.JSPPage.compile(JSPPage.java:115)
    at com.evermind.server.http.HttpApplication.getJSP(HttpApplication.java:5324)
    at com.evermind.server.http.HttpApplication.serviceJSP(HttpApplication.java:5423)
    at com.evermind.server.http.JSPServlet.service(JSPServlet.java:31)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:508)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:177)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:576)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)

    Doe anybody have an idea?

Maybe you are looking for

  • Deploying Entity Bean Managed Persistant Example.

    Here is my error after running the client: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: Transaction aborted; nested exception is: javax.transaction.RollbackException; nested excep

  • Adobe Flash Player for iphone 4s

    Is there another program (app) that I can use in place of Adobe Flash Player?  I would like to watch college softball which requires Adobe Flash Player.

  • Problem updating lumia 520

    I cannot update my 520 with mobile data(3G). The phone update prompts repeatedly to connect with wifi. Why should it be like this? Is there any option to stop such a monotonous prompt and get the mobile data working for downloading the update? Hope t

  • MacBook HDMI output

    Went to Apple store and they recommended that I use a DisplayPort to DVI-D adapter with a DVI-D to HDMI cable to drive my Panasonic TH-42PX500U. Well I hooked it up and got a great picture which did not feel my screen. My ATV works great at either 72

  • All my songs are on my Iphone but barley any on my PC.

    How can I use Icloud to get the music back onto my computer? I reset my computer to factory settings and i thought all my songs woiuld just come back onto my computer because i was using Icloud. But only like 60 of my 1500 songs came up. What do I do