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 105267 - Problem with Remote EJB...
Summary: Problem with Remote EJB...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: tako
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-31 14:07 UTC by tako
Modified: 2007-05-31 14:21 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tako 2007-05-31 14:07:08 UTC
I am currently using netbeans to manage two projects. One is a an EJB and the
other is a Web Service. The Web service will communicate directly with the EJB
to perform certain tasks.

The two projects are located on two different servers, and when I deplot one
project on host1 and the other on host2, the web service is not looking for the
EJB on host 2.

Is there a way to call an enterprise bean which is located on another server?
Comment 1 Petr Blaha 2007-05-31 14:21:03 UTC
Look on the page:
https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html#cross-appserverremoteref

Please, use nbj2ee@netebans.org mailing list for these questions in future.

Thanks.