1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| jonasejbjar:
[ejbjar] building mailServer.jar with 14 files
[genic] Error during execution of org.objectweb.jonas_ejb.genic.GenIC : No WHERE clause defined for the finder method 'public abstract java.lang.String mailServer.MailboxEBHome.findAddressByKey(java.lang.Integer) throws java.rmi.RemoteException,javax.ejb.FinderException'
[genic] java.lang.Error: No WHERE clause defined for the finder method 'public abstract java.lang.String mailServer.MailboxEBHome.findAddressByKey(java.lang.Integer) throws java.rmi.RemoteException,javax.ejb.FinderException'
[genic] at org.objectweb.jonas_ejb.genic.VcMethod.<init>(VcMethod.java:484)
[genic] at org.objectweb.jonas_ejb.genic.VContextFactory.create(VContextFactory.java:303)
[genic] at org.objectweb.jonas_ejb.genic.Source.<init>(Source.java:174)
[genic] at org.objectweb.jonas_ejb.genic.BeanSources.<init>(BeanSources.java:225)
[genic] at org.objectweb.jonas_ejb.genic.GenIC.<init>(GenIC.java:689)
[genic] at org.objectweb.jonas_ejb.genic.GenIC.main(GenIC.java:408)
[genic] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[genic] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[genic] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[genic] at java.lang.reflect.Method.invoke(Method.java:597)
[genic] at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97)
BUILD FAILED |
Partager