Stuart -- The XSLT URI related error you're seeing is a known issue with the WAS 6.0 test environment in RAD 6.0. Its possible the WAS 6.0.1 codebase containing the fix will be picked up in RAD 6.0.1, but I have limited information.
You have a number of options: a) Deploy on a tomcat test environment within RAD 6.0 (if you need details let me know, I can send you the recipe to deploy as well as build using a tomcat test environment) b) Deploy on standalone Tomcat (just amounts to dropping the examples war in webapps -- if you don't have TC, I'll recommend getting TC 5.0.28) c) Wait for 3 to 4 days (I'm going to commit a change to the get-configuration tag early next week, which will probably circumvent the WAS issue you point to). I will email this thread when that happens. Using Tomcat will also allow you to precompile the JSPs using the (commented) jasper precompilation rules already available in the distro. About the NPE you're seeing, this is the initial URI for the mortgage application (reusing your host and port information): http://localhost:9080/rdc-examples/mortgage-app/login.jsp The README files for the mortgage app (and the music store app) mention the initial URIs and other information that might be useful. They are available in the distros and here as well [long URIs warning, might get fragmented]: http://cvs.apache.org/viewcvs.cgi/jakarta-taglibs-sandbox/rdc/examples/web/mortgage-app/README?view=markup http://cvs.apache.org/viewcvs.cgi/jakarta-taglibs-sandbox/rdc/examples/web/musicstore-app/README?view=markup Please let me know if you have other questions. -Rahul On 4/22/05, Stuart D. Robertson II <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a few problems getting the examples applications from > the RDC distro running. I'm using RAD 6 with the Voice Toolkit > Preview, which seems to be properly installed since I can build > call flows with RDC components. I'm running it in the WAS 6 > test env. > > I'm able to run the gui version of the music store app. But I > can't figure out how to access the voice side. When I hit > mainmenu.jsp direcly with an html browser (all I can figure out > at this point :-) I get this: > > com.ibm.ws.jsp.JspCoreException: JSPG0047E: Unable to locate tag > library for uri http://www.w3.org/1999/XSL/Transform at > com.ibm.ws.jsp.translator.visitor.tagfiledep.TagFileDependencyVisitor.visitCustomTagStart(TagFileDependencyVisitor.java:70) at com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java(Compiled Code)) at com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java(Inlined Compiled Code)) > > Which seems to come from an include in the rdc tags, > get-configuration.tagx. I get this error when I try to hit any > jsp in the app. > > I'm having a different problem with the mortgage app. If I use > the url http://localhost:9080/rdc-examples/login.do, which from > the struts-config seems to be the entry point, I get this: > > [4/22/05 8:00:45:516 PDT] 00000034 WebApp E SRVE0026E: > [Servlet Error]-[action]: java.lang.NullPointerException > at > org.apache.taglibs.rdc.core.StrutsSubmitTag.populate(StrutsSubmitTag.java:264) > at > org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean.validate(LoginBean.java:98) > > I'm not familiar enough with the RDC internals to make sense of > this. > > Any suggestions? > > Thanks, > > Stu > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
