[JBoss-user] [Installation & Configuration] - Integrate Apache Jboss-Tomcat, with SSL, users,IP Access Con

2004-02-20 Thread dkdkdk
I downloaded the following package: apache_1.3.29.tar.gz jboss-3.0.8_tomcat-4.1.24.zip ... I want to integrate both of them:Apache and Jboss-tomcat, and apply the access control base on users and IP,even the SSL on the website. by the way, we use the dynamic pages,eg. *.jsp files. I have few cle

RE: [JBoss-user] JBoss3.2.3 - AOP or javassist

2004-02-20 Thread Marc Fleury
Bill has written a "precompiler" that takes your instrumented classes and writes them to disk so you can use that ANYWHERE (not just on JBoss) it is in CVS afaict. Right bill? Marcf > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bill Burke >

RE: [JBoss-user] JBoss3.2.3 - AOP or javassist

2004-02-20 Thread Marc Fleury
Gio, U got 2 stop riting like u 2 years old It dozn't meck u luk kul ... just silly. Get a grip. marcf > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Giovanni Formenti > Sent: Friday, February 20, 2004 8:09 AM > To: [EMAIL PROTECTED] > Su

[JBoss-user] [Installation & Configuration] - Re: Jboss performance

2004-02-20 Thread marc fleury
hey twutort, it is difficult to optimize out of the blue wihtout knowing your app and what it does, there is no secret formula or we would call it the "run faster" button which would come pre-pressed :) that being said a big discrepancy between JBoss and BEA IS NOT NORMAL. And something real

[JBoss-user] [JBoss Getting Started Documentation] - Remote Debugging in JBoss

2004-02-20 Thread kakarlamudi5
Can any one tell me what is Remote Debugging using JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822388#3822388 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822388 ---

RE: [JBoss-user] Odd Problem...

2004-02-20 Thread Marc Fleury
Hey guys, Don't mean to be salesy and stuff but the way we like to deal with problems on systems in production is under a "production support contract". They start at 8k for one application. Not that we don't help for free, we do a lot of that for development and stuff. If you came here with a b

[JBoss-user] [Datasource Configuration] - Re: mysql connection problem

2004-02-20 Thread vineetb
I forgot to add the defaults section in jbosscmp-jdbc.xml | | test | mySQL | | After adding this the above exception and Table not found exception went away. Now I am getting this error when the finder in my session bean is executed - | java.lang.NullPointe

[JBoss-user] [EJB/JBoss] - Re: Classloading question

2004-02-20 Thread marc fleury
just as a side note. when I wrote the first class loaders, 1- the way the classloader works is load from an URL so they treat classes re hot/re deploy the same 2- the difference is the timestamp that is monitored in the packaged case it is jar package itself in the directory case it is one

RE: [JBoss-user] Performance Data

2004-02-20 Thread pooja
I am sorry, somehow I missed Andrew’s email. Thanx for the answer. I am pasting relevant parts here.   >It matters so much about your database setup, the use case of your data (can it be cached, eager or lazy loaded), >what operating system you're using, what version...that any numbers

Re: [JBoss-user] JBoss Took a Nap!

2004-02-20 Thread Peter Luttrell
That's a problem with windows's console app. My production servers are headless redhat 9 boxes. .peter Roy Britten wrote: Nice. Thanks Adrian. On Fri, 20 Feb 2004 at 5:37am, Adrian Brock wrote: Right click the title bar on your console and turn off quick edit mode.

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 3.2.3 ships with previous version of xercesImpl.ja

2004-02-20 Thread ahardy66
"amayingenta" wrote : We're planning to use a more recent version of xercesImpl.jar in production because we're switching to Jetty 5 for the Servlet 2.4 & JSP 2.0 features and this requires a newer version of Xerces to validate web.xml which now uses a schema (so I suspect anyone using Tomcat 5

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-20 Thread jae77
"acoliver" wrote : anonymous wrote : if anyone would like to see this effort accelerated, then start writing patches and contribute back to the project. | | Well said Jae. And you guys sound right about the priorities. Mine is Mail integration for nukes. :-) a wise man told me about tha

[JBoss-user] [Installation & Configuration] - Re: ClassCastException - revisited

2004-02-20 Thread aradka
Oh yeah, I guess the actual exception would be helpful java.lang.ClassCastException at com.rubicon.repository.hibernate.HibernateServiceUtil.getHome(HibernateServiceUtil.java:43) at com.rubicon.mvh.TestAction.retrieveOrg(TestAction.java:41) at com.rubicon.mvh.TestAction.ex

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-02-20 Thread dhartford
Jboss is great, gives people an opportunity to learn, develop, and then deploy J2EE without spending the big bucks on the other guys...but I do agree the present lack of documentation, and the lack of consolidation of what are some great examples by non-jboss people, is frustrating when (as

[JBoss-user] [Installation & Configuration] - ClassCastException - revisited

2004-02-20 Thread aradka
I've seen allot of posts on this general topic, but it seems what I am doing is so basic, I'm hoping it's just a 'moment' and I'm just not packaging everything correctly. I am trying to connect to an ejb deployed in another ear. I have ALWAYS gotten ClassCastExceptions but I've always been able

[JBoss-user] [Beginners Corner] - Re: org.jboss.util.NestedSQLException: Could not create conn

2004-02-20 Thread maximuszen
Thanks for your reply. Its great to see the Founder in the forum. This problem occurs intermittently. The problem went away for a while, but it now has returned. I am using Mandrake 9.2 and I installed mysql jdbc connector 3.0.10 but it still doesn't work. I restarted mysql from the console usin

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-20 Thread acoliver
anonymous wrote : if anyone would like to see this effort accelerated, then start writing patches and contribute back to the project. Well said Jae. And you guys sound right about the priorities. Mine is Mail integration for nukes. :-) View the original post : http://www.jboss.org/index.ht

[JBoss-user] [Datasource Configuration] - Re: Standalone client

2004-02-20 Thread luisfsmonteiro
"luisfsmonteiro" wrote : Hello all, | | I need to lookup a Datasource wich resides in a JBoss 2.4 from a standalone application. | Is it possible? Do I need to deploy an EJB in JBoss in order to do that? | | ThankÃÂÃÂs | | Luis Felipe By the way, my client application resides in

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-20 Thread pilhuhn
anonymous wrote : how fine grained are the database constraints if you use the entity bean to create the table? Besides what Julien already said, with the post-table-create feature you can basically have whatever you want (which is db-dependent, but if you use sql92, you should be on the safe si

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-02-20 Thread acoliver
anonymous wrote : Thanks, documentation team. ;( guys...I'm assuming you're members of the JBoss user community and not customers. Therefore it can be stated that you are part of the documentation team. If this assumption is wrong, then accept my appologies and send me an email, I'll put you i

[JBoss-user] [Datasource Configuration] - Standalone client

2004-02-20 Thread luisfsmonteiro
Hello all, I need to lookup a Datasource wich resides in a JBoss 2.4 from a standalone application. Is it possible? Do I need to deploy an EJB in JBoss in order to do that? ThankÃÂs Luis Felipe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822347#3822347

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-02-20 Thread pilhuhn
Websphere definitively needs better documenatation. So better documentation is not really a pro for Websphere. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822346#3822346 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] Hung client

2004-02-20 Thread eric . kaplan
We are having a very strange problem. We have three different solaris machines we are trying to run jboss on. On two out of the three machines, when we run the application server, a client on another solaris box is unable to create a session bean (sessionbean.create()) after a successful jndi looku

[JBoss-user] [JBoss Getting Started Documentation] - Re: mysql example for RosterCMP up creek

2004-02-20 Thread ahardy66
"luke_t" wrote : Maybe you "skimmed" an important chapter and missed something :) Another chicken comes home to roost! But I read them all now :) I fixed it by changing all the primary keys in the EJBs to Long. anonymous wrote : | Are you using the same versions of MySQL and the JDBC driver

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB on queue from external context

2004-02-20 Thread npdavis
"[EMAIL PROTECTED]" wrote : I've posted this a couple of times over the | last couple weeks. | | You have to add your own provider to | jms-service.xml then tell the MDB to use it. | The key part is the ProviderUrl attribute | to get the remote jndi. | | Regards, | Adrian care

[JBoss-user] [Clustering/JBoss] - Re: javax.naming.CommunicationException when calling a clust

2004-02-20 Thread cari34
Hi Peter, Thank you very much for your reply. I still get the same error. Do you see any messages when you start one of the nodes of your cluster in the other servers??? Your problem could be that. Your nodes are not aware of each other. When you start one of the nodes you normally see messages o

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-20 Thread cooper
no plans for hibernate, there are other priorities. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822343#3822343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822343

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB on queue from external context

2004-02-20 Thread [EMAIL PROTECTED]
It's in the FAQ forum http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43817 Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822342#3822342 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822342

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-02-20 Thread npdavis
"bryanerank" wrote : I see there is a new book due out.. | | Core JBoss 3.X: J2EE Application Development and Deployment | by Wellie Chao (Author) (Paperback) | | I've got the money to purchase it, or the "official" jboss doc. I want to help support the effort, but after reading the

[JBoss-user] [Clustering/JBoss] - Cluster + Commit option A + cache invalidation. Can't get it

2004-02-20 Thread xavisantana
Hi all, I'm getting some problems trying entities cache to work in a clustered environment. I'm using: - Jboss3.2.3 with server option 'all' - Container configuration shown at the end of the message is defined in standardjboss.xml (don't know why only some tags are shown correctly in the post) -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB on queue from external context

2004-02-20 Thread npdavis
"[EMAIL PROTECTED]" wrote : I already did | | http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= This link returns: | | | can you post it with the full uri? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822341#3822341 Reply t

[JBoss-user] [Beginners Corner] - Re: Autodeployer only gets *.jar file

2004-02-20 Thread mjremijan
Actually it's not a concern now because the latest release of JBoss with Tomcat5 does unjar the XML file for me. The XML file is nothing special, just configuration info for my application. I do not want to use getResourceAsStream() because I want to be able to change the XML file and have the

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-20 Thread jae77
i was actually going to ask julien if there were future plans to switch to hibernate. i don't disagree that we should move away from the DDLs, but that may not be the highest priority item to deal with right now. however, right now the development effort on nukes is pretty small and there is a

[JBoss-user] [Security & JAAS/JBoss] - Re: Identifying role of user

2004-02-20 Thread KarthikV
What you do after the login screen? You should be having a jsp/servlet. After successful login, you can get this info from your HTTPServletRequest method getUserPrincipal(). - Karthik View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822337#3822337 Reply to th

[JBoss-user] [EJB/JBoss] - How to get the .ear file from a JNDI name

2004-02-20 Thread james.clover
Given the JNDI name of an EJB, Is there a way within the JBoss API to find out the name of the .ear file that that EJB was deployed within? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822336#3822336 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Datasource Configuration] - mysql connection problem

2004-02-20 Thread vineetb
I am getting this error - 12:48:55,896 INFO [MainDeployer] Undeploying file:/Library/JBoss/3.2/server/default/deploy/mysql-service.xml 12:48:55,898 DEBUG [SARDeployer] undeploying document file:/Library/JBoss/3.2/server/default/deploy/mysql-service.xml 12:48:55,900 DEBUG [SARDeployer] stopping

[JBoss-user] [Datasource Configuration] - No ManagedConnections Available!

2004-02-20 Thread Brian Rittermann
We're running a client-server app using JBoss 3.0.2 and SAPDB 7.4, and upon opening 50 clients simultaneously (each registers and sends/retrieves data using a bean), we get org.jboss.util.NestedSQLException: No ManagedConnections Available! ... In each client, there are multiple threads that al

Re: [JBoss-user] JBoss3.2.3 - AOP or javassist

2004-02-20 Thread Bill Burke
You will be able to use JBoss AOP with 3.2.3 when the next version comes out. Giovanni Formenti wrote: U can't use AOP with 3.2.3 but u can use Interceptors. With AOP u can perform a complite aspect oriented programmation, with Jboss3.2.3 Intercetor u can intercept calls only to ur ejbs' methods

Re: [JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread JAIME GOMEZ
Thank, I try , but do you suggest me that I need to copy all jar of my application inside the WEB-INF/ lib of my application? >>> [EMAIL PROTECTED] 20/02 7:46 >>> We run struts based applications under 3.2.3 with no problem. I was always under the impression, though, that all of the struts jar

Re: [JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread Brad Balmer
We run struts based applications under 3.2.3 with no problem. I was always under the impression, though, that all of the struts jar files needed to go in the lib directory under the application's WEB-INF and not in the server's lib directory. (Each application has its own jars). JAIME GOMEZ w

[JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread JAIME GOMEZ
Hi people, I have an application ( with Struts ) which ran vey well in JBoss-2.4.4-Tomcat- 3.2.3 I , I decided to migrate a JBoss3.2.3 , first I copied all jar file of struts in the directory $JBOSS_HOME/server/default/lib and when I deploy mi application ( ear file ) and start my first web clien

Re: [JBoss-user] JBoss3.2.3 - AOP or javassist

2004-02-20 Thread Giovanni Formenti
I'm sorry... just an italian how-to... :( Maybe u can recognise the code part... :) I hope this can help u...   Gio   In JBoss 3.2.x si possono mettere degli interceptor che intercettano la chiamata ai metodi degli EJB. Per ottenere questo: Creare una classe di interceptor:import org.j

Re: [JBoss-user] JBoss3.2.3 - AOP or javassist

2004-02-20 Thread Heinz-Dieter Conradi
> > i would like to perform some general operations for most of the calls > > coming to my facade session beans. instead of coding this for > > every method > > in every facade, i would like to use aop like techniques. > > > > as far as i know, one cannot use JBossAOP with JBoss-3.2.3 (i guess > >

RE: [JBoss-user] Performance Data

2004-02-20 Thread pooja
Hi   I haven’t received any response for this question. I need some data about JBoss performance, before making a decision whether it will hold for my application.   Someone on this list must sure be working on JBoss in production. Can you provide this data, please?   --- Pooja.

Re: [JBoss-user] JBoss3.2.3 - AOP or javassist

2004-02-20 Thread Giovanni Formenti
U can't use AOP with 3.2.3 but u can use Interceptors. With AOP u can perform a complite aspect oriented programmation, with Jboss3.2.3 Intercetor u can intercept calls only to ur ejbs' methods. I think this is enough for you... Gio > -Messaggio originale- > Da: [EMAIL PROTECTED] > [mailt

[JBoss-user] JBoss3.2.3 - AOP or javassist

2004-02-20 Thread Heinz-Dieter Conradi
i would like to perform some general operations for most of the calls coming to my facade session beans. instead of coding this for every method in every facade, i would like to use aop like techniques. as far as i know, one cannot use JBossAOP with JBoss-3.2.3 (i guess because of Classloader p

[JBoss-user] jboss and snmp

2004-02-20 Thread Guy Thomas
I'm trying to use the jboss SnmpAgent for sending traps to a management station. 1. The Jboss documentation on how to configure snmp inside jboss itself using three xml files (mbeans.xml, managers.xml and notifications.xml) is almost non-existing. What do I specify in these files and wh

[JBoss-user] I'm trying to use the jboss SnmpAgent for sending traps to a management station. 1. The Jboss documentation on how to configure snmp inside jboss itself using three xml files (mbeans.xml, managers.xml and notifications.xml)

2004-02-20 Thread Guy Thomas
is almost non-existing. What do I specify in these files and what is the exact syntax (and semantics) of these files? 2. Do I have to change anything in the log4j.xml file in /server/default/conf for activating the snmp tr

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How Can I get a ConnectionFactory using JMS with JBoss?

2004-02-20 Thread SportsBaby1980
the result of look UIL2ConnectionFactory is JNDI API lookup failed: javax.naming.NameNotFoundException: UIL2ConnectionFactory not bound. Maybe I think the JNDI name is in a file? but I can't fiind it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822279#382

[JBoss-user] [Security & JAAS/JBoss] - Two different login pages

2004-02-20 Thread Taymer
Hello. When a user try to enter my web application I must present a form page whose graphical theme depends on on the URL that the user has inserted. (themes for front office or back office) My web application must be in a single context. In login.jsp I can't get the url. Can I ? How can I solve

[JBoss-user] [Nukes User] - [Theme], How to change the code?

2004-02-20 Thread itchiban
I'm looking for changing the source code of my theme "extralite". For example replace the top bar : "Nukes on JBoss"; by my personal bar. It will allow me to prepare myself when I 'll begin writing my personnal theme . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Installation & Configuration] - Re: Best way to secure a datasource config file?

2004-02-20 Thread Martin0
Is it just a matter of setting the file permissions on xxx-ds.xml in the deploy dir, so that only the user that JBoss is running as, can read it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822275#3822275 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-20 Thread hxp
Jae, CMP & CMR are designed to meet the needs of fine-grained financial IT apps, and my guess is that the needs of a CMS like Nukes wouldn't push the envelope. How fine grained do you want? JBoss surely handles constraints like Check (column type), NotNull, Primary Key, ForeignKey/Reference;

[JBoss-user] [Security & JAAS/JBoss] - Form Based Auth - require the entered j_username on the form

2004-02-20 Thread aalberts
Hi I am using Form based authentication and would like to know if and how it is possible to obtain the userName on the error page that was provided on the login page if the authentication fails. Thanks... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38222

[JBoss-user] [Installation & Configuration] - Best way to secure a datasource config file?

2004-02-20 Thread Martin0
How should I do this? It contains details of how to connect to the database! Thanks Martin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822272#3822272 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822272 ---