[JBoss-user] [EJB/JBoss] - Upgrading from 3.2.6 to 4.0.1

2005-03-31 Thread bbalmer
We have multiple JBoss servers running. One (that runs an EJB) is still at 3.2.6. I have a web application running on another server and this is being upgraded to 4.0.1. The ejb call to the 3.2.6 server is now not working on the 4.0.1 server and I can't figure out why. Here is how I am refer

[JBoss-user] [HTTPD, Servlets & JSP] - Invalidate a session

2005-03-11 Thread bbalmer
I would like to not allow two users with the same usename to be in a web application at the same time. Therefore what I was thinking was to keep a HashMap of username and session id in the application scope and on login check against this map. What I was wondering is if there was a way to prog

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Bean with dependent .jar

2005-03-04 Thread bbalmer
Please, Does anybody know of a way to deploy a jar file within an EJB so that when JBoss deploys the EJB it does NOT deploy the jar file? My EJB deployment looks like: ProjectNameEJB.jar --app (local code) --META-INF ejb-jar.xml MANIFEST.MF --lib some_code.jar Whenever I deploy the

[JBoss-user] [EJB/JBoss] - Stateless Session Bean with dependent .jar

2005-03-02 Thread bbalmer
First, I'm using jboss-4.0.0 with: true true false I have an EJB that I want to deploy that has a copy of a .jar file. This .jar file (with different versions) is deployed in multiple .war files on the server as well. Whenever I try to deploy the .ejb JBoss deploys the .ejb as well as the int

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Bean with dependent .jar

2005-03-02 Thread bbalmer
Sorry, the jboss-service.xml attributes didn't come across: | | true | true | false | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868570#3868570 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Security & JAAS/JBoss] - Re: Clear security roles programatically

2005-02-21 Thread bbalmer
Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867347#3867347 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867347 --- SF email is sponsored by - The IT Prod

[JBoss-user] [Security & JAAS/JBoss] - Re: Clear security roles programatically

2005-02-21 Thread bbalmer
I tried what I saw in the wiki (I thought this was a similar post) http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials but this didn't do the trick. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867344#3867344 Reply to the post : http://www.jbos

[JBoss-user] [Security & JAAS/JBoss] - Clear security roles programatically

2005-02-21 Thread bbalmer
In my web.xml I have the following: | | |HtmlAdaptor |/pages/management/* |GET |POST | | |RosyAdmin | | | | | | BASIC | Rosy | | | | RosyAdmin |

[JBoss-user] [Management, JMX/JBoss] - Re: Retrieve listing of connection pools

2004-11-04 Thread bbalmer
Sorry for the misunderstanding. This works exactly as I had hoped. Thank you for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853941#3853941 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853941 -

[JBoss-user] [Management, JMX/JBoss] - Re: Retrieve listing of connection pools

2004-11-04 Thread bbalmer
Thanks for your quick reply. I changed my code to: ObjectName scope = new ObjectName("jboss.jca:service=ManagedConnectionPool,*"); QueryExp exp = Query.initialSubString(Query.attr("Name"), null); Set set = server.queryNames(scope, exp); log.info("Found " + set.size() + " pools"); Iterator

[JBoss-user] [Management, JMX/JBoss] - Retrieve listing of connection pools

2004-11-04 Thread bbalmer
I am having trouble dynamically finding all of the different connection pools that I have set up. To get connection information I currently have each pool name hard-coded. I would like to do a query to get all of the different pools but my query ALWAYS returns no value. Here is a snipit of ho

[JBoss-user] [Beginners Corner] - favicon.ico

2004-07-07 Thread bbalmer
I am using the 3.2.3 version and would like to know where I can/should place our favicon.ico so that it will display in the browser on the address bar? I've already tried in the jbossweb-tomcat41.sar as well as the jbossweb-tomcat41.sar/META-INF directory. I believe that it needs to be in the H

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts/JBoss error

2004-02-26 Thread bbalmer
This isn't an issue with JBoss. You should post this to the struts user list. http://sourceforge.net/mail/?group_id=49385 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823068#3823068 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [EJB/JBoss] - Re: InitialContext

2004-02-17 Thread bbalmer
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821844#3821844 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821844 How about: String IP = ?; String PORT = ?; Hashtable props = new Hashtable(); props.put(Context.I