Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    572

    I worked a little with support on this one and...

    I worked a little with support on this one and right now MessageDispatcherServlet does not have a way of passing in rgw root context. For the normal Spring MVC DispatcherServlet there is a...
  2. Replies
    1
    Views
    572

    Spring 3.2 Java Config Example

    I'm was looking at moving away from the xml config and removing web.xml elements and wanted to see if someone has a good example of how to configure the Spring WS @Bean and also the servlet elements...
  3. Replies
    5
    Views
    1,905

    I'm having a problem with maven in finding these...

    I'm having a problem with maven in finding these jars.
  4. Poll: Any thoughts of combining this with the spring integration project.

    There is some overlap in these two projects in particular to email and JMS functions. This would allow for a focus sub-project for the web service frameworks abstraction.

    Since the Spring platform...
  5. Replies
    0
    Views
    144

    Porting to spring data

    We built our own common data framework a number of years ago and would like to port over. How extensible is the spring data base?

    For example in our base we have a choice of Page and Range (from...
  6. Replies
    2
    Views
    1,310

    I opened up a issue in JIRA for this...

    I opened up a issue in JIRA for this https://jira.springsource.org/browse/SWS-711
  7. Replies
    3
    Views
    2,626

    URL...

    URL http://artifactory.springsource.com:80/release/

    In our Nexus we have the download indexes,auto blocking on.

    We had to ask support for create an support account and password so we could use...
  8. Replies
    3
    Views
    2,626

    It's a private maven repo you can have access...

    It's a private maven repo you can have access once you purchase the spring edition support.
  9. I use ClearTrust but in our case the request...

    I use ClearTrust but in our case the request header is 'ct-remote-user'.

    Like the prior comment - You'll have to have the DelegatingFilterProxy filter and filter-mapping set.

    Also check that...
  10. The object size has some size constraints due to...

    The object size has some size constraints due to the nature that the data is serialized in the html response. Is the times you get a null maybe due to the size of the object been passed?

    To get...
  11. Security/Session Q when adding SpringFlex to existing webapp

    We have an existing JSF/Facelets/Webflow app using Spring Security.

    It we add a Flex object onto the page using a4x it working nicely as this comes in as a POST and will pass-thru the security...
  12. Also used the DTO and Dozer why would you want to...

    Also used the DTO and Dozer why would you want to expose your hibernate domain classes everywhere in our SOA efforts that would lead to a very weak architecture.
  13. Replies
    3
    Views
    1,204

    I have an existing wtp app deployed to tomcat...

    I have an existing wtp app deployed to tomcat 6.0.18 and go to the sts2.1 tcserver and add this same project to it. I then say deploy and also tried just starting but nothing is showing under the wtp...
  14. Replies
    3
    Views
    1,204

    STS 2.1M1 tcServer Deploy does not work.

    I'm using the base (unzip) config. It works to the dm server, but not to the tcserver.
  15. Replies
    7
    Views
    4,286

    I'm getting this error when I try and apply this...

    I'm getting this error when I try and apply this patch?


    Jan 13, 2009 11:43:14 AM javax.faces.component.UIInput updateModel
    SEVERE: /WEB-INF/flows/main/home.xhtml @109,50...
  16. Replies
    7
    Views
    4,286

    By removing setSelected() We break the other...

    By removing setSelected()

    We break the other selected functionality -

    ava.lang.NoSuchMethodError: org.springframework.faces.model.SelectionAware.setSelected(Z)V...
  17. Thread: Why?

    by mdiskin
    Replies
    11
    Views
    3,515

    I noticed on one powerpoint for '09 spring...

    I noticed on one powerpoint for '09 spring releases that ROO is back on the roadmap for Q4'09. I know it's a little early given the M1 status, but as you stated the DDD would help in solving some of...
  18. Thanks for help...

    Thanks for help...
  19. set action does not populate base class attributes.

    I have a base class for all my DTO's.

    public class BaseEntity <PK extends Serializable> {

    public BaseEntity() {
    super();
    }
    public BaseEntity(PK id, Long version) {
    super();...
  20. Does HibernateFlowExecutionListener support multiple sessions?

    I have multiple physical databases and corresponding sessionFactory beans.

    If I have a business needs to call transactional beans to get and update data (e.g. CRM data, product data) within a flow...
  21. Replies
    13
    Views
    12,317

    I had success with GraniteDS which is free and...

    I had success with GraniteDS which is free and has good support for spring.

    link
  22. Help with integration with JSF actionListener's

    I've been trying to use some prebuilt JSF components such as richfaces. The ones that have actions seem to work, while the ones that use actionListeners seems to be outside the flow.

    Am I missing...
  23. Shouldn't NoMatchingTransitionException include the global-transitions

    org.springframework.webflow.engine.NoMatchingTransitionException: No transition found on occurence of event 'upload' in state 'home' of flow 'home' -- valid transitional criteria are...
  24. Hi, I'm experiencing this same problem - could...

    Hi,

    I'm experiencing this same problem - could you pease provide a view pointers on what helped get you over the bump.

    Did you change the ViewResolver?
    Did you always supply the on the view...
  25. Replies
    4
    Views
    951

    I'm assuming you took the booking-faces demo as...

    I'm assuming you took the booking-faces demo as you base which has the servlet uri defined in the web.xml as :


    <servlet-mapping>
    <servlet-name>Spring MVC Dispatcher Servlet</servlet-name>...
Results 1 to 25 of 46
Page 1 of 2 1 2