Re: [JBoss-user] Question about CMP entity

2003-07-06 Thread Marco Garbelini
I´ll check it out.. Thanks, Marco Garbelini - Original Message - From: Marco Tedone To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 6:27 PM Subject: Re: [JBoss-user] Question about CMP entity Marco I tried your code (adapting it to my project - I

Re: [JBoss-user] JBoss and Lucene search engine

2003-07-03 Thread Marco Garbelini
This is GREAT !!! I was just talking last night with my project manager that we would have to implement an MBean to do exactly what this LuceneService does. Now I´ll only have to adapt some stuff. : Thanks again folks !!! - Original Message - From: julien viet [EMAIL PROTECTED] To:

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Garbelini
The concurrency issue is not that simple. I never understood how the EJB container deals with that completely. :-/ Anyway, I supose you are talking about PrimaryKey generation: I use the Sequence Blocks strategy from Floyd Marinescu´s book EJB Design Patterns. It consists of a CMP(in my case)

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Garbelini
- Original Message - From: "Marco Tedone" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:19 PM Subject: Re: [JBoss-user] Question about CMP entity Could you please forward some example? You can use thissame bean to create ids for any entity, or create a

Re: [JBoss-user] Developing and debuging

2003-06-17 Thread Marco Garbelini
If I deploy the application as a directory (e.g. app.war), the .jsp can be reloaded when I replace a .jsp file in the directory. But the .class file can not be updated once it has run. It seems the jboss has a cache for the loaded .class file. I think: If you try to re-deploy the application