You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ax...@ws.apache.org on 2004/10/12 14:33:51 UTC

[jira] Commented: (AXIS-1549) Exception:: java.lang.Exception: FIXME

The following comment has been added to this issue:

     Author: KRL SWAMY SIRIGINEEDI
    Created: Tue, 12 Oct 2004 5:31 AM
       Body:
Even same is the case on Windows Environment(WindowsXP)

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1549?page=comments#action_53931

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1549

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1549
    Summary: Exception:: java.lang.Exception: FIXME
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             Deployment / Registries
   Versions:
             1.1

   Assignee: 
   Reporter: Adrian Vlaic

    Created: Tue, 7 Sep 2004 2:45 PM
    Updated: Tue, 12 Oct 2004 5:31 AM
Environment: RedHat 9

Description:
Hello,

I have an exception when I try to deploy the wsdd file into Axis.

I created and deployed the EJB into JBoss/Tomcat but when I try to deploy the wsdd descriptor using  "java org.apache.axis.client.AdminClient deploy.wsdd" I get the following exception:

Processing file deploy.wsdd
Exception:: java.lang.Exception: FIXME

My EJB is a simple one just to test the SOAP communication with Axis.......I have only one method (sayHello()) that returns a string.

The deploy.wsdd looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
	<service name="sessionTest" provider="java:EJB">
		<parameter name="beanJndiName" value="ejb/stest"/>
		<parameter name="homeInterfaceName" value="sessiontest.interfaces.stestHome"/>
		<parameter name="remoteInterfaceName" value="sessiontest.interfaces.stest"/>
		<parameter name="allowedMethods" value="*"/>
		<parameter name="jndiURL" value="jnp://localhost:1099"/>
		<parameter name="jndiContextClass" value="org.jnp.interfaces.NamingContextFactory"/>
	</service>
</deployment>

What can be the problem?

Thank you,
Adrian


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira