Search:

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

Search: Search took 0.03 seconds.

  1. I've been working with Russ on the plugin and the...

    I've been working with Russ on the plugin and the stacktrace posted above is after installing Insight Operations in JBoss 6.1. It occurs on startup when trying JBoss is trying to deploy the...
  2. Replies
    4
    Views
    2,418

    I'm no spring guru but isn't what you want (or...

    I'm no spring guru but isn't what you want (or something very similar) already available.

    Have a look at this thread http://forum.springsource.org/showthread.php?t=107483

    When I read your...
  3. Replies
    9
    Views
    1,844

    Hi Edwin, If you are prepared to install jars...

    Hi Edwin,

    If you are prepared to install jars into your own maven repository, why don't you just checkout the source for the 1.5 branch and build your own? You could do this until 1.5.10 is...
  4. Hmmm I can think of a couple of ways of solving...

    Hmmm I can think of a couple of ways of solving this. As I mentioned, in the case your referring to, the getRemoteAddr method on the request should return 127.0.0.1 which would mean that the request...
  5. Sorry I think I misunderstood your question... ...

    Sorry I think I misunderstood your question...

    getServerPort will give you the port the server i.e. the port your web application server is listening on not the client port (8080 or 80 or some...
  6. The externalContext object can give you access to...

    The externalContext object can give you access to the Native Request which in turn will give you access to the port number.

    Checkout the API documentation for ExternalContext.getNativeRequest...
  7. Sorry forgot to mention... If you follow these...

    Sorry forgot to mention... If you follow these instructions and are building with maven then there is a problem with the spring-faces maven pom.xml

    See this thread...
  8. I am using SWF 2.3 with JSF 2.1 but I had to...

    I am using SWF 2.3 with JSF 2.1 but I had to download the source and make a change to FlowFacesContext in spring-faces.jar to do it.

    It looks like a new method has been introduced in JSF 2.1 which...
  9. Replies
    2
    Views
    788

    You could implement the InitializingBean...

    You could implement the InitializingBean interface which has one method (afterPropertiesSet()) which is called after all properties are set on the bean. The problem with this is that it ties your...
  10. I've spent some time thinking about this problem...

    I've spent some time thinking about this problem and *think* I've found a solution....

    There is already a state saving mechanism in JSF which is used to persist views across requests so couldn't...
  11. SWF + JSF2 + View restoration across redirect problem

    I was struggling for a while trying to figure out why, when standard JSF validation (i.e. required="true") failed after a form submission, none of the values entered were present in the form after...
  12. I have found my problem. I am using JSF 2.1 and...

    I have found my problem. I am using JSF 2.1 and discovered that there was a missing method in FlowFacesContext (isReleased) which has been introduced in JSF 2.1 I believe. This meant that I had to...
  13. SWF + JSF2 + execution parameter on form submission

    I am using SWF and JSF2 and I have created a simple flow with just one view containing a jsf h:form. Each time I submit the form a new conversation is started. I have debugged the SWF code and have...
Results 1 to 13 of 13