On Thu, Jun 5, 2008 at 11:12 AM, Brad Defnall <[EMAIL PROTECTED]> wrote:
> I'm trying to deploy on jboss... > > I get the following errors: > > 2008-06-05 14:03:50,828 ERROR [STDERR] Jun 5, 2008 2:03:50 PM > org.apache.shindig.gadgets.JsLibrary loadResource > WARNING: Could not find resource: features/caja/html4-defs.opt.js > 2008-06-05 14:03:50,828 ERROR [STDERR] Jun 5, 2008 2:03:50 PM > org.apache.shindig.gadgets.JsLibrary loadData > INFO: Loading js from: features/caja/html4-defs.js type: RESOURCE > > I'm pretty sure this is a context problem, but I can't figure out a few > things. > > 1) How do these feature files get added to the war file, if at all? features are bundled into a jar (for the java build, anyway), which the war depends on. The artifact is produced by trunk/features/pom.xml (NOT in the java directory because client code is shared between server implementations). > 2) If they aren't automatically added to the war file during the build > process, what do I need to do to get these deployed properly? They should be. This is the first I've heard of this issue. > > > 3) If it's a context issue, how do I resolve it? > > I've been working on just this practically all day. Any ideas? Does the war layout look correct to you? Is there a features/ directory in it? I'm not familiar with jboss at all -- perhaps someone who is can provide more help. > > thanks, > brad >

