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 51611 - relection ex creating "ejb with existing sources"
Summary: relection ex creating "ejb with existing sources"
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-17 19:27 UTC by wqtnetbeans
Modified: 2005-03-31 16:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log - 51611 (136.22 KB, text/plain)
2004-11-17 19:28 UTC, wqtnetbeans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wqtnetbeans 2004-11-17 19:27:37 UTC
version: daily 20041116

reproduce step:
1. new project "ejb with existing sources"
2. follow the wizard and point to the CVS module
that contains the src and dd of the ejb.
3. continue the wizard. "src" and "dd" folders are
correctly detected by the wizard.
4. say "finish".

expected result: ???

actual result:
exception window. "please report...."


will attached message.log later

Thanks,
Qingtian
Comment 1 wqtnetbeans 2004-11-17 19:28:30 UTC
Created attachment 18937 [details]
message.log - 51611
Comment 2 Martin Adamek 2004-11-18 15:11:42 UTC
I am not able to reproduce this. It is working fine for me. Is size of
your project reasonable to send it as compressed attachment (maybe
without jars)?
Comment 3 wqtnetbeans 2004-11-18 17:23:40 UTC
I guess I am allowed to send the project out with src and jsp code
since it's a real project for the company. Do you think it's still
helpful sending it without the real code?
Comment 4 Martin Adamek 2004-11-23 08:51:46 UTC
Yes, it would be good, if you can do send it.
Comment 5 Petr Blaha 2004-12-15 08:35:48 UTC
Hi Qingtian, we have done some changes in import wizards. Could, you
try it in the latest build? Thanks.
Comment 6 athompson 2004-12-20 23:55:30 UTC
issue 52479 and issue 52694 (both P1) are likely the same. i believe
this effects every java project where source directories are
specified. please fix soon, as it renders netbeans completely
unuseable (no exaggeration, it cannot be used at all) for virtually
all pre-existing projects.

problem is in 4.1 stream but not 4.0 (it has to do with the code to
specify source directories which is completely broken).
Comment 7 athompson 2004-12-20 23:58:43 UTC
issue 52479 and issue 52694 (both P1) are likely the same. i believe
this effects every java project where source directories are
specified. please fix soon, as it renders netbeans completely
unuseable (no exaggeration, it cannot be used at all) for virtually
all pre-existing projects.

problem is in 4.1 stream but not 4.0 (it has to do with the code to
specify source directories which is completely broken).
Comment 8 Petr Blaha 2005-01-04 12:45:27 UTC
Hi Alvin, 
I'm not sure that issue 52479 is related to this bug, since mentioned
bug is in web service area not in import projects to IDE. The bug
52479 is in creation web service from existing code. I guess, there is
no tie-up with this issue. The web service issue is fixed in latest
daily build. 
The other issue 52694 will be fixed very soon.

wqtnetbeans can you check import in latest build? Thanks.

I wasn't able to reproduce the issue with my projects. I'm not sure
that it's P1. It seems that is related to specific project to import.
I lower priority to P2. 
Comment 9 wqtnetbeans 2005-01-05 05:28:26 UTC
Hi- I finally got a chance to re-test the same "ejb with existing
source" issue with the X-mas edition. And the problem is fixed! No
exceptions any more.

There are other bugs with the the X-mas edition, but that's another
matter. For this one though, the only thing left is that in the wizard
window, every key-stroke takes half of second to really show up. So if
I want to type "myfolder/src" as the source location, it'd take 6
seconds (roughly :) It used to be the same case for "web with existing
src" wizard in some 4.0 daily builds. But later on it was fixed before
the 4.0 final release.
Comment 10 Martin Adamek 2005-01-18 07:17:44 UTC
Fixed.
Comment 11 Petr Blaha 2005-03-31 16:35:52 UTC
According to the last reporter's comment marking as verified.