• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JbossIDE problem!!

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
im new to JBossIDE..i download JBossIDE 1.5.0 & the tutorial..i try to run this example of Fibo..
i reach the packaging Configuration..
& make the steps but when run packaging this error appears to me:

E:\Documents and Settings\family\workspace\Tutorial\packaging-build.xml:5: Manifest file: E:\Documents and Settings\family\workspace\Tutorial\src\META-INF\MANIFEST.MF does not exist.

Any Help for that

Thanks for reading this & please dont ignore it
 
hanihanan younis
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No one want to Help.. OR try to help ..
Please any suggesstions or any success run the first example of JBoss IDE 1.5.0 tutorial..

thanx all
 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to make a new project, than copy the tutorial java files. Don't overwrite the packaging-build.xml and the manifest. User your own (which is automatically created when you create the new project). It should work as long as you configure it correctly (the needed libraries, etc)
 
hanihanan younis
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Mr Sanjaya Sugiarto ,
i will take your advice in consideration when i return to
home from the work..
but i read from a website that i needs to create it
like this:
My MANIFEST.MF :
Created-By: 1.4.0-rc (Sun Microsystems Inc.)
Class-Path: Standard-EJB.jar

is this correct or JBossIDE it should itself build it with archives in an EAR ?
Thanks a lot again for your intersting & helping
i appreciate that from my heart
 
Sanjaya Sugiarto
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as I know, the manifest would be created automatically when you create (and configure) the project.
 
hanihanan younis
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear MR Sanjaya Sugiarto,
yes like you advice me to re build the packaging it is did..& success..
thanx alot.. ..
But last thing please..
when i reach deploying the war file & should this is the easiest step..im shocked that when i open the browser to http://localhost:8080 Nothing work..but when i open the JBoss alone not from the eclipse it is working fine..& for assuring i try to opened JBoss after i run JBoss via eclipse..it gives me exceptions that the port already used which is a sign that it is run correctly..
i think it is something easy..but still i dont know it..please help me to enter EJB world...
Thanx again
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not a JBoss question. You might get more help in the IDE forum, so I'll move this there.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic