Feature Obsolete in JDev. 11.1.2?

Hi All,
In JDev. 11.1.1.3, when you'd edit the view criteria of a query, then go into the 'UI Hints' tab and select an item to filter -- to the right displays a "Support Multiple Value Selection" checkbox. If you'd select this, the view criteria would render a mult-select dropdown and life was great!
In 11.1.2, the exact same application throws a "Unsupported model type" error (see below) when the checkbox is checked. If unchecked, the error goes away, but so does the option for multiple values being selected.
Are multiple values no longer supported in view criteria? Is there a way around this using another technique?
Thanks for any help you can provide!
javax.faces.convert.ConverterException: Unsupported model type.
     at oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectManyRenderer._throwUnsupportedModelType(SimpleSelectManyRenderer.java:598)
     at oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectManyRenderer.getDefaultConverter(SimpleSelectManyRenderer.java:163)
     at oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectBaseRenderer._renderContent(SimpleSelectBaseRenderer.java:193)
     at oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectBaseRenderer.renderElementContent(SimpleSelectBaseRenderer.java:116)
     at oracle.adfinternal.view.faces.renderkit.rich.FormInputRenderer.encodeAllAsElement(FormInputRenderer.java:151)
     at oracle.adfinternal.view.faces.renderkit.rich.FormElementRenderer.encodeAll(FormElementRenderer.java:164)
     at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:1700)
     at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.renderFieldCellContents(LabeledInputRenderer.java:228)
     at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:210)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeHorizontalChild(PanelGroupLayoutRenderer.java:525)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$1200(PanelGroupLayoutRenderer.java:30)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:698)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:637)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
     at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:360)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer$CriterionRenderer.renderFieldCellContents(QueryRenderer.java:4046)
     at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.renderFieldCell(LabelLayoutRenderer.java:528)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer$CriterionRenderer.encodeAll(QueryRenderer.java:3937)
     at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:1731)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer$CriteriaRenderer._renderRowsInRange(QueryRenderer.java:3345)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer$CriteriaRenderer._encodeFormColumns(QueryRenderer.java:3233)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer$CriteriaRenderer._createAndEncodeCriterionList(QueryRenderer.java:3121)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer$CriteriaRenderer.encodeAll(QueryRenderer.java:3016)
     at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:1731)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer.renderChildrenAfterHelpAndInfo(QueryRenderer.java:815)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer._renderContentCell(PanelHeaderRenderer.java:1169)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderContentRow(PanelHeaderRenderer.java:575)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer.renderContentRow(QueryRenderer.java:733)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:248)
     at oracle.adfinternal.view.faces.renderkit.rich.QueryRenderer.encodeAll(QueryRenderer.java:427)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:623)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderChildrenAfterHelpAndInfo(PanelHeaderRenderer.java:637)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer._renderContentCell(PanelHeaderRenderer.java:1169)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderContentRow(PanelHeaderRenderer.java:575)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:248)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:447)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$1500(PanelGroupLayoutRenderer.java:30)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:734)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:637)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
     at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:360)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:623)
     at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062)
     at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:274)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:623)
     at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062)
     at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1277)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1655)
     at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:91)
     at com.sun.faces.application.view.JspViewHandlingStrategy.doRenderView(JspViewHandlingStrategy.java:431)
     at com.sun.faces.application.view.JspViewHandlingStrategy.renderView(JspViewHandlingStrategy.java:233)
     at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.renderView(ViewDeclarationLanguageFactoryImpl.java:350)
     at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)
     at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:273)
     at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:165)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1027)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:334)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:232)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:121)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

Hi Frank,
I have made a service request for this problem on 26 April 2011. (SR 3-3478877731).
See also thread:
Re: multiple selection in Query Panel. Operator Does not equal generates error.
Best,
Kees.

Similar Messages

  • Feature request  for JDev in comparision with Eclipse

    In JDeveloper 10.1.3 Preview release, I see only one option to find out a resource (applies only to Java files). Eclipse supports this feature for any type of resource in Workspaces. (Ctrl+Shift+R) : You can find any resource in Eclipse but In JDev this support is only applicable to Java classes.
    Will finding any type of Resources will be implemented in production release.
    Further things which I find useful in Eclipse compared to JDev are:
    1) In Search option you can select a field or member and seacrh the refernces like Read/Write Access on a member in a java object. This is one of the most important feature I feel.
    2) Organize Imports, JDev doesn't support this. If I have a java file where imports are not proper, I have to each line and Press Alt+Enter. If I have 20 members where I didn't do import (which happens when I import a project to JDev), I have press 20 times Alt+Enter. I feel this feature should be useful to all.
    3) Object structure in Eclipse. In a Java source file, if u press Ctrl+Shift+O, Eclipse shows a the members, so I need not go to structure window to find it. If my class is a huge file, I have to scroll through.
    4) Refactoring support is still not in comparision whith Eclipse or IDeaJ like externalise strings etc...
    Looks like JDev code Assist is like hard coded Assistance. If I type "If ()" still not completed the statement, it says "Negate If statement". This really doesn't look good.
    Bug in JDev 10.1.3
    When my connection manager is active and I select a Java file in the code editor and click "Select in Navigator", JDev doesn't find it. It finds it only if System Navigator is active and the node in which Java/JSP file exists is expanded, else it reports as not found.

    You can get something even better right now: Lightroom can show Lab values if you right-click on the histogram and check "show Lab values". The L is what you want:
    (The K in Photoshop refers to whatever is set as gray working space - what the value would be if you converted the file to it. The actual readout varies according to what that working space is).

  • Multiple value selection in view criteria bug in 11.1.2

    I've also encountered this problem in 11.1.2:
    Feature Obsolete in JDev. 11.1.2?
    Is there a bug number I can track for this?
    Thanks,
    Bob

    Bug 12419026: DOING MULTIPLE SELECTION IN ADF QUERY PANEL, OPERATOR DOES NOT EQUAL GENERATES E

  • Do you think the download site getting slower and slower.

    Maybe the whole OTN site is getting slower.
    I remeber, originally(back to jdev 902 RC) I selecting Jdeveloper based on I was downloading the Visual Age for Java and Jdev at the same time and after several minutes, I got Jdev and then got Oracle 9i, but the downloadings of DB2 and VA4J are sluggish.
    Though, I'm currently main using Netbeans and Eclipse, after 4 years I want to get Jdev1013 a try, I must to say time passes and the situation has changed:
    (comparing with other IDE site)
    1) the download step is too complex
    2) the download speed is too slow
    3) I could not use my "Download Manager" software now
    4) the cycle of release is too long, lag support the new JDK, which is the main reason I have to switch to other IDE
    here is not reprove but heaty hope you (the whole team) can be aware!
    Actually, there are many features exist in Jdev and still lack in other IDE:
    1) Visual JSP/HTML/... dev
    2) JSP/HTML preview
    3) Full supporting J2EE stack (though too tight binding OC4J)
    4) WebStar support
    5) One click deployment
    6) easy for newbies
    that is it
    best regards

    It's already on sale. Most likely not anytime soon.

  • Debugger - unhandled exception trapping?

    3.1.681
    Can someone explain to me how to set up a Debugger trap for any unhandled exception?
    I use Debug | Run | Exception Breakpoint (lit) | Unhandled Exception Throw (lit ) but it doesn't seem to save (When I come back it is unlit again)? Is there something more that needs to be done?
    grin Is was fun looking at the documentation like "Step Over to Step Over the method" and then determining that "Step Over==Step" in other debuggers, and I can't find a "Step Over" ( or Skip ) function? sigh If each new town incorporated makes its own vocabulary, changing definitions while using the same words as another town.... well, I guess that's a really common issue in computer application tools.

    You make me smile! Ok, the terms are confusing. I'm not going to lash anyone with a wet noodle, but hopefully the docs will get better, without any tortellini torture.
    Ok, Step Over does execute the method without stopping (unless it encounters a real breakpoint somewhere). What you want is to NOT execute the method. Ok, we have such a feature (starting with JDev 3.1 I think), but it is only available with OJVM, which hopefully you are using! (Unless you specify -classic or -hotspot in the Java VM Parameters field of the Run/Debug tab in the project properties dialog box, then you are probably using OJVM).
    Click in the editor and place the text cursor on the line that you want to skip to. Don't put the text cursor on the line you want to skip over, but do put it on the line where you want to end up. Then go to the main menu and choose Debug -> Set Next Statement. That will move the execution point of the current thread to the line where the text cursor is, without executing any code.
    If the menu item is grayed, check the following:
    1. You are using ojvm. You can verify this by looking in the message view while you are debugging. The message view shows the command which was used to start your program in debug mode. After the "...\jre\bin\java" part, there should be a -XXdebug. Note that there are two Xs. If -XXdebug is present, it means that you are using OJVM. If you see -classic or -hotspot or -Xdebug (only one X), then you are not using OJVM.
    2. The text cursor in the code editor is on a valid and executable line of java code. Make sure it is not on a comment.
    3. The text cursor is within the same method as the execution point. We don't let you "jump" into a different method.
    Be very careful using this feature. We call it a buyer-beware feature. If you skip over initialization of local variables, you are likely to get into trouble very quickly, especially if the uninitialized variable is not a primitive type. If you skip over code which is "necessary" to the rest of you program, you are going to get into trouble.
    You can also use this feature to repeat the execution of a statement. For example, if you pressed Step Over but you meant to Trace Into, you can put the cursor BACK on the line you wanted to trace into, do Set Next Statement, and then do Trace Into. Again, buyer-beware: if the code you are repeating causes side effects, then it may not be safe to repeat it.
    About the exception breakpoint stuff. The problem arises from mixing old and new debugger architectures, which happened when we started supporting JDK 1.2 (new) and continued to support JDK 1.1 (old). The user interface was mostly written when we only supported JDK 1.1, and the UI basically matched the underlying debugging support. However, the debugging support we have in JDK 1.2 is a little different, so we try our best to match an old user interface to the new underlying debugging support.
    Did you happen to go to Oracle Open World and check out JDev 5, which was shown at the "campground"? With JDev 5, we can all look forward to a better product, where the UI can be re-designed (where necessary) to better match the underlying capabilities.
    Liz
    null

  • Help with examples

    Hi All,
    We have an heavy application running on weblogic 7.1 using JSP, session EJBs and Oracle DB. Our application is design based J2EE blueprints and Sun pet store architecture. Its difficult for us to move to use Struts controller for front end or use ADF business components. We want to retain our EJBs and controller with NO/minimal changes and replace JSP framework with better technology (UIX)
    I am looking for examples that would help me understand the capabilities of UIX. I found many sample applications for learning UIX and JDev. They are very good and quickly highlights the key features and how JDev can bring in productivity gains to development. But they dont address complex situations. For example, all of the examples uses "Business components from Tables". ADF gives out of box components to handle these bus-comp. But in our case, all the data are retrieved and updated through custom classes [EJB-session beans].
    I am looking for sample applications that uses session EJB for all its data lookup and data manipulation (I want learn to use DataControl and BindingControls for EJB).
    Do you guys know any such sample application?
    Thanks,
    _Jp

    Following tutorial shows the usage of EJB Data Control
    http://otn.oracle.com/obe/obe9051jdev/EJBtoJSP/defaultejb.htm
    It doesn't use UIX as the view technology though. It uses JSP pages
    raghu
    JDev Team

  • Apple id lock

    is there a legal route to take to get apple id unlocked on iphone 5s and 4s please?

    That is not legal, but technical support forum, provided to you and me by Apple. Post like yours violates terms of service. Last I have heard, Apple's lawyers didn't lose case yet. Activation lock is going to be legal requirement for every phone company from July 2015. I highly suspect that your will lose and your court cost is going to be exponentially more then price of two phones.  If they lose to you, everyone will get their phones unlocked and that will render Apple's security feature obsolete. They would put all attorney power against that. You d be surprised how many times someone promised to take them to court on this boards.

  • Missing feature in JDev 10.1.3.0

    Hi,
    JDev 9.0.5 had a feature called "Add Javadoc comments", but this seems to have disappeared in the latest 10.1.3 JDev. Was it deliberately removed?
    It was a useful feature, while coding I used to just write the signature of the method, then right click and say "Add Javadoc comments" it used to generate the javadoc for that method with most of the information, which now have to be written by myself manually :(
    VJ

    Click in front of a public method and you see a light bulb. Press this one and it will indicate missing Javadocs providing the option to create it
    You can also go to the JDeveloper preferences and define an accelerator for adding Javadocs. Then whenever you select the method, press the defined keyboard combination and the doc will be created
    Frank

  • Is it possible to customize (some) of JDev features?

    Well, like
    - changing the default-generated files (my own custom initial web.xml, ....)
    - adding new items (sort of templates) in the New... dialog
    and so on.
    I did not find anything in the docs on this (my apologies if it was there, but please someone point me to the info then).
    Is it possible?
    Best regards,
    Florin

    Hi,
    You might find the TemplateMaker extension useful. It allows you to save existing files as templates and creates entries in the File->New... gallery that you can use to create new documents. It uses the Apache Velocity template engine, so you can achieve quite powerful effects (if you want) by embedding special code into your templates.
    Download it from here:
    http://otn.oracle.com/products/jdev/htdocs/partners/addins/exchange/templatemaker/content.html
    JDev also has a template feature built in (in Tools->Preferences under Code Editor->Code Templates). This is suitable for situations when you want to insert boilerplate code chunks into an existing file.
    Thanks,
    Brian
    JDev Team

  • New features of JDev 10.1.3.2....

    Hi ,
    What are the new features of JDev 10.1.3.2 or where can i find them...????
    Is it really worth to download and use this new version instead of JDev 10.1.3.1 for somebody who begins learning the tool.....????
    Thanks , a lot
    Simon

    If you google for "new features of JDeveloper" you'll get to this link:
    http://www.oracle.com/technology/products/jdev/collateral/papers/10131/newfeatures/index.html
    I always claim that there is no reason to start your learning with an old version of the tool.

  • Jdev 11.1.2.3 new features

    Hi,
    I'm using jdev 11.1.2.3 and yesterday some new features were released to JDev 11.1.1.7.
    I would like to know if those new components like, timeline, treemap, sunburst will be available in 11.1.2.3 and when.
    Thank you.

    hi, jhon
    The information from your reply is valuable for me. and I think these information should be included in the jdev release note.
    and if jdev 11.1.2.x is the future of jdev, new features should be added to this versions first.--right?
    Before i read your reply this afternoon, i download jdev 11.1.1.7, and replaced jdev 11.1.2.3 in my computer with jdev 11.1.1.7.
    but to my astonishment, i beleive the startup of jdev 11.1.1.7 was much slower than jdev 11.1.2.3.
    and after migrating one of my simple app developed in jdev 11.1.2.3, the jspx page can no longer display in visual design mode correctly--(can only show in a tree-structure text mode,not in WYSIWYG mode).
    so i have to uninstall the jdev 11.1.1.7 at once.
    If i have read your above posts earlier, i would not have made this useless try.>>>>
    BAO
    Edited by: user6715237 on 2013-4-4 上午6:46

  • JDev 11G PS3, where can I find new features in BPM/SOA part?

    Hello,
    I've just downloaded and installed JDev 11G PS3.
    When I look at the 'New Features' list on OTN, only the following parts are contained
    -Database Development
    -ADF Framework (Share)
    -ADF View (ADF Faces and Data Visualization Components)
    -ADF Desktop Integration
    A quick look in the BPM console reveals a new Activity object 'Call'.
    Where can I find a new features list for the BPM/SOA part?
    Regards Léon

    Hello Heidi,
    No worries, I was just checking what's new in the PS3 for BPM.
    But when the problem is solved, is there a way to check what new functionality is added?
    Regards Léon

  • Does Jdev 11g Provide the Introspection feature?

    Hi Everyone
    Does any one have the idea whether Oracle Jdev 11g supports the Introspection Design pattern?
    My Requirement is like I have two DTO's(Data Transfer Objects). The Source DTO has 100 attributes approximately. I need to have a feature/framework something like that it takes two DTO's and transfer the data from Source DTO to Target DTO and returns the targetDTO as output.
    I have seen this reature in Struts Framwork (org.apache.commons.beanutils )
    Thanks in Advance

    Why don't you just use the beanutil code?
    This is nothing specific to jdev, is just java. One other way is to write this feature yourself using reflection.
    Timo

  • SQL*LOADER-Deprecated/Obsolete Features Between Oracle 8.1.7 and Oracle10G

    Please let me know the Deprecated/Obsolete Features Between Oracle 8.1.7 and Oracle10G for SQL*LOADER.
    I have gone through the documentations and found no notable Deprecated/Obsolete Features for SQL*LOADER.
    If anybody has come across some of the features please publish.
    Thanks in advance

    Please refer
    Migrating PL/SQL source code from Oracle 8.1.7 to Oracle 10g

  • Any ViewLet available for SOA Suite or new feature of jdev 10131 ?

    Hi
    thank you for reading my post
    is there any viewlet available for SOA feature of new version of Jdeveloper 10131 ?
    thanks

    yes there is -
    on my blog I talk about some of the features in JDev
    http://clemensblog.blogspot.com/2006/03/heads-down-for-bpelpm-1013-nightly.html
    and
    http://clemensblog.blogspot.com/2006/06/bpel-pm-10131-new-features-part-2.html
    Security
    http://clemensblog.blogspot.com/2006/04/bpel-1013-new-security-features.html
    and on the webinar site you can find the feature preview
    http://www.oracle.com/technology/products/ias/bpel/htdocs/webinars.html
    search for 10.1.3 feature preview
    hth clemens

Maybe you are looking for

  • Adobe CS 2 apps crash on launch

    It installed fine, but every time I try to open a program, it quits. I've verified the disk, repaired permissions- tried opening in the test account I have on my computer, tried changing owners- nothing has worked so far. I'm just wondering if my com

  • Problems to download with java web start

    Hola to all. I have the following problem. My application not discharge of the server when you exist a new version. The application runs off line but when exist a new version must download the last version, is the idea. If I execute for first time th

  • Best way to change config then change it back after a while.

    I spent some time today trying a couple approaches to this, but they all seemed a little klunky. I'm looking for the best way to change the BGP prefixes which are advertised out to an ISP, based on some check.  I want to set a timeout so the router w

  • Nokia 3120 Classic music files.

    I have an Apple computer with ITunes . Is it possible to download the music files directly onto a micro SD card , then insert the  the card in the phone a listen to the music?. Nokia don't have Apple software , only PC software. Any way of doing this

  • Where is the enter button on a Lenovo idea pad A2109A

    My A2109A will not turn on.  I read some posted suggestions and by holding down the + volume button and the on/off button at the same time, an android recovery screen appeared. The menu had 5 choices, each accessible by the + and - volume key: (1) re