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 75763 - RuntimeException when creating a CMP bean
Summary: RuntimeException when creating a CMP bean
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-02 09:32 UTC by Michal Mocnak
Modified: 2006-05-03 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error log (4.68 KB, text/plain)
2006-05-02 09:34 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2006-05-02 09:32:21 UTC
Found in nb55 beta build 200605020200

1. add a new Weblogic 9.1 server
2. create a new Enterprise Application
3. try to add a CMP Entity Beans

=> RuntimeException is thrown...more in log
Comment 1 Michal Mocnak 2006-05-02 09:34:15 UTC
Created attachment 30153 [details]
error log
Comment 2 Libor Kotouc 2006-05-02 15:36:38 UTC
Fixed in the beta branch.

Checking in ServerInstance.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java,v
 <--  ServerInstance.java
new revision: 1.61.2.4.2.4.2.1; previous revision: 1.61.2.4.2.4
done

Fixed in the release55 branch.

Checking in ServerInstance.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java,v
 <--  ServerInstance.java
new revision: 1.61.2.4.2.5; previous revision: 1.61.2.4.2.4
done

BTW, there is a workaround...to run the server before creating a new cmp bean -> P2
Comment 3 Michal Mocnak 2006-05-03 10:08:16 UTC
Verified in beta and dev build