2 Replies Latest reply on Apr 7, 2005 6:13 PM by wiley173

    import a class into jsp error - quick question ...

    wiley173

      I can import org.gjt.mm.mysql.* into my jsp page but I always get "error package not found" when I try and import com.mypackage.* ...

      They are both setup the same way ? Will jboss only understand org.**


      thanks...
      in advance

        • 1. Re: import a class into jsp error - quick question ...
          wiley173

          Let me just say I'm trying to understand the file system on jboss coming from tomcat. I have this simple application working great on tomcat but when I pack it up into an ear file it has a problem with ONLY import com.** . What am I not getting, I haven't put in any ejb's yet I'm just trying to get the web module to work

          • 2. Re: import a class into jsp error - quick question ...
            wiley173

            Well, my xdoclet and packaging were really screwed up to say the least. I went back into the JBOSS IDE Quick Start Guide and modeled my app after the tutoria and found my error. After figuring that out it works beautifully.

            I still can't figure out why I don't have to add anything to the configuration for my org.gjt.mm.mysql package. I just drop it in and it works, if someone could possibly explain that to me that would be great.


            thanks