Bauke Scholtz

Results 248 comments of Bauke Scholtz
trafficstars

I've added an integration test for this use case.

Thanks for compliments :) It's not yet finished though. And then I need to test with MyFaces and EclipseLink too. Any feedback, improvements and new features is always welcome at...

I'd argue it's a bug in omniservices. cc: @janbeernink

I'll definitely keep this in mind. On Thu, Jul 20, 2017, 10:11 Guillermo C wrote: > For years, Netbeans with its horrible code generator has been the mayor of >...

I'm facing the same problem when using https://www.npmjs.com/package/slugify 1.6.5 in my ts project with ``` "@web/dev-server-rollup": "^0.3.15", "@rollup/plugin-commonjs": "^22.0.0", ``` Opening the webpage spits this error in console: ``` Error...

Just stumbled upon this. I have a complex entity `Foo`: ``` @Entity public class Foo { // ... } ``` And a dedicated `Input` for it as a record: ```...

> If it's a parameter (also in a nested method, BTW), then it's an Input. These entities are indeed used as `@Source` parameter in `@Query` methods. But that should still...

@t1 > I'm not sure, but it's worth a try to annotate your `FooInput` as `@Input("Foo")`. This throws the following exception: ``` Caused by: graphql.AssertException: All types within a GraphQL...

> Sorry, my fault. It should be `@Input("FooInput")`. I've tried this before. It throws the following exception: ``` Caused by: io.smallrye.graphql.schema.SchemaBuilderException: Classes com.example.model.input.FooInput and com.example.model.Foo map to the same GraphQL...

Okay, I'll have to prep one first.