Search:

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

Search: Search took 0.02 seconds.

  1. Thread: pdf plugin

    by tmc_chandra
    Replies
    3
    Views
    1,145

    Hi, I use the method provided in this link:...

    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
  2. Spring core + Webflow + Hibernate + Liferay + OpenSessionInFlowInterceptor

    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...
  3. The application that we are developing are portal...

    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...
  4. I tried not to use the dependency injection. I...

    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...
  5. Yes, it is the same jboss instance, same war file...

    Yes, it is the same jboss instance, same war file ... but different jdk provider and different os ...
  6. I make use of spring import to divide the context...

    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>
  7. My beans-context.xml

    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"
  8. Dao extends JdbcDaoSupport injection throws NotWritablePropertyException on AIX 5.3

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