This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 56897 - assembly-descriptor in ejb-jar.xml causes Exception
Summary: assembly-descriptor in ejb-jar.xml causes Exception
Status: CLOSED DUPLICATE of bug 56411
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 02:07 UTC by Yutaka Yoshida
Modified: 2006-03-24 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (4.90 KB, text/plain)
2005-03-24 02:08 UTC, Yutaka Yoshida
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yutaka Yoshida 2005-03-24 02:07:25 UTC
o Create EJB module project
o Create webservice endpoing and add operation
o Add <assembly-descriptor> like
----
    <assembly-descriptor>  
    <container-transaction>
      <method>
        <ejb-name>NewWebServiceBean</ejb-name>
        <method-intf>ServiceEndpoint</method-intf>
        <method-name>submitPO</method-name>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>
  </assembly-descriptor>
----
o double click the ejb-jar.xml node
Comment 1 Yutaka Yoshida 2005-03-24 02:08:35 UTC
Created attachment 21082 [details]
stack trace
Comment 2 Marian Mirilovic 2005-03-24 09:05:14 UTC
I have no idea where does this come from

java.lang.NoSuchMethodError: org.netbeans.modules.xml.multiview.SectionNode.crea
teInnerPanel()Lorg/netbeans/modules/xml/multiview/ui/SectionInnerPanel;
        at org.netbeans.modules.xml.multiview.ui.SectionNodePanel.createInnerpan
Comment 3 Pavel Fiala 2005-03-24 10:08:43 UTC
The build you use seems to be corrupted.

*** This issue has been marked as a duplicate of 56411 ***
Comment 4 Lukas Jungmann 2005-11-24 12:22:53 UTC
v.