[jboss-dev-forums] [Design of POJO Server] - Re: EARStructure not deploying modules
bill.burke@jboss.com
do-not-reply at jboss.com
Thu Oct 26 16:06:08 EDT 2006
"scott.stark at jboss.org" wrote : I'm sitting in it now for an ear deployment:
|
|
| | Thread [main] (Suspended (breakpoint at line 102 in EARStructure))
| | EARStructure.determineStructure(VirtualFile, StructureMetaData, StructuredDeployers) line: 102
| | BasicStructuredDeployers.determineStructure(VirtualFile, StructureMetaData) line: 76
| | MainDeployerImpl.determineStructure(DeploymentContext) line: 528
| | MainDeployerImpl.addDeploymentContext(DeploymentContext) line: 271
| | ProfileServiceBootstrap.loadProfile(String) line: 365
| | ProfileServiceBootstrap.bootstrap() line: 246
| | ProfileServiceBootstrap(AbstractBootstrap).run() line: 89
| | ServerImpl.doStart() line: 401
| | ServerImpl.start() line: 340
| | Main.boot(String[]) line: 210
| | Main$1.run() line: 508
| | Thread.run() line: not available
| |
|
What I meant was that a module within the EAR is not getting determineStructure called. I know this for a fact as I'm stepping through...
Now where to put determineStructure? Within DefaultStructureBuilder?
BTW, can you please explain what DefaultStructureBuilder is trying to accomplish? Specifically, what is going on with all the Classpath stuff? Specifically, I need to know if the Classpath will only contain the EJB jar and not other jars so that I can scan propertly for annotations.
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981122#3981122
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981122
More information about the jboss-dev-forums
mailing list