Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001546 [Resin] minor always 01-09-07 01:19 04-05-07 15:20
Reporter bebson View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001546: EJB 3.0 Tutorial doesn't work
Description http://www.caucho.com/resin-3.0/ejb3/tutorial/stateless/index.xtp [^]


500 Servlet Exception
WEB-INF/web.xml:9: jndi-name="java:comp/env/ejb" is an unexpected attribute
in <ejb-server>.

7: env-entry-value="Hello, World."/>
8:
9: <ejb-server jndi-name="java:comp/env/ejb">
10: <bean type="example.HelloBean"/>
11: </ejb-server>


'auto-compile', 'cache-size', 'cache-timeout', 'config-directory', 'create-database-schema',
'data-source', 'ejb-descriptor', 'ejb-jar', 'entity-manager-jndi-name',
'forbid-jvm-call', 'jdbc-isolation', 'jms-connection-factory', 'jndi-local-prefix',
'jndi-remote-prefix', 'load-lazy-on-transaction', 'message-consumer-max',
'read-data-source', 'resin-isolation', 'startup-mode', 'transaction-timeout',
'validate-database-schema' or 'xa-data-source' are expected.

<ejb-server> syntax: ( (@auto-compile | <auto-compile>)?
                     & (@create-database-schema | <create-database-schema>)?
                     & (@cache-size | <cache-size>)?
                     & (@cache-timeout | <cache-timeout>)?
                     & (@data-source | <data-source>)?
                     & (@config-directory | <config-directory>)?
                     & (@ejb-descriptor | <ejb-descriptor>)?
                     & (@ejb-jar | <ejb-jar>)*
                     & (@entity-manager-jndi-name | <entity-manager-jndi-name>)?
                     & (@forbid-jvm-call | <forbid-jvm-call>)?
                     & (@jdbc-isolation | <jdbc-isolation>)?
                     & (@jndi-local-prefix | <jndi-local-prefix>)?
                     & (@jndi-remote-prefix | <jndi-remote-prefix>)?
                     & (@load-lazy-on-transaction | <load-lazy-on-transaction>)?
                     & (@message-consumer-max | <message-consumer-max>)?
                     & (@read-data-source | <read-data-source>)?
                     & (@resin-isolation | <resin-isolation>)?
                     & (@startup-mode | <startup-mode>)?
                     & (@transaction-timeout | <transaction-timeout>)?
                     & (@validate-database-schema | <validate-database-schema>)?
                     & (@jms-connection-factory | <jms-connection-factory>)?
                     & (@xa-data-source | <xa-data-source>)?
                     & <bean>*)

Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
01-09-07 01:19 bebson New Issue
04-05-07 15:20 ferg Assigned To  => ferg
04-05-07 15:20 ferg Status new => closed
04-05-07 15:20 ferg Resolution open => fixed
04-05-07 15:20 ferg Fixed in Version  => 3.1.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker