[
https://issues.apache.org/jira/browse/OPENEJB-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacek Laskowski closed OPENEJB-701.
-----------------------------------
Resolution: Fixed
All should be fine now. Thanks Dain for the tip with the conversion.
destination-type => destinationType
subscription-durability => subscriptionDurability
Adding
container/openejb-jee/src/main/java/org/apache/openejb/jee/DestinationType.java
Sending
container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDrivenBean.java
Adding
container/openejb-jee/src/main/java/org/apache/openejb/jee/MessageDrivenDestination.java
Adding
container/openejb-jee/src/main/java/org/apache/openejb/jee/SubscriptionDurability.java
Transmitting file data ....
Committed revision 605049.
> EJB 2.0 depricated message-driven-destination tag not supported
> ---------------------------------------------------------------
>
> Key: OPENEJB-701
> URL: https://issues.apache.org/jira/browse/OPENEJB-701
> Project: OpenEJB
> Issue Type: Bug
> Affects Versions: 3.0-beta-1
> Reporter: David Blevins
> Assignee: Jacek Laskowski
> Fix For: 3.0-beta-2
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
> JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
> <ejb-jar> ...
> <enterprise-beans> ...
> <message-driven> ...
> <message-driven-destination>
> <destination-type>javax.jms.Queue</destination-type>
> </message-driven-destination>
> At deployment the following error is produced:
> ... Caused by: javax.xml.bind.UnmarshalException: unexpected element
> (uri:"http://java.sun.com/xml/ns/javaee",
> local:"message-driven-destination").
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.