Re: [Resin-interest] question about persistancy

2006-09-19 Thread Riccardo Cohen
Scott Ferguson wrote: On Sep 18, 2006, at 6:25 AM, Riccardo Cohen wrote: Hi In my application, I found that persistance did now work always. The first session info is correcly stored, but not after a change. So I made a little application that demonstrate that. And it appears

[Resin-interest] error503 on front server

2006-11-15 Thread Riccardo Cohen
a custom page for that ? Thanks -- Très cordialement, Riccardo Cohen ligne directe : 02-47-49-63-24 --- Articque http://www.articque.com Moulin des Roches 37230 Fondettes - France tel : 02-47-49-90-49 fax : 02-47-49-91-49

[Resin-interest] java memory

2006-12-01 Thread Riccardo Cohen
Hi We tried to change the jvm memory default values : httpd.sh -Xss128k -Xms256M -Xmx2048M start Now this works but if I put -Xmx4000M then resin does not start. Our server has 4Gb of memory, and I use resin 3.0.18 with sun jvm 1.5 Thanks for any info -- Très cordialement, Riccardo Cohen

[Resin-interest] ssl on windows

2007-03-15 Thread Riccardo Cohen
with no success, I tried to change the directory, and place it in resin_home with no success) Did someone succeeded in doing this with 3.0.18 ? Where can I go to solve that ? Thanks -- Très cordialement, Riccardo Cohen ligne directe : 02-47-49-63-24 --- Articque

Re: [Resin-interest] ssl on windows

2007-03-16 Thread Riccardo Cohen
=443 jsse-ssl key-store-typepkcs12/key-store-type key-store-file/some/path/to/certs.p12/key-store-file passwordsecret/password /jsse-ssl /http Bonne chance, Jay On 3/15/07, Riccardo Cohen [EMAIL PROTECTED] wrote: Hi, I've been looking at all list archive 2007/2006

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Riccardo Cohen
continuing on my quest to investigate possible ActiveDirectory authentication options. Any help would be appreciated. Thanks, -a -- Très cordialement, Riccardo Cohen ligne directe : 02-47-49-63-24 --- Articque http://www.articque.com 149 av Général de

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Riccardo Cohen
Thanks a lot. I think I'll first try http://www.openldap.org/jldap/ :) Bill Au wrote: There are many tutorials/examples on the web. This one covers both security and searches: http://java.sun.com/products/jndi/tutorial/ldap/ Bill On 5/3/07, *Riccardo Cohen* [EMAIL PROTECTED

Re: [Resin-interest] Serving static files dynamically from resin

2007-10-16 Thread Riccardo Cohen
___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- Très cordialement, Riccardo Cohen --- Articque http://www.articque.com 149 av Général

Re: [Resin-interest] small question about entity ejb

2008-03-10 Thread Riccardo Cohen
are updating an existing record, you will need to use: m_manager.merge(homeobj) Matt Riccardo Cohen wrote: Hi I used to play with entity ejb with resin 3.0 with no problem. Now in 3.1.5 I have this code : @PersistenceContext(name=public) private EntityManager m_manager; public

Re: [Resin-interest] small question about entity ejb

2008-03-11 Thread Riccardo Cohen
all conf, and found nothing strange. The only difference seems to be that I use jdbc to mysql instead of jdbc/resin embedded db. Thanks for any info. Attached some files of my little test. Scott Ferguson wrote: On Mar 10, 2008, at 1:29 AM, Riccardo Cohen wrote: Thanks a lot, I understand

Re: [Resin-interest] small question about entity ejb

2008-03-11 Thread Riccardo Cohen
=+id_user); and I try to call setTitle, then the object is not saved. I don't understand why, can somebody explain me please ? (or give a link to the right doc...) Thanks a lot. Riccardo Cohen wrote: Hi again, I tried @TransactionAnnotation but it generated frequent errors like this : [10:44

Re: [Resin-interest] small question about entity ejb

2008-03-12 Thread Riccardo Cohen
(); homeobj.setTitle(new-title); } -- Scott -- Très cordialement, Riccardo Cohen --- Articque http://www.articque.com 149 av Général de Gaulle 37230 Fondettes - France tel : 02-47-49-90-49 fax : 02-47-49-91-49 ___ resin

[Resin-interest] 2 errors in simple project

2008-03-14 Thread Riccardo Cohen
answered that I should work with resin 3.1. Thanks for any information (files attached) -- Très cordialement, Riccardo Cohen --- Articque http://www.articque.com 149 av Général de Gaulle 37230 Fondettes - France tel : 02-47-49-90-49 fax : 02-47-49-91-49 package

Re: [Resin-interest] Resin-3.1 Eclipse Plugin

2008-03-17 Thread Riccardo Cohen
___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- Très cordialement, Riccardo Cohen

Re: [Resin-interest] Resin-3.1 Eclipse Plugin

2008-03-18 Thread Riccardo Cohen
/08, *Riccardo Cohen* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi I can see that you had no answer. this confirm what I could see : the old plugin is no more maintained. I work with simple java project in eclipse 3,3,2 , and run the app outside of eclipse

Re: [Resin-interest] 2 errors in simple project

2008-03-19 Thread Riccardo Cohen
Riccardo Cohen wrote: hi again I'm really blocked with my developments, can somebody help me with this strange problem ? I can send the source it is very small and the error is systematic. Thanks a lot. Riccardo Cohen wrote: ok thanks for the url info. Now for the amber problem : I

Re: [Resin-interest] simple utf8 question

2008-03-27 Thread Riccardo Cohen
. Knut Forkalsrud wrote: Riccardo Cohen wrote: I have an utf-8 html form that searches in the database, and produces result in an utf-8 html page. I have 2 conversion problems : 1) displaying items response.setContentType(text/html;charset=utf-8) may be enough. It will set

Re: [Resin-interest] simple utf8 question

2008-03-29 Thread Riccardo Cohen
I have this : DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci I'll check in the driver if there is a sort of parameter like charset or encoding... Knut Forkalsrud wrote: Riccardo Cohen wrote: 2) search it fails to find any record : qr=globalaction.m_manager.createQuery(select u from

[Resin-interest] java mysql and utf8

2008-04-04 Thread Riccardo Cohen
. -- Très cordialement, Riccardo Cohen --- Articque http://www.articque.com 149 av Général de Gaulle 37230 Fondettes - France tel : 02-47-49-90-49 fax : 02-47-49-91-49 ___ resin-interest mailing list resin-interest

Re: [Resin-interest] java mysql and utf8

2008-04-07 Thread Riccardo Cohen
=utf8 / on the database driver in resin.conf /Mattias - Original Message - Subject: [Resin-interest] java mysql and utf8 Date: Sat, 05 Apr 2008 07:57:21 +0200 From: Riccardo Cohen Hello I have a problem to build a full utf-8 application. I made a little sample that displays

Re: [Resin-interest] snapshot (2008-04-17)

2008-04-18 Thread Riccardo Cohen
classloader order (#2588, rep by Riccardo Cohen) quercus: xml_set_element_handler with empty string callback was causing UnsupportedOperationException (#2591, rep by P Fisher) host: allow host-alias-regexp in host.xml (#2582, rep by kenjrwalker) amber: multiple @OneToMany annotations were

[Resin-interest] question about UserTransaction

2008-04-25 Thread Riccardo Cohen
servlets for all requests. Is this safe ? Or should I declare one UserTransaction in each servlet (or even one for each request ?) Thanks for any information -- Très cordialement, Riccardo Cohen --- Articque http://www.articque.com 149 av Général de

Re: [Resin-interest] question about UserTransaction

2008-04-25 Thread Riccardo Cohen
to be robust and of good performance. ps I don't think static is a good directive. -Wesley - Original Message - From: Riccardo Cohen [EMAIL PROTECTED] To: General Discussion for the Resin application server resin-interest@caucho.com Sent: Friday, April 25, 2008 4:31 PM Subject

Re: [Resin-interest] question about UserTransaction

2008-04-25 Thread Riccardo Cohen
Thanks a lot for the clarification Scott Ferguson wrote: On Apr 25, 2008, at 9:18 AM, Riccardo Cohen wrote: all right, and what happens if 2 or 3 threads running the same code, call m_ut.Begin in the same time ? I suppose then that they all go in the same transaction ? No, each thread

[Resin-interest] persist problem with 26 apr snapshot

2008-05-01 Thread Riccardo Cohen
on macosx 10.4.11 java 1.5.0_13 Thanks -- Très cordialement, Riccardo Cohen --- Articque http://www.articque.com 149 av Général de Gaulle 37230 Fondettes - France tel : 02-47-49-90-49 fax : 02-47-49-91-49 package mpentities; import java.io.Serializable

Re: [Resin-interest] strange behavior of setMaxResults

2008-06-25 Thread Riccardo Cohen
Thanks a lot. Would it be possible to have also in the next snapshot the correction about date serialization between java and flex (0002636) ? Scott Ferguson wrote: On Jun 18, 2008, at 1:47 PM, Riccardo Cohen wrote: Hi I use javax.persistence.Query to retreive entity beans

Re: [Resin-interest] strange behavior of setMaxResults

2008-07-09 Thread Riccardo Cohen
(ListAdluser)hqr.getResultList(); Scott Ferguson wrote: On Jun 18, 2008, at 1:47 PM, Riccardo Cohen wrote: Hi I use javax.persistence.Query to retreive entity beans throught the EntityManager. I have to use setFirstResult() and setMaxResults() to implement next page / previous page funct

Re: [Resin-interest] [Fwd: I don't understand the sql requests made by manager.createQuery when using setFirstResult]

2008-08-05 Thread Riccardo Cohen
Thanks for the explanation, I actually thought about something like this. But why then do I have nothing in the request if start=26 ? Scott Ferguson wrote: On Aug 5, 2008, at 12:39 AM, Riccardo Cohen wrote: Hi this topic is very important for my app and I would like to know

[Resin-interest] question about session and performances

2008-08-14 Thread Riccardo Cohen
for performance... Of course I store very little strings in the session, but I wanted to know if there is any variable somewhere that let me know if cookies are available, and then kill the session immediatly if the answer is no ! Thanks for any information. -- Riccardo Cohen Architecte du Logiciel

[Resin-interest] scheduled-task pb in 3.2

2008-09-02 Thread Riccardo Cohen
} Cronvisible is running [18:09:00.247] {resin-20} Cronvisible is running I use resin 3.2 (6th aug) on macosx 10,5 Am I doing something wrong ? Thanks for any info. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49

Re: [Resin-interest] help with utf8 and post method on Macosx

2008-09-04 Thread Riccardo Cohen
I just tried on linux ubuntu and have the same behaviour. Thanks for any help Riccardo Cohen wrote: Hello I run resin 3.2 on macosx 10.5 and found the way to build a 100% utf-8 application. But I recently found a new problem. When my form is with method=GET, I have all non-ascii characters

Re: [Resin-interest] Re sin Hessian with HTTPS

2008-09-26 Thread Riccardo Cohen
TcpConnection[id=resin-tcp-connecti on-*:443-19,socket=QSocketWrapper[a39971[SSL_RSA_WITH_RC4_128_MD5: Socket[addr=/ ip address redacted,port=3629,localport=443]]],port=Port[null:443]], total=10 Ideas? -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0

Re: [Resin-interest] 3.2 experience?

2008-10-29 Thread Riccardo Cohen
-- Quercus: PHP in Java -- Hessian Web Services ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- Riccardo Cohen Architecte du Logiciel http

Re: [Resin-interest] when will v 3.2 will be stable

2008-12-07 Thread Riccardo Cohen
Thanks a lot Scott Ferguson wrote: On Dec 7, 2008, at 3:23 PM, Riccardo Cohen wrote: Hello I'm currently using v3.2.0 and it is relatively stable, except for certain non-critical points. I'd like to know if there is planned date for a stable 3.2 ? May/June 2009 :-( We're tied

[Resin-interest] manytoone only one field

2008-12-18 Thread Riccardo Cohen
the house name) and not the whole object. Is it possible ? Thanks -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman

Re: [Resin-interest] manytoone only one field

2008-12-19 Thread Riccardo Cohen
Great solution, thanks Scott Ferguson wrote: On Dec 18, 2008, at 1:18 AM, Riccardo Cohen wrote: Hello In the sample ManyToOne : http://caucho.com/resin/examples/amber-many2one/index.xtp I can see how to get the corresponding bean in the other table, thanks to its house id. Now as I

Re: [Resin-interest] upload limit

2009-02-10 Thread Riccardo Cohen
://maillist.caucho.com/mailman/listinfo/resin-interest -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo

Re: [Resin-interest] upload limit

2009-02-11 Thread Riccardo Cohen
{ setAttribute(caucho.multipart.form.upload-max, new Long (1) ); } Aaron -Original Message- From: resin-interest-boun...@caucho.com [mailto:resin-interest- boun...@caucho.com] On Behalf Of Riccardo Cohen Sent: Tuesday, February 10, 2009 11:23 AM To: General Discussion for the Resin

Re: [Resin-interest] upload limit

2009-02-11 Thread Riccardo Cohen
happens if the getSession() returns null though? Maybe you want getSession(true)? What error are you getting? -Original Message- From: resin-interest-boun...@caucho.com [mailto:resin-interest- boun...@caucho.com] On Behalf Of Riccardo Cohen Sent: Wednesday, February 11, 2009 4:17 PM

[Resin-interest] web analytics piwik in quercus

2009-03-11 Thread Riccardo Cohen
? Thanks -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Still have NullPointerException in ClusterStoreManager of 3.2.1

2009-03-19 Thread Riccardo Cohen
All right, thanks for the answer. I'll wait for the 4.0 stable :) Scott Ferguson wrote: On Mar 19, 2009, at 2:08 AM, Riccardo Cohen wrote: I'm testing my application with 3.2.1 (it is still running 3.2.0 in prod) The first time I connect to the app after start, I always have

Re: [Resin-interest] 4.x assumes /usr/local/resin ?

2009-03-25 Thread Riccardo Cohen
/resin-interest -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

[Resin-interest] all my requested are limited with 3.2.1

2009-03-28 Thread Riccardo Cohen
to 3.2.1 because I had problems with scheduled-task in 3,2.0 -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman

Re: [Resin-interest] 3.2.1 on Mac OS X/Darwin?

2009-03-29 Thread Riccardo Cohen
is not of required architecture ld warning: in jni_socket.o, file is not of required architecture ld warning: in memory.o, file is not of required architecture ld warning: in std.o, file is not of required architecture -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Riccardo Cohen
? Is the plugin in usable form? Oh, and what do people use for an IDE btw? Thanks in advance, Scott ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- Riccardo Cohen Architecte du

[Resin-interest] pool overflow when 200 users

2009-04-13 Thread Riccardo Cohen
-idle-time But I don't know what values to set, should I use max-overflow- connections, max-pool-time, etc ? and should this related to values set in thread-max ? (I use mysql on linux) Any advice would be greatly appreciated. Thanks. -- Riccardo Cohen Architecte du Logiciel http

[Resin-interest] url rewriting / search engine friendly

2009-10-30 Thread Riccardo Cohen
practice with resin configuration to build SEF web sites. In the wiki I found rewrite rules for php CMS, but not for java apps. (I use resin 3,2,0) Thanks a lot. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe

Re: [Resin-interest] url rewriting / search engine friendly

2009-10-30 Thread Riccardo Cohen
rewrite config from database. 2009/10/30 Riccardo Cohen r...@architectedulogiciel.fr mailto:r...@architectedulogiciel.fr Hello I didn't have yet the opportunity to work with search engine friendly urls with resin (I did it with apache/php). I suppose that there must

Re: [Resin-interest] url rewriting / search engine friendly

2009-10-30 Thread Riccardo Cohen
couldn't it parse the url /user/name instead directly ? This removes from the application one level of control and complexity . Am-I right ? Wesley Wu wrote: Not recommended. I think filter should handle this, which is not relative to business logic. 2009/10/30 Riccardo Cohen r

Re: [Resin-interest] url rewriting / search engine friendly

2009-10-31 Thread Riccardo Cohen
the logic. Otherwise each framework would have to provide that capability. I have seen both approaches (Cocoon uses the later approach) and both have their strong/weak points. In any case, I don't think there's a good answer and a bad one. S! D. S'està citant Riccardo Cohen r

[Resin-interest] support spatial queries in amber

2009-12-10 Thread Riccardo Cohen
stops (with no exception) when I call createQuery()... I found nothing in amber doc, but I've read here : http://www.jpox.org/docs/1_2/spatial.html that there could be spatial support in jpql. Is there any plan to add spatial support in amber ? Thanks -- Riccardo Cohen Architecte du Logiciel

Re: [Resin-interest] support spatial queries in amber

2009-12-16 Thread Riccardo Cohen
I really would like to know what is the Caucho point of view about this... Thanks Riccardo Cohen wrote: Hello I use mysql with spatial index and would like to use amber queries with spatial field I tried these sort of queries : select p from Prop p where Spatial.within(p.pos

Re: [Resin-interest] support spatial queries in amber

2009-12-17 Thread Riccardo Cohen
this: http://www.hibernatespatial.org/ Jeff On Wed, Dec 16, 2009 at 9:25 AM, Scott Ferguson f...@caucho.com wrote: Riccardo Cohen wrote: I really would like to know what is the Caucho point of view about this... At the moment, Amber development is being put on hold (except critical bugs), until

Re: [Resin-interest] java unicode problem in cross-plateform situation

2010-01-17 Thread Riccardo Cohen
]); return s; On Fri, Jan 15, 2010 at 00:40, Riccardo Cohen r...@architectedulogiciel.fr mailto:r...@architectedulogiciel.fr wrote: Hello I wrote a piece of code to remove diacritics : String urlset3a[]={À,Á String urlset3b[]={a,a for (idx=0

Re: [Resin-interest] java unicode problem in cross-plateform situation

2010-01-18 Thread Riccardo Cohen
it should work in russian language. But for the moment I just try to understand the runtime problem. Thanks -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org

[Resin-interest] debian lenny 32 bits or 64 bits

2010-03-27 Thread Riccardo Cohen
than 4Gb memory... Am I right ? Thanks for your advice -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin-interest mailing list resin

[Resin-interest] pb with cxf / soap

2010-07-18 Thread Riccardo Cohen
/msg02846.html But resin-support.jar is not in the resin distrib, my ext-webapp-lib is empty. Thanks for any help . -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org

Re: [Resin-interest] pb with cxf / soap

2010-07-19 Thread Riccardo Cohen
my error, Can it be a compatibility problem between resin 3.2.1 and resin-support.jar found in 3.1.9 ? thanks for any help Riccardo Cohen wrote: Hello I try to setup my first soap web service with resin Pro 3.2.1 / macosx 10.5 I looked at the caucho.com doc and http://wiki.caucho.com/CXF I

Re: [Resin-interest] pb with cxf / soap

2010-07-20 Thread Riccardo Cohen
very simple way to do soap client/server with Resin ? (my customer needs soap, if not I would have used hessian...) Thanks -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org

Re: [Resin-interest] pb with cxf / soap

2010-07-20 Thread Riccardo Cohen
, Riccardo Cohen escribió: Thanks a lot Scott for your answer. This is the result: That looks like an error in the XML parser. You might try changing the javax.xml.stream.XMLInputFactory property to com.sun.xml.internal.stream.XMLInputFactoryImpl. When I add system-property

Re: [Resin-interest] pb with cxf / soap

2010-07-21 Thread Riccardo Cohen
application that I have, so I can't tell how well the combination really works, but at least I know those versions can work together. S! D. El 20/07/2010 8:29, Riccardo Cohen escribió: Thanks a lot Scott for your answer. This is the result: That looks like an error in the XML

[Resin-interest] starting with v4 .. why is it so hard

2010-07-21 Thread Riccardo Cohen
://wiki.caucho.com/Mysql did not help Is there any downloadable sample that work with v4.0.8 ? Thanks -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin

Re: [Resin-interest] starting with v4 OK

2010-07-22 Thread Riccardo Cohen
Thanks a lot Scott, That mini app works fine now. When you have 2 data sources, where do you specify the jndi name ? (before there was an argument in Name(), but Inject do not like it) Thanks Scott Ferguson wrote: Riccardo Cohen wrote: I try my very little application with v4.0.8 on linux

[Resin-interest] cxf / soap with 4.0.8

2010-07-22 Thread Riccardo Cohen
/ /class-loader but it did not work. Thanks -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin-interest mailing list resin-interest

Re: [Resin-interest] cxf / soap with 4.0.8

2010-07-22 Thread Riccardo Cohen
-activation_1.1_spec-1.0.2.jar geronimo-annotation_1.0_spec-1.1.1.jar geronimo-javamail_1.4_spec-1.6.jar geronimo-stax-api_1.0_spec-1.0.1.jar jaxb-api-2.1.jar jaxb-impl-2.1.13.jar neethi-2.0.4.jar wsdl4j-1.6.2.jar wstx-asl-3.2.9.jar XmlSchema-1.4.5.jar It begins to be reasonable ! Riccardo Cohen wrote

Re: [Resin-interest] cxf / soap with 4.0.8

2010-07-22 Thread Riccardo Cohen
, but maybe Resin CanDI works just as well? /Mattias Riccardo Cohen wrote (2010-07-22 11:14): Ooops ... it actually works all right with lib/soap/ subdirectory, I just modified the wrong file... :) By the way I noticed a very interesting file in the CXF lib directory : WHICH_JARS

[Resin-interest] cxf / soap with customer's wsdl

2010-07-22 Thread Riccardo Cohen
. Thanks for any tip :) -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin-interest mailing list resin-interest@caucho.com http

Re: [Resin-interest] cxf / soap with customer's wsdl

2010-07-24 Thread Riccardo Cohen
Hi I really need help, does anybody knows how to do that ? Thanks a lot. Riccardo Cohen wrote: Hello The last point now is to make a web service that conforms to what my customer needs = the wsdl provided. I created the java code with cxf's wsdl2java. The source generated compiled fine

[Resin-interest] 3.2.1 - 4.0.8 pb with Amber

2010-07-25 Thread Riccardo Cohen
. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo

[Resin-interest] strange error with resin-4.0snap

2010-07-27 Thread Riccardo Cohen
[redacrate] on the class [class msentities.Mytitle_] with its getter/setter, and I do not find the problem. Thanks for any help -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org

[Resin-interest] getting webservicecontext in a cxf soap servlet

2010-08-11 Thread Riccardo Cohen
: ms.CarteMusiqueWSAction.wscontext @Resource cannot find any matching resources with type='interface javax.xml.ws.WebServiceContext' in InjectManager[web-app:http://default] I suppose that something is missing but what ? Thanks for any suggestion. -- Riccardo Cohen Architecte du Logiciel http

Re: [Resin-interest] getting webservicecontext in a cxf soap servlet

2010-08-12 Thread Riccardo Cohen
-mapping Here is the full code of a small sample : http://www.architectedulogiciel.fr/download/tmp/testws.zip Scott Ferguson wrote: Riccardo Cohen wrote: Hello I successfully wrote a soap web service with cxf (in resin 4.0.9) and I need to check the IP of the caller. I need the servlet context

[Resin-interest] [Fwd: Re: getting webservicecon text in a cxf soap=D=A servlet]

2010-08-17 Thread Riccardo Cohen
Hi Did you found a magic way to have webservicecontext in this case ? :) Thanks a lot. Original Message Subject: Re: [Resin-interest] getting webservicecontext in a cxf soap servlet Date: Thu, 12 Aug 2010 12:12:53 +0200 From: Riccardo Cohen r...@architectedulogiciel.fr Reply

Re: [Resin-interest] Redirect or forwarding

2010-08-19 Thread Riccardo Cohen
mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org

[Resin-interest] configure error on mac for 4.0.13

2010-11-13 Thread Riccardo Cohen
don't know how to solve this one. Thanks for your help. For information, there was no error in 4.0.10 -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org

Re: [Resin-interest] configure error on mac for 4.0.13

2010-11-14 Thread Riccardo Cohen
in 4.0.10 -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin-interest mailing list resin-interest@caucho.com http

Re: [Resin-interest] configure error on mac for 4.0.13

2010-11-14 Thread Riccardo Cohen
-missing-source-for-latest.html thanks apple. jon On Sun, Nov 14, 2010 at 2:10 AM, Riccardo Cohen r...@architectedulogiciel.fr mailto:r...@architectedulogiciel.fr wrote: Hi Alex, thanks for your help I use the native java installed: java -version java version 1.6.0_22

[Resin-interest] Urgent problem with EclipseLink / 4.0.13

2010-12-04 Thread Riccardo Cohen
in the class, and I cannot reproduce this error on a small sample. I don't understand what it is about. My code is in an unstable state, and I need some help to solve that. Thanks a lot. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr +33 (0)6.09.83.64.49 Membre du

[Resin-interest] 4.0.13 restarting without any reason

2010-12-30 Thread Riccardo Cohen
this problem. Thanks for any help -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr BP 77536 37075 Tours Cedex 2 +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin-interest mailing list resin-interest

Re: [Resin-interest] 4.0.13 restarting without any reason - precisions

2010-12-31 Thread Riccardo Cohen
Hello Scott, Thanks for your answer. I commented all cache in both web-tier and app-tier resin.xml, this seams to solve the speed problem on files, and also the restart problem. Thanks a lot. On 31/12/10 02:48, Scott Ferguson wrote: Riccardo Cohen wrote: I found no problem running the same

Re: [Resin-interest] Moving from hibernate to eclipselink

2011-02-02 Thread Riccardo Cohen
be doing please? -- Carl Whalley http://www.androidacademy.com ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- Riccardo Cohen Architecte du Logiciel http

[Resin-interest] eclipselink cache question

2011-04-03 Thread Riccardo Cohen
for ? This cache was supposed to avoid requests in the db ??? Thanks for any info I use resin 4.0.13 on macosx 10.6 with a modified eclipselink jar downloaded last december -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr BP 77536 37075 Tours Cedex 2 +33 (0)6.09.83.64.49

Re: [Resin-interest] ReSin startup of multiple applications

2011-09-15 Thread Riccardo Cohen
that app-b failed to stop which may be to do with order of shutdown? Is there a best practice order for startup/shutdown? eg start web-tier then app-tier / stop app-tier then web-tier Thanks for any suggestions regards Alan -- Riccardo Cohen Architecte du Logiciel http

[Resin-interest] config question on 4.0

2011-11-01 Thread Riccardo Cohen
, and did not find any way to tell resin to use the good jndi-name. Is there any way to do so ? Thanks a lot. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr BP 77536 37075 Tours Cedex 2 +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org

Re: [Resin-interest] config question on 4.0

2011-11-01 Thread Riccardo Cohen
09:19 AM, Riccardo Cohen wrote: Hello I'm migrating an application from resin v3.2.1 to v4.0.13. In the old conf there were 2database tags pointing to 2 different db servers, each with a differentjndi-name Now in v4, @Named is replaced with @Inject, but there is no attribute to set the jndi

[Resin-interest] pb with find() in resin 4.0.13

2011-11-08 Thread Riccardo Cohen
(). Nothing happens, no exception, no further processing. Is there any people that had this problem ? I could see that only in one of my applications, not all. Is this a problem with eclispelink ? Thanks a lot. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr BP 77536 37075

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Riccardo Cohen
. Is there any people that had this problem ? I could see that only in one of my applications, not all. Is this a problem with eclispelink ? Thanks a lot. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr BP 77536 37075 Tours Cedex 2 +33 (0)6.09.83.64.49 Membre du réseau

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Riccardo Cohen
a lot. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr BP 77536 37075 Tours Cedex 2 +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin-interest mailing list resin-interest@caucho.com http

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Riccardo Cohen
with eclispelink ? Thanks a lot. -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr BP 77536 37075 Tours Cedex 2 +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org ___ resin-interest mailing list

[Resin-interest] from Eclipse to IntelliJ

2012-02-19 Thread Riccardo Cohen
Developers (Resin plugin is integrated and working all right). That's all. Thanks -- Riccardo Cohen Architecte du Logiciel http://www.architectedulogiciel.fr BP 77536 37075 Tours Cedex 2 +33 (0)6.09.83.64.49 Membre du réseau http://www.reflexe-conseil-centre.org

Re: [Resin-interest] urgent need evaluation license (generator does not work)

2012-05-08 Thread Riccardo Cohen
Thanks a lot. On 08/05/12 16:12, Paul Cowan wrote: On May 8, 2012, at 10:02 AM, Riccardo Cohen wrote: Hello I tried your evaluation licence generator at caucho.com/evaluation-license http://caucho.com/evaluation-license but if failed with the message : License Issued to r

[Resin-interest] share session in multiple domains application

2012-08-16 Thread Riccardo Cohen
list about it. PS: here I don't need to share cookies, only server sessions. Thanks. -- Riccardo Cohen +33 (0)6 09 83 64 49 Société Realty-Property.com 1 rue de la Monnaie 37000 Tours

Re: [Resin-interest] share session in multiple domains application

2012-08-17 Thread Riccardo Cohen
: On Aug 16, 2012, at 4:57 PM, Riccardo Cohen wrote: Hello I use resin 4.0.13, and I have one unique application that is accessed though 2 domains. It is configured in the front server as host

[Resin-interest] rollover-count question

2012-08-28 Thread Riccardo Cohen
5 files in my log directory. The docs says : "maximum number of rollover files before the oldest ones get overwritten". I don't undestrand why it talks about "overwriting". What is the best way to clean old resin log files ? Tha

[Resin-interest] closed entity manager on night process

2012-10-26 Thread Riccardo Cohen
create-database-schema="false"/ I wonder why it is "closed" sometimes. I even don't know how to close it. Thanks for any help.

[Resin-interest] class-loader / fail compiling then recompile correctly

2012-10-31 Thread Riccardo Cohen
be added also in host or resin . This solves the problem (with a full path of course) but I don't see a reason for changing the scope of those libs that are only needed in this web-app. Thanks for any help. PS:I'm running resin 4.0.13, on linux debian/sun jdk. -- Riccardo Cohen +33 (0)6 09 83 64

Re: [Resin-interest] Scaling Up

2012-11-09 Thread Riccardo Cohen
to bother with Rackspace's load balancers? Stuff like that. Is there a good introductory document (not just a set of slides)? So far, everything I've read assumes a certain level of knowledge. Thanks, -- Riccardo Cohen +33 (0)6 09 83 64 49 Société Realty-Property.com 1 rue de la Monnaie 37000

Re: [Resin-interest] Scaling Up

2012-11-10 Thread Riccardo Cohen
never access it directly. (but you have to if you use resin-admin) I don't use automatic deployement or elastic server yet, but I think I'll try this on the new version of resin. good luck On 09/11/12 09:52, Rick Mann wrote: On Nov 9, 2012, at 0:19 , Riccardo Cohen r.co...@realty

Re: [Resin-interest] Easing Development

2013-01-04 Thread Riccardo Cohen
I not do this? -- Riccardo Cohen +33 (0)6 09 83 64 49 Société Realty-Property.com 1 rue de la Monnaie 37000 Tours France http://www.appartement-maison.fr ___ resin-interest mailing list resin-interest@caucho.com http

[Resin-interest] help on resizing image

2013-02-07 Thread Riccardo Cohen
and menus... What do you use to resize images on the server size ? Thanks a lot. -- Riccardo Cohen +33 (0)6 09 83 64 49 Société Realty-Property.com 1 rue de la Monnaie 37000 Tours France http://www.appartement-maison.fr import java.awt.Font; import java.awt.Graphics2D; import

  1   2   >