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 118816 - TRS Sample: Adding EJB into CompApp
Summary: TRS Sample: Adding EJB into CompApp
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-13 21:59 UTC by Jun Qian
Modified: 2007-11-20 14:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2007-10-13 21:59:52 UTC
Now that CompApp supports EJBs as JBI Modules, we might want to consider having ReservationPartnerServices EJB as a JBI
Module in TravelReservationServiceApplication out of the box, so that the user doesn't have to deploy the EJB
separately. IMO, this will provide an even better user experience.
Comment 1 Vladimir Yaroslavskiy 2007-11-20 14:04:23 UTC
I'm trying to deploy TravelReservationServiceApplication with TravelReservationService and ReservationPartnerServices.
I see error:
Failed execution of Deploy: C:\Documents and Settings\v1v\My
Documents\NetBeansProjects\TravelReservationService\TravelReservationServiceApplication/dist/TravelReservationServiceApplication.zip
ERROR: (JBIMA0000) JavaEEServiceEngineSUManager :: doDeploy(String,String,String,String) Status 0 message Deploying
application in domain failed; 
The resource jms/ReservationCallbackProviderDestinationFactory is having a conflict with resource defined in domain.xml.
The resource jms/ReservationCallbackProviderBean is having a conflict with resource defined in domain.xml.
The resource jms/ReservationCallbackProviderDestinationFactory is having a conflict with resource defined in domain.xml.
 
Exception null
C:\Documents and Settings\v1v\My
Documents\NetBeansProjects\TravelReservationService\TravelReservationServiceApplication\nbproject\build-impl.xml:259:
Service assembly deployment failed.
BUILD FAILED (total time: 34 seconds)

So, comp app project should be fixed first, reassign.