bug: cannot deploy ear to glassfish anymore - org.netbeans.modules.glassfish.javaee.db.SunDatasource cannot be cast to org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource

View: New views
1 Messages — Rating Filter:   Alert me  

bug: cannot deploy ear to glassfish anymore - org.netbeans.modules.glassfish.javaee.db.SunDatasource cannot be cast to org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource

by ymajoros :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Suddenly (!), I cannot deploy from nb 6.7 to GF 2.1 P05. I first saw this while trying out Mojarra 2.0.1 on Glassfish, but I reverted since. Everything deploys fines from glassfish console.

Nothing in server log (I mean, nothing; after it has started anyway). Only this exception in output window (no red blinking icon or anything):

Deployment error:
org.netbeans.modules.glassfish.javaee.db.SunDatasource cannot be cast to org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource
See the server log for details.
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:224)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:132)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:103)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:278)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:497)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Caused by: java.lang.ClassCastException: org.netbeans.modules.glassfish.javaee.db.SunDatasource cannot be cast to org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource
        at org.netbeans.modules.j2ee.sun.ide.dm.SunDatasourceManager.deployDatasources(SunDatasourceManager.java:81)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.deployDatasources(ServerInstance.java:706)
        at org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.deployDatasources(J2eeModuleProvider.java:269)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:186)
        ... 17 more
BUILD FAILED (total time: 22 seconds)