Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    619

    How to pass variable to Annotations?

    Hi,
    I am using Spring ORM with JPA Template. I used reverse engg tool to generate the Entities and the Spring DAOs. The generate Entities have something like this :
    ...
  2. Replies
    0
    Views
    836

    Spring Hibernate on GlassFish

    Hi,
    I am trying to develop and Spring and Hibernate Application. When i run it from the NetBeans IDE as a standalone java class i can hit the Database and everything is fine. When i create a...
  3. Replies
    2
    Views
    834

    Thanks that worked

    Thanks that worked
  4. Replies
    2
    Views
    834

    Spring WS Exception.

    Hi,
    I am using Spring WS and as part of it in the Endpoint class i am extending
    AbstractJDomPayloadEndpoint. My invokeInternal method throws this error:

    SEVERE:...
  5. Replies
    11
    Views
    2,286

    Got it to work

    I got it to work by moving the bean definition of Test :

    <bean id ="test" class = "com.travel.nrtp.util.Test"/> from the GateAndTime-portlet.xml file to the common.xml file. For autowiring spring...
  6. Replies
    11
    Views
    2,286

    stack trace

    SEVERE: Context initialization failed
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gateAndTimeController': Autowiring of fields failed; nested exception is...
  7. Replies
    11
    Views
    2,286

    config files

    1. web.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  8. Replies
    11
    Views
    2,286

    config files and classes

    1. Web.xml :

    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  9. Replies
    11
    Views
    2,286

    tried that still get the same error

    Thanks. I tired with the namespace edition in the xml and i still get the same error.
  10. Replies
    11
    Views
    2,286

    this is the error

    This is the import

    import com.travel.nrtp.util.Test; so that part is fine.

    The error that i get when i try to deploy the App on the server is :

    SEVERE: WebModule[/GateAndTime]PWC1275:...
  11. Replies
    11
    Views
    2,286

    @Autowired issue

    Hi,
    I am trying to autowire a Spring Portlet Controller and i get a Unsatisfied dependency error.

    This is what i have in the xml file :

    <beans...
Results 1 to 11 of 11