andromda.xml webservice namespace(ejbInterfacePattern,ejbHomeInterfacePattern)
------------------------------------------------------------------------------

         Key: WS-12
         URL: http://jira.andromda.org/browse/WS-12
     Project: WebService Cartridge
        Type: Bug

    Reporter: Jesper Karlsen
 Assigned to: Chad Brandon 
    Priority: Minor


When genrating webservices the default namespace adds ejb to the package. Is 
there a purpose for this. As far as I read in the documentation, this is not 
the default?

<namespace name="webservice">
            <properties>
                <property 
name="schemaTypeMappingsUri">AxisWSDLMappings</property>
                <property name="languageMappingsUri">AxisJavaMappings</property>
                <property name="defaultProvider">${default.provider}</property>
                <property name="applicationName">${application.id}</property>
                <property name="wsdlSoapAddress">${wsdl.soap.address}</property>
                <property 
name="webserviceTypesPackage">${application.package}</property>
                <property name="ejbInterfacePattern">{0}.ejb.{1}</property>
                <property 
name="ejbHomeInterfacePattern">{0}.ejb.{1}Home</property>
                <property 
name="wsdls">${maven.andromda.webservice.generated.wsdl.dir}</property>
                <property 
name="axis-configuration">${maven.andromda.webservice.generated.dir}</property>
                <property 
name="webservice-types">${maven.andromda.core.generated.dir}</property>
            </properties>
        </namespace>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Reply via email to