0 Replies Latest reply on Sep 9, 2006 4:27 AM by nico3dfx

    JBoss do not deploy .jar when importing

    nico3dfx

      Hi,
      i have a problem with the deploy of ejb in JBoss.
      When in a java file there is the "import", JBoss do not deploy the .jar
      file.

      An example:


      ...
      import com.util.Position; (or any other class)
      ...


      If i insert the above code then JBoss do not deploy the ejb.
      If i remove the import section then JBoss deploy the .jar well!


      Can anyone help me please?
      Thanks,
      Nico.