Yes that was the only symptom, I guess i am the only one who finds it odd that a "redirect URL" exception is thrown when I clearly have a redirect url so it seems kind of spurious.
Type: Posts; User: steppinrazor; Keyword(s):
Yes that was the only symptom, I guess i am the only one who finds it odd that a "redirect URL" exception is thrown when I clearly have a redirect url so it seems kind of spurious.
So are you saying that the stacktrace in there is perfectly normal -- this redirect exception??
So this is the exception tonr2 throws but recovers from it. I thought it was me until I noticed that tonr2 was throwing this redirection exception.
Guys -
So I am trying to get up and running with Oauth2 in building an app that interfaces with Facebook. I am using the tonr app for Oauth2 as a proof of concept but I am getting an exception....
This is my entry point class defined in web.xml
import com.sun.jersey.api.core.ResourceConfig;
import com.sun.jersey.spi.container.WebApplication;
import...
I am using this configuration
<bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL" value="tcp://localhost:61616" />
...
Does anyone know what causes the error below when using the title stack, thanks.
Caused by: java.lang.ArrayStoreException
at com.ibm.oti.reflect.AnnotationHelper.getReturnValueFromEntry(Native...
Martin,
I actually instantiate the FilterToHibernateMapper within the Controller every time it is called, which is really not-smart(inefficient). So really what I infer from you question Martin is...
MrsG
Did that already but I was injecting the SessionFactory as apposed to the hibernateTemplate. Any other ideas?
Guys,
I extend HibernateDaoSupport but for the life of me I keep getting a NullpointerException. I call it here in the subclass
public FilterToHibernateMapper(final Class clazz){
crit...