• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Visual Cafe 4.0 with JDK1.3: EJB problem

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recently I installed Visual caf� 4.0 and plugged in JDK 1.3.
I was trying to create empty EJB project: took some sample source files from WROX �Professional EJB� chapter 2, added them to project. It compiles fine. After that I am trying to execute it and there is problem. I am getting:
VisualCafe (12:14:27): Build Successful
Internal VM (12:14:27): java.lang.NullPointerException
Internal VM (12:14:27): at com.tendril.ide.cafe.EJBServer.deployBeanAction(Unknown Source)
Internal VM (12:14:27): at com.tendril.ide.cafe.EJBServer.autoDeployBean(Unknown Source)
Internal VM (12:14:27): at symantec.itools.ejbao.EJBPlugin._doProjectCommand(EJBPlugin.java:908)
Internal VM (12:14:27): at symantec.itools.ejbao.EJBPlugin$ProjectCommand.run(EJBPlugin.java:825)
Internal VM (12:14:27): at java.lang.Thread.run(Thread.java:466)
Did I miss any steps? Is anyone can help me with this? Is any online tutorial for creating EJB in VC? Help for Visual Caf� is not covering it in details. Thank you in advance.
Lana
 
Ranch Hand
Posts: 150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got impression visualCafe 4.0 developer version does not support EJB development and deployment.
Please check this aspect.
Regards,
Ruilin
 
golubika
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it's Visual Cafe Enterprise Edition that supports ejb. it's something else. any ideas?
thanks
 
Ruilin Yang
Ranch Hand
Posts: 150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, VisualCafe enterprise edition support EJB.
 
Well behaved women rarely make history - Eleanor Roosevelt. tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic