i created 5 netbeans projects -- 4 servlets, 1 ejb;
ejb web-service, servlet web-svc-client of the ejb web-service
and
servlet web-service, servlet web-client of the servlet web-service
and a
servlet only .
so 2 web-services 1 is ejb, 1 is servlet.
and 2 web-svc-clients --both servlet.
and 1 plain servlet.
if i bundle the 2 web-services (servlet, ejb) into 1 Enterprise App it
works just fine, verifies, runs, etc.
if i bundle 3 remaining servlets -- only web-svc clients or plain
servlet -- not providing any web services
into 1 Enterprise App -- all work, verifies fine.
done this way -- deploy 2 Enterprise Apps -- and both clients can talk
to their respective services.
if i try to bundle the 4 servlets, and 1ejb into 1 Enterprise App -- it
will not verify or deploy.
can someone explain why this should be so -- or if it is some kind of
bug ???
i have attached the failed verification log to this email.