Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,584

    Spring Data JPA - Eager Fetching

    I'm working on a web application that makes use of the Spring Data JPA library. The web application is designed using the typical Dao/Service/Web layered architecture. From the service layer, my goal...
  2. Replies
    6
    Views
    2,432

    The factory will compile the report when it sees...

    The factory will compile the report when it sees a .jrxml file extension, see the loadReport method. Right, no configuring of views, spring mvc is completely out of the picture here. If you wanted...
  3. Replies
    6
    Views
    2,432

    I have a JasperReportDetails bean def for each...

    I have a JasperReportDetails bean def for each jasper report definition.



    <bean id="riskAssessmentReportDetails" class="com.company.reporting.JasperReportDetails">
    <property...
  4. Replies
    6
    Views
    2,432

    I'm not sure what exactly you're looking for but...

    I'm not sure what exactly you're looking for but I have a JasperReportsFactory class for generating pdf reports which i then send via email.



    package com.company.reporting;

    import...
  5. Replies
    1
    Views
    1,661

    I've never used it myself, but you could try...

    I've never used it myself, but you could try using CXF wsdl2java utility.

    http://cwiki.apache.org/CXF20DOC/wsdl-to-java.html



    -Russ
  6. XML Schema Centralization and Management

    I'm starting a thread on the SOA design pattern "Schema Centralization" because i'm curious how others are going about it within their organization, or at all for that matter.

    Here's my...
  7. Replies
    5
    Views
    2,195

    It took me a little while to track down the Maven...

    It took me a little while to track down the Maven specifics, here's are maven repository and dependency configuration snippets for SWS 2.0.0-M1.

    Repository



    <repository>...
  8. Replies
    21
    Views
    5,751

    spring-security-core-2.0.4.jar

    spring-security-core-2.0.4.jar
  9. Replies
    21
    Views
    5,751

    Looks to me like you are missing the spring...

    Looks to me like you are missing the spring security jar on your classpath.
  10. Replies
    21
    Views
    5,751

    +1, I'm wondering too.

    +1, I'm wondering too.
  11. Replies
    0
    Views
    2,933

    javax.inject.Provider

    I am trying to understand the purpose of javax.inject.Provider interface when used within a Spring based application. Here's an example from the API doc but I don't see the value in it.

    In this...
  12. Replies
    0
    Views
    1,510

    Controlling namespace in response

    I'm using soapUI to inspect the generated reponses from a spring ws web service. I noticed every namespace from all of the imported xsds are included in the reponse, notice the ns2-8. Below is a...
  13. One CXF Web Service per Bundle in dm server

    I'm just getting started with dm server (v2) and osgi. These are all new concepts to me so please bare with me if i confuse any of the terms.

    I'm starting a project that requires multiple web...
  14. Replies
    3
    Views
    3,587

    Is late Q3 or early Q4 still on track?

    Is late Q3 or early Q4 still on track?
  15. Thread: Wait screen?

    by russpitre
    Replies
    10
    Views
    3,319

    Another way to avoid this behavior is this: ...

    Another way to avoid this behavior is this:



    <%@ include file="/WEB-INF/view/jsp/resources/includes/taglibs.jspf" %>
    <%@ taglib prefix="project" tagdir="/WEB-INF/tags/project" %>
    <head>
    ...
  16. Great. Thanks.

    Great. Thanks.
  17. So should you still use Spring's HibernateTemplate and/or JpaTemplate??

    Quick question about this article:

    http://blog.interface21.com/main/2007/06/26/so-should-you-still-use-springs-hibernatetemplate-andor-jpatemplate/

    The author says this in the 3rd paragraph...
  18. Replies
    9
    Views
    2,951

    Yup, i agree!!!! Thanks for sharing your...

    Yup, i agree!!!! Thanks for sharing your thoughts!!
  19. Replies
    9
    Views
    2,951

    I found a solution, i'm not sure if it's the best...

    I found a solution, i'm not sure if it's the best solution but it works. I think it's the cleanest way to go for my case.

    I subclassed org.hibernate.type.StringType like so:




    package...
  20. Replies
    9
    Views
    2,951

    In my test case on i'm calling this method: ...

    In my test case on i'm calling this method:


    Company company = companyDao.getCompany("AM22");


    Here's what i see after turning debug on:
  21. Replies
    9
    Views
    2,951

    Exactly!!!!!!

    Exactly!!!!!!
  22. Replies
    9
    Views
    2,951

    Yes, you're right (at least in our environment). ...

    Yes, you're right (at least in our environment).

    The sql that hibernate generates selects ALL of the contacts with both companyIDs 'SP01' and 'sp01'. The issue lies when hibernate populates...
  23. Replies
    9
    Views
    2,951

    Hibernate Case INSENSITIVE joins

    I already posted this on the hibernate forums, i've never had much luck on that forum so i'm also trying here too.

    Hibernate version: 3.2
    Mapping documents:


    <set name="contacts"...
  24. Replies
    33
    Views
    28,023

    cont'd... Role domain object. package...

    cont'd...

    Role domain object.



    package com.mycompany.model.security;
    import java.util.List;
    import org.apache.commons.lang.StringUtils;
    import...
  25. Replies
    33
    Views
    28,023

    Here's a bit of code you may be able to adjust to...

    Here's a bit of code you may be able to adjust to your environment.


    DatabasePathBasedFilterInvocationDefinitionMap.java



    package com.mycompany.security.acegisecurity.intercept.web;...
Results 1 to 25 of 57
Page 1 of 3 1 2 3