Hi,
I created my plug-in project with package name "jp.co.<companyName>.sample" instead of "com.<companyName>.sample".
When i am trying to create a "View and Mediator" classes using the New Wizard of STS/Eclipse. I encountered a strange Error as shown in the following figure.
It seems to be it was hard-coded the package name should start with "com". Of course, use can use jp.co to make it work we have to manually edit the ModuleClasses.as files.
But i'm concerning about the namespace issues that arise after Java Service Layer introduction.
So, please suggest your inputs on
1. Using jp.co instead of com
2. Any NameSpace Restrictions
Thanks & Regards,
Sravan Kumar T.