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 82731 - NPE after call ws operation
Summary: NPE after call ws operation
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL: http://www50.brinkster.com/vbfacilein...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-08-15 13:19 UTC by Lukas Jungmann
Modified: 2006-10-03 16:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (86.76 KB, application/octet-stream)
2006-08-15 13:20 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-08-15 13:19:21 UTC
-build 200608140000, jdk1.6-b93

-have ejb3.0 module with websvc and ws client (target server - glassfish)
-create new remote session bean
-add business method there
-call ws operation from it

=> NPE
Comment 1 Lukas Jungmann 2006-08-15 13:20:10 UTC
Created attachment 32945 [details]
ide log
Comment 2 Martin Adamek 2006-08-15 13:46:35 UTC
Reassigning to j2eeserver
Comment 3 Sherold Dev 2006-08-15 14:21:53 UTC
TM -> 5.5
Comment 4 Sherold Dev 2006-08-18 13:20:41 UTC
Hopefully this will fix that

F.

Checking in .cvsignore;
/cvs/j2eeserver/.cvsignore,v  <--  .cvsignore
new revision: 1.8.36.1; previous revision: 1.8
done
Checking in src/org/netbeans/modules/j2ee/deployment/config/ConfigSupportImpl.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ConfigSupportImpl.java,v
 <--  ConfigSupportImpl.java
new revision: 1.40.2.4.2.5; previous revision: 1.40.2.4.2.4
done
Checking in
src/org/netbeans/modules/j2ee/deployment/config/ModuleDeploymentSupport.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ModuleDeploymentSupport.java,v
 <--  ModuleDeploymentSupport.java
new revision: 1.25.12.1.2.2; previous revision: 1.25.12.1.2.1
done
Checking in
src/org/netbeans/modules/j2ee/deployment/devmodules/spi/J2eeModuleProvider.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/spi/J2eeModuleProvider.java,v
 <--  J2eeModuleProvider.java
new revision: 1.47.30.3.2.4; previous revision: 1.47.30.3.2.3
done
Comment 5 Lukas Jungmann 2006-10-03 16:43:40 UTC
v.