What version of JAXB is in JDeveloper 10.1.3?

I've been trying to generate a web service from a WSDL and found out that not all of my XSD is supported by older versions of JAXB.
Is it possible to update JDeveloper to use JAXB 2.0?

I need to point out that I am able to generate the WS initially, but if I go to its properties, and click on 'Methods', the lone method is grayed out. When I click on 'Why Not?', I get this:
The return type core_2.ResponsePacket of method submitRequest cannot be serialized into XML, and no custom serializer has been defined for it.
If I comment <xs:anyAttribute processContents="skip"/> out of the XSD, then things seems to work correctly.
Here is the generated code for ResponsePacket:
package core_2;
public class ResponsePacket implements java.io.Serializable {
    protected oracle.webservices.databinding.AttributeMap anyAttribute;
    protected core_2.Responses responses;
    public ResponsePacket() {
    public oracle.webservices.databinding.AttributeMap getAttributes() {
        return anyAttribute;
    public void setAttributes(oracle.webservices.databinding.AttributeMap anyAttribute) {
        this.anyAttribute = anyAttribute;
    public core_2.Responses getResponses() {
        return responses;
    public void setResponses(core_2.Responses responses) {
        this.responses = responses;
}You can see that code has anyAttribute in it so I'm wondering if the WS will work fine, I just regenerate from the WSDL if any of the specs change.

Similar Messages

  • What Version of Sun JVM has JDeveloper been qualified with?

    We have a bug that appears in Java 1.5.06.
    Code worked in 1.5.02.
    Issue is in the swing library event handling.
    What version of the JVM has JDeveloper been qualified with?

    Hello pjtobi,
    Thank you for the details of the error message you are receving when launching iTunes.  I recommend removing and reinstalling iTunes.  Follow the steps in the article below:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • What version of JDeveloper is certified for Windows 2008

    What version of JDeveloper is certified for Windows 2008

    Didn't you already ask exactly the same question?
    Timo gave you the certification link the other time you asked, which would tell you that the latest release isn't certified, but since there is a supported Sun (Oracle) JDK 6 for Windows Server 2008, it is supported.
    John

  • For what version of JDeveloper are the viewlets for?

    At the following URL: http://technet.oracle.com/products/jdev/viewlets/viewlet.html
    there are viewlets on JDeveloper. Can anybody tell me what version of JDeveloper (ie, where it doesn't say updated for 9.0.3) these viewlets are written for? I have version 9.0.3 on my machine and what is shown in viewlets (I have gone thru the first two viewlets only) is significantly different from what I see using 9.0.3?

    They are a mix of 9.0.3 and 9.0.2 although the concepts should work the same for both.
    those with 9.0.3 say so in red.

  • What version of JDK with JDeveloper 9i?

    Does anyone know what version of JDK being used by JDeveloper 9i? I had a compile error when I compile a Java program using JDeveloper 3.2. This error sits on "frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);" statement. Thanks for any help.
    Attach a program:
    import javax.swing.*;
    public class SimpleFrameTest
    public static void main(String[] args)
    SimpleFrame frame = new SimpleFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.show();
    class SimpleFrame extends JFrame
    public SimpleFrame()
    setSize(WIDTH, HEIGHT);
    public static final int WIDTH = 300;
    public static final int HEIGHT = 200;
    }

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jane:
    Does anyone know what version of JDK being used by JDeveloper 9i? I had a compile error when I compile a Java program using JDeveloper 3.2. This error sits on "frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);" statement. Thanks for any help.
    Attach a program:
    import javax.swing.*;
    public class SimpleFrameTest
    public static void main(String[] args)
    SimpleFrame frame = new SimpleFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.show();
    class SimpleFrame extends JFrame
    public SimpleFrame()
    setSize(WIDTH, HEIGHT);
    public static final int WIDTH = 300;
    public static final int HEIGHT = 200;
    } <HR></BLOCKQUOTE>
    Thank you! It works.

  • What version of JDeveloper I need for Oracle Portal portlets

    What version of JDeveloper I need for building Portlets who work
    on Oracle Portal????
    Thanks

    Aparently only up to 10.1.2 is supported. :(

  • What version of JDeveloper I need for Oracle Portal portals

    What version of JDeveloper I need for building Portlets who work
    on Oracle Portal????
    Thanks

    Aparently only up to 10.1.2 is supported. :(

  • How to create JAXB bindings in jdeveloper 11g for the portlet event payload

    I have three projects in JDeveloper 11.1.1.6:
    - PortletProducer - provides some portlets
    - PortletUser - makes use of these portlets
    - SomeData - provides serializable classes for portlets event payload
    I configured SomePortlet in PortletProducer to send events of serializable type SomeDataClass (from SomeData project), but whenever i am trying to send event of this class, i am getting an exception:
    oracle.portlet.client.container.PortletRemoteException: oracle.portlet.server.container.OperationFailedException: oracle.portlet.wsrp.v2.OperationFailedException: Internal Server Error: java.lang.IllegalArgumentException: Event [someEvent] value is of type [class somedata.SomeDataClass] which does not have a valid JAXB binding configured; configuration may be done in the WEB-INF/portlet.xml or WEB-INF/wlp-framework-common-config.xml files..;
    But i have no idea how to perform such bindings in portlet.xml or wlp-framework-common-config.xml (the latter file is also missing in all three projects, while the former exists only in PortletProducer project).
    I have a JAXB xsd file created with schemagen.sh (from a jaxb zip) for SomeDataClass, but what do i do with it in order to create a JAXB binding in JDeveloper?
    Thanks.

    Are you trying to expose an existing system inside of WCS?
    If this is the case, you should investigate "External Applications":
    http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10149/config_svcs_prod_extapp.htm#WCSUG6698
    This is an out of the box way of embedding external systems, with seperate login pages etc. I think this will achieve what you are trying to do yourself. It even allows for parameterised URLs

  • Version of JAXB in IAS 10g

    Hi all
    Is JAXB the Java XML binding framework used on IAS 10g (10.1.3)???
    If so, what version and name of the implementation is being used? Is it a proprietary implementation?
    What I need is to marshal the POJOs to XML, send this XML over the wire and unmarshal to recreate the POJOs on the other side, so I need to use the same framework.
    Thanks!
    Marcelo

    Hi Tugdual
    I´m deploying on a IAS 10.1.3.
    My requirement is:
    I´m using Oracle BPEL Process Manager. This makes a call to a @OneWay @WebMethod exposed method (webservice) on this IAS. After processing, the application must return the result to BPEL, so this is an asynchronous operation. The call is working fine but to return the callback result I´m using BPEL Client API (IDeliveryService and NormalizedMessage) and to use it I nedd to transform my POJO´s on XML (string) or to a org.w3c.dom.Element and I don´t know how to do that...
    The POJO´s was created using Ant task 'Oracle:genProxy'.
    Regards
    Marcelo

  • What version of SVNKit can we expect with 11g?

    Hi,
    JDev 11g TP4 uses SVNKit 1.1.4 which does not seem to work with the current version of Subversion Server (1.5.2).
    Error: svn: Malformed Network Data
    The current version of SVNKit is 1.2.0 so the latest JDev plugin is quite behind by a number of versions.
    The only workaround at the moment is to downgrade Subversion server.
    It would be disappointing for the new release of JDev to be shipped with a plug-in that will work with current release of Subversion, will this be the case?
    thanks,
    Brenden

    Brenden,
    I just did a test using JDeveloper 11g drop 6 (which is a build that Ace Directors got for testing, later than TP4, much earlier than 11g r1) - I was able to create a new application, import it into an SVN 1.5.2 repository (via HTTP), make some changes, and commit back to the repository.
    When I use Tools->Preferences->Versioning->Subversion, I see it is using SVNKit 1.1.7 (r4142).
    I do have the SVN Server installed on my laptop, so I went into the svnkit.jar (<jdev_home>/jdev/extensions/oracle.jdeveloper.subversion) and checked the JAR file - it is, in fact, 1.1.7.
    Frank - could I ask you to clarify please (it's actually the reason I originally posted something and then deleted it). I know that JDev 11g is built on a SVN 1.4 client (not a 1.5) - I thought you may be confusing SVNKit version with SVN client version. Drop6 has svnkit 1.1.7, which does appear to work with Subversion 1.5.2 (according to [url http://www.nabble.com/svn:-Malformed-network-data-td16423851.html]this and [url https://svn.svnkit.com/repos/svnkit/tags/1.1.8/changelog.txt]this, it appears 1.1.7 is the first version to work properly with 1.5.x
    I guess we'll find out in the next week or so (or so) what version SVNKit comes with 11g r1 - but it would be awesome if it were 1.1.7 at minimum (like drop 6)
    John

  • Web Services from Forms, what version?

    Im getting rather confused on what version of J Developer we should be using to create our Web service stubs so we can consume web services in our version of Oracle Forms 10.1.2
    I am currently running though the example on the Oracle How to so ill use the versions suggested there but for furure development should we be using the latest version of JDeveloper?

    You can certainly use 10.1.3.x of JDev for building web services to call from forms 10.1.2. I have done this here:
    http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html
    Generally the thing you have to watch is to ensure the JDK version for the web service proxy project is the same as Forms (1.4). You also need to be careful on the web service type from which you are creating the proxy. (Jax-rpc, jax-ws etc)
    It might be worth trying (but might have a few gotchas) using 10.1.3 to generate a proxy against an 11g web service - but you need to watch what version of the web services standard you are using as there have been a number of changes in this area.
    hope that helps
    Grant

  • I have an ipod touch, do not know what version it is? it states 5.1.1 (9B206), how can I tell if 4 or 5?

    Hi.  I got an ipod touch to do a survey and cannot find the box.  A friend is interested in it and I don't know what version it is?  it has 6.4 GB and I got it last July/August.  I have the version from the ipod state 5.1.1 (9B206)
    model MC540LL
    any clues out there how to tell what I have?
    thanks

    You have a 4th generation.
    Introduced     September 2010 (Black model) October 2011 (White model)
    Discontinued     September 2012 (8 GB and 64 GB)
    Model Identifier     iPod4,1
    Model Number     A1367
    EMC     2407
    Order Number     MC540LL/A (8 GB Black) MC544LL/A (32 GB Black) MC547LL/A (64 GB Black) MD057LL/A (8 GB White) MD058LL/ (32 GB White) MD059LL/A (64 GB White)

  • PDF portfolio works in what versions?

    How do I know what versions or Acrobat or Reader my PDF portfolio will work in?
    Will it work in reader?

    PDF Portfolios will work in both Acrobat and Reader 9.
    In addition,
    "By default, PDF Portfolios created in Acrobat 9 will open in earlier  versions of Acrobat and Reader and the PDF Portfolio will make the best  use of the features available to it. When opened in version 8, the PDF  Portfolio will act like a PDF Package and in version 7 and 6, the  contents will appear as attachments"
    This content is taken from Joel Geraci's PDF Developer Junkie Blog.

  • How do I tell what version (update / release level) of version 6 has been applied to my system?

    Question
    How do I tell what version (update / release level) of version 6 has been applied to my system? I have applied several different release levels to version 6 of FF but all the about feature tells me is Version 6.0. no version! This seems to be a change in the way updates are handled. Is that a bending because of the speed of which you're pushing out updates and new releases?
    contact me if you need something more
    ''deleted email address''

    @cchur <br />
    Nope, I never used Chrome, but I did try Chromium on my Windows desktop PC for a few months last year. I got tired of the Google updater. exe running all the time and Google's method of doing updates, so it's gone. I do have Chromium on my Linux EeePC since last summer, but Ubuntu handles all updates and gives the user the capability to accept or deny, any or all updates - much more to my liking, similar to the way Mozilla does it. I don't like software developers forcing to update until I am ready to proceed.
    There's a lot more about this new Fast Release system, than just the lack of visible version numbers, that I don't like. The Nightly, Aurora, Beta, & Release sequence is dumb with the way it changes the version numbers. I prefer installing (for instance) what will become version 7 and have that installation progress thru the 4 stages, instead. Now it's like Nightly going from 7 to 8, Aurora going from 6 to 7, and Beta doing - hell, I won't know if it becomes a Release or if it just dies and I will have to install the Release version myself. ''Quite honestly I don't care, because I don't think this new "system" is going to last too long without major modifications. Too damn many users are so pissed off, that when Firefox starts losing large numbers of users, Chrome keeps growing and eventually passes Firefox in number of users and market share of usage - Mozilla will wake up and see the "light" and change back to the way things used to be done, to a certain extent.''
    I also dislike the UI changes in 4/5/6/7 enough that I am still using Firefox 3.6 for almost everything and Firefox 2.0.0.20 for the rest. I have been setting my toolbars up almost like Mozilla did for Firefox 4, since Firefox '''0.7''' in 2003 and I haven't come up with a workable combination of mods and extensions to configure Firefox to look and work the way I have been doing for almost 8 years now.

  • Is there a way to programmatically tell what version of LabVIEW a VI is compiled in?

    Is there a way to tell programmatically what version of LabVIEW a VI is compiled in?
    LabVIEW seems to know.  If you click on "List Unsaved Changes", it (sometimes?) tells you the version of LabVIEW that the VI is already saved under (i.e., 8.0 instead of 8.0.1).  So if LabVIEW knows, maybe they've provided a way for us lower-echelon folks (i.e., customers) to know too, eh?
    Is there a way to get this from, say, VI Properties (i.e., Property Node gets passed a ref to a VI & I select the right property name)?  I couldn't find any property name that has "version" or anything like that, but maybe what I'm looking for is using terms that are so different than what I'm expecting that I just can't tell.
    Or by some other method?  (I gvimmed a few .vi files, and see some stuff that looks like I *could* get the version by parsing/searching the file itself, but parsing the binary might give pretty unreliable results.)

    Just dro a proerty node on the diagram and select property: "Application...Version number" and display the resulting string output.
    Message Edited by altenbach on 07-02-2006 11:33 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    version.png ‏9 KB

Maybe you are looking for