Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. I am using Datastax, no Kerbos, Ubuntu 12.04. I...

    I am using Datastax, no Kerbos, Ubuntu 12.04. I haven't had a chance to run this on a standard Hadoop distro but it would be great if you could give it a try so I can pinpoint it to a potential...
  2. I tried SNAPSHOT and still get the same error. ...

    I tried SNAPSHOT and still get the same error.

    Thomas
  3. I was wondering if this snippet of code could be...

    I was wondering if this snippet of code could be the culprit of the class loading issue I am facing.

    From ToolExecutor (1.0.0.M2):



    Thread th = Thread.currentThread();
    ClassLoader...
  4. javax.security.auth.login.LoginException: unable to find LoginModule class

    Hi,

    I have been unable to invoke Mahout Jobs from Spring Hadoop.



    <hdp:tool-runner id="mahout-tool"
    tool-class="org.apache.mahout.cf.taste.hadoop.item.RecommenderJob"...
  5. Pattern for converting from denormalized flat file to normalized structure

    Hi,

    I am looking for best practices in processing a flat file that holds a denormalized one-to-many structure. For example I'd like to get from the following flat file lines to the JSON document...
  6. None of that works. I can find a way to get to...

    None of that works. I can find a way to get to nested paths in the @PathVariable.

    You can do something like this:




    @RequestMapping("/content")
    public class CmsContentController {
  7. Access to wildcard @RequestMapping path within controller

    Hi,

    I need to know the value of the wildcard match for a RequestMapping within a controller's method. I realize a PathVariable can be used to access part of the path but I have not found a way to...
  8. Tried STS 2.3.1 with the new tc Server 6.0.20.C...

    Tried STS 2.3.1 with the new tc Server 6.0.20.C (which has aspectjweaver-1.6.8 in its system classpath) which resolved the issue.
  9. Found it

    Hey Andy,

    Sorry it took me a silly long time to get back to you on this. I didn't immediately find the issue as I was using the SpringSource tc server that ships with STS 2.3.0 AspectJ is deployed...
  10. I am getting the exact same stacktrace with...

    I am getting the exact same stacktrace with 1.6.8:

    INFO : org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in...
  11. Tried this time with 1.6.6 and got the same error...

    Tried this time with 1.6.6 and got the same error

    INFO : org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in...
  12. AspectJ 1.5.4 with Spring 3 Thanks, Thomas

    AspectJ 1.5.4 with Spring 3

    Thanks,
    Thomas
  13. TomcatAspectJWeavingClassLoader errors on org.hibernate.search.backend.OptimizeLucene

    I am getting a Nullpointer when integrating Hibernate Search with Spring on tc Server. I believe this is a bug but wanted to confirm and see if there's a workaround:


    ----...
  14. Chaining StaxEventItemReader by Record Type

    I have an XML feed that contains two types of products; movies and music. Both types come in through the same feed. The music and movies elements are different but they have a common field, named...
  15. Replies
    0
    Views
    1,191

    RestTemplate and HTTP Caching

    Is there a way to configure RestTemplate so that it respects HTTP caching headers and i.e. store response in EHCache based on TTLs?

    Cheers,
    TVdV
  16. Replies
    2
    Views
    738

    REST Support?

    Hi,

    Are there plans to support REST endpoints (Spring 3.0 MVC style)? This would be to aggregate a variety of SOAP services into a RESTfull service.

    Thanks,
    Thomas
  17. Replies
    4
    Views
    1,057

    Support for Application Scope?

    Is there support in Spring 2 for beans defined on an application scope?

    My usecase would be to define a bean which holds some configuration data that I'd like to access in a tag file.
  18. Replies
    1
    Views
    2,090

    EmptyResultDataAccessException not caught

    Shouldn't my catch block catch the EmptyResultDataAccessException exception? It isn't.

    try {
    Taxonomy existingTaxonomy = retrieveTaxonomy();
    ...
  19. This classloader does not seem to work when it's...

    This classloader does not seem to work when it's defined in Tomcat's global server settings (conf/server.xml) as shown below:

    ...
    <Context docBase="collab-download-web"...
  20. Thanks but I did follow the reference docs to the...

    Thanks but I did follow the reference docs to the letter (unless I drank too much coffee). Also tried RC3 but having the same problem.
  21. Replies
    1
    Views
    2,588

    Actually it does bind. I obviously had to put...

    Actually it does bind. I obviously had to put true/false as values and not 1 and 0.
  22. Replies
    1
    Views
    2,588

    form:radiobutton does not bind

    It seems like form:radiobutton is not binding. I saw a previous post stating that this wasn't implemented. Is this still the case for RC2?

    <form:radiobutton path="hasUsed" value="1" />(<c:out...
  23. FYI. I took an application that works fine, added...

    FYI. I took an application that works fine, added the following context.xml file to /webapp-root/META-INF

    <Context>
    <Loader...
  24. When including the servlet jar in my WAR, I get...

    When including the servlet jar in my WAR, I get the following exception:

    ERROR [catalina.core.ContainerBase.[Catalina].[localhost].[/jpatest]] Error loading TomcatInstrumentedClassLoader...
  25. I've done that.

    I've done that.
Results 1 to 25 of 62
Page 1 of 3 1 2 3