History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: WS-12
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Chad Brandon
Reporter: Jesper Karlsen
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
WebService Cartridge

andromda.xml webservice namespace(ejbInterfacePattern,ejbHomeInterfacePattern)

Created: 03/May/06 05:36 AM   Updated: 03/May/06 05:36 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description   
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>

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.