Search:

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

Search: Search took 0.04 seconds.

  1. Using REST URL's with path variables along with Web Flow

    My web application uses REST-style URLs with path variables. This has worked very well for the app and its design. I am unable to figure out how to map a Flow when there is a path variable in the...
  2. After session timed out, user re-logs in, flow variables are gone - how to handle?

    Hi WebFlow Experts,

    I have an issue that I can't seem to find a resolution for.

    The components of my web app include: Spring 3.1.1, Spring Security 3.1 and Web Flow 2.3.

    1. User signs into...
  3. So, just to be clear, my preference would be to...

    So, just to be clear, my preference would be to pull out the transaction stuff because I don't need it. Here is an abbreviated version of my ReportDaoImpl class:




    [imports removed as well as...
  4. JDBC Performance question when [not] using LocalContainerEntityManagerFactoryBean

    I am building an application that initially started as a Roo project and was refactored into a stand-alone Spring MVC template project. In the process, I pulled out all of the unused parts, including...
  5. Maven-2 JAXB-2.x Plugin causes Roo InvocationTargetException

    After adding the following plug-in to my Roo 1.2 project, roo crashes and becomes unresponsive. The error that shows up is:

    InvocationTargetException at...
  6. Replies
    7
    Views
    659

    I have this problem too, and have had to pull Roo...

    I have this problem too, and have had to pull Roo out of my project. STS becomes so unresponsive, even the mouse becomes jumpy. Then, if I exit STS, the JVM continues and memory grows and grows until...
  7. Replies
    9
    Views
    5,587

    I have an update to this - through some more...

    I have an update to this - through some more testing, it seems that the default settings for a DocumentBuilderFactory is to not be namespace aware. If the setNamespaceAware(true) method is called...
  8. Replies
    9
    Views
    5,587

    I am experiencing this exact same problem and...

    I am experiencing this exact same problem and killed a lot of time only to discover the same solution with using a StreamSource. Although this solution works for me, I would really like to know why...
  9. Same problems as everyone else

    I've tried just about every combination of things to get rid of those warnings, and they won't go away. They are the only warnings in my entire project, so it's quite frustrating. Here's what I get....
  10. Replies
    0
    Views
    369

    Roo, MongoDB, and embedded objects

    Is it possible to create an entity that has embeddable objects that are not entities themselves? I have the need to create a "report" entity which contains multiple other objects. For example, the...
  11. Nope. That won't solve the problem. You are...

    Nope. That won't solve the problem. You are assuming that I'm using STS distro of Eclipse.

    I am using Helios + STS from the update site. As it turns out, the base distro of Eclipse does not...
  12. I gotta say this is ridiculous. I have tried...

    I gotta say this is ridiculous. I have tried everything to make a simple template work, and it just doesn't. I am using Helios with the nightly build of STS installed. I create a template project and...
  13. Replies
    5
    Views
    4,953

    I got no responses on my post. In fact, yours is...

    I got no responses on my post. In fact, yours is the first. I have no idea if one is better than the other, but I eventually figured out how to use the XsltView and it's associated resolver. I had...
  14. Unable to use Saxon with XsltView - Please help

    My config specifies the following XsltViewResolver:

    <bean id="xslViewResolver" class="org.springframework.web.servlet.view.xslt.XsltViewResolver">
    <property name="prefix"...
  15. Replies
    5
    Views
    4,953

    XsltView vs. AbstractXsltView - need help

    I am trying to create a new application using XSLT views. I started following the samples in ProSpring and Expert Spring MVC, but when I looked at the API, it clearly states that AbstractXsltView is...
  16. To use or not to use MySQLMaxValueIncrementer

    Just finished (for the most part) ProSpring. Am creating my data access layer using Dao classes. Underlying DB is MySQL. All tables use an integer primary key. Naturally, auto-increment seems like a...
Results 1 to 16 of 16