Java EE: Structure (not appearing)
I am following the guide at:
It says to switch the project view to Java EE: Structure and to expand the EJB facets noe.
The problem is that in the Project View, I only have "Project" listed in the dropdown.
In the treeview, I see:
-trunk
-.idea
-build
-classes
-EJB
-gen
-src
-test
-Web
Have I set up this project wrong?
John
Please sign in to leave a comment.
Hello,
First of all what version of IDEA do you use?
The second thing is whether Java EE Integration plugin is enabled.
Gregory Shrago
On 27.07.2010 19:12, John Espi wrote:
>
>
>
>
>
>
>
Using 9.0.3.
I am assuming that Java EE integration is enabled b/c I can see JavaEE: app tab on the left side. When I click on that, I see:
JavaEEApplication
-application.xml
JavaEEApplication2
-application.xml
How should I be verifing this?
John
Ensure you have EJB facet on a module in Project Structure(Ctrl-Alt-Shift-S)/.
You'll find EJB tool window on the left.
Gregory Shrago
On 28.07.2010 3:42, John Espi wrote:
>
>
>
>
>
Hi Gregory -
Here's what I see (2 items):
EJB (trunk)
type:
EJB Module Deployment Descriptor
path:
c:\workingfolder\trunk\classes\meta-inf\ejb-jar.xml
boxes checked:
Source roots for EJB classes
- c:\workingfolder\trunk\gen
- c:\workingfolder\trunk\test
- c:\workingfolder\trunk\src
AND
EJB2 (trunk)
type:
EJB Module Deployment Descriptor
path:
c:\workingfolder\trunk\conf\meta-inf\ejb-jar.xml
Nothign checked below.
Does it make sense that I see entries for EJB?
Why would that preven me from seeing the JavaEE structure?