Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    3,827

    @ResponseBody in Portlet Environment

    Hi All,

    Presently, I am trying to get JSON data from the server under portlet environment. I am using resource url to make the call from the client and on the server side i have the following...
  2. Hi Marty, Thanks for you answer. I found one...

    Hi Marty,

    Thanks for you answer. I found one working solution. Using Matt's classes as example. We have to do the following changes to the xml files.

    OrderDetailPortlet_portlet.xml

    <?xml...
  3. Hi Matt, I also happen to run into similar...

    Hi Matt,

    I also happen to run into similar problem.
    Did you find a solution to this ? If not, there any JIRA raised regarding this issue?
  4. Hi Sridhar, Yes, At deployment time, instances...

    Hi Sridhar,

    Yes, At deployment time, instances of the deployed EJB's are created in GlassFIsh by default setting up the container specific transaction attributes.

    Regards
    Vasu
  5. Hi Sridhar, Nope, I am not able to find a...

    Hi Sridhar,

    Nope, I am not able to find a clean solution yet. What i did was, seperated out the cron job related beans in one xml file and programtically loaded the beans ( i know it is akward )...
  6. Loading Spring Beans at startup during EJB 3.0 Deployemnt.

    Hi All,

    Presently I am using Spring 2.5 and EJB 3.0. I am able to wire my spring beans to EJB via using beanRefContext.xml and the using the following code snippet inside.


    <bean...
  7. handling duplicate submission in spring portlets using annotations

    Hi All,

    I am trying to use spring portlets mvc through annotations based approach. Presently i am facing a problem of duplicate submits.
    What is the steps to be followed to avoid the duplicate...
  8. Replies
    9
    Views
    7,226

    Hi Anupam, I am not sure whether i got your...

    Hi Anupam,

    I am not sure whether i got your question properly .

    Do you want to use hibernate instead of entity bean in session bean
    or
    Do you want to inject spring beans ( proxy factory bean...
  9. Replies
    9
    Views
    7,226

    Hi Anupam, One way of doing things is that .....

    Hi Anupam,

    One way of doing things is that .. ( assuming deployment is available on local server )


    <bean id="demoLookup"
    class="org.springframework.jndi.JndiObjectFactoryBean">...
  10. Regarding Ejb 3.0 Deployment With Spring 2.5

    Hi All,

    At present, I am trying my hand in integrating Ejb 3.0 with Spring 2.5. I am using jboss 4.2.2 GA.
    I am starting my server and deploying my ear file through Eclipse.

    I am getting the...
Results 1 to 10 of 10