Stateful Session EJB Part 5

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 7

  • @Mithcoriel
    @Mithcoriel 5 ปีที่แล้ว

    I get a javax.naming.NameNotFoundException: Name "DemoEJB/ejb.ListElements" not found. (I named my project DemoEJB, more precisely I added it into the same project as the last one). What could be the cause? I, too, used ic.lookup("java:global/DemoEJB/ListElements")

  • @rollinOnCode
    @rollinOnCode ปีที่แล้ว

    how do you import the package in a jsp file? i don't see the import option in my netbeans

  • @priteshshinde6779
    @priteshshinde6779 7 ปีที่แล้ว +1

    it is giving me null pointer exception

    • @davidakful
      @davidakful 6 ปีที่แล้ว

      Did you find solution? I am also getting null pointer exception.

    • @javaejercicios4442
      @javaejercicios4442 6 ปีที่แล้ว +1

      @@davidakful We get nullpointerexception because we only install glassfish-web. After installing
      glassfish full (which support JEE 7) error will disappear.

    • @Mithcoriel
      @Mithcoriel 5 ปีที่แล้ว

      Same thing when you use Tomcat: You're supposed to use TomEE instead.

    • @mohammedshafiuddin8956
      @mohammedshafiuddin8956 2 ปีที่แล้ว

      @@javaejercicios4442 ​ @Java Ejercicios I did install glassfish full (which supports JEE 7) and still getting the Null Pointer Exception.