I have imported vgn-portal-core.jar into Eclipse where I am building a JSR-168. I have made many jsr's without issue using Eclipse and deploying into vignette. However, even tho Eclipse recognizes all the class files, after deploying into Vignette, I am getting the error "Package com.epicentric.common.website does not exist." and I get this for each of the epicentric import statements.
I have checked my build path - all is Ok and i have other external jar files that are working fine. I even created a LIB folder under the WEB-INF folder and imported the jar file there but the result is the same.
Is this jar file incompitible with a standard JSR168?
I also found that the developer documentation in all versions of Vignette (7.x, 8.x) is identical with reference to User Accounts API and yet I can get none of that code working in Eclipse. But that's another story. In the meantime, I would like to solve the issue of the import statements not working. It appears to be Eclipse; however, I have other external jar files that have imported without errors such as mail.jar and commons-logging-1.1.1.jar.
Any help will be appreciated as I have been at this all week with nothing to show for it.