[JBoss-user] [JNDI/Naming/Network] - Re: JNDI via a JDK 1.2 client - is JBoss JDK 1.4 dependent?

2005-05-06 Thread minmay
Hello Mr. John Stark, We actually met before, at LAJUG. I hope to see you there again. In fact, I tried to reach JBoss and invite them again, but I was not responded back to. Thank you for informing me that JDK 1.2 hasn't been supported for 3 years. To me, it makes perfect sense that JBoss AS

[JBoss-user] [Messaging, JMS & JBossMQ] - is the JBoss close connection exception the root cause of ma

2005-05-06 Thread minmay
Hello folks, I have this command, a highly modified version of what is written in the JBoss docs. It seems to successfully publish messages. Note that transactions are not used in this example. However, the server console shows debug output, an exception in closing a connection. Below is my c

[JBoss-user] [JNDI/Naming/Network] - JNDI via a JDK 1.2 client - is JBoss JDK 1.4 dependent?

2005-05-06 Thread minmay
Hello folks, My JBoss AS is running on JDK 1.4 I configured a JMS topic. I have a Dynix JDK 1.2 client that needs to send messages to the app server. I have the following jars in my client's classpath [set as Manfiest classpath attribute value pairs]: concurrent.jar javax.jms.jar (downloaded fr

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: is the JBoss close connection exception the root cause o

2005-05-06 Thread minmay
As much as I would like his help, and believe me, I do want Adrian's help, I think WE developers have a legitimate point. Perhaps the debug code is showing an error. Then we are rightfully point it out. My question is EXTREMELY legitimate. I am asking, is that exception part of the closing

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-05 Thread minmay
I've read through the list a few times, and I STILL don't know how to solve this problem. Okay, the documentation is wrong. Then how is the connection closed? I followed your directions. I didn't modify JBoss JMS examples, I am simply running them. But running them throws IEO exception. Then

[JBoss-user] [EJB/JBoss] - Re: [Hibernate] Session cannot be generated outside of trans

2005-04-04 Thread minmay
Problem solved. I had to make the transaction required. Previously I just made the transaction optional. Noticed JBoss Hibernate caveat requires a transaction before JBoss Hibernate attaches a transaction. Does this mean that JBoss Hibernate always requires a transaction? What if you're just do

[JBoss-user] [EJB/JBoss] - [Hibernate] Session cannot be generated outside of transacti

2005-04-01 Thread minmay
subject: [Hibernate] Session cannot be generated outside of transaction scope premise: I have Stateless session bean that utilizes container managed transactions. This particular method requires a transaction. I am using Hibernate for dataaccess. my code is as follows: | | private S

[JBoss-user] [Installation & Configuration] - JBoss 4.0.1sp1 fails to work when configured for J2EE 1.4 co

2005-03-25 Thread minmay
This issue has already been addressed in the JIRA for JBoss J2EE 1.4 compliance, under JBAS-1503. Anyway, when you follow the directions in the readme.html file that ships with JBoss 4.0.1sp1, it seems to have problems with certain war files, and log4j, and commons-logging.jar. My application, w

[JBoss-user] [Security & JAAS/JBoss] - Re: One basic problem about authentication..can someone help

2004-11-15 Thread minmay
move your files out of the directory that requires authentication. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855274#3855274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855274 -

[JBoss-user] [Security & JAAS/JBoss] - Re: What am I doing wrong? Please help.

2004-11-15 Thread minmay
I found out what I did wrong. My login module code must be in the ejb jar files, and also in the war files. Everything else was done correctly :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855273#3855273 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Security & JAAS/JBoss] - Re: One basic problem about authentication..can someone help

2004-11-15 Thread minmay
You answered the question yourself. Your image is a restricted directory. Place that image in an unrestricted location. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855254#3855254 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Security & JAAS/JBoss] - What am I doing wrong? Please help.

2004-11-15 Thread minmay
Here is the scenario. I have a custom jaas login module that my web app and EJBs use. A user performs a login. The webpage calls an EJB to do something. It seems as though the web application authenticates and authorisizes properly, however, the EJB seems to fail in the same process. Am I d

[JBoss-user] [Beginners Corner] - Re: My JBoss 3.2.5 to JBoss 4.0.0 migration troubles with Hi

2004-11-05 Thread minmay
Hello people, I am still stuck on this issue, and would appreciate help. I don't even see much help on how to use the JBoss 4.0.0 Hibernate integration. Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854093#3854093 Reply to the post : http://www

[JBoss-user] [Beginners Corner] - Re: My JBoss 3.2.5 to JBoss 4.0.0 migration troubles with Hi

2004-11-04 Thread minmay
I get the following debug output in my logs: 2004-11-04 10:00:58,258 INFO [net.sf.hibernate.cfg.Environment] Hibernate 2.1.5 2004-11-04 10:00:58,268 INFO [net.sf.hibernate.cfg.Environment] hibernate.properties not found 2004-11-04 10:00:58,278 INFO [net.sf.hibernate.cfg.Environment] using CGLI

[JBoss-user] [Beginners Corner] - Re: My JBoss 3.2.5 to JBoss 4.0.0 migration troubles with Hi

2004-11-04 Thread minmay
I want to note that I did properly change all the other xml configuration files to JBoss 4.0.0, such as the jboss-app and jboss-web xml files. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853933#3853933 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Beginners Corner] - My JBoss 3.2.5 to JBoss 4.0.0 migration troubles with Hibern

2004-11-04 Thread minmay
Hello, I simply want to port my web application from JBoss 3.2.5 to JBoss 4.0.0 with a minimal of changes. My web application uses JBoss 3.2.5 with Hibernate version 2.1.6 with no problems. I don't use any Hibernate integration. I simply place my hibernate.cfg.xml file and my mappings in my WEB

[JBoss-user] [Security & JAAS/JBoss] - Re: Questions about Custom Login Modules

2004-10-25 Thread minmay
Also... After further investigation of the AbstractServerLoginModule class, the javadoc documentation for the class states that: You may also wish to override public boolean login() throws LoginException In which case the last line of your login() method should be return super.login(); How ca

[JBoss-user] [Security & JAAS/JBoss] - Questions about Custom Login Modules

2004-10-25 Thread minmay
Hello JBoss Community, I'm in the middle of developing my own custom login module for JBoss, due to unique security environments within my organization. I posted earlier to Beginner's Corner, but I realize that this really isn't a beginner's question. I implemented an extension of AbstractServer

[JBoss-user] [Beginners Corner] - Re: Unique LDAP Scenario - TWO different Servers

2004-10-22 Thread minmay
Thank you for the prompt reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852367#3852367 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852367 --- This SF.net e

[JBoss-user] [Beginners Corner] - Unique LDAP Scenario - TWO different Servers

2004-10-22 Thread minmay
Is it possible to authenticate off one LDAP server, and then authorize off a different LDAP server, or will this require a custom JAAS Login Module? I think this requires a custom JAAS Login Module, considering that the LDAPLoginModule only has one LDAP Server URL binding in the java.naming.provid

[JBoss-user] [Beginners Corner] - Re: turn off Unified Class Loader?

2004-10-13 Thread minmay
How do I turn off the Unified Class Loader for a SAR? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851333#3851333 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851333 ---

[JBoss-user] [Beginners Corner] - Re: turn off Unified Class Loader?

2004-10-12 Thread minmay
While the URL does cover issues with isolating classes in Ears and Web Apps, this is "neither" of that type of application. My application is merely a collection of Timer MBeans that perform routine JDBC calls. Thus, they are deployed as a jboss-service archive (sar). Thank you for the link, bu

[JBoss-user] [Beginners Corner] - turn off Unified Class Loader?

2004-10-11 Thread minmay
I deployed a sar, and I want it self-contained in the sense that I do not want it to share its classes with other "deployments". How do I turn off the Unified Class Loader for this instance to make sure THAT does not happen? View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Beginners Corner] - Authenticated URL hotdeployment?

2004-08-11 Thread minmay
Is there a way to do secure, authenticated and authorized, URL hot deployments into the deploy directory? It would be nice to do remote deployments. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844826#3844826 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Beginners Corner] - Re: What is good anatomy of a JBoss EAR?

2004-08-11 Thread minmay
I gather you suggest to deploy my ear as a sar. How would I handle the order in which dependent modules are loaded? naturally, it should be: 1) datasource 2) hibernate sar 3) ear View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844825#3844825 Reply to the po

[JBoss-user] [Beginners Corner] - What is good anatomy of a JBoss EAR?

2004-08-10 Thread minmay
I am deploying my ears, however my ears have several dependencies: 1) a datasource 2) a hibernate sar I would like my ear to be a completely independent "thing." How would I would package my ear to internally include the datasource and sar, so that I don' t have to seperately manage the other re