On Wed, Feb 9, 2011 at 12:37 PM, StephanDiplom <[email protected]> wrote: > Hi, > > is there any way to find conferences by their extension? I thought of > something like: > > public Conference findConferenceByExtension(String extension) { > List<Conference> conferences = > getHibernateTemplate().findByNamedQueryAndNamedParam("conferenceByExtension", > VALUE, extension); > return (Conference) DataAccessUtils.singleResult(conferences); > } >
Have you tried to use ConferenceBridgeContext.searchConferences(final String searchTerm) ? George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
