Use of Kodo 3.4 with WL 10.0

We migrate portal 8.1 app to portal 10.0 platform, where fair
portion of code is Solarmetric Kodo 3.4.0 based (JDO 1.0).
Since upgrade to BEA Kodo 4.1.3 (JDO 2.0) implies code/config
changes and extra license cost, we would prefer to continue
using current version of Kodo.
As suggested at http://e-docs.bea.com/wls/docs100/ejb30/using_kodo.html,
we added
<wls:prefer-application-packages>
<wls:package-name>javax.jdo.*</wls:package-name>
<wls:package-name>kodo.*</wls:package-name>
<wls:package-name>com.solarmetric.*</wls:package-name>
</wls:prefer-application-packages>
to weblogic-application.xml and and had Kodo 3.4.0/jdo 1.0 libraries
added to WEB-INF/lib of webapp by which they are actually used.
FilteringClassLoader does not work as-is due to known outstanding issue
with obsolete weblogic-application.xsd (CR302645), so we used workaround
by removing the schemaLocation attribute for the 9.0 schema from
the DD and pointing to local xsd in weblogic.jar.
Now, upon application redeployment, it seems to experience problems with
DOM parser that leads me to assume that it might be related to the
change we've done in weblogic-application.xml.
Below is excerpt from the log:
####<8-Aug-2007 9:29:35 o'clock AM CST> <Error> <netuix> <L34T24E> <FCCPortal_100Admin> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1186586975334> <BEA-423442> <Exception while starting the client classifications file poller: [java.lang.AbstractMethodError: setFeature]
java.lang.AbstractMethodError: setFeature
     at com.bea.netuix.xml.util.DomToolkit.parse(DomToolkit.java:137)
     at com.bea.netuix.xml.util.JDomToolkit.build(JDomToolkit.java:45)
     at com.bea.netuix.client.repository.ClassifierRepositoryManager.getDocumentFromInputStream(ClassifierRepositoryManager.java:207)
     at com.bea.netuix.client.repository.ClassifierRepositoryManager.createRepositoryFromInputStream(ClassifierRepositoryManager.java:133)
     at com.bea.netuix.client.repository.ClassifierRepositoryManager.initRepository(ClassifierRepositoryManager.java:360)
     at com.bea.netuix.servlets.manager.SingleFileServlet.reinitInternal(SingleFileServlet.java:173)
     at com.bea.netuix.servlets.manager.SingleFileServlet.initInternal(SingleFileServlet.java:92)
     at com.bea.netuix.servlets.manager.SingleFileServlet.access$100(SingleFileServlet.java:54)
     at com.bea.netuix.servlets.manager.SingleFileServlet$ServletLifecycleListenerImpl.init(SingleFileServlet.java:335)
     at com.bea.netuix.util.ServletLifecycleListener.initOrReinitInternal(ServletLifecycleListener.java:131)
     at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:251)
     at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:182)
     at com.bea.netuix.servlets.manager.SingleFileServlet.init(SingleFileServlet.java:85)
     at com.bea.netuix.servlets.manager.PortalServlet.init(PortalServlet.java:227)
     at com.bea.netuix.servlets.manager.PortalServlet.init(PortalServlet.java:209)
     at javax.servlet.GenericServlet.init(GenericServlet.java:241)
     at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:282)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(Unknown Source)
     at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:63)
     at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
     at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
     at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
     at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1830)
     at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1807)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1727)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2890)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:948)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:353)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
and from the weblogic-application.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd">
<wls:application-param>
<wls:param-name>webapp.encoding.default</wls:param-name>
<wls:param-value>UTF-8</wls:param-value>
</wls:application-param>
<wls:library-ref>
<wls:library-name>beehive-controls-1.0.1-10.0</wls:library-name>
<wls:specification-version>1.0</wls:specification-version>
<wls:implementation-version>1.0.1.1</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>weblogic-controls-10.0</wls:library-name>
<wls:specification-version>10.0</wls:specification-version>
<wls:implementation-version>10.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-serviceadmin-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-ugm-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-portal-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-im-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-content-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-common-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-framework-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-admin-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-framework-full-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wls-commonslogging-bridge</wls:library-name>
<wls:specification-version>1.0</wls:specification-version>
<wls:implementation-version>1.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-tools-support-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>webdav-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>wlp-services-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>content-management-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-ref>
<wls:library-name>p13n-app-lib</wls:library-name>
<wls:specification-version>10.0.0</wls:specification-version>
<wls:implementation-version>10.0.0</wls:implementation-version>
</wls:library-ref>
<wls:library-context-root-override>
<wls:context-root>wpsToolsSupport</wls:context-root>
<wls:override-value>PortalHomePageToolSupport</wls:override-value>
</wls:library-context-root-override>
<wls:library-context-root-override>
<wls:context-root>webdav</wls:context-root>
<wls:override-value>PortalHomePageWebdav</wls:override-value>
</wls:library-context-root-override>
<wls:library-context-root-override>
<wls:context-root>tools</wls:context-root>
<wls:override-value>PortalHomePageAdmin</wls:override-value>
</wls:library-context-root-override>
<wls:prefer-application-packages>
     <wls:package-name>javax.jdo.*</wls:package-name>
     <wls:package-name>kodo.*</wls:package-name>
     <wls:package-name>com.solarmetric.*</wls:package-name>
</wls:prefer-application-packages>
</wls:weblogic-application>
I am just wondering if anyone familiar with the problem and may suggest something. Your help is greatly appreciated.
Thanks,
Alex.

For reference (others wondering where the certification info is):
http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12692.pdf
This is dated January 2009. More than likely, the later version of AS will work as (pretty much) all Oracle products will be backwards compatible. But, even within the certification matrix, Oracle states that not every possible combination has been tested.
"In general, Oracle Business Intelligence Publisher server can be run in any J2EE application server that supports Java 5.0 (1.5). Java application servers support a wide range of operating systems, processors and bus
architectures. Please refer to the support and certification documentation of the J2EE application server vendor to determine which platforms and processor architectures are supported."

Similar Messages

  • How to use openjpa  + kodo in Java SE?

    Hi.
    We are developing J2EE application on Weblogic Server 9. For a part of application we should create unit tests that will be run in Java SE. How to use openjpa + kodo in Java SE?

    Hi,
    Try the EclipseLink JPA JEE5/JEE6 provider - it has been shipping as part of WebLogic Server since 10.3.1.0.
    <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
    The following page has several SE, application-managed and container-managed EE example tutorials with source.
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial
    http://wiki.eclipse.org/EclipseLink/Examples/JPA
    The following forum will help you with any JPA specific issues.
    Forum: TopLink/JPA
    TopLink/JPA
    thank you
    /michael
    http://www.eclipselink.org

  • How do i use air sync to sync with my iTunes on my computer

    How do i use air sync to sync with my iTunes on my computer

    You cannot use ActiveSync for that, but there are SharePoint clients for the iPhone. Windows Mobile 7 natively supports SharePoint with SharePoint Workspace Mobile, part of Microsoft Office Mobile. Android and BlackBerry might also have some apps.
    Use Microsoft SharePoint Workspace Mobile
    http://www.microsoft.com/windowsphone/en-us/howto/wp7/office/use-office-sharepoint-workspace-mobile.aspx
    iPhone SharePoint Apps Shootout
    http://www.codeproject.com/KB/iPhone/iPhoneSharePointApps.aspx 
    Comparing SharePoint iPhone Apps
    http://blog.praecipio.com/2010/11/02/comparing-sharepoint-iphone-apps/
    MCTS: Messaging | MCSE: S+M

  • How can I use the old Apple TV with new iTunes?  It tells me to input a code in iTunes but iTunes no longer has a spot to input this code to allow sync.  I can access the iTunes Store fine, just none of my Library

    How can I use the old Apple TV with new iTunes?  It tells me to input a code in iTunes but iTunes no longer has a spot to input this code to allow sync.  I can access the iTunes Store fine, just none of my Library

    read this
    https://discussions.apple.com/message/20429789#20429789

  • I have 2 macbooks each with an account for me and one for my wife. I use one Macbook logged in with my account and my wife uses the other Macbook only loged in on her account. We both make regular time-machine back-ups each on a separate external disk

    I have 2 Macbooks each with an account for me and one for my wife. I use one Macbook logged in with my account and my wife uses the other Macbook only logged in on her account. We both make regular time-machine back-ups each on a separate external disk. Is it possible to update her account on my macbook using her external disk without overwriting my stuff on the same Macbook and vice versa?

    Time Machine does not do individual accounts. It records the complete drive. So if you were to use her TM backup on your Mac it would make your Mac just like hers. Both yours and her account on your MAC.
    Just copy the missing files over from her Mac to yours. If there are differennt programs on each then they would need to be installed on both.

  • Can I use a sata3 hard drive with a late 2009 imac

    Looks liker the hard drive in my five year old iMac is about to go belly up. Was getting hardware errors, very slow startup and Carbon Copy Cloner reported bad blocks during the backup. I want to buy a new HD at a local store and have the Apple store install it. Will they do that and can I use a SATA 3 drive with my older iMac?

    YEs you can use a SATA III drive but the Apple Store will not install it for you. Find an AASP and see if they'll install a drive for you.

  • In my Apple Macbook Air, most of the USB Flash/Thumb Drives are not shown in the Finder Window. Only a few Brands of USB /Flash Thumb Drives are shown or compatible or shown in the Finder. How do I use any Flash/Thumb Drive with my Apple MacAir?

    In my Apple Macbook Air, most of the USB Flash/Thumb Drives are not shown in the Finder Window. Only a few Brands of USB /Flash Thumb Drives are shown or compatible or shown in the Finder. How do I use any Flash/Thumb Drive with my Apple MacAir?

    Yes, junker thumb drives pour like rain in the market.  
    Which makes are working on your Air, and which arent?
    Stick to Sandisk and a couple of other reliable mfg. of memory sticks

  • How do I use my apple bluetooth keyboard with touch and will I still be able to use it with my ipad?

    How do I use my apple bluetooth keyboard with touch and will I still be able to use it with my ipad?

    iPod touch User Guide (For iOS 4.3 Software)

  • How do I use my late 2011 iMac ( with thunderbolt) as external monitor for laptop/Xbox or other device with hdmi as output.

    May be this question has been asked thousand times. how do I use my mid 2011 iMac ( with thunderbolt) as external monitor for laptop/Xbox or other device with hdmi as output. if apple hasn't removed that feature and has just moved that functinoality to thunderbolt then how can I use it. currently there is no laptop available with thunderbolt output. no 3rd party converter available. whats the use of having feature on latest functionality if we cant use it. I wish they would have made one port has mini-dvi and other thunderbolt for backward compatibility untill some vendor comes up with converter.

    It Says :
    Mac (21.5-inch, Mid 2011) and iMac (27-inch, Mid 2011) and later computers support Target Display Mode via Thunderbolt to Thunderbolt cable (2 m) when the source is another Thunderbolt-equipped computer.
    Name one computer model/vendor which has thunderbolt as output for display + audio. this is so stupid to move to new technology without availbility of its compatible devices.

  • How do i use my own domain name with creative cloud?

    how do i use my own domain name with creative cloud?
    i don't want to post web pages from behance.net. i want to use the domain name i have for my material. is there a hosting service for this? if not, can someone give me some pointers so I can publish?
    thanks!!
    Lori

    http://forums.adobe.com/community/behance is where you would ask about publishing to "something else" from that program
    I use OLD Dreamweaver, and upload my HTML with an FTP program to my own web site... I will GUESS you can do that, if you can save HTML to your hard drive to then be able to upload to your web site

  • How do I use HP Photosmart 8150 software with Windows 7?

    I recently bought a new PC that uses Windows 7.  When I purchased my HP Photosmart 8150 several years ago (and used Windows XP), it came with software that could be used for importing pictures, editing, cropping, printing different sizes, etc.  That software is not compatible with Windows 7.  Is there a patch or upgrade out there that I can download to get this up and running again?

    Your printer can be used with Windows 7 as the basic driver is included in the operating system. Some older printers are not compatible with Windows 7 at all.
    If you want a printer with software that has all the bells and whistles you will, unfortunately, have to upgrade to a newer model.    
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    If your iPhone is locked to a wireless provider, only that wireless provider
    can unlock it. Contact the wireless provider in Hong Kong to see if they
    offer unlocking and if you qualify.
    If your iPhone is locked to an AppleID that you do not know, return it for
    a refund as it is useless. Only the person whose AppleID was used for
    activation can remove the lock. There is no workaround for Activation Lock.
    If neither of the above is what you are facing, provide more detail so someone
    may offer a solution.

  • I HAVE AN OLD 3G IPHONE , HOW DO I USE IT IN ANOTHER COUNTRY WITH A NEW SIM CARD

    I  HAVE AN OLD 3G IPHONE , HOW DO I USE IT IN ANOTHER COUNTRY WITH A NEW SIM CARD ?

    it has to be unlocked by your carrier. give them a call

  • Issue on borderless printing using android HP ePrint app with HP LaserJet Pro 200 color M251nw

    Hi,
    I am trying to print a pdf document which is of A4 size (11.7 x 8.3 inches without any borders) from android tablet using HP ePrint app along with the printer HP Laserjet Pro 200 color M251nw. When it is printed on A4 sheet, it adds the border on all the sides around 12mm-left, 11mm-right, 8mm-top, 9.5mm-botton margins.
    On the printer the firmware datecode shows 20121026, Also the ePrint app which I am using is latest and upto date.
    Please let me know how to print the borderless print in A4 sheet.
    Regards,
    Jaya

    Hello revlib,
    Welcome to the HP Support Forums!
    Turning off the Wireless Direct on the LaserJet Pro 200 color M251nw should have disabled the SSID from broadcasting. Since disabling from the front display did not resolve, let us try from the Embedded Web Server (EWS).
    To access the EWS you need to enter the I.P address for the M251nw into the address bar of your web browser. The I.P address can be collected by touching Setup ()> Reports> Network Summary.
    Once in the EWS, click Network> Wireless Direct Setup> select Off and Apply.
    Let me know if this has help
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • I am using a USB keyboard and everytime I wake the iMac from sleep the keyboard will not respond unless I unplug and replug the keyboard. I am using a mid-2010 iMac with OSX 10.6. Any help would be appreciated.

    I am currently using a USB keyboard (PC Model) and everytime I wake the computer from sleep the keyboard no longer responds unless I unplug and replug it. The USB mouse I am using works fine with no issues and I have already gone through the prompt to identify the keyboard in the settings. If anyone know of a setting I can use to permenantly enable the keyboard so I no longer have to unplug and replug it that would be appreciated.
    Thank you.

    Your 2010 MBP would be able to handle Yosemite, but I would strongly suggest that you get the current problem sorted out before trying to upgrade to Yosemite. I'd also recommend another backup that isn't created by Time Machine if you are thinking of upgrading. SuperDuper and CarbonCopyCloner can make bootable clones of hard drives. If you clone your existing system to a fresh external drive, you would be able to boot from that drive and recover quickly in the event that your Yosemite upgrade didn't work out. Time Machine backups are not 100% reliable.
    It's possible that, if your internal HD is the one that shipped with your MBP in 2010, it may be failing. If it keeps needing repairs, that is probably a sign that it is approaching the end of its useful life.
    Have you run Disk Utility's Repair tool on the external drive as well?
    I mentioned the hub because some people have reported here that attaching their USB 3 drives through a USB 2 hub solved some disconnection problems. A good-quality powered USB 2 hub won't cost much.
    My most recent brush with random disconnections involved a nice new OWC drive enclosure. I used the cable that came with the drive, but the drive kept disconnecting. Using a different cable solved the problem. You wouldn't expect that what appeared to be a high quality cable would be a problem straight out of the box, but it was.

Maybe you are looking for

  • Filter problem with jsp:forward

    Greetings, I was trying to implement compression filter in oc4j. Basically wrap a HttpResponseServletResponseWrapper using a GZipOutputStream for supported browsers. However whenever for eg: I have a.jsp which does jsp:forward page =b.jsp I can see i

  • SCCM's OSD (not MDT): Task sequence can be tweaked into imaging Windows+VHD Native Boot, but can it go all the way and deploy?

    Hello All, What I am trying to do is use SCCM's own OSD Task Sequence / Windows PE to deploy an operating system that boots using VHD Native Boot. (C:\ = VHD File  with Windows, D:\ Data drive with BCDBoot). MDT 2013 Can do it I've been told, but I a

  • Is there a way to purge a runtime repository?

    Is there a way to purge a Runtime Repository in OWB 9.2.0.2.8, in order to get rid of objects that no longer exists in the design repository? We are getting into a situation where there seems to be quite a bit of inconsistency between the design repo

  • Reg BAPI  BAPI_SALESORDER_CREATEFROMDAT2

    Hi All, We are creating the sales order using the BAPI BAPI_SALESORDER_CREATEFROMDAT2  the BAPI is successfully creating Sales order successfully with out any issues,but the problem is the sales order line item which has been created through BAPI is

  • How do I print a list of the files on a CD?

    I like to keep mini printouts of the contents of CD's. In OS 9 I was able to do this.. I can't seem to figure it out in OS X..any ideas?