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

Simple JBoss Web Service With Eclipse

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

I am new to this site, forgive me if my question is out of place.
~~~~~
I am trying to deploy a simple web service using eclipse europa and jboss
doing exactly what is explained here

http://www.javabeat.net/articles/40-creating-webse...boss-and-eclipse-europa-1.html
~~~~~
I am running on ubuntu server 8.10 and I have taken care to install the the software called out in the above link.

I am using JBoss-4.0.5.GA, jdk5, and eclipse europa all in one which I obtained from here

http://archive.eclipse.org/webtools/downloads/drops/R2.0/R-2.0.1-20070926042742/
Platform: Linux (x86/GTK 2) (Supported Versions)
wtp-all-in-one-sdk-linux-gtk (252M) [md5]
~~~~~
All seems to work until I try to deploy. Deployment fails with a NullPointer Exception
as can be seen in the jboss logs.

The build finishes opening a browser page saying that the web service is not available.

Visiting http://localhost/jbossws and clicking the link to show deployed web services shows none.

Does anybody know how to fix this ???

I realize I am not using the most current packages, however, they are each of the same period
and I am attempting to gain some understanding of how it's all evolving in addition to attempting
to follow the example which I have posted.

The only way I have changed the code is that I am using no package and I call the jboss_app3 or jboss_app4, etc
with each new attempt. The java class I use is TestWs and the web.xml is modified only to remove the package declaration.

If someone knows different versions of JBoss and Eclipse for which this will work, please tell me.

Regards
 
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't post in multiple forums. I had recommended you not use our April fools forum to post, but posting in 2 (here and JBoss) other forums is not allowed.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic