Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Deploying Spring as a black box for development teams

    I am working to build a common 'framework' and want to leverage Spring and all it's good things and make those good thing available to development teams in a managed way. In order to achieve this...
  2. what is real odd is when i revert my spring.jar...

    what is real odd is when i revert my spring.jar and spring-webmvc.jar to the 'old' versions (use spring-modules_0.8.jar) and spring 2.1 there is no issue with the spring:bind tag.

    weird, must be...
  3. I am not doing anything strange and have been...

    I am not doing anything strange and have been using Spring for years... I have done the sanity check and have done some searching and found nothing.

    Check this out though... when I use the

    ...
  4. Neither BindingResult nor plain target object for bean name 'command' available

    I am getting a very strange binding issue/exception with Spring 2.5 that I have never run into before:


    the simple jsp page:


    <spring:bind path="systemLogin.firstNm">
    <td...
  5. Looks like I need to change the existing...

    Looks like I need to change the existing controllers and the DispatcherServlet to the DispatchPortlet. Once this is done, the current JSP resolvers will continue to work and I will not have Portlet...
  6. Jorg, thank you for your quick reply. Just so I...

    Jorg, thank you for your quick reply. Just so I am completely clear, I would like to keep the existing Spring MVC model for the current 'admin' or 'production' site however include a new 'customer'...
  7. Spring Portlets/Liferay with Tomcat 5.5

    I am new to portlets and am curious if there is a way to integrate portlets with existing Spring MVC technology? I would like to add a portal page which includes several portlets into my application...
  8. Spring *.htm mapping and *.htm files in the web app (TinyMCE)

    I would like to integrate the TinyMCE editor into my Spring application however the advanced TinyMCE controls call *.htm files that are to be used by TinyMCE. My web.xml file has a servlet mapping of...
  9. Lucene integration with JCR and Hibernate3

    I have the need to index uploaded documents placed in my (Spring Module)JCR as well as domain object stored in my database ; accessed via a Hibernate3 SessionFactory. I am curious about the Lucene...
  10. Replies
    13
    Views
    14,728

    OK, I have the JCR wirings in place and while...

    OK, I have the JCR wirings in place and while trying to start the web application in Tomcat 5.5 I am getting the following exception:

    java.lang.NoClassDefFoundError:...
  11. Replies
    13
    Views
    14,728

    Thanks Costin! I will check those references.

    Thanks Costin! I will check those references.
  12. Replies
    13
    Views
    14,728

    I looked at Alfresco is some detail and spoke to...

    I looked at Alfresco is some detail and spoke to a sales rep to establish what an OEM license would look like (I want to integrate it as a unit into our application and since they have a GPL I need...
  13. Replies
    13
    Views
    14,728

    upon closer inspection ... AtLeap isn't going to...

    upon closer inspection ... AtLeap isn't going to cut it.

    Any other cool ideas???
  14. Replies
    13
    Views
    14,728

    Thank you for the suggestion. I was looking at...

    Thank you for the suggestion. I was looking at Alfresco as a possibility and it appears their SDK is a real possibility.

    Blandware AtLeap is nice solution.
  15. Replies
    13
    Views
    14,728

    Spring CMS Integration

    I have the need to tie in a content management system into my Spring/Hibernate/Acegi application and am curious to know what open source CMS packages integrate well with Spring. My application will...
  16. yep you can do it directly too... that will work!

    yep you can do it directly too... that will work!
  17. I had a similar issue, setting the URL...

    I had a similar issue, setting the URL dynamically and I solved it in a bit different manner.

    I created a service class called HttpInvokeProxyFactory as such:

    public class...
  18. Replies
    6
    Views
    4,663

    All set ... thanks. For those that want the...

    All set ... thanks.

    For those that want the solution please read the post on the OSWF forum.

    http://forums.opensymphony.com/thread.jspa?threadID=54387&tstart=0
  19. Replies
    6
    Views
    4,663

    I have a very similar issue as listed above...

    I have a very similar issue as listed above however the OSWorkflow API has changed and there is no loadObject(clazz) method on the AbstractWorkflow object (OSWF version 2.8.x).

    I need to have...
  20. Read my thread ... what you are trying to do is...

    Read my thread ... what you are trying to do is similar. Try using the annotations rather than <aop> tags ...

    http://forum.springframework.org/showthread.php?t=31348
  21. As an update to my issue, it has been resolved in...

    As an update to my issue, it has been resolved in the following manner:

    Spring configuration (aop-spring.xml)


    <!-- Enable autoproxying -->
    <aop:aspectj-autoproxy/>

    <bean...
  22. Ramnivas, I will try using the @AspectJ...

    Ramnivas, I will try using the @AspectJ annotations to get this to work. Is there someplace I may watch the status of this issue?

    Thanks again for your help.
    -Derrick
  23. Dependency injection of Aspect backing bean issue

    Before I get into the issue, this is what I am trying to do. I have Spring 2 wired to Hibernate 3 and am using the tx tags with my entire service layer wired with tx management. I have the use case...
  24. The @Transactional annotation did not solve the...

    The @Transactional annotation did not solve the problem. I will have to dig into this a bit. Any other tips are appreciated.

    Thanks
    -Derrick
  25. Thank you, I will read...

    Thank you, I will read http://www.springframework.org/docs/reference/transaction.html this article as well.
Results 1 to 25 of 45
Page 1 of 2 1 2