[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-users] Warn instead of fail when eclipselink.application-location is invalid
|
- From: Zarar Siddiqi <zarars@xxxxxxxxx>
- Date: Fri, 5 Jun 2009 11:20:00 -0400
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=rouSCVI4TDqDylRmF4JROJjoy4N8Jh1/BtsG8cko3oM=; b=pMhgsj86gcV3Fd7Va8jNtMK3ZddWow3eeGNF9j7KrnKyoY0j/VVMHVugPdyJe+aS15 lxw+W9lDpaDgtS5yAhF4IM0hjSQCKX7TsK3U2eW1o4cSJPGhpjDtIkcTtAY9sHe14nlT vdEl4dCtpsrydB5g7HYBBJeW3TKInZj8OvMbk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=fcL8kp+QGaP0EEu5OFcjEwvlVBW8x+T4+QmGhrikIZAEPJUdwhyUMkvVYk3a5uJ2kO wboz/Nr/Abfl12eOfE864xGNSw0W/HaShaFd0DtXVksxFoEcK0yk7YU+zefL/Y/5jkxA JIKf3EKkcXA8GDCj6nqUQDm6rl9LbFPfEBrCU=
Just wondering what the feelings on this are. EclipseLink currently
fails when it can't find the directory specified by
eclipselink.application-location and thus prevents the application
from being deployed (I'm in a web context). If it shouldn't ignore
this, it should at the very least give the user the option to specify
how it wants to handle FileNotFoundExceptions pertaining to DDL
generation.
Thanks,
Zarar