|
Hi,
I am
doing accordingly to to the documentation
It
slightly different
So
*
@ejb:finder signature="Collection findMe(java.lang.String aMe)"
* @jboss:finder-query name="findLargeAccounts" query="me = {0}" order="me" "me"
is a member of entity bean (CMP2)
The problem is that JBoss see it as abstract method
because query is not defined in ejb-jar.xml file at whole
I
tried to implement Yours example as well and it is same
result:
16:40:34,233 ERROR [STDERR] javax.ejb.FinderException:
Unknown query: public abstract java.util.Collection
TestLocalHome.findMe(java.lang.String) throws
javax.ejb.FinderException
May be
I need to tell Jboss in someway explicitly to take query from
jaws.xml?
Thanks
|
Title: RE: [Xdoclet-user] @jboss:finder-query doesn't modify home interface
- [Xdoclet-user] @jboss:finder-query doesn't modify home i... Boris Tamarkin
- Re: [Xdoclet-user] @jboss:finder-query doesn't modi... Dmitri Colebatch
- RE: [Xdoclet-user] @jboss:finder-query doesn't modi... Boris Tamarkin
- Re: [Xdoclet-user] @jboss:finder-query doesn't ... Dmitri Colebatch
- RE: [Xdoclet-user] @jboss:finder-query does... Enrique Rodriguez
- Re: [Xdoclet-user] @jboss:finder-query doesn't modi... Boris Tamarkin
- Re: [Xdoclet-user] @jboss:finder-query doesn't ... Dmitri Colebatch
