Re: How do I maintain relative URLs in SSL

2013-12-20 Thread Thiago H de Paula Figueiredo
On Fri, 20 Dec 2013 14:46:23 -0200, George Christman wrote: All set, thank you Thiago. I'm just curious why the default BaseUrl isn't empty, or at least an option in the application defaults to use empty BaseUrl's? This ended up leading to a lot of time and confusion. You cannot defin

Re: How do I maintain relative URLs in SSL

2013-12-20 Thread George Christman
All set, thank you Thiago. I'm just curious why the default BaseUrl isn't empty, or at least an option in the application defaults to use empty BaseUrl's? This ended up leading to a lot of time and confusion. On Fri, Dec 20, 2013 at 11:07 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wr

Re: How do I maintain relative URLs in SSL

2013-12-20 Thread Thiago H de Paula Figueiredo
Override BaseURLService and do this logic yourself. On Fri, 20 Dec 2013 13:27:28 -0200, George Christman wrote: Hello, we are trying to avoid the use of secure and have our server manage ssl. The problem we are running into is whenever we run on 8443, tapestry builds a full url with http

How do I maintain relative URLs in SSL

2013-12-20 Thread George Christman
Hello, we are trying to avoid the use of secure and have our server manage ssl. The problem we are running into is whenever we run on 8443, tapestry builds a full url with http as the schema. How do I force the application to only use relative URLs and never use full URLs? I'm using 5.3.7 Thanks

Re: [Jumpstart] Glassfish 4, EJB Provider not detected

2013-12-20 Thread Chris Mylonas
Thanks Andreas but I'm using EJBs for persistence and session beans, and using tapestry for the web layer. So my stateless session beans are @EJB private SomeObjectFacadeLocal objectService ; in the tapestry classes. Like http://jumpstart.doublenegative.com.au/jumpstart/examples/state/atejb Not

Re: [Jumpstart] Glassfish 4, EJB Provider not detected

2013-12-20 Thread Andreas Ernst
Hi, Am 20.12.13 03:11, schrieb Chris Mylonas: Hi All, Just a heads up. I've just tested deploying an EAR with glassfish 4 because I thought I'd try a JPA-2.1 sql inject on load setting available through the persistence.xml that would be handy for my current dev project. JPA 2.1 is not workin