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 108459 - directory deployment issues in complex EAR
Summary: directory deployment issues in complex EAR
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 19:08 UTC by Vince Kraemer
Modified: 2007-07-26 02: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 Vince Kraemer 2007-06-28 19:08:34 UTC
User reported issue deploying an ent app on the nbentpack alias.
Comment 1 Vince Kraemer 2007-06-28 19:15:21 UTC
build results:

.
./src
./src/conf
./src/conf/sun-application.xml
./src/conf/application.xml
./src/conf/MANIFEST.MF
./nbproject
./nbproject/ant-deploy.xml
./nbproject/build-impl.xml
./nbproject/project.xml
./nbproject/private
./nbproject/private/private.xml
./nbproject/private/private.properties
./nbproject/private/profiler
./nbproject/project.properties
./nbproject/genfiles.properties
./nbproject/extendArchiveGF.xml
./dist
./dist/ProfitAPI.ear
./build.xml
./build
./build/Profit-ejb.jar
./build/META-INF
./build/META-INF/sun-application.xml
./build/META-INF/application.xml
./build/META-INF/MANIFEST.MF
./build/CorporateSystems- war.war
./build/OrderProcessing-war.war
./build/lib
./build/lib/ProfitServices.jar
./build/lib/Profit-entities.jar
./build/lib/ProfitServices_JavaEE5Only.jar
./catalog.xml
Comment 2 nouar38 2007-07-11 17:54:36 UTC
reproduced with an EAR that has 3 WAR files (web projects) with one using struts framework, 1 app-client-jar, 1 ejb-jar
directory deployment cannot find the struts.jar file

the other modules in EAR are loaded, except the web module using struts library.
Comment 3 Vince Kraemer 2007-07-26 02:40:07 UTC
I think this should let the user move forward...

http://j2eeserver.netbeans.org/source/browse/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerFileDistributor.java?r1=1.27&r2=1.28

Reopen and supply details if you are still stuck.  This is especially true if the "issue" has changed in anyway.