[JBoss-user] [Installation & Configuration] - How to compile JSPs at start up of the server?

2004-12-15 Thread ltcmelo
How to compile JSPs at start up of the server? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858730#3858730 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858730 --

[JBoss-user] [Installation & Configuration] - Starting JBoss in default mode

2004-12-15 Thread ltcmelo
I thought we use run.bat - default to start jboss in default mode It seems not to be, what's the correct way? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858702#3858702 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB/JBoss] - Re: Locating EJBs from POJOs in the COMP enviroment

2004-09-09 Thread ltcmelo
All right ! Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847743#3847743 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847743 --- This SF.Net email is spo

[JBoss-user] [EJB/JBoss] - Locating EJBs from POJOs in the COMP enviroment

2004-09-09 Thread ltcmelo
Hi, i recently sent a post about JNDI issues, this post is not the same as the other one altough it's about the same topic. I found out the problem on the other post!! My question is pretty simple. After i spent some hours trying to figure out the problem in my application, i need some more answ

[JBoss-user] [EJB/JBoss] - Re: JNDI issues -> POJO cannot locate EJBs correctly

2004-09-09 Thread ltcmelo
first thing: Switch Party to PartyNegotiaion in the xml files. My dd is huge (about 30 beans), so i don`t think it`s a good idea to post it. Anyway, i think i posted what is important, see. EventPromotio is a session faÃade. The event promotion delegates methods to a POJO called PojoEventPromot

[JBoss-user] [EJB/JBoss] - JNDI issues -> POJO cannot locate EJBs correctly

2004-09-09 Thread ltcmelo
Hi, i'm facing a very very weird problem. Basically, i got POJOs that can locate EJBs and POJOs that cannot locate EJBs. This seems to be a random behaviour. Here is. I use POJO business objects in a layer between my session faÃÂades and my cmps. I already have on use case working like this:

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss JAAS x Tomcat's

2004-08-24 Thread ltcmelo
I just would like to fix a little bit of my last post. Actually, i (myself) have never tried to do that in other j2ee servers, but this information came to me as the same way as the one of the jboss/tomcat problem. In other words, i trust the people who gave me this information. But anyway, as

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss JAAS x Tomcat's

2004-08-24 Thread ltcmelo
I have strong feellings that you just didn't read the article i sent. I'm using a FORM based authentication. If you take a look at the discussion i sent (just click on that link and you'll see) you'll understand what i'm taliking about. And this is a JBoss/Tomcat problem. Just try what i said (

[JBoss-user] [Security & JAAS/JBoss] - Re: Is this problem solved in JBoss 4.0

2004-08-23 Thread ltcmelo
Simple, the subject of the thread is a lot more significant, specially keeping in mind that most users are still on jboss 3.x, so don't need need to take a look at this thread. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845893#3845893 Reply to the post :

[JBoss-user] [Beginners Corner] - Regular expression problem

2004-08-22 Thread ltcmelo
Hi, i'm trying to use a regular expression in my web.xml deployment descriptor, but i'm getting a error at deploy time. Here's what i wanna do: I have a servlet filter that must be executed for ALL urls of my application except for the login.jsp. Then, i tried something like this (and other vari

[JBoss-user] [Security & JAAS/JBoss] - Is this problem solved in JBoss 4.0

2004-08-22 Thread ltcmelo
Hi, i've been dealling with a quite complex problem on JBoss 3.2.3/ Tomcat 4.2, which is described right here. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53202 Does anyone know if this problem persists on JBoss 4.0? View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems to keep login data

2004-08-21 Thread ltcmelo
Well, i got the problem. JBoss/Tomcat security propagation doesn't work if you use customized logon servlets. More information at http://www.mail-archive.com/[EMAIL PROTECTED]/msg07533.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845810#3845810 Reply

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss JAAS x Tomcat's

2004-08-21 Thread ltcmelo
Not really! dev2gosoft, if you use DatabaseServerLoginModule, i guess somewhere in your application the user needs to log in, am i correct. I also have strong feeling that in your login page you use an action="j_security_check". Allright, if so, that's why the propagation of JBoss/Tomcat works

[JBoss-user] [Installation & Configuration] - JBoss/Tomcat creating HttpSession automatically

2004-08-20 Thread ltcmelo
Hi, my applicatio (jboss 3.2.3/tomcat 4.1) always creates HttpSession automatically, is this some kind of configuration. If in the first jsp of my application request.getSession(false); NEVER returs null. Why this behaviour??? How can i avoid it??? View the original post : http://www.jboss.or

[JBoss-user] [Installation & Configuration] - Cannot keep login data

2004-08-19 Thread ltcmelo
Hi, i thought that my question would better fit in the JAAS forum, but as it's a very ordinary theme, i decided to come over here and ask people (how knows a little about login stuff) to take a look there http://jboss.org/index.html?module=bb&op=viewtopic&p=3845677#3845677 I'd really appreciate

[JBoss-user] [Security & JAAS/JBoss] - Problems to keep login data

2004-08-19 Thread ltcmelo
Hi, i got a real big problem that i must figure out a way out of it. I got my application protected with JAAS, so users cannot access any pages or servles withou a login. There's only one servlet (wich is not secure) that is the one that actually logs the user in. Heres the code of my login ser

[JBoss-user] [Installation & Configuration] - Debugging in JBoss, please how to?

2004-08-19 Thread ltcmelo
Hi, what do i have to do for debugging a request in JBoss??? It's so so important to me!!! I'd like to run the server, submit a page and go along the request through all it's steps. What do i have to do to accomlish that??? I'm using jboss 3.2.3 and eclipse ide. View the original post : htt

[JBoss-user] [Security & JAAS/JBoss] - Who handles the login request????

2004-08-19 Thread ltcmelo
When i submit a form based authentication (with action='j_security_check'), wich class handles this request??? I mean exactly what class is the main one in creation LoginContext(), calling Login(), etc... It's because i'd like to take a look to the source to build a very similar login handler.

[JBoss-user] [Security & JAAS/JBoss] - Re: where is org.jboss.security.auth.spi.DatabaseServerLogin

2004-08-18 Thread ltcmelo
found it! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845531#3845531 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845531 --- SF.Net email is sponsored by Shop4t

[JBoss-user] [Security & JAAS/JBoss] - where is org.jboss.security.auth.spi.DatabaseServerLoginModu

2004-08-18 Thread ltcmelo
I found this class in JBoss source. I'm also using it in my auth.conf file example2 { org.jboss.security.auth.spi.DatabaseServerLoginModule required dsJndiName="java:/DefaultDS" principalsQuery="Select Password from Principals where PrincipalID =?" rolesQuery="Select Role 'Roles', RoleGroup 'Role

[JBoss-user] [Security & JAAS/JBoss] - JBoss JAAS x Tomcat's

2004-08-18 Thread ltcmelo
I heard that JBoss' JAAS is not propagated to Tomcat (and vice-versa), is that true? If yes, does it mean that if authenticate using JBoss DatabaseServlerLogin for example, i won't be able to use methods such request.isUserInRole() in any servlets?? View the original post : http://www.jboss.org

[JBoss-user] [Security & JAAS/JBoss] - Submitting a login

2004-08-18 Thread ltcmelo
Hi, suppose i have a simple login page like this one. | | |Name: | |Password: | | | | I got 2 questions: - What is j_security_check??? - If i want a better encryption, do i have to use Https View the original post : http:/

[JBoss-user] [Installation & Configuration] - Re: Configuring login in jboss

2004-08-17 Thread ltcmelo
Hi, first i'd like to recall that my configuration is MySQL, JBoss 3.2.3 and i'm also using Struts (what wouldn't matter i think). I got so far what seems to be the necessary configuration, but it's not working as expected. Then, i'll post some code to see if other can point my mistakes. I'd lik

[JBoss-user] [Installation & Configuration] - Configuring login in jboss

2004-08-17 Thread ltcmelo
How do i configure jboss for a login module with jaas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845314#3845314 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845314 --

[JBoss-user] [Installation & Configuration] - Re: Configuring login in jboss

2004-08-17 Thread ltcmelo
i forgot to say that i'm using jboss 3.2.3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845317#3845317 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845317 --- SF

[JBoss-user] [Installation & Configuration] - Configuring Session ???

2004-07-25 Thread ltcmelo
Hi, i got a basic question about Session configuration in JBoss (it there's any). I might have some wrong concepts here, so if i say anything wrong please correct me. I'm building a application that uses HttpSession for keeping some data. I have, for example, a itemsList for a purchase that is k

[JBoss-user] [Beginners Corner] - Re: Changing the listening port

2004-06-08 Thread ltcmelo
got it under jboss-3.2.3\server\default\deploy\jbossweb-tomcat41.sar\META-INF View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838040#3838040 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838040 -

[JBoss-user] [Beginners Corner] - Changing the listening port

2004-06-08 Thread ltcmelo
I don't want JBoss (Tomcat) to listen on port 8080, but on port 80. How do i change this default configuration? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838038#3838038 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Persistence & CMP/JBoss] - FKs must be allow null ???

2004-06-03 Thread ltcmelo
Hi, i cannot insert a data in one table because it's FK doesn't allow null and i only set the FKs in ejbPostCreate(), as it should be. So, do i have to make all my FKs allow null or there's other solution? Thanks, ltcmelo View the original post : http://www.jboss.org/index.ht

[JBoss-user] [Persistence & CMP/JBoss] - What about auto_increment tables ???

2004-06-02 Thread ltcmelo
| this.setAddress(addressLocal); | | } Thanks, ltcmelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837327#3837327 Reply to the post : http://www.j

[JBoss-user] [Persistence & CMP/JBoss] - Re: Configuring JBoss CMP for a caching enviroment

2004-05-26 Thread ltcmelo
Erik, your explanation is nice, thanks. Would you have some pieces of "this" configuration information you said? I don't mean the whole files, but just "some parts" of "some specific" files that i should make changes. Thanks, ltcmelo View the original post

[JBoss-user] [Persistence & CMP/JBoss] - Configuring JBoss CMP for a caching enviroment

2004-05-26 Thread ltcmelo
Hi, does JBoss have any features like lazy loading (by configuration) or any other that improves performance? I'd working on a caching use case, so if JBoss have a caching enviromente configuration, it'd be nice too. Can anyone help at all? View the original post : http://www.jboss.org/inde

[JBoss-user] [Persistence & CMP/JBoss] - Optimizing CMP engine, how to?

2004-05-25 Thread ltcmelo
Hi, is there a way i can optimize JBoss' CMP engine for a caching use case? If yes, what should be my procedures? Thanks, ltcmelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835859#3835859 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Installation & Configuration] - Re: Hibernate in JBoss 3.2.3 ???

2004-05-15 Thread ltcmelo
ce for use with Hibernate. | Please refer to JBoss docs, or the examples included in the JBoss distribution. | What examples? I just think that some instructinos are not detailed enough. Can you at least, clear this first instruction to me? Thanks, ltcmelo View the original post : http:

[JBoss-user] [Installation & Configuration] - Hibernate in JBoss 3.2.3 ???

2004-05-15 Thread ltcmelo
Hi, i'd like to try Hibernate on JBoss 3.2.3, what are the procedures for doing so (configuration, etc...) ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835073#3835073 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Beginners Corner] - Re: How to implement LIKE with input parameters in EJB QL 2.

2004-05-15 Thread ltcmelo
esByName(String name){ | // ... | name = "%" + name + "%"; | try { | partyHousesColl = partyHouseLocalHome.findByName(name); | // ... | } | Thank you again, ltcmelo View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Beginners Corner] - Re: How to implement LIKE with input parameters in EJB QL 2.

2004-05-15 Thread ltcmelo
king for the string ?1. So, i don't really know what's going on. I tried to use CONCAT(string, string), but will only work for the end or the beggining of the word (the way i could with '%something%'). So, what else could be the problem? Thanks, ltcmelo View the original po

[JBoss-user] [Beginners Corner] - Re: How to implement LIKE with input parameters in EJB QL 2.

2004-05-14 Thread ltcmelo
Just complementing... I also tried with '%?1%' after LIKE and did not work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835031#3835031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835031 ---

[JBoss-user] [Beginners Corner] - Re: How to implement LIKE with input parameters in EJB QL 2.

2004-05-14 Thread ltcmelo
s supposed to be overriding the one in EJBQL, but this is not happening (or maybe, the jbossql query is not working as it should). Does anyone have an idea? Thanks, ltcmelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835028#3835028 Reply t

[JBoss-user] [Installation & Configuration] - Re: JSP compile problem

2004-04-09 Thread ltcmelo
After so many days, someone solved my problem with a simple sentence. Thank very much, ltcmelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829977#3829977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [EJB/JBoss] - A little preview of hibernate... could anyone?

2004-04-08 Thread ltcmelo
Hi, can anyone tell me, in a few words (so i don't make it difficult for you), what hibernate can do for me. I know this is a OR mapping tool, but how does it exaclty work, i mean in terms of input and output. I trhow my Obejtc model in and hibernate throws my relational model out with my entity

[JBoss-user] [Installation & Configuration] - MySQL works fine on jboss 3.2.3, but not on jboss 3.2.1

2004-04-07 Thread ltcmelo
Hi, i configured jboss 3.2.3 perfectly to use mysql as DefaultDS, works fine. Then, i tried to do the same with jboss 3.2.1, but doesn't work (get a lot of exceptions in initialization). Here is what i did to configure mysql in jboss 3.2.3 (THIS WORKS) - Replaced hsqldb-ds.xml by mysql-ds.xml and

[JBoss-user] [Installation & Configuration] - Re: Cannot see the applet on web-console

2004-04-04 Thread ltcmelo
Microsoft always messing up... My browser was this whole time using microsfot's. Thank you, ltcmelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829131#3829131 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Installation & Configuration] - Cannot see the applet on web-console

2004-04-04 Thread ltcmelo
Hi, i'm starting jboss 3.2.1 all well, but i cannot see the applet on the left side of http://localhost:8080/web-console, it just won't sart (i can only see a gray box). I can see applets perfectly from other sites, wich indicates that my problem is not the jre. Also, no exceptions occur any tim

[JBoss-user] [Performance Tuning] - How to measure transactions performance?

2004-04-02 Thread ltcmelo
Hi, i'd like to measure transactions time of a CMP implementation x BMP implementation. I know that are some articles about, but i'd like to do myself, cause i'm actually making a little research on that. So, what softwares shoud i use? Any books or articles teaching that, i never benchmarked b

[JBoss-user] [Advanced Documentation] - Re: Is there other way to get the book Jboss CMP???

2004-03-31 Thread ltcmelo
Hi, it would get a little expensive just for the US$10,00 (actually, its not expensive, the book probably worths a lot more). My research probably won't get improvings, it's a educational research where i'm studying "why CMPs is that much better than BMPs, in performance, etc...". Anyway, the m

[JBoss-user] [Advanced Documentation] - Is there other way to get the book Jboss CMP???

2004-03-31 Thread ltcmelo
Hi, i live in Brazil and a order of Jboss CMP book to here might get a little expensive for me to afford. I know it is a pay-for product, but is there any kind of concessions policy??? It's for a research purpose. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Persistence & CMP/JBoss] - Re: Finder CMP methods not working?

2004-03-29 Thread ltcmelo
Already solved it, was not jboss problem! My fault! http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827921#3827921";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827921>Reply to the post -

[JBoss-user] [Advanced Documentation] - Re: Questio abou JBoss CMP implementation!

2004-03-28 Thread ltcmelo
Do u know where exactly i find the src (so i don't need to decompile)? I took a look at cvs at sourceforge but couldn't find the directory. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827810#3827810";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Advanced Documentation] - Questio abou JBoss CMP implementation!

2004-03-28 Thread ltcmelo
Hi, i was interested in bying the doc JBossCMP, then i realize that it's a tutor for user. I'm really interested in understanding how jboss ejb container implements CMP, in other words, i'd like to have a guide to help me understanding the code of the cmp implementation (and actually what are th

[JBoss-user] [Persistence & CMP/JBoss] - Finder CMP methods not working?

2004-03-25 Thread ltcmelo
Hi, i'm having a problem with a finder method. It's a ordinary findSomething(String id), where Something is a ordinary column (not any key). I get a message from Jboss telling something like it didn't find that column. It's weird, cause all my other CMPs work fine, although none of them look form

[JBoss-user] [Installation & Configuration] - JSP compile problem

2004-03-25 Thread ltcmelo
I got a weird problem (actually it migth me two) When i start jboss 3.2.3 from command line, everything goes ok (no exceptions). If i try access localhost:8080/jmx-console, also everthing ok and if try localhost:8080/web-console, I can only see the rigth pane ( the applet on the left side doesn'

[JBoss-user] [Beginners Corner] - Not able to debug in JBosss

2004-03-21 Thread ltcmelo
Hi, beginner's problem. When I start debuging jboss from eclipse, if i use F6 ( "step into" ) and the app is going from a cliente method to a method on the local or remote interface, for example, eclipse displays a message for the Class File Editor Source not found The source atachment does not

[JBoss-user] [Installation & Configuration] - Multiple log files? Is it possible?

2004-03-20 Thread ltcmelo
All my operation on deploying, starting, halting jboss are saved in server.log. I's uncomfortable to open that file all the time, clean it up, search for last thing done, etc... Is there any way to make jboos always write in diferent files, for example, appending the date to the file name. serv

[JBoss-user] [Installation & Configuration] - Where is jboss.jar

2004-03-15 Thread ltcmelo
Before i start unpacking all jars... where is the jboss.jar file? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825825#3825825";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825825>Reply to the post

[JBoss-user] [Installation & Configuration] - Re: Redhat & JBoss 3.2.3 Shutdown Trouble

2004-03-14 Thread ltcmelo
Hi, i'm also a beginner at jboss3.2.3 but i'd sugest you to take a look at your initialization log to see if it's ok. If it is, send your shutsown log to this list ( or anyother one) to see if someelse can help you. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825546#3825546";>View

[JBoss-user] [Installation & Configuration] - Halting JBoss 3.2.1 and JBoss 3.2.3

2004-03-12 Thread ltcmelo
Hi, when I shut jboss 3.2.1 and jboss 3.2.3 down ( run and halted from comand line), i get the very common message: -Shutdown complete -Halting VM That's ok! When I shut them down from Eclipse, the following happens. For JBoss 3.2.1 I got the same message from eclipse console, what was expected

[JBoss-user] [Installation & Configuration] - [MainDeployer] Exception... in jboss-service.xml

2004-03-11 Thread ltcmelo
Hi, I got JBoss 3.2.3 ( with mysql as defaultDS ) starting fine from the comand line. When I try to run it from Eclipse it raises the exception bellow. My configuration in Eclipse seems not to be the problem as I can run JBoss 3.2.1 perfectly. The problem only happens with JBoss 3.2.3 and I have

[JBoss-user] [Installation & Configuration] - Configuration and installation on Conectiva Linux

2004-03-10 Thread ltcmelo
Hi, has anyone tried to run jboss 321 on Conectiva Linux ( it's a based Red Hat system ). I can't get it running... a lot of exceptions! Thanks, ltcmelo http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825119#3825119";>View the original post http://www.jbos