• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Missing tabs in Deployment Descriptor for an 5.0 EAR in RAD 7.5

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used to create 1.4 EARs. There in the deployment descriptor editor I had a bunch of tabs including "Module","Security" and "Deployment".
Now when I create a new EAR in version 5.0, the editor only has two tabs "design" and "source". Is there an option to enable the advanced tabs again?
 
Peter Wippermann
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Found the partial answer by my self:
In the JavaEE-Perspektive, go to the Enterprise Explorer view. Right-click on the EAR-Folder and select JavaEE -> Open WAS Deployment
There you can at least find the trusty old "Deployment tab", which I actually needed.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Peter,
I'm a step behind you, even. I can't find the deployment descriptor editor! Is there something special I have to do to enable it for an WAS v7.0 J2EE 5.0 ear project?
 
Peter Wippermann
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, so your on RAD 7.5 and have an 5.0 EAR, which is targeted for WAS 7, right?
Your in the right perspective and your in the right view? And there is no such submenu JavaEE -> Open WAS Deployment ?
 
Bill McGovern
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
RAD v7.5.5
JEE 5.0
targetting WAS v7.0
JavaEE -> Open WAS Deployment does indeed open the "Enhanced Ear" editor.
It is the basic EAR DD editor that I cannot seem to open. The one that this thread referred to as having only Design / Source tabs.


 
Peter Wippermann
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok I got it, let me have a look on that tomorrow. Stay tuned ;-)
 
Bill McGovern
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Daaah. It doesn't appear that an EAR DD is generated by default for a new WAS v7.0 project. Java EE -> Generate Deployment Descriptor Stub will generate the application.xml file. Afterwards, the EAR DD editor will launch.

Is there a change in the JEE 5.0 spec that makes the application.xml optional?

Sorry if I've wasted anyones time.

Thanks.
 
Peter Wippermann
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh I see, good addition. I hope that helps others, reading this later on.
 
If a regular clown is funny, then a larger clown would be funnier. Math. Verified by this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic