Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. spring integration documentation site is DOWN!!!

    Can someone at springsource please look into what is going on at the documentation URLs? I'm getting no response, and truncated responses for both html and pdf downloads and I don't have a locally...
  2. Replies
    2
    Views
    336

    That's what I was asking. Thanks

    That's what I was asking. Thanks
  3. Replies
    2
    Views
    336

    message-driven sending to JMS queue?

    Is there any way to do message driven sending to a JMS queue? Using an outbound-channel-adapter appears to set up a queue which is then polled, whereas I want to send the message to JMS...
  4. throw exception to rollback generates WARN message from spring

    I have a fairly simple integration chain which, on occasion, throws a RuntimeException in order to cause a message to be rolled back so that it can be redelivered. However, whenever I do so, spring...
  5. acknowledge="transacted" problems with JMS

    I'm dealing with a situation where messages in a given context must be consumed in order, but I have many contexts. The workload is such that it must be distributed across many hosts. I had thought...
  6. I had to put the default output folder in the...

    I had to put the default output folder in the 'set a non-default output folder' in the aspectj compiler properties to get it to work. One would think the label specifies 'non default' because it...
  7. Can't deploy compile-time woven classes

    I've just upgraded to STS 2.7.2 (from 2.3.2)

    I had to recreate all of my projects, which wasn't unexpected. Getting everything to build wasn't too troublesome. However, my webapps all use...
  8. Replies
    1
    Views
    1,265

    A note to roo users - roo 1.1.3 suffers from a...

    A note to roo users - roo 1.1.3 suffers from a bug which effectively makes the release useless if you use generated mvc controllers. You are well advised to skip this release. It is not possible to...
  9. Note: the roo documentation has this to say about...

    Note: the roo documentation has this to say about controller methods:

    "As you can see Roo implements a number of methods to offer a RESTful MVC frontend to your domain layer. All of these methods...
  10. overriding controller method breaks Roo

    I have the web scaffolding for an entity generated by roo. In the controller, I pushed in exactly one method


    @RooWebScaffold(path = "thermalspaces", formBackingObject = ThermalSpace.class)...
  11. It gets more interesting. I have the web...

    It gets more interesting.

    I have the web scaffolding generated by roo. In one controller, I pushed in exactly one method


    @RooWebScaffold(path = "thermalspaces", formBackingObject =...
  12. OK, now I'm starting to think that this is a...

    OK, now I'm starting to think that this is a critical roo bug. I attempted to create an entirely new entity just to see what the generated code would look like.

    I executed the following command...
  13. For the record, I've got the following @RooEntity...

    For the record, I've got the following @RooEntity annotation




    @RooEntity(identifierColumn="account_id", schema="some_schema", table="acc")
    public class Account {
    }
  14. Changes to @RooEntity don't reflect in code

    I have a project that was not the result of a db reverse engineering. It was built entirely in roo (1.1.3). However, I'd like to change things like the schema used for certain entities and the...
  15. Replies
    2
    Views
    792

    Not really. Seems like I'll have to learn my way...

    Not really. Seems like I'll have to learn my way around maven pretty well before I'd be able to figure out how to use that.

    mvn assembly:single creates a jar that contains all of the...
  16. Replies
    3
    Views
    1,170

    I haven't tried it, but I'd start by looking at...

    I haven't tried it, but I'd start by looking at what the browser is actually sending. Is it correctly including dateofbirth=xyz in the post data? At the moment, it isn't clear if the problem is in...
  17. Replies
    2
    Views
    792

    standalone Jar from roo app?

    I have a roo application, but I also need to have access to the entity lifecycle functionality in an environment that can run java classes (matlab, to be specific). I really don't want to have to...
  18. I guess it only triggers that method once during...

    I guess it only triggers that method once during initialization - to determine if it needs to wrap the class in a proxy and then it handles the other methods the first time they are called. However,...
  19. Only single Pre or Post annotation found in class

    I have 3 methods that use either PreAuthorize or PostFilter. It happens that the first of those 3 methods uses PostFilter. That works beautifully. However, PreAuthorize on the other 2 methods...
  20. I plan to resolve this by just setting a param in...

    I plan to resolve this by just setting a param in the ServletContext during the initialization phase. ServletContextAware interface gives me access (though perhaps I can @Autowire an object of type...
  21. accessing spring beans with only a Request object

    The problem:
    I needed to overload the session cookie hostname and the only reliable way to do that in tomcat 6 is to overload the HttpServletRequest object. I need to pass a config value to the...
  22. Is there a reason why there is nothing in any of...

    Is there a reason why there is nothing in any of the documentation which simply lists the direct dependencies of the blazeds integration project? Maven shouldn't be a requirement just to discover...
  23. well, I did the search and a solution was readily...

    well, I did the search and a solution was readily available via this thread: http://forum.springsource.org/showthread.php?t=50342
  24. automatically inject bean into every model?

    I usually try to figure these things out for myself or at least spend some time searching, but I've got too much on my plate at the moment, so I thought I'd use up some forum karma and just ask:
    ...
  25. OK, it doesn't seem to be a general problem with...

    OK, it doesn't seem to be a general problem with advice in one context file and advisee in another. Instead, it is related to the way spring constructs the context for a webapp. The files in the...
Results 1 to 25 of 44
Page 1 of 2 1 2