[jboss-user] [JBoss AOP] - client interceptor to retrieve client IP

2009-03-03 Thread formica
Hi, I'm trying to apply a client interceptor to a method inside a SLSB in order to get the client IP address in the server. I read the doc https://www.jboss.org/community/docs/DOC-13224 where there is a simple example in a .zip file, and I tried to do the same in my application, which is running

[jboss-user] [EJB 3.0] - Re: Access Session Bean from a Servlet in external WAR

2009-02-19 Thread formica
I think I can answer to my own post: in the EAR I had a META-INF/jboss-app.xml containing this: | | | AlignServer:archive=AlignServer.ear | | | | and adding a jboss-web.xml to the WEB-INF/ of the WAR | | | |AlignServer:archive=AlignSer

[jboss-user] [EJB 3.0] - Access Session Bean from a Servlet in external WAR

2009-02-19 Thread formica
Dear experts, I have an EAR containing some jar files (one with interfaces and POJOs, one with Session Beans, ...), which is correctly deployed and working in JBoss 5, and I'm trying to access some of the Session Beans methods from a separate WAR , which contains GWT based application. I did a t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: virtual directories in Jboss 5

2009-01-26 Thread formica
Did you manage to get JBoss 5 web server to access static content in the file system ? I have exactly the same problem that you are mentioning in this topics and I did not found any solution for the moment. Thanks in advance Andrea View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [EJB 3.0] - Re: EJB3.0 Over HTTP Using JBOSS 5

2009-01-21 Thread formica
I'm also interested in that point, did you manage to get any information ? Do you know what happened to the servlet-invoker.war ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203511#4203511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Security & JAAS/JBoss] - method permission via ejb-jar.xml ignored

2008-08-08 Thread formica
n you help me with that ? Thanks a lot for any hint you can provide Andrea Formica View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169617#4169617 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169617

[jboss-user] [Management, JMX/JBoss] - Re: Cannot find ServiceMBeanSupport in any of the JBoss libr

2007-07-17 Thread formica
thanks a lot for your post ! I had a similar problem but I was not able to find the jar ;-) Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065265#4065265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065265 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Dynamic External Directories

2007-06-05 Thread formica
I'm interested in this subject and I tried to follow instructions from the WIKI page, but my situation is slightly different , since I'm using Jboss 4.2 where there is only the jboss-web.deployer war file, in which I can find a server.xml, but adding the ... to the configuration did not allow m

[jboss-user] [Remoting] - Re: Problem calling EJB3 method via HTTP only

2007-05-31 Thread formica
This annotation works | @RemoteBinding(clientBindUrl="servlet://0.0.0.0:8080/servlet-invoker/ServerInvokerServlet", | jndiBinding="AsapServer/OltestlinesDAOBean/http") | so 0.0.0.0 it is taking the correct value for the url View the original post : http://www.jboss.com/in

[jboss-user] [Remoting] - Re: Problem calling EJB3 method via HTTP only

2007-05-31 Thread formica
Just for info, I made a test using in the annotation the variable jboss.bind.address and the client fails with the following: | org.jboss.remoting.transport.http.WebServerError: http://www.w3.org/TR/html4/loose.dtd";>ERROR: The requested URL could not be retrieved