facebook

MyEclipse 5.1.0 – Web Services – JBoss 3.2.6

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #264898 Reply

    Sylob
    Member

    Hi,

    I’d like to create Web Services and deploy them on my JBoss 3.2.6.
    I tried the “Code-First Web Service Development” tutorial. The difference is I deploy on JBoss 3.2.6 instead of Tomcat 5.0 .

    All work fine until I try to invoke the “example” operation. I get the following not very helpful message :

    IWAB0135E An unexpected error has occurred.
    Exception
    null

    Does anybody have an idea on what I can do to figure out this problem ?

    Thanks in advance
    A. ROY

    #264934 Reply

    Riyad Kalla
    Member

    A. Roy,
    Check the console for JBoss and see if there is a more descriptive error. My guess is that you are deploying to too old a copy of JBoss (uses Tomcat 4) and some descriptor is invalid based on that version.

    #264965 Reply

    Sylob
    Member

    I cant’ find any error in the JBoss console. I put a breakpoint at the beginning of my service method. The debug never stops on this breakpoint. The method invocation seems to never reach the service method.

    A. ROY

    #264980 Reply

    Riyad Kalla
    Member

    Out of curiosity, if you download JBoss 4, unzip it to a new location, setup the JBoss 4 connector, then deploy your same WS project to JBOss 4 and then run JBoss, does it just work?

    #265060 Reply

    Sylob
    Member

    I finally found the solution. There’s a proxy on my network. The Proxy parameters must be edited in MyEclipse Preferences.

    Window > Preferences…
    MyEclipse > Internet Tools > Proxy

    A. ROY

    #265072 Reply

    Riyad Kalla
    Member

    A. Roy, thanks for following up, I was stumped so I’m glad it’s working.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: MyEclipse 5.1.0 – Web Services – JBoss 3.2.6

You must be logged in to post in the forum log in