Search:

Type: Posts; User: steppinrazor; Keyword(s):

Search: Search took 0.02 seconds.

  1. Yes that was the only symptom, I guess i am the...

    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.
  2. So are you saying that the stacktrace in there is...

    So are you saying that the stacktrace in there is perfectly normal -- this redirect exception??
  3. See logs attached in 2 parts

    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.
  4. tonr2: A redirect is required to get the users approval

    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....
  5. NPE on startup ..calcXmlName(PropertyInfoImpl.java:284)

    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...
  6. Exceptions not bubbling to the front end

    I am using this configuration


    <bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
    <property name="brokerURL" value="tcp://localhost:61616" />
    ...
  7. Issue with Spring 2.5, Hibernate annotations 3.4, Websphere 6.1

    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...
  8. Replies
    5
    Views
    1,875

    Instantiation...lol, tripping over my feet

    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...
  9. Replies
    5
    Views
    1,875

    Tried the applicationContext already

    MrsG

    Did that already but I was injecting the SessionFactory as apposed to the hibernateTemplate. Any other ideas?
  10. Replies
    5
    Views
    1,875

    Hibernate NullpointerException???

    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...
Results 1 to 10 of 10