We have a user that is getting this error:
net.sf.hibernate.QueryException: outer or full join must be followed by path expression
Here is the output:
Code:
from com.notiva.cbo.buyer.data.partnership.SellerPartnershipImpl as sp  inner join com.notiva.cbo.buyer.data.invoice.InvoiceImpl as invoice  on invoice.partnershipId = sp.id  inner join com.notiva.cbo.buyer.data.match.InvoiceMatch as invoice_match  on invoice_match.invoiceId = invoice.id  inner join com.notiva.cbo.buyer.data.match.MatchImpl as match  on match.id = invoice_match.matchId  where match.id =135
Any ideas? Looks good to me. Thanks
Matt