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 105228 - Cannot create ws client in ejb module
Summary: Cannot create ws client in ejb module
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 105229
Blocks:
  Show dependency tree
 
Reported: 2007-05-31 09:41 UTC by Milan Kuchtiak
Modified: 2007-06-11 20:40 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 Milan Kuchtiak 2007-05-31 09:41:52 UTC
java.lang.AssertionError
        at org.netbeans.modules.websvc.spi.jaxws.client.ProjectJAXWSClientSuppor
t.getArtifactsFolder(ProjectJAXWSClientSupport.java:288)
        at org.netbeans.modules.websvc.spi.jaxws.client.ProjectJAXWSClientSuppor
t.getLocalWsdlFolderForClient(ProjectJAXWSClientSupport.java:275)
        at org.netbeans.modules.websvc.spi.jaxws.client.ProjectJAXWSClientSuppor
t.addServiceClient(ProjectJAXWSClientSupport.java:122)
        at org.netbeans.modules.j2ee.ejbjarproject.jaxws.EjbProjectJAXWSClientSu
pport.addServiceClient(EjbProjectJAXWSClientSupport.java:73)
        at org.netbeans.modules.websvc.api.jaxws.client.JAXWSClientSupport.addSe
rviceClient(JAXWSClientSupport.java:101)
        at org.netbeans.modules.websvc.core.client.wizard.JaxWsClientCreator.gen
erate15Client(JaxWsClientCreator.java:135)
        at org.netbeans.modules.websvc.core.client.wizard.JaxWsClientCreator.acc
ess$000(JaxWsClientCreator.java:61)
        at org.netbeans.modules.websvc.core.client.wizard.JaxWsClientCreator$1.r
un(JaxWsClientCreator.java:94)
        at org.openide.util.Task.run(Task.java:222)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
:964)
Comment 1 Milan Kuchtiak 2007-05-31 09:50:43 UTC
WS Client wizard as well as WS wizard relies on meta.inf property that is
missing in EJB project. See the issue 105229.
Comment 2 Milan Kuchtiak 2007-05-31 14:37:38 UTC
The fix for issue 105229 helped.
Comment 3 Lukas Jungmann 2007-06-11 20:40:24 UTC
v.