You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last fragment of code I showed you simply executing toString against a newly minted instance of SimpleXsdSchema. If you have made changes, please show me so we can deduce where the problem arises from.
esfomeado opened SWS-1036 and commented
When creating a SimpleXsdSchema i got an NullPointerException.
@Bean
public DefaultWsdl11Definition defaultWsdl11Definition() throws Exception {
SimpleXsdSchema userschema = new SimpleXsdSchema();
...
}
Method threw 'java.lang.NullPointerException' exception. Cannot evaluate org.springframework.xml.xsd.SimpleXsdSchema.toString()
Affects: 3.0.3
Reference URL: spring-projects/spring-boot#14410
Issue Links:
("is duplicated by")
Referenced from: pull request #116, and commits fdf638a, 2780c52
Backported to: 2.4.3
The text was updated successfully, but these errors were encountered: