[jboss-user] [EJB 3.0] - Column not found problem

2009-03-20 Thread elvisd
Hi all, I have a problem using native queries. I should query a view on my database. The resultset is then manually mapped to a n...@entity tagged pojo. The view has the following columns: | ++--+--+-+-+---+ | | Field | Type

[jboss-user] [EJB 3.0] - Re: Column not found problem

2009-03-20 Thread elvisd
Hi have tried out a bit... if I name the first column (artStoreId) as Id than everything works... Is this linked with the way hibernate builds the collection? Any workaround? Any hint? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4219987#4219987 Reply to the

[jboss-user] [JNDI/Naming/Network] - Re: no security manager: RMI class loader disabled

2008-12-10 Thread elvisd
Thank you noFreak. That resolved my problem. +1 4U! noFreak wrote : hey, is it possible that you are using OSGI bundles (e. g. Eclipse RCP is based on)? If so, i have a possible solution. | In my case (as far as I can remember,no guaranty :)), i have called the different serviceLocator's from

[jboss-user] [J2EE Design Patterns] - Re: hosting multiple customers in single JBoss instance

2008-08-21 Thread elvisd
Hi Erik, I have no good input for you, but... we are facing to the same situation... Have you some good input for us? Kindly elvisd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171678#4171678 Reply to the post : http://www.jboss.com/index.html?module=bbop

[jboss-user] [JBoss Tools (users)] - Generating entities problem with equals method in id class

2008-06-23 Thread elvisd
operand types Object and AccountGroupId *3: Cannot cast from Object to AccountGroupId Any Composite Id class has this three errors... any thoughts? Kindly elvisd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159890#4159890 Reply to the post : http

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Controlling access web apps

2008-05-08 Thread elvisd
the answer? Something else? Many thanks for your answer Kindly elvisd . sorry for bad english . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149321#4149321 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149321

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
Only JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149355#4149355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149355 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
Hi Erasmo, but what code? I don't see it... can you e-mail me an example? [EMAIL PROTECTED] Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149395#4149395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149395

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
Sorry... I found the code doing a quote... ;-) anonymous wrote : | You add the following code in xml file deploy/jboss-web.deployer/server.xml | | | Valve className=org.apache.catalina.valves.RemoteAddrValve deny=10.XX.XX.XX/ | | | | If you add this code under the tag name

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
Thank you. But when I have 2 web applications, means 2 deployed jars, and i wont to restict acces to one of this apps how to do it? Where you have suggested i control the server, but not at app level. Thank you. Kindly View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
You mean that for every web application i should configure an host? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149501#4149501 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149501

[jboss-user] [Advanced Documentation] - Re: how to make my scheduler service work on a specified day

2008-02-08 Thread elvisd
see http://www.placeoweb.com/dotclear/index.php/2007/07/18/78-jboss-421ga-deploiement-d-application but i think you should do as follows (ex. start every monday) set initialstartdate at any date in the past that was monday (i.ex. january 7, 2008) set scheduleperiod to 1 week (60480) hope

[jboss-user] [JBoss Seam] - Re: Schedule Reports to Run Daily at Certain Time

2008-02-08 Thread elvisd
(note the InitialStartDate and SchedulePeriod) Hope this helps kindly elvisd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127781#4127781 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127781

[jboss-user] [JBoss Seam] - RE:

2008-02-08 Thread elvisd
(note the InitialStartDate and SchedulePeriod) Hope this helps kindly elvisd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127780#4127780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127780

[jboss-user] [JBoss Seam] - Re: RE:

2008-02-08 Thread elvisd
please ignore this thread... i have clicked the new thred instead of reply... sorry... sorry... sorry... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127782#4127782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127782

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.2.2.GA on Win2K3 does not respond to HTTP reques

2008-02-07 Thread elvisd
have you started jboss using the parameter -b? i had the same problem, now i start using sh run.sh -c default - b 0.0.0.0 in windows should be something like run -c default -b 0.0.0.0 and works great in ubuntu and in windows View the original post :