Injection not working with imported beans

I am new to vaadin i came from GWT based project where we have persistence and business logic as JavaEE modules and web client as Java Web app. Now i have my modules ready with my app logic intact the only problem i am having now is how to inject my beans to vaadin app because using the vaadin cdi addon, i can only inject classes from the vaadin app. Is there a way i can inject my classes? i added the classes to my vaadin app as dependencies. Any help please

Hi,

This should be possible using @Inject to your class level variables. I don’t see an issue. Can you please share us your stacktrace what is the error you are getting while trying to inject?

Thanks,
Krishna.