You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Steve Jerman (JIRA)" <ji...@apache.org> on 2006/09/15 21:21:22 UTC

[jira] Created: (MUSE-110) Proxy Generation package names poor/wrong

Proxy Generation package names poor/wrong
-----------------------------------------

                 Key: MUSE-110
                 URL: http://issues.apache.org/jira/browse/MUSE-110
             Project: Muse
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Steve Jerman
         Assigned To: Dan Jemiolo


So the namespace for the port in my wsdl is  http:org.ciso.cmp.schema/2006/06.

The server file generation uses the <desc:java-capability-class> name instead of the default.

The proxy generation uses:

    [javac] package org.cisco.cmp.schemas.2006.07.Device;
    [javac]                              ^
    [javac] C:\OpenSource\muse\2.0.0\muse-2.0.0-bin\test\src\org\cisco\cmp\schem
as\2006\07\Device\DevicePortProxy.java:7: ';' expected

I suspect that an alias mechanism is needed.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Closed: (MUSE-110) Proxy Generation package names poor/wrong

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-110?page=all ]

Andrew Eberbach closed MUSE-110.
--------------------------------


> Proxy Generation package names poor/wrong
> -----------------------------------------
>
>                 Key: MUSE-110
>                 URL: http://issues.apache.org/jira/browse/MUSE-110
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>
> So the namespace for the port in my wsdl is  http:org.ciso.cmp.schema/2006/06.
> The server file generation uses the <desc:java-capability-class> name instead of the default.
> The proxy generation uses:
>     [javac] package org.cisco.cmp.schemas.2006.07.Device;
>     [javac]                              ^
>     [javac] C:\OpenSource\muse\2.0.0\muse-2.0.0-bin\test\src\org\cisco\cmp\schem
> as\2006\07\Device\DevicePortProxy.java:7: ';' expected
> I suspect that an alias mechanism is needed.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Commented: (MUSE-110) Proxy Generation package names poor/wrong

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/MUSE-110?page=comments#action_12435098 ] 
            
Andrew Eberbach commented on MUSE-110:
--------------------------------------

I have to double check this. I had a regexp that tested each part of the name to make sure it started with a letter or underscore. I'll check this and fix it.

> Proxy Generation package names poor/wrong
> -----------------------------------------
>
>                 Key: MUSE-110
>                 URL: http://issues.apache.org/jira/browse/MUSE-110
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Dan Jemiolo
>
> So the namespace for the port in my wsdl is  http:org.ciso.cmp.schema/2006/06.
> The server file generation uses the <desc:java-capability-class> name instead of the default.
> The proxy generation uses:
>     [javac] package org.cisco.cmp.schemas.2006.07.Device;
>     [javac]                              ^
>     [javac] C:\OpenSource\muse\2.0.0\muse-2.0.0-bin\test\src\org\cisco\cmp\schem
> as\2006\07\Device\DevicePortProxy.java:7: ';' expected
> I suspect that an alias mechanism is needed.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Resolved: (MUSE-110) Proxy Generation package names poor/wrong

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-110?page=all ]

Andrew Eberbach resolved MUSE-110.
----------------------------------

    Resolution: Fixed

see: http://svn.apache.org/viewvc?view=rev&revision=446887

> Proxy Generation package names poor/wrong
> -----------------------------------------
>
>                 Key: MUSE-110
>                 URL: http://issues.apache.org/jira/browse/MUSE-110
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>
> So the namespace for the port in my wsdl is  http:org.ciso.cmp.schema/2006/06.
> The server file generation uses the <desc:java-capability-class> name instead of the default.
> The proxy generation uses:
>     [javac] package org.cisco.cmp.schemas.2006.07.Device;
>     [javac]                              ^
>     [javac] C:\OpenSource\muse\2.0.0\muse-2.0.0-bin\test\src\org\cisco\cmp\schem
> as\2006\07\Device\DevicePortProxy.java:7: ';' expected
> I suspect that an alias mechanism is needed.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Assigned: (MUSE-110) Proxy Generation package names poor/wrong

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-110?page=all ]

Andrew Eberbach reassigned MUSE-110:
------------------------------------

    Assignee: Andrew Eberbach  (was: Dan Jemiolo)

> Proxy Generation package names poor/wrong
> -----------------------------------------
>
>                 Key: MUSE-110
>                 URL: http://issues.apache.org/jira/browse/MUSE-110
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>
> So the namespace for the port in my wsdl is  http:org.ciso.cmp.schema/2006/06.
> The server file generation uses the <desc:java-capability-class> name instead of the default.
> The proxy generation uses:
>     [javac] package org.cisco.cmp.schemas.2006.07.Device;
>     [javac]                              ^
>     [javac] C:\OpenSource\muse\2.0.0\muse-2.0.0-bin\test\src\org\cisco\cmp\schem
> as\2006\07\Device\DevicePortProxy.java:7: ';' expected
> I suspect that an alias mechanism is needed.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org