well I tried my own improvised rigging

    @Contribute(ModuleManager.class)
    public static void setupBaseModules(MappedConfiguration<String, Object> 
configuration,
            @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js") 
Resource transition)
    {
             configuration.add("bootstrap/popovers", new 
JavaScriptModuleConfiguration(transition).dependsOn("bootstrap/transition"));
    }

still no solution

this one is a show stopper... cannot run the app... it wont start or run... 
this stack trace occurs on webapp launch

thanks for any tips

Best regards 
and thanks... KEN

From: nhhockeypla...@hotmail.com
To: users@tapestry.apache.org
Subject: RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22
Date: Sun, 5 Oct 2014 23:26:06 -0400




I thought maybe I wasnt including the maven dependency

so I added

        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-jpa</artifactId>
            <version>${tapestry-release-version}</version>
        </dependency>    

and still no solution

if its zipped up in the jar file of tapestry... how isnt the runtime core 
modules not being launched ?

Do I need to do this somehow ?
                                                                                
  

Reply via email to