Search:

Type: Posts; User: p.g.taboada; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. HttpInvokerServiceExporter and http session/ JSESSIONID

    Hi,

    Is there any way to have remote calls from a given client being associated to a given session?

    I changed the httpInvokerRequestExecutor property of my proxy beans, using commons...
  2. Thanks! Meanwhile I started using Spring 3.1....

    Thanks! Meanwhile I started using Spring 3.1. Thinks work really better there... :-)
  3. I agree on many levels. In my special case, I...

    I agree on many levels.

    In my special case, I simply need to be able to property-config the locations of a PropertyPlaceholderConfigurer.

    Even SPeL, as far as I know, could solve it here, as...
  4. Thanks, well, I know it does not work. Oh,...

    Thanks, well, I know it does not work.



    Oh, you missed that the first PropertyPlaceholderConfigurer defined the "$app{" prefix.




    Well, I need the value defined in the property files...
  5. PropertyPlaceholderConfigurer and placeholders in location

    Hi,

    there are quite a few postings to this topic. There are some new things in newest Spring versions, so I would like to ask if things have changed or stay the same (like PriorityOrder and things...
  6. How to create a "sum is greater than X" specification

    Hi.

    i have a one2many relation here. I would like to create a Specification/ Predicate that checks if the sum of a give property on the many side is 0 or not.

    Example:

    BoxBean
    ...
  7. It is my fault: one can provide the countQuery as...

    It is my fault: one can provide the countQuery as attribute in the query annotation. That should do the trick, the only problem is I still get the "limit x,y" added to my countQuery.

    Here is the...
  8. I think I found it: When paging,...

    I think I found it:

    When paging, spring-data-jpa proxies issue a count statement against the database.
    The problem is, the count statement in my case does have



    limit 30, 2
  9. This is driving me crazy... What I have tried...

    This is driving me crazy...

    What I have tried so far:

    - downgraded from snapshots to RC1 (with core-common 1.1.0-M2)
    - tried the code without pagination
    - I can walk over all records
    ...
  10. Using spring-data jpa, named queries and pagination

    Hi,

    I am still test driving spring data. On a given entity, I am not getting the second page of data (dao returns null instead of "page").



    @Query("select t from appointment t where...
  11. Replies
    0
    Views
    248

    Problem setting up project

    Hi,

    I am test driving the jpa implementation of spring-data. Unfortunately I am having trouble starting the context, the exption is:

    Unexpected exception parsing XML document from class path...
  12. Replies
    3
    Views
    1,114

    That is not true. I can configure the path: ...

    That is not true. I can configure the path:

    <Context path="/apppath" docBase="/local/somepath/app_data/CMS_FILES">

    But this is not my issue, this has always worked under tomcat so I do not...
  13. Replies
    3
    Views
    1,245

    Oh wow, so your product pages are outdated/...

    Oh wow, so your product pages are outdated/ selling something that does not exist?
  14. Replies
    3
    Views
    1,245

    Admin console missing

    I am test-driving tc-server.
    I like the pics of the admin console in the product homepage.
    I downloaded the spring tc-server eval.
    I crated an instance from scratch from the default (BIO)...
  15. Replies
    3
    Views
    1,114

    Deliver static resources

    Hi,

    I have some static resources stored under /local/some/path.

    I need those files to be delivered under http://my.server:8080/static/....

    I thought the best way would be to create the...
  16. TC-Server developer edition behind apache/ajp

    Hi,

    I am playing with the tc-server developer edition and running into the problem of starting it behind an apache/ ajp connection.

    My "developer setup" is on a vmware, that is the reason why I...
  17. GWT without Roo in STS/ spring insight

    Hi,

    I did not get it running out of the box. Is there somewhere a nice blog explaining how to do the Speed Tracer / STS / TC Server / Spring Insight magic on a plain GWT/ Spring application?
    ...
  18. Replies
    0
    Views
    419

    NTLM Filter

    Hi,

    I read it is gone for 3.x...

    Is there a migration path?

    brgds,

    Papick
  19. GWT Spring Integration

    I am simply autowiring my rpc servlet implementation during initializiation. Ok, it's just for serverside, but it is

    - easy
    - works with annotations
    - keeps me in control

    I have just...
  20. "Unexpected end of file from server" when adding serializable object to RemoteInvocat

    I am adding metadata to a RemoteInvocation (using HttpInvoker).

    As soon as I add an instance of

    public class SessionInformation implements Serializable {
    ...
    }

    I get an "Unexpected end of...
  21. Solved the problem with greedy-proxying the...

    Solved the problem with greedy-proxying the osgi:set.

    brgds,

    Papick
  22. Marker interface not working

    As stated I am using a marker interface and an annotation for all my services that should be exported:

    public interface MyService {
    String getVersion();
    }

    @MyServiceMetadata(path =...
  23. Exporting a set of OSGI exportet services via Http

    Hi,

    I have a bundle that "collects" all osgi exported services via <osgi:set />. Now I would like to export those via http remoting.

    I can collect all services by collecting them through a...
  24. Replies
    1
    Views
    798

    With [code] :-)

    <s:http auto-config="false" >
    <s:intercept-url pattern="/**" access="ROLE_EDITOR" />
    <s:form-login/>
    <s:anonymous />
    </s:http>

    ...
  25. Replies
    1
    Views
    798

    Configuring the remember-me beans

    Hi,

    I am running into a quite simple problem. I am using the ns based config and would like to change the validity of the token. From looking at the code and the reference guide I thougt that his...
Results 1 to 25 of 45
Page 1 of 2 1 2