Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink 1.0.1 on Glassfish V2R2 - issue with target-server

The class name is correct, so it would seem to be some sort of class loading
issue.  Where did you put the eclipselink.jar on your server's classpath?

You could try putting the jar in a different location, or as a workaround
try setting the server platform through a SessionCustomizer.




Jan Vissers wrote:
> 
> I'm tyring to deploy my application onto Glassfish V2R2. I get the
> following error message:
> 
> Exception Description: ClassNotFound:
> [org.eclipse.persistence.platform.server.sunas.SunAS9ServerPlatform]
> specified in
> [eclipselink.target-server] property.
> 
> What am I doing wrong?
> The same war deploys without a problem on Glassfish V3 Prelude.
> 
> Thx,
> -J.
> 


-----
---
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/EclipseLink-1.0.1-on-Glassfish-V2R2---issue-with-target-server-tp20012855p20013375.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top