[ http://issues.apache.org/jira/browse/GERONIMO-514?page=all ]

David Jencks updated GERONIMO-514:
----------------------------------

    Fix Version: 1.0-M5
    Description: 
Attempted a web application with a resource reference in web.xml.  The Geronimo 
deployment plan is:

<web-app
    xmlns="http://geronimo.apache.org/xml/ns/web/jetty";
    xmlns:naming="http://geronimo.apache.org/xml/ns/naming";
    configId="iii"
    parentId="org/apache/geronimo/Server">
    <context-priority-classloader>true</context-priority-classloader>
    <naming:resource-ref>
        <naming:ref-name>jdbc/Database</naming:ref-name>
        <naming:resource-link>
          SystemDatasource
        </naming:resource-link>
    </naming:resource-ref>
</web-app>

The problem in the above is that whitespace is not stripped on the 
resource-link as of this writing.  However, the resulting error claims there's 
an ejb-link problem, and it really shouldn't since this is a resource ref 
problem:

Deployment failed
  Server reports: Could not construct connection factory object name query
org.apache.geronimo.common.DeploymentException: Could not construct connection 
factory object name query
        at 
org.apache.geronimo.j2ee.deployment.RefContext.getConnectionFactoryContainerId(RefContext.java:254)
        at 
org.apache.geronimo.naming.deployment.ENCConfigBuilder.getResourceContainerId(ENCConfigBuilder.java:125)
        at 
org.apache.geronimo.naming.deployment.ENCConfigBuilder.addResourceRefs(ENCConfigBuilder.java:105)
        at 
org.apache.geronimo.naming.deployment.ENCConfigBuilder.buildComponentContext(ENCConfigBuilder.java:430)
        at 
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.buildComponentContext(JettyModuleBuilder.java:393)
...
Caused by: org.apache.geronimo.common.UnknownEJBRefException: Unknown ejb-link:
          SystemDatasource

        at 
org.apache.geronimo.j2ee.deployment.RefContext.getContainerId(RefContext.java:283)
        at 
org.apache.geronimo.j2ee.deployment.RefContext.getConnectionFactoryContainerId(RefContext.java:248)
        ... 62 more


  was:
Attempted a web application with a resource reference in web.xml.  The Geronimo 
deployment plan is:

<web-app
    xmlns="http://geronimo.apache.org/xml/ns/web/jetty";
    xmlns:naming="http://geronimo.apache.org/xml/ns/naming";
    configId="iii"
    parentId="org/apache/geronimo/Server">
    <context-priority-classloader>true</context-priority-classloader>
    <naming:resource-ref>
        <naming:ref-name>jdbc/Database</naming:ref-name>
        <naming:resource-link>
          SystemDatasource
        </naming:resource-link>
    </naming:resource-ref>
</web-app>

The problem in the above is that whitespace is not stripped on the 
resource-link as of this writing.  However, the resulting error claims there's 
an ejb-link problem, and it really shouldn't since this is a resource ref 
problem:

Deployment failed
  Server reports: Could not construct connection factory object name query
org.apache.geronimo.common.DeploymentException: Could not construct connection 
factory object name query
        at 
org.apache.geronimo.j2ee.deployment.RefContext.getConnectionFactoryContainerId(RefContext.java:254)
        at 
org.apache.geronimo.naming.deployment.ENCConfigBuilder.getResourceContainerId(ENCConfigBuilder.java:125)
        at 
org.apache.geronimo.naming.deployment.ENCConfigBuilder.addResourceRefs(ENCConfigBuilder.java:105)
        at 
org.apache.geronimo.naming.deployment.ENCConfigBuilder.buildComponentContext(ENCConfigBuilder.java:430)
        at 
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.buildComponentContext(JettyModuleBuilder.java:393)
...
Caused by: org.apache.geronimo.common.UnknownEJBRefException: Unknown ejb-link:
          SystemDatasource

        at 
org.apache.geronimo.j2ee.deployment.RefContext.getContainerId(RefContext.java:283)
        at 
org.apache.geronimo.j2ee.deployment.RefContext.getConnectionFactoryContainerId(RefContext.java:248)
        ... 62 more


    Environment: 

I expect this to get fixed as part of GERONIMO-552

> Incorrect Deployment Error
> --------------------------
>
>          Key: GERONIMO-514
>          URL: http://issues.apache.org/jira/browse/GERONIMO-514
>      Project: Geronimo
>         Type: Bug
>   Components: web, connector, deployment
>     Reporter: Aaron Mulder
>     Assignee: David Jencks
>      Fix For: 1.0-M5

>
> Attempted a web application with a resource reference in web.xml.  The 
> Geronimo deployment plan is:
> <web-app
>     xmlns="http://geronimo.apache.org/xml/ns/web/jetty";
>     xmlns:naming="http://geronimo.apache.org/xml/ns/naming";
>     configId="iii"
>     parentId="org/apache/geronimo/Server">
>     <context-priority-classloader>true</context-priority-classloader>
>     <naming:resource-ref>
>         <naming:ref-name>jdbc/Database</naming:ref-name>
>         <naming:resource-link>
>           SystemDatasource
>         </naming:resource-link>
>     </naming:resource-ref>
> </web-app>
> The problem in the above is that whitespace is not stripped on the 
> resource-link as of this writing.  However, the resulting error claims 
> there's an ejb-link problem, and it really shouldn't since this is a resource 
> ref problem:
> Deployment failed
>   Server reports: Could not construct connection factory object name query
> org.apache.geronimo.common.DeploymentException: Could not construct 
> connection factory object name query
>         at 
> org.apache.geronimo.j2ee.deployment.RefContext.getConnectionFactoryContainerId(RefContext.java:254)
>         at 
> org.apache.geronimo.naming.deployment.ENCConfigBuilder.getResourceContainerId(ENCConfigBuilder.java:125)
>         at 
> org.apache.geronimo.naming.deployment.ENCConfigBuilder.addResourceRefs(ENCConfigBuilder.java:105)
>         at 
> org.apache.geronimo.naming.deployment.ENCConfigBuilder.buildComponentContext(ENCConfigBuilder.java:430)
>         at 
> org.apache.geronimo.jetty.deployment.JettyModuleBuilder.buildComponentContext(JettyModuleBuilder.java:393)
> ...
> Caused by: org.apache.geronimo.common.UnknownEJBRefException: Unknown 
> ejb-link:
>           SystemDatasource
>         at 
> org.apache.geronimo.j2ee.deployment.RefContext.getContainerId(RefContext.java:283)
>         at 
> org.apache.geronimo.j2ee.deployment.RefContext.getConnectionFactoryContainerId(RefContext.java:248)
>         ... 62 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to