Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    Check the troubleshooting steps in the FAQ for your DataSource being null (DataSourceLoader servlet doesn't apply of course, but the rest do).

    Comment


      #17
      The datasource is working in the application, so the faq doesn't help.
      But thanks for information.

      Comment


        #18
        It looks like you need to drop the .ds.xml when creating your DSRequest.

        You have new DSReqest("datasource.ds.xml", "add");

        Which should be new DSReqest("datasource", "add");

        Comment


          #19
          Good catch Jay.

          That was the second item in the FAQ by the way.

          Comment


            #20
            yeah, thanks for that !

            Comment

            Working...
            X