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...
Type: Posts; User: vasudm82; Keyword(s):
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...
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...
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?
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
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 )...
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...
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...
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...
Hi Anupam,
One way of doing things is that .. ( assuming deployment is available on local server )
<bean id="demoLookup"
class="org.springframework.jndi.JndiObjectFactoryBean">...
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...