JBoss Community

ResteasyBootstrap runs before EJBs are bound

created by Kyle Watson in JBoss Web Services - View the full discussion

Hello,

 

I'm using RESTEasy with EJBs and am setting the context params

 

{code:xml}

    <context-param>

        <param-name>resteasy.jndi.resources</param-name>

        <param-value>

            AddAccountInformationServiceImpl/remote

            GeofenceServiceImpl/remote

            SpeedAlertServiceImpl/remote

            VehicleTrackingServiceImpl/remote

        </param-value>

    </context-param>

{code}

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community