Thanks for the hint, I fixed it.

david jencks

On 2002.02.24 13:55:54 -0500 Scott M Stark wrote:
> 
> The jbosstest context is set by the ear/META-INF/application.xml
> context-root descriptor element. Associating the webContext has
> to have been broken by these changes for the web integration
> test to start failing by looking for a jbosstest-web context. I have
> to go skiing since there is 6" of new powder in the Cascades so
> look at the AbstractWebContainer.init method that loops through
> the J2eeModuleMetaData elements to find out if the webContext
> value has been set. I'll look at it tonight if this has not been fixed.
> 
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, February 24, 2002 10:20 AM
> Subject: [JBoss-dev] [ jboss-Change Notes-522146 ] No more unpacking!!
> 
> 
> > Change Notes item #522146, was opened at 2002-02-24 10:19
> > You can respond by visiting:
> >
> http://sourceforge.net/tracker/?func=detail&atid=381174&aid=522146&group_id=
> 22866
> >
> > Category: JBossServer
> > Group: v3.0 (Rabbit Hole)
> > Status: Open
> > Priority: 5
> > Submitted By: David Jencks (d_jencks)
> > Assigned to: David Jencks (d_jencks)
> > Summary: No more unpacking!!
> >
> > Initial Comment:
> > I've modified MainDeployer to use Hiram's njar:...^/
> > protocol instead of explicity unpacking jar-format
> > packages.  I've also added support for unpacking and
> > loading native libraries. Wars are also unpacked, since
> > web containers are unlikely to know how to deal with
> > njar protocol (jetty didn't, anyway)
> >
> > Problems:
> >
> > 1. Wars are not unpacked into an appropriately named
> > subdirectory.  See FIXME...TODO in MainDeployer.
> >
> > 2. The web integration tests currently fail.  This
> > appears to be because the tests expect the web contexts
> > to be /jbosstest/... whereas they are deployed to
> > /jbosstest-web/... I think it is unlikely this broke
> > because of the unpacking change.
> >
> > 3. I have no test of native library deployment.  If
> > anyone has or can write a trivial jni library we can
> > use to test this I would be grateful.
> >
> > ----------------------------------------------------------------------
> >
> > You can respond by visiting:
> >
> http://sourceforge.net/tracker/?func=detail&atid=381174&aid=522146&group_id=
> 22866
> >
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to