Hi,
I use the method provided in this link:
http://blogs.bytecode.com.au/glen/2007/12/17/gravl--insanely-simple-pdfs-for-grails.html
Type: Posts; User: tmc_chandra; Keyword(s):
Hi,
I use the method provided in this link:
http://blogs.bytecode.com.au/glen/2007/12/17/gravl--insanely-simple-pdfs-for-grails.html
Hi,
We are doing a portlet project where the above stack are used.
In some point in application execution, these exception is thrown
05:28:02,218 ERROR [DispatcherPortlet:439] Could not...
The application that we are developing are portal application. I am using Liferay Portal 4.1.2 that includes spring 1.2.8 in liferay-portal.ear and the portlet is using Spring 2.0 deployed as...
I tried not to use the dependency injection. I change my services to extends ApplicationContextAware interface, and directly get the dao beans in constructor.
however i come out with this...
Yes, it is the same jboss instance, same war file ... but different jdk provider and different os ...
I make use of spring import to divide the context in my application context i use:
<beans>
<!-- Import backend context -->
<import resource="classpath:spring/*-context.xml" />
</beans>
My beans-context.xml
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "../../dtd/spring-beans.dtd">
<beans>
<bean id="announcementService"
I have a portlet module using Spring 2.0 and I deploy it in Liferay 4.1.2 on top of JBoss 4.0.4
The development environment is Windows, but the deployment is AIX 5.3.
The jvm on AIX are
Java(TM)...