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 59472 - repeated interface in Session Local interface
Summary: repeated interface in Session Local interface
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-01 10:37 UTC by Petr Blaha
Modified: 2006-03-24 12:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-06-01 10:37:42 UTC
[netbeans.next 20050531]
Steps to reproduce:
1) create enterprise application
2) add session bean to EJB module
3) build application
ERROR: Compiling 7 source files to
/home.local/blaha/ide/q-build/projects/EnterpriseApplication2/EnterpriseApplication2-ejb/build/ear-module
/home.local/blaha/ide/q-build/projects/EnterpriseApplication2/EnterpriseApplication2-ejb/src/java/test/NewSessionLocal.java:8:
repeated interface
public interface NewSessionLocal extends javax.ejb.EJBLocalObject,
test.NewSessionLocalBusiness, test.NewSessionLocalBusiness {
/home.local/blaha/ide/q-build/projects/EnterpriseApplication2/EnterpriseApplication2-ejb/src/java/test/NewSessionRemote.java:8:
repeated interface
public interface NewSessionRemote extends javax.ejb.EJBObject,
test.NewSessionRemoteBusiness, test.NewSessionRemoteBusiness {
2 errors
Comment 2 Jan Horvath 2005-07-14 16:52:23 UTC
v.