You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Aino Andriessen (JIRA)" <de...@myfaces.apache.org> on 2007/08/14 23:01:41 UTC

[jira] Updated: (TRINIDAD-177) JDev plugin - compiler configuration

     [ https://issues.apache.org/jira/browse/TRINIDAD-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aino Andriessen updated TRINIDAD-177:
-------------------------------------

    Status: Patch Available  (was: Open)

> JDev plugin - compiler configuration
> ------------------------------------
>
>                 Key: TRINIDAD-177
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-177
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT
>         Environment: Windows XP, JDeveloper 10.1.3.1 (.0.3984)
>            Reporter: Aino Andriessen
>             Fix For: 1.0.1-incubating-plugins-SNAPSHOT
>
>         Attachments: project.xml.10.1.3.0.4.patch
>
>
> The compiler configuration of the plugin conflicts with the business components wizard.
> The jdev plugin configures a reverse filter on the 'Copy File Types to Output Directory' and only adds .java on this list. 
> However, when you create a new business component (actually only the first in a project), a bunch of extensions are added to this list that now contains the following entries: .java;.xml;.jpx;.xcfg;.xml;.xml;.xml;.xml;.xml;.xml;.xml
> When you try to test the model application an exception is raised (I am sorry for the french text) that it cannot find the Model.jpx file:
> JBO-30003: Le pool d'applications (.10F6E9C218F) n'a pas réussi à extraire (check out) un module d'application en raison de l'exception suivante :
> oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-25222: Impossible de créer le module dapplication.
> ...
> javax.naming.NamingException [Root exception is oracle.jbo.NoXMLFileException: JBO-26001: Fichier XML introuvable pour le conteneur /Model.jpx]
> This is as expected, because that file is not copied to the classpath (due to the Reverse Filter), but highly unwanted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.