[JBoss-user] [JBossWS] - Re: JBossWS and wsgl2java

2006-05-17 Thread wcrosman
Likewise I generate two interfaces from a single pojo 181 jsr but no stubs. I noticed the client dir has no jbossws-client.jar just the 14 version. Posted a topic about that because wstool.bat refers to it. Don't know if this is the culprit or not. I installed via the installer jar downloadin

[JBoss-user] [JBossWS] - Missing jar in 4.0.4GA

2006-05-17 Thread wcrosman
I ran the installer jar and selected to install 'all'. WSTools.bat refers to .../client/jbossws-client.jar This jar does not exist. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944315#3944315 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Could not pong from Oracle 9i

2006-04-24 Thread wcrosman
do dbms_java.grant_permission( 'MYUSER', 'SYS:java.net.SocketPermission', '*:*', 'connect,listen,accept,resolve' ); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938973#3938973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [Messaging, JMS & JBossMQ] - Sorry about the duplicate posts

2006-04-24 Thread wcrosman
I thought I was editing a single post not creating duplicates. My bad. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938958#3938958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938958 -

[JBoss-user] [Messaging, JMS & JBossMQ] - How to send JMS Messages to JBoss 4.x from an Oracle 10G DB

2006-04-24 Thread wcrosman
I'm attempting to create a java stored proc in Oracle that sends a message via JBoss. I believe I identified all the depencies and loaded the appropriate JBoss classes. However, when my java code looks up the ConnectionFactory [ctx.lookup("ConnectionFactory")], I'm returned a javax.jms.Referen

[JBoss-user] [Messaging, JMS & JBossMQ] - How to send JMS Messages to JBoss 4.x from an Oracle 10G DB

2006-04-24 Thread wcrosman
I'm attempting to create a java stored proc in Oracle that sends a message via JBoss. I believe I identified all the depencies and loaded the appropriate JBoss classes. However, when my java code looks up the ConnectionFactory [ctx.lookup("ConnectionFactory")], I'm returned a javax.jms.Referen

[JBoss-user] [Messaging, JMS & JBossMQ] - How to send JMS Messages to JBoss 4.x from an Oracle 10G DB

2006-04-24 Thread wcrosman
I'm attempting to create a java stored proc in Oracle that sends a message via JBoss. I believe I identified all the depencies and loaded the appropriate JBoss classes. However, when my java code looks up the ConnectionFactory [ctx.lookup("ConnectionFactory")], I'm returned a javax.jms.Referen

[JBoss-user] [Installation, Configuration & Deployment] - Re: Duplicate deployment of application components???

2005-09-29 Thread wcrosman
Oh JBoss 4.0.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898041#3898041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898041 --- This SF.Net email is sponsored

[JBoss-user] [Installation, Configuration & Deployment] - Duplicate deployment of application components???

2005-09-29 Thread wcrosman
When I deploy my ear file using the application.xml below two instances of the Oracle2JBoss.jar and two instances of Oracle2JBossStartup.war are reported in the Administration Console of JBoss. If I deploy the jar and war separately only single instances are reported. I'd like this behavior wh

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom Login Module -> JDK1.5 compiler error on super.in

2005-02-04 Thread wcrosman
Yes, I have 1.5.0_01, but have not attempted to compile the code in question. Rather, I've an Ant build that compiles using 1.4.x , creates a jar library and add that library to my web app. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865265#3865265 Reply

[JBoss-user] [Security & JAAS/JBoss] - Custom Login Module -> JDK1.5 compiler error on super.initia

2004-10-26 Thread wcrosman
... public class RMROracleJBossLoginModule extends UsernamePasswordLoginModule { ... public void initialize(Subject arg0, CallbackHandler arg1, Map arg2, Map arg3) { super.initialize(arg0, arg1, arg2, arg3); ... } } [javac] C:\code\weblib\src\jav

[JBoss-user] [Security & JAAS/JBoss] - LoginModules thread safe?

2004-04-23 Thread wcrosman
I'm creating a login module that validate against NOVELL LDAP. In order to validate I need to create a connection to the LDAP Server. For performance reasons (new connection overhead is high) I'd like to get the user's role/groups when they pass authentication. Since the call to getRoleSets() ha

[JBoss-user] [JBoss Getting Started Documentation] - Re: Deploy with JBoss3.2.3

2004-03-03 Thread wcrosman
copy your war/jar file to the default server deploy directory http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824068#3824068";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824068>Reply to the post -