Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is supposed to show up in Java EE dependencies ?

user9220765Apr 6 2010 — edited Apr 7 2010
ok trying again,
Lets say my workspace jas the following

myear (imported from outside)
mywebapp1 (created from ear import)
mywebapp2 (newly created in workspace)
mytuility1 (created from import)
myutility2 (newly created in workspace)

what happens in each step ?

1. add mywebapp2 to myear. I can do this by going to "Java ee module dependencies" for myear project. what is expected to happen ?
In myear project, under earcontent I see mywebapp1.war after importing the ear into workspace. So I exprected adding mywebapp2 as a dependency will put mywebapp2 alongisde mywebapp1 into earcontent directory. this is not happening
the only thing that seems to happen is the components file in myear project gets a dependanmodule tag with the newly added webproject.


2. I want mywebapp1 to have access to classes from mywebapp2.

Can someone PLEASE give me some information on how this is supposed to work ? I've been trawling the bugzilla and googlijng for days. It appears that a lot of people are confused about this tab and what it is supposed to do. At least show me where the source code is so I can go look and leave you in peace. insert emoticon for tearing hair out
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2010
Added on Apr 6 2010
4 comments
2,238 views