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 111185 - [TRS] Fail to deploy "ReservationPartnerService" project
Summary: [TRS] Fail to deploy "ReservationPartnerService" project
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
: 111181 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-27 01:15 UTC by _ hong_lin
Modified: 2007-08-01 06:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
server.log file (35.60 KB, text/plain)
2007-07-27 01:17 UTC, _ hong_lin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hong_lin 2007-07-27 01:15:46 UTC
Build: Nb 6.0 nightly 200707260000

Steps to reproduce it:
1. Create a new TRS sample application.
2. Deploy "ReservationPartnerService" project. Will get the following error:

The resource jms/ReservationCallbackProviderDestinationFactory is having a conflict with resource defined in domain.xml.
        at com.sun.enterprise.resource.ResourceUtilities.getResourceConflictsWithDomainXML(ResourceUtilities.java:458)
        at com.sun.enterprise.deployment.phasing.J2EECPhase.parseAndValidateSunResourcesXMLFiles(J2EECPhase.java:507)
        at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:196)
        at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
        at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:919)
        at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:279)
        at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:788)
        at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:187)
        at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:223)

TRS sample works fine in build 200707230000.
Server.log file will be attached.
Comment 1 _ hong_lin 2007-07-27 01:17:12 UTC
Created attachment 45804 [details]
server.log file
Comment 2 Jeff Lin 2007-07-27 01:51:21 UTC
*** Issue 111181 has been marked as a duplicate of this issue. ***
Comment 3 Sergey Lunegov 2007-07-27 06:29:36 UTC
Vladimir, please look at this. Most probably it's dup of 111118.
Comment 4 _ hong_lin 2007-07-27 06:46:10 UTC
Sergey, 
I don't think it is a duplicate of issue 111118. It is an issue in the EJB Module. Doesn't relate to Comp App.
Comment 5 Vladimir Yaroslavskiy 2007-07-27 12:15:44 UTC
This problem was in 200707260000.
I tried with 200707270000 build, it works fine.
Please, verify with the latest build (>= 20070729) again.
Comment 6 _ hong_lin 2007-07-29 20:15:18 UTC
According to Karthik:
==================
Seems to be a known issue:
   http://www.netbeans.org/issues/show_bug.cgi?id=106980
   ... Marked as to-be-fixed for nb6 beta1
   ... Workaround : Delete the server-resources.xml file from under Server Resources node. Manually create required
   JDBC resource on server via admin-gui. Then deploy....
     https://glassfish.dev.java.net/issues/show_bug.cgi?id=3317
   ...Based on the discussions with various teams (connector team, cmp team, netbeans
   team, JCAPS team), the netbeans 6 plug in will go back to the old resource
   handling mechanism instead of the sun-resources.xml mechanism. ...
===================

Comment 8 _ hong_lin 2007-08-01 06:07:55 UTC
Verified the deploy issue is fixed in nightly build 200707311200.