I created a POJO without any annotations (no @NAME) and is only a simple javabean class
(DTO).
I added an empty seam.properties to the root of the jar, and under META-INF I added a
components.xml:
==========
==========
Unfortunately, I'm getting the following warning when attempting to deploy:
==========
11:49:26,771 WARN [Initialization] namespace declared in components.xml does not resolve
to a package annotated @Namespace:
==========
Is this warning something to be concerned about - is @Name annotation a requirement to
expose a DTO for Seam-GWT remoting?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107820#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...