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 63408 - Automatical creation of Sun resources doesn't work
Summary: Automatical creation of Sun resources doesn't work
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: _ pcw
URL:
Keywords: REGRESSION
Depends on:
Blocks: 57187
  Show dependency tree
 
Reported: 2005-08-31 11:08 UTC by Petr Blaha
Modified: 2005-10-05 10:24 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-08-31 11:08:28 UTC
[build 20050831]
Steps:
1) create new EJB module
2) add CMP bean from database or MDB bean
ERROR: no Sun resources are created for JDBC neither JMS
Messages from output tab:
****** ConfigurationSupport.ensureResourceDefined(
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration,
/ejb-jar/enterprise-beans/message-driven )
SunONEDeploymentConfiguration.ensureResourceDefined(org.netbeans.modules.j2ee.deployment.config.StandardDDImpl@1c1c4a4)

****** ConfigurationSupport.ensureResourceDefined(
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration,
/ejb-jar/enterprise-beans/entity )
SunONEDeploymentConfiguration.ensureResourceDefined(org.netbeans.modules.j2ee.deployment.config.StandardDDImpl@388429)
****** ConfigurationSupport.ensureResourceDefined(
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration,
/ejb-jar/enterprise-beans/entity )
SunONEDeploymentConfiguration.ensureResourceDefined(org.netbeans.modules.j2ee.deployment.config.StandardDDImpl@6cac2b)
****** ConfigurationSupport.ensureResourceDefined(
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration,
/ejb-jar/enterprise-beans/entity )
SunONEDeploymentConfiguration.ensureResourceDefined(org.netbeans.modules.j2ee.deployment.config.StandardDDImpl@9b4ec2)
Comment 1 Petr Blaha 2005-09-06 16:57:18 UTC
Beta stopper. It's a regresion of NetBeans 4.1.
Comment 2 Petr Jiricka 2005-09-07 17:28:40 UTC
This may be related to the changes done by Stepan and Peter in config handling.
Nitya, can you please evaluate or reassign appropriately? Thanks.

Comment 3 Vince Kraemer 2005-09-08 22:01:19 UTC
we talked about this issue this morning.
Comment 4 _ pcw 2005-09-09 02:15:45 UTC
Just checked in the final piece.  j2eeserver redesign changed the api for this
mechanism and we also moved the bulk of the code into a common module with
exposed api.  Remaining problem was conversion of j2eeserver DDBeans (what the
API and rest of NetBeans accesses) into the corresponding DDBeans managed by the
plugin.
Comment 5 Petr Blaha 2005-09-12 10:01:23 UTC
[build 20050911]