Re: How can I add some .jar and a directory to the classpath

2006-02-13 Thread juan_barbancho_rsi
Hi, If I run Geronimo from the Eclipse IDE, I could add a directory. Why I cannot make it from the command line? Thanks

Re: Security Policy

2006-02-13 Thread Cristian Roldan
Do you want Application A have write/read access to properties files of Application B ? what about if both application were made by diferents providers ? Another example ... Do you wana application A have read/write access to $GERONIMO_HOME/var/config or security files ?   Bye.Vamsavardhana Redd

Re: Security Policy

2006-02-13 Thread John Sisson
If one requires fine grained security for applications / configurations that are deployed. E.G. what files they can access, what ports they can listen on etc. Some large enterprise sites may run under a security manager due to high security requirements, but running under a security manager i

Re: Tomcat MySQL XA support

2006-02-13 Thread Gianny Damour
Hi, This "Lock wait timeout exceeded; try restarting transaction" problem has nothing to do with XA. Basically, an update statement was being executed. This statement was trying to update a row having a write lock, e.g. another transaction was updating the same record. In this scenario, the update

RE: Tomcat MySQL XA support

2006-02-13 Thread lichtner
It's possible that you got yourself an in-doubt transaction. If you try it again from the mysql shell (i.e. type in your sql statement yourself) and it says the same thing, then you may have in-doubt transaction. > > Thanks. If I use MysqlDataSource, there is no problem. But my problem is > how

Re: Security Policy

2006-02-13 Thread David Jencks
I have no experience actually working with these grants etc but I think we should look into making a default policy that knows about and relates to the repository structure we use. Would it make sense to add permissions to configurations? thanks david jencks On Feb 13, 2006, at 2:38 AM, J

Geronimo Build Failed

2006-02-13 Thread leonard flournoy
Please assist me with this problem, do I have to manually edit plugin.jelly ?BUILD FAILEDFile.. C:\IBM-Projects\geronimo\geronimo\maven.xmlElement... maven:reactorLine.. 43Column 154 Unable to obtain goal [multiproject:install-callback] -- C:\Documents and Settings\Administrator\.maven\

Re: Display trace for both geronimo.devtools.eclipse.core and ui

2006-02-13 Thread Lin Sun
I asked the question below a few days ago and I believe the example only loaded the first .option file which is the one under the core directory.     I tried to combine the following into one .options file and use "eclipse -debug pathToOptionsFile" to launch it but I still didn’t see any

Re: Geronimo Build Failed

2006-02-13 Thread Aaron Mulder
I haven't seen that error before. Are you using Maven 1.1-beta-2? And what version of Geronimo are you building (1.0 source distribution, or SVN HEAD, or SVN 1.0 branch)? Thanks, Aaron On 2/13/06, leonard flournoy <[EMAIL PROTECTED]> wrote: > Please assist me with this problem, do I have to

Re: Geronimo Build Failed

2006-02-13 Thread leonard flournoy
no, I am using maven 1.0.2 and geronimo from trunk. I did an svn update this morning.C:\IBM-Projects\geronimo\geronimo>maven --version __  __|  \/  |__ _Apache__ ___| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~ |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2On 2/13/06, Aaron Mulder <[EMAIL PROTECTED]> w

Re: Geronimo Build Failed

2006-02-13 Thread David Jencks
You might have an out of date xmlbeans plugin.  Originally it came with geronimo rather than xmlbeans and IIRC there were some similar problems when it moved.Try removing all copies of the xmlbeans plugin (some might start with "geronimo-...") from your local maven repo, the .maven/cache, and the m