Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Problem with annotations in a dynamic web project
Problem with annotations in a dynamic web project [message #499721] Mon, 23 November 2009 20:38
Eclipse UserFriend
Originally posted by: gunnar.stahl.gunnarstahl.org

Hello list,
I have a weird problem with annotations in a dynamic web project.

The setup is as follows: I am using a glassfish server and the required
eclipse plugins for j2ee development and web development.

My application contains an ear project, consisting of a web project and
an ejb project.

The ejb project has a simple stateless session bean.

The web project consists of
- a jspx-page (icefaces)
- a corresponding backing bean

The backing bean looks up the session bean via the @EJB-annotation.
Which worked pretty good. Until I moved the method which uses the
session bean into a subclass of the backing bean. And in this subclass
the @EJB annotation is no longer processed.

Does anybody know what kind of magic I have to perform to make the
annotation being processed again?

Yt,

Gunnar
Previous Topic:jsp + jar
Next Topic:jsp + jar - whole case details.
Goto Forum:
  


Current Time: Fri Apr 26 22:59:35 GMT 2024

Powered by FUDForum. Page generated in 0.03596 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top