You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "mercyblitz (GitHub)" <gi...@apache.org> on 2019/03/07 09:22:29 UTC

[GitHub] [incubator-dubbo] mercyblitz opened issue #3615: [Issue] SpringStatusChecker execute errors on non-XML Spring configuration

### Environment

* Dubbo version: ALL
* Operating System version: ALL
* Java version: ALL

Error code: 
```java
            while (cls != null && method == null) {
                try {
                    method = cls.getDeclaredMethod("getConfigLocations", new Class<?>[0]);
                } catch (NoSuchMethodException t) {
                    cls = cls.getSuperclass();
                }
            }
```

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3615 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] WYongLin commented on issue #3615: [Issue] SpringStatusChecker execute errors on non-XML Spring configuration

Posted by "WYongLin (GitHub)" <gi...@apache.org>.
这个问题,使用spring boot,然后使用import dubbo xml方式也是有这个问题。

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3615 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] mercyblitz closed issue #3615: [Issue] SpringStatusChecker execute errors on non-XML Spring configuration

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
[ issue closed by mercyblitz ]

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3615 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org