Apache Trinidad support in JDeveloper 10.1.3.2.0

Hi everyone!
My company recently decided to use Trinidad faces with JDeveloper. I installed the libraries like Frank described in http://www.oracle.com/technology/products/jdev/howtos/1013/trinidad/trinidad.html.
I downloaded the libraries (...-1.0.0-incubating...), copied them to the jlib-directory of JDeveloper and added them with the Manage Libraries tool. Then I included them into my project, and changed the web.xml and faces-config.xml files like described in the How-To.
The problem is, I do not have any visual support in the editor since, after changing the tags in my JSPXs (e.g. from af:frameBorder to tr:frameBorderLayout) Jdeveloper displays the error "Invalid parent element for element f:facet".
JSPX looks like this:
<tr:panelBorderLayout>
<f:facet name="top">
</f:facet>
</tr:panelBorderLayout>
What else do I have to configure to be able to use the Trinidad components in JDeveloper?
Thanks for help,
Thomas

Update:
I just discovered a really weird effect... I created a new project from the example-war-files that came with Trinidad... To my surprise now the editor displayed the .jspx from my other project, even though I did not change the slightest thing in that project. As well, the editor now doesn't mark the <f:facet> tag as being erroneous due to a wrong parent object anymore. However... when I try to compile it says "ClassDefNotFoundError:UIXComponentTag", a problem I encountered earlier, and solved by deleting and re-including the Trinidad-libraries to my project.
So now the editor doesn't show me any errors anymore and displays the .jspx correctly, but I can't compile, whereas before importing the Trinidad example to a different project it happened to be vice versa.

Similar Messages

  • Trinidad problem in JDeveloper 10.1.3.2

    Hi All,
    I follow the steps from http://www.oracle.com/technology/products/jdev/howtos/1013/trinidad/trinidad.html to use JSF trinidad in JDeveloper, but I don't get to see a preview of the pages. The jsp page appear in outline.
    I saw at console of JDeveloper and I got this error:
    org.apache.myfaces.trinidad.component.UIXComponentBase _createType SEVERE: Could not load type properties
    java.lang.NullPointerException at oracle.jdevimpl.webapp.design.DesignTimeClassLoader.loadClass(DesignT
    imeClassLoader.java:206) at org.apache.myfaces.trinidad.component.UIXComponentBase._createType(UI
    XComponentBase.java:1333) at org.apache.myfaces.trinidad.component.UIXComponentBase.<clinit>(UIXCo
    mponentBase.java:91) at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopTab
    leRenderer.<init>(DesktopTableRenderer.java:87) at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopRen
    derKit.<init>(DesktopRenderKit.java:28) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.ja va:935)
            at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.ja va:426)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureLi stener.java:348)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainer Context.contextInitialized(DesignTimeServletContainerContext.java:1048)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.invokeContextInitializ ed(DesignTimeThread.java:682)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.synchronousUpdate(Desi gnTimeThread.java:137)
            at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext._init(DesignT imeDocumentContext.java:1498)
            at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext.<init>(Design TimeDocumentContext.java:249)
            at oracle.jdevimpl.webapp.design.DesignTimeEngine.start(DesignTimeEngine .java:243)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.startupDesignTime(JspEdit or.java:307)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEditor.java:208)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1206)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
            at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
            at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
            at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
            at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
            at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
            at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
            at oracle.ideimpl.editor.SplitPaneState.loadStateInfo(SplitPaneState.java:407)
            at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:970)
            at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1751)
            at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
            at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
            at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
            at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
            at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:353)
            at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:1824)
            at oracle.ide.layout.Layouts.activate(Layouts.java:758)
            at oracle.ide.layout.Layouts.activateLayout(Layouts.java:179)
            at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:743)
            at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    05/07/2007 09:23:07 oracle.adf.view.faces.webapp.AdfFacesFilterHelper verifyFilterIsInstalled
    WARNING: The AdfFacesFilter has not been installed.  ADF Faces requires this filter for proper execution.
    05/07/2007 09:23:07 org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl _checkTimestamp
    INFO: Apache Trinidad is running with time-stamp checking enabled.
    This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    05/07/2007 09:23:07 org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder$Handler _logError
    SEVERE: jar:file:/C:/jDeveloper10.1.3.2/jlib/adf-faces-impl.jar!/META-INF/agent/capabilities.xml: Parsing error, line 2, column 89:
    org.xml.sax.SAXParseException: Invalid Namespace: http://xmlns.oracle.com/adf/view/faces/agent/capabilities
            at org.apache.myfaces.trinidadinternal.agent.parse.CapabilitiesDocumentParser.startElement(CapabilitiesDocumentParser.java:114)
            at org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder$Handler.startElement(TreeBuilder.java:333)
            at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
            at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
            at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
            at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
            at org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder.parse(TreeBuilder.java:169)
            at org.apache.myfaces.trinidadinternal.agent.parse.CapabilitiesDocumentParser.createInstance(CapabilitiesDocumentParser.java:74)
            at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider._getCapabilityDocument(CapabilitiesProvider.java:131)
            at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider._getCapabilities(CapabilitiesProvider.java:113)
            at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider.getCapabilities(CapabilitiesProvider.java:94)
            at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl._getCapabilityMap(TrinidadAgentImpl.java:268)
            at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl._initialize(TrinidadAgentImpl.java:238)
            at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl.<init>(TrinidadAgentImpl.java:43)
            at org.apache.myfaces.trinidadinternal.context.RequestContextImpl.getAgent(RequestContextImpl.java:619)
            at org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit.chooseRenderKit(CoreRenderKit.java:141)
            at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:52)
            at oracle.adfinternal.view.faces.application.StateManagerImpl._getResponseStateManager(StateManagerImpl.java:534)
            at oracle.adfinternal.view.faces.application.StateManagerImpl.restoreView(StateManagerImpl.java:263)
            at com.sun.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:250)
            at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:265)
            at oracle.adfinternal.view.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:232)
            at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:177)
            at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
            at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:274)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:380)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:208)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:165)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
            at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:357)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:232)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:681)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:626)
            at oracle.jdevimpl.webapp.design.DesignTimeRenderThread.service(DesignTimeRenderThread.java:74)
            at oracle.jdevimpl.webapp.design.DesignTimeEngine.service(DesignTimeEngine.java:348)
            at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument._serviceJsp(DesignTimeViewDocument.java:851)
            at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument.rebuildTree(DesignTimeViewDocument.java:137)
            at oracle.jdevimpl.webapp.design.view.DesignTimeFixedViewDocument.rebuildTree(DesignTimeFixedViewDocument.java:154)
            at oracle.jdevimpl.webapp.model.content.dom.view.proxy.ProxyViewDocument.initialize(ProxyViewDocument.java:80)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.rebuildViewDocument(AbstractWebAppEditor.java:686)
            at oracle.jdevimpl.webapp.editor.html.HtmlEditor.rebuildViewDocument(HtmlEditor.java:621)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEditor.java:209)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1206)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
            at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
            at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
            at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
            at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
            at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
            at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
            at oracle.ideimpl.editor.SplitPaneState.loadStateInfo(SplitPaneState.java:407)
            at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:970)
            at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1751)
            at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
            at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
            at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
            at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
            at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:353)
            at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:1824)
            at oracle.ide.layout.Layouts.activate(Layouts.java:758)
            at oracle.ide.layout.Layouts.activateLayout(Layouts.java:179)
            at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:743)
            at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)Best Regards,
    Cleiton

    I get the first error and the warning even if I use a fresh copy of jdev10.1.3.2 and a new project with standard JSF. There are no references to ADF components.
    SCHWERWIEGEND: Could not load type properties
    java.lang.NullPointerException
            at oracle.jdevimpl.webapp.design.DesignTimeClassLoader.loadClass(DesignT
    imeClassLoader.java:206)
            at org.apache.myfaces.trinidad.component.UIXComponentBase._createType(UI
    XComponentBase.java:1333)
            at org.apache.myfaces.trinidad.component.UIXComponentBase.<clinit>(UIXCo
    mponentBase.java:91)
            at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopTab
    leRenderer.<init>(DesktopTableRenderer.java:87)
            at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopRen
    derKit.<init>(DesktopRenderKit.java:28)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.ja
    va:935)
            at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.ja
    va:426)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureLi
    stener.java:348)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainer
    Context.contextInitialized(DesignTimeServletContainerContext.java:1048)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.invokeContextInitializ
    ed(DesignTimeThread.java:682)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.synchronousUpdate(Desi
    gnTimeThread.java:137)
            at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext._init(DesignT
    imeDocumentContext.java:1498)
            at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext.<init>(Design
    TimeDocumentContext.java:249)
            at oracle.jdevimpl.webapp.design.DesignTimeEngine.start(DesignTimeEngine
    .java:243)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.startupDesignTime(JspEdit
    or.java:307)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEd
    itor.java:208)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(Ab
    stractWebAppEditor.java:1206)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAp
    pEditor.java:393)
            at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:17
    2)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
            at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
            at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
            at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:
    90)
            at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneSt
    ate.java:231)
            at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPa
    neState.java:194)
            at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupStat
    e.java:103)
            at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
            at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImp
    l.java:1261)
            at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImp
    l.java:1196)
            at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.
    java:1131)
            at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerI
    mpl.java:2332)
            at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorMan
    agerImpl.java:1893)
            at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:
    343)
            at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeEx
    plorer.java:1576)
            at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.
    java:1913)
            at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplor
    er.java:1934)
            at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:
    176)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1774)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    09.07.2007 16:30:28 oracle.adf.view.faces.webapp.AdfFacesFilterHelper verifyFilt
    erIsInstalled
    WARNUNG: The AdfFacesFilter has not been installed.  ADF Faces requires this fil
    ter for proper execution.

  • Style Message in design view with Apache Trinidad HTML components

    Hi !!!
    I'm using Apache Trinidad HTML components. In that components after using Table Layout I'm trying to use Row layout after dragging the row layout to the design view the following message is appearing in the design view, the same is happening in the browser window also.
    style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px"
    Thanks in Advance
    Anil Kumar Golla

    Ric,
    First I created an application by selecting New Application from the Application Navigator. In that application window I submitted relevant names for creating the new application, after that it displayed the project window in that I given the project name then in Jdeveloper's Application window the project name is displayed from there I selected new by right clicking, in that New gallery window, I selected Web Tier > Page Template > Ok. In the Create Jsf Page template window I created a File Name and Facet Definitions namely North, West, East, South and Center. After that Jdeveloper created the new JSPX page. In that page first I dragged panel stretch layout from Adf Faces to the Jdeveloper's design view and given facet references (North, West, East, South and Center). In the North Portion I dragged the Apache Trinidad HTML's Table Layout component, after that Row layout, then in the design window I'm getting the "style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px". The same is displaying in the browser window also.
    Thanks in Advance
    Anil Golla

  • Apache Trinidad is running with time-stamp checking enabled.

    Experts,
    Contents of my web.xml file
    <context-param>
        <description>If this parameter is true, there will be an automatic check of the modification date of your JSPs, and saved state will be discarded when JSP's change. It will also automatically check if your skinning css files have changed without you having to restart the server. This makes development easier, but adds overhead. For this reason this parameter should be set to false when your application is deployed.</description>
        <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
        <param-value>false</param-value>
      </context-param>When my application runs i get the following on the weblogic console
    <ViewHandlerImpl> <_checkTimestamp> Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    <UIXEditableValue> <_isBeanValidationAvailable> A Bean Validation provider is not present, therefore bean validation is disabled
    Isnt it a bit strange ? Please advise what is wrong.
    thnks
    jdev 11.1.2.1

    If you're talking about the integrated WLS, time-stamp checking is automatically enabled no matter what so that changes you make in the IDE can be picked up. It's nothing to worry about.
    John

  • Support for JDeveloper 10.1.3 on Windows Server 2008 64 bit OS

    Hello,
    We are using JDeveloper 10.1.3.3.0 (patch # 9879989) for R12.
    Would like to know support for Jdeveloper on windows server 2008 - 64 bit.
    Thanks,
    Swati.

    Hi Swati,
    Currently I am using Jdeveloper Patch#9172975 for R12.1.2 on windows server 2008 X64 and it works fine.
    As Jdeveloper Patch#9172975 is lower version then Jdeveloper Patch#9879989, Patch#9879989 should work on Windows Server 2008 64bit.
    Still I am not confirm about Jdeveloper Patch#9879989 on Windows Server 2008 64bit.
    Thanks,
    Laukik

  • WSS version supported in JDeveloper 10.1.3.3?

    What is the version of WSS(Web Service Security) that is supported in JDeveloper 10.1.3.3?
    Thanks

    AFAIK, 10.1.3.0:
    WS-Addr 1.0
    WS-CF 1.0
    WS-Events 2.0
    WS-Reliability 1.0
    WS Basic Profile 1.1
    http://www.oracle.com/technology/tech/standards/soa-standards.html
    Marc
    http://orasoa.blogspot.com

  • Bug: OEPE 12c Apache Trinidad Component Palette

    The OEPE 12c Apache Trinidad component palette does not list all the components.
    1. Create a Dynamic Web Project.
    2. Add the Trinidad 1.2 Project Facet.
    3. Add the taglib declaration for trinidad to index.jsp.
    <%@ taglib uri="http://myfaces.apache.org/trinidad" prefix="tr"%>
    4. Within the f:view tag select the component palette for http://myfaces.apache.org/trinidad.
    5. Only the "table" and "column" components get listed.

    Hi,
    I just test it and I get all the components listed. If you go Help -> About -> Click on the OEPE Icon can you tell me the full version that appears on Oracle Web Tier Tools?
    Thanks,
    Juan Camilo

  • SMS support  in Jdeveloper 11.1.1.6

    Hi,
    Could you please help us know, whether SMPP receiver can be supported on JDeveloper Studio Edition Version 11.1.1.6.0. Presently the UMS adapter supports only email notifications. The whole SOA suite which we use is of version 11.1.1.6.. Our requirement is to receive SMS, and based on which services should be invoked.
    Thanks

    Hello, please read this article:
    Java / Oracle SOA blog: Lets SOA Suite UMS do your Application Messaging&lt;/title&gt;&lt;link type='text/css' rel='styl…

  • When or If BPM 11.1.1.7 be supported by JDeveloper 11.1.1.7?

    Reference Page: http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/obpm/11g/r1/firstProcess/firstprocess_obpm11g.htm
    Following that simple page, it turns out JDeveloper does not support Oracle BPM (missing a huge feature). If you head to the following spot:
    This opens the Data Object window displaying available data objects that you can drag into the Parameters panel. Click on the hello data object and drag it into the parameters panel. Select the Editable checkbox for the new parameter.
    You will notice that drag/drop is not enable in JDeveloper 11.1.1.7, thus rendering BPM development impossible.
    I am wondering if or when BPM 11.1.1.7 will be supported in JDeveloper?
    For reference, I have seen this bug referenced in a different thread: https://forums.oracle.com/thread/2569315
    However there were no solution. Java 6 is no longer supported by Oracle, we are required to use Java 7 in order to get any of the support we pay Oracle for.

    Not sure I follow you and it's pretty clear that you have been misinformed.
    If you're using JDeveloper 11.1.1.7, you need JDK 1.6.  Go to http://www.oracle.com/technetwork/developer-tools/jdev/documentation/index-091111.html that says 11.1.1.7 corresponds to FMW 11.1.1.7 and WL 10.3.6.  The certification matrix shows these both need JDK 1.6.  The compatibility matrix that shows this can be reached by going to Oracle Fusion Middleware Supported System Configurations - > search for "BPM" on the page -> if you're in the 11g section, click on "xls".  This will take you to http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls.
    For JDeveloper, also make sure that you've installed the 32 bit version of the JDK and not the 64 bit version of the JDK.  This also has caused an issue with the drag and drop problem you are seeing.  Stuart Fleming addresses this here - https://community.oracle.com/thread/3515829.
    Dan

  • TimesTen support in JDeveloper

    Hi,
    Does anyone know if there is TimesTen support in JDeveloper or future releases of JDeveloper? E.g. defining a database connection in JDeveloper to a TimesTen data source?
    Ronald

    Hi Frank,
    Currently, I'm working on a Java project involved in implementing simulation processes. This typically concerns high-throughput and low-latency processes in which a lot of statistics have to be stored in a database to be available for analysis later on.
    In the old situation, the simulation logic was programmed (dispersed) in the simulation tool itself. To enable reuse, this logic will be implemented in Java components.
    As a start (pilot-phase), Log4J is used to log information (i.e. statistics) to console, files and also to a "plain" Oracle RDBMS. As the speed of the simulation in the simutation tool is increased a bottleneck occurs in the Java application. Not surprisingly; this is caused by disk I/O of Log4J.
    As a possible work-around, TimesTen is investigated to store log statements and statistics. I did several tests and it seems the performance increase is "only" 5x over the "plain" Oracle RDBMS. I asked some questions on the possible performance increase when using TimesTen on the TimesTen forum of OTN. It seems they can't give precise answers in relation to Java applications.
    As our project evolves it could very well be possible that we use JPA or a full-blown TopLink implementation to write/read statistics. I was wondering whether someone has experience in combining TimesTen with a persistency framework like TopLink.
    Thanks,
    Ronald

  • Apache Beehive support plug-in

    Hi,,
    is these a plug-in for JDeveloper to support Apache Beehive framework ?
    Thanks & Rgds,
    Ram

    Hi,
    Thanks for the response.
    Unfortunately ADF is not an option for us now. The application is slightly huge originally developed in weblogic workshop with NetUI & Controls framework.
    Our main objective is to upgrade the appserver from weblogic 8.1 to 10.3.5 (Oracle supported level) and this application will live in this state for another 5 years at least.
    We did attempt to migrate a portion of the app to ADF unsuccessfully.
    It requires a clean/pure design from Data to UI, to successfully migrate to ADF and it did not suit our app which is highly tailor made. The re-engineering costs a lot.
    So we are migrating to Beehive which is the natural successor and we are looking for IDE (other than workshop 10.3) ideally Eclipse.
    Wondering how in earlier years, Beehive applications were developed/managed ??
    There seems to be an eclipse plug-in called pollinate bit it seems not supporting the controls rather only the NetUI.
    any help or advice still.
    Rgds,
    Ram

  • 11G- Apache Tomcat support

    Good morning,
    I have been building a new ADF application, and am trying to deploy it now. I got to correctly deploy to a Oracle WebLogic Server installed on my machine.
    Ran into many problems when trying to get it to deploy to an Apache Tomcat 6 server, which is how our production environment is set up.
    In searching for help I ran across: http://www.oracle.com/technology/products/jdev/htdocs/11/as_supportmatrix.html
    This matrix seems to indicate that if I want to run our application I'll need to downgrade to JDeveloper 10g and Tomcat 5?
    Does anyone know if official support for Tomcat is in the works for 11G, and when it might be implemented?
    I see the thread: limitations of JDeveloper 11g ADF applications on Tomcat has some details... perhaps there is not a better answer available? But I would really like to know because if support is coming in the next 6 months, then we can probably just wait. Otherwise I guess we'll need to use 10G.
    Thanks,
    Jeff Sumner

    Jeff,
    There's been a good deal of discussion on this recently. Tomcat 6 used to be on that list, but it isn't anymore. Dana Singletary (on his blog) and others on this forum have gotten it set up and working. Jan Vervecken asked the other day about the significance that Tomcat 6 is not on the list today - I don't believe there was any response from Oracle.
    Sorry for the non-information, but that's what is out there publically at the moment.
    John

  • Migrating from Eclipse/Ant/MyFaces Trinidad to using JDeveloper--need help

    I recently downloaded JDeveloper 11.1.1.2.0. Several years ago, I used JDev to do some very simple JSP/servlet development with no formal framework. Times have changed a lot.
    For the past few years, I have been developing server-side Java web apps using Eclipse JEE and Ant (ie, everything is set up so that the developer does not depend on the IDE). We currently implement web apps using Apache MyFaces Trinidad JSF components (but not Facelets). Any developer here can check out our code and simply run Ant to build the projects--no need to even have Eclipse installed. Anyone here can build and develop with a text editor and Ant, if they prefer.
    I am impressed and yet overwhelmed by the robust functionality of the latest JDev--so impressive, but I feel almost a bit too removed from "seeing" what is going on in the code and deployment. I like the notion of drag-and-drop along with wizards, but I want to also know how the JDev project is set up manually; ie, where everything goes, without having to guess on this. I get the impression that I need to learn, very specifically, the framework of ADF. But unfortunately, the tutorials seem to focus on only using the wizards and drag-drop functionality.
    For example, how do I set up JDev to build a project only by running Ant using my properties files and build.xml? This is trivial to do in Eclipse by specifying the Project Builder. Is there some similar setting I can use in JDev?
    Is there full compatibility with Trinidad--didn't Oracle make the original Trinidad?
    Has anyone posted advice on migrating from Eclipse JEE to JDev?
    Sorry if this is an old set of questions; if I had known where to search for this information, I would not be posting this thread.
    Many thanks!
    Mike Quentel

    The basic steps for bringing your existing code into JDeveloper are:
    Import->WAR File - or alternatively create a new application and in it create a new projects->project from existing source
    The next couple of steps have to do with setting the project properties:
    Then you need to set up your project content path (specifically things like Web content and resources content)
    Then you need to add the jars/libraries in your project classpath and libraries.
    A few related link:
    http://blogs.oracle.com/shay/2010/01/migrating_from_netbeans_to_jde.html - netbeans migration but similar concepts
    http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html - basic migration from Eclipse to JDeveloper
    http://blogs.oracle.com/shay/2009/02/using_trinidad_in_jdeveloper_1.html - Using trinidad in JDeveloper
    Also don't forget that you can now set your JDeveloper accelerators to be based on Eclipse key mapping - might make the migration easier.

  • Attaching Trinidad sources in JDeveloper 11g

    I'm having problems attaching the Trinidad sources to my JDeveloper project (on 11.1.1.1.0). Since the those parts of ADF that have been donated to Apache (as Trinidad) are now obviously open source, I'm confused by the fact that JDeveloper still doesn't seem to want me to use sources with the "Trinidad 11 Runtime" library.
    If I go to Tools -> Manage Libraries... and select the Trinidad 11 Runtime, I can see that the Class Path and Doc Path properties have been given values, but the Source Path property is blank and I cannot edit any of the values.
    If I open a type such as org.apache.myfaces.trinidad.util.MessageFactory (part of trinidad-api.jar, which is part of Trinidad 11 Runtime), I get the standard 'Oracle JDeveloper Stub Generated Source' source file which is pretty useless.
    Any ideas? Is there another source-path property somewhere else that I can configure?

    Hi Timo, thanks for the reply. I've tried creating a new library as suggested, but still no joy I'm afraid. I've tried rebuilding my project, closing and reopening the project, and restarting JDeveloper.
    Here's what my new library looks like:
    http://img197.imageshack.us/img197/9127/library.gif
    (I've also tried with 'Deploy by default' turned on, but really I wan't this off of course).
    when I open e.g. the org.apache.myfaces.trinidad.util.MessageFactory class, I still just get the Oracle JDeveloper Stub Generated Source type contents.
    :(

  • Error while deploying an apache ant script in Jdeveloper for webcenterspace

    Hi,
    I am trying to deploy the ExtendWebCenterSpaces project in Jdeveloper. I right clicked the build.xml -> Run Ant Target -> clean stage. This was successful. However, when I right-click build.xml -> Run Ant Target -> deploy-shared-lib, I get the following error:
    BUILD FAILED
    weblogic.security.internal.encryption.EncryptionServiceException: weblogic.security.internal.encryption.EncryptionServiceException: weblogic.security.internal.encryption.EncryptionServiceException: [Security:090219]Error decrypting Secret Key java.lang.SecurityException: The provider self-integrity check failed.
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.<init>(JSafeEncryptionServiceImpl.java:341)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceFactory.getEncryptionService(JSafeEncryptionServiceFactory.java:48)
         at weblogic.security.UserConfigFileManager.initEncryptionRead(UserConfigFileManager.java:689)
         at weblogic.security.UserConfigFileManager.getUsernameAndPassword(UserConfigFileManager.java:171)
         at weblogic.deploy.utils.MBeanHomeTool.processUsernameAndPassword(MBeanHomeTool.java:411)
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:295)
         at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
         at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
         at weblogic.utils.compiler.Tool.run(Tool.java:158)
         at weblogic.utils.compiler.Tool.run(Tool.java:115)
         at weblogic.Deployer.run(Deployer.java:70)
         at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
         at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:357)
         at org.apache.tools.ant.Target.performTasks(Target.java:385)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
         at org.apache.tools.ant.Main.runBuild(Main.java:758)
         at org.apache.tools.ant.Main.startAnt(Main.java:217)
         at org.apache.tools.ant.Main.start(Main.java:179)
         at org.apache.tools.ant.Main.main(Main.java:268)
    Caused by: weblogic.security.internal.encryption.EncryptionServiceException: weblogic.security.internal.encryption.EncryptionServiceException: [Security:090219]Error decrypting Secret Key java.lang.SecurityException: The provider self-integrity check failed.
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.createCiphers(JSafeEncryptionServiceImpl.java:420)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.create3DESKeyContext(JSafeEncryptionServiceImpl.java:359)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.<init>(JSafeEncryptionServiceImpl.java:331)
         ... 34 more
    Caused by: weblogic.security.internal.encryption.EncryptionServiceException: [Security:090219]Error decrypting Secret Key java.lang.SecurityException: The provider self-integrity check failed.
         at weblogic.security.internal.encryption.JSafeSecretKeyEncryptor.decryptSecretKey(JSafeSecretKeyEncryptor.java:116)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.createCiphers(JSafeEncryptionServiceImpl.java:395)
         ... 36 more
    Total time: 7 seconds
    Has anyone got any idea how to solve this?
    Thanks,
    C

    --> some error on posting please refer to the next post...
    From the error logs we can trace it out to the web project's Build.xml file ....I was getting a similar error and by commenting out the following lines in the web project's Build.xml I am able to run the build script correctly and get a EAR file. The lines are
    <!--
    <assemble
    moduleDir="${generated.module.root}"
    moduleName="${project.name}"
    srcOutputDir="${assembly.src}"
    appRootDir="${ear.root}">
    <assemblyContext factory="org.apache.beehive.controls.runtime.assembly.WebAppAssemblyContext$Factory" />
    <assemblyContext factory="org.apache.beehive.controls.runtime.assembly.AppAssemblyContext$Factory" />
    <classpath refid="assembly.classpath" />
    <fileset dir="${project.dir}">
    <include name="**/*.controls.properties" />
    </fileset>
    </assemble>
         -->
    Please check it now, also if any one can let us know the function or role played by the above lines it would be great. Also if there would be any future or unseen problems by commenting out these lines please do let us know...
    Thanks
    -MiM
    Edited by prodigymonish83 at 10/22/2007 5:56 AM

Maybe you are looking for

  • Formatting Chart Axis

    Is it possible to format the y axis on a chart to show currency amounts instead of just numbers? Thanks.

  • Moving binary file

    Hi, i have a scenario to implement by XI. ftp -> XI -> ftp (several binary files) i already looked at sending an image file through XI in a File-to-Mail Scenario.pdf, but i do not know what to do. i would highly appreciate if you give a light on it.

  • Viewing created reports in SWT

    Hi all, I work on a small project with SWT where I have a form with some data. So when click on a button on this form, I want to get a print preview in other form. 1. I already created a report using empty CR, and it is working. It is added to my SWT

  • Oddly Decreasing HD Space

    A few days ago I upgraded to Snow Leopard without any problems; today I installed iWork for the first time. Just now, I left the laptop open while I charged my iPhone, and when I came back after about 20 minutes, I had a message saying that my Start-

  • Make a flash not to cache in browser

    Hey guys, I'm trying to make a flash picture galley not to cache using the popular methods: <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> But it keeps caching, so I was wondering if I can make it not to cache