|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[Issue 577] New - WebMethod computation is not done per spec section 3.3https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577
Issue #|577 Summary|WebMethod computation is not done per spec section 3.3 Component|jax-ws Version|2.1.4 Platform|All OS/Version|All URL| Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|wsgen Assigned to|issues@jax-ws Reported by|jitu ------- Additional comments from jitu@... Fri Jun 13 00:02:32 +0000 2008 ------- WebMethod computation is not done per spec section 3.3 "Otherwise, the class implicitly defines a service endpoint interface (SEI) which comprises all of the public methods that satisfy one of the following conditions: 1. They are annotated with the javax.jws.WebMethod annotation with the exclude element set to false or missing (since false is the default for this annotation element). 2. They are not annotated with the javax.jws.WebMethod annotation but their declaring class has a avax.jws.WebService annotation." for e.g: @WebService class c { @WebMethod public void A() { } public void B() { } } Here B is WebMethod per spec. But RI is not considering it. --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 577] WebMethod computation is not done per spec section 3.3https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577
------- Additional comments from jitu@... Fri Jun 13 00:39:25 +0000 2008 ------- ------- Additional comments from scm_issue_link Fri Jun 13 00:11:43 +0000 2008 ------- Code changed in jax-ws-sources User: jitu Path: /jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/model/RuntimeModeler.java (1.16) http://fisheye5.cenqua.com/changelog/jax-ws-sources/?cs=MAIN:jitu:20080613001054 Log: https://jax-ws.dev.java.net/issues/show_bug.cgi?id=576 [JAX-WS-576] WebMethod computation was not done as per spec 3.3. Fixing it. Issue number: 576 Obtained from: Submitted by: Reviewed by: ------- Additional comments from scm_issue_link Fri Jun 13 00:32:41 +0000 2008 ------- Code changed in jax-ws-sources User: jitu Path: /jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/model/RuntimeModeler.java (1.15.2.1) http://fisheye5.cenqua.com/changelog/jax-ws-sources/?cs=jaxws214:jitu:20080613003141 Log: https://jax-ws.dev.java.net/issues/show_bug.cgi?id=576 [JAX-WS-576] WebMethod computation was not done as per spec 3.3. Fixing it. Issue number: 576 Obtained from: Submitted by: Reviewed by: --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 577] WebMethod computation is not done per spec section 3.3https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577
------- Additional comments from scm_issue_link@... Fri Jun 13 20:47:53 +0000 2008 ------- Code changed in jax-ws-sources User: jitu Path: /jax-ws-sources/jaxws-ri/tools/wscompile/src/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java (1.43) http://fisheye5.cenqua.com/changelog/jax-ws-sources/?cs=MAIN:jitu:20080613204657 Log: Fix for https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577 [JAX-WS-577] WebMethod computation was not done as per spec 3.3. Fixing it. Issue number: Obtained from: Submitted by: Reviewed by: --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 577] WebMethod computation is not done per spec section 3.3https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577
------- Additional comments from scm_issue_link@... Fri Jun 13 20:49:12 +0000 2008 ------- Code changed in jax-ws-sources User: jitu Path: /jax-ws-sources/jaxws-ri/tools/wscompile/src/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java (1.42.8.1) http://fisheye5.cenqua.com/changelog/jax-ws-sources/?cs=jaxws214:jitu:20080613204831 Log: https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577 [JAX-WS-577] WebMethod computation was not done as per spec 3.3. Fixing it. Issue number: Obtained from: Submitted by: Reviewed by: --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 577] WebMethod computation is not done per spec section 3.3https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577
------- Additional comments from scm_issue_link@... Tue Jun 17 22:56:56 +0000 2008 ------- Code changed in jax-ws-sources User: jitu Path: /jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/model/RuntimeModeler.java (1.17) /jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/resources/modeler.properties (1.14) /jax-ws-sources/jaxws-ri/tools/wscompile/src/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java (1.44) /jax-ws-sources/jaxws-ri/tools/wscompile/src/com/sun/tools/ws/resources/webserviceap.properties (1.21) http://fisheye5.cenqua.com/changelog/jax-ws-sources/?cs=MAIN:jitu:20080617225614 Log: https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577 [JAX-WS-577] static or final methods are not web methods. Issue number: Obtained from: Submitted by: Reviewed by: --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 577] WebMethod computation is not done per spec section 3.3https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577
------- Additional comments from scm_issue_link@... Tue Jun 17 23:18:09 +0000 2008 ------- Code changed in jax-ws-sources User: jitu Path: /jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/model/RuntimeModeler.java (1.15.2.2) /jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/resources/modeler.properties (1.13.8.1) /jax-ws-sources/jaxws-ri/tools/wscompile/src/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java (1.42.8.2) /jax-ws-sources/jaxws-ri/tools/wscompile/src/com/sun/tools/ws/resources/webserviceap.properties (1.20.10.1) http://fisheye5.cenqua.com/changelog/jax-ws-sources/?cs=jaxws214:jitu:20080617231734 Log: https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577 [JAX-WS-577] Web Methods shouldn't be static or final methods. Fixing it. Issue number: 577 Obtained from: Submitted by: Reviewed by: --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
|
|
[Issue 577] WebMethod computation is not done per spec section 3.3https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577
User jitu changed the following: What |Old value |New value ================================================================================ Status|NEW |RESOLVED -------------------------------------------------------------------------------- Keywords| |2.1.4.1 -------------------------------------------------------------------------------- Resolution| |FIXED -------------------------------------------------------------------------------- Target milestone|not determined |2.1.5 -------------------------------------------------------------------------------- ------- Additional comments from jitu@... Wed Jul 23 20:55:01 +0000 2008 ------- Marking it as fixed in 2.1.4.1 and 2.1.5 --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@... For additional commands, e-mail: issues-help@... |
| Free Forum Powered by Nabble | Forum Help |