Log in to follow, share, and participate in this community.
Thread Web MD merge process
Web MD merge processHi Folks, I'm debugging one regression related to service references. I have service-ref element defined in web.xml <service-ref> <service-ref-name>service3...
Automatic login after identificationHello Seamians ! I'm developping my first Seam app. This app will be open to a restricted list of studients registered in the database of the app. For the authentication of the users, I use the...
jboss 5 with myfacesDears, i download myfaces example from myfaces.org i try to run war file from jboss5 i find this exception 17:48:15,021 INFO [STDOUT] 2010-10-27 17:48:15,017 [HDScanner] ERROR org.apache.commons.diges...
Thread AS trunk : EL expression in JSPs not being evaluated by default
AS trunk : EL expression in JSPs not being evaluated by defaultWhile testing an application against the current AS trunk, I noticed that if a JSP file, in a web application, contains an EL expression then it is not evaluated unless I explicitly set el-ignored to false (in jsp-con...
Thread Jboss 4.2.3 simple web dev guide to security
Jboss 4.2.3 simple web dev guide to securityAnyone have a 123 simple guide for basic security locks on jboss? I have jboss ready to roll but localhost:8080 brings up admin. Even though Im behind a firewall and technically the site cant be touched better safe th...
Thread Problems with SSL redirection on JBoss 5.1.0GA
Problems with SSL redirection on JBoss 5.1.0GAHello, Sorry for the cross post, but thought that this may be a better place for this question. I'm using JBoss [The Oracle] 5.1.0.GA. In previous releases I have successfully configured SS...
List of all deployed web contextsHi everyone! Is there any possibility to get a complete list of all web contexts deployed in JBoss? In the log file, you always find entries like {quote}org.jboss.web.tomcat.servi...
Thread Annotation processing in war files too aggressive?
Annotation processing in war files too aggressive?I have got a simple war file which contains an EJB3 bean (testing against AS trunk). The bean looks like this:
{code:java}
@Stateless
public class SimpleSLSB extends SimpleBase
{
...
{code}
The SimpleBase class (fro...
Thread JSF Best practice especially design managed beans
JSF Best practice especially design managed beansHi, I have got questions regarding best-practices in JSF especially managed beans. 1.) Where an I find best practices for JSF? Do "official" best-pracices exist? I googled a lot and only found this one...
Thread can I work with JAX-RPC rpc/encoded on Jboss5.1.0.GA?
can I work with JAX-RPC rpc/encoded on Jboss5.1.0.GA?Can somebody help me out. my client wsdl is in jax-rpc with style <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> with input and output as <soap:body use="encoded after generat...
Thread Differences between JBoss Web 3 and Tomcat 7
Differences between JBoss Web 3 and Tomcat 7Hi all, We, Mobicents, are building our SIP Servlets implementation on top of both Tomcat and JBoss and the Java code base for JBoss 2.x and Tomcat 6.x was very close. I was wondering if that was still the cas...
css problem with drop down listI modeled a jsp with a drop down list based off of the suckerfish dropdown (http://www.htmldog.com/articles/suckerfish/dropdowns/example/) and I am having a little trouble. In the e catagory I can't figure out how to ...
proxy settingsHi, I am not an expert on jboss. I am just developing a web application with jsp and using the jboss as a web server. I need to use some proxy to use gmaps(because the gmap ip's are banned in türkiye) and...
Thread Principal: USERNAME and security context post-mapping roles=null
Principal: USERNAME and security context post-mapping roles=nullHey, When calling an secured EJB from a servlet I get the following error. Has somebody an idea, what's the error? The servlet and the ejb are deployed in the same EAR. 08:12:16,910 ERROR [SecurityIn...
jboss rules and jsrHi guys, does anyone knows how to run jboss rules (drools) in jsr? i'm trying to follow to jsr-94 tutorial ( http://docs.codehaus.org/display/DROOLS/JSR-94+TCK+Tutorial ), but it has been created in 2004, and i can'...