Build problem

2007-10-28 Thread Heinz Drews
Hello, is there any fix or bypass available to get rid of [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1)

Re: Build problem

2007-10-28 Thread Heinz Drews
Kevan, that was the cure, thanks. On 10/28/07, Kevan Miller [EMAIL PROTECTED] wrote: On Oct 28, 2007, at 4:30 AM, Heinz Drews wrote: Hello, is there any fix or bypass available to get rid of [INFO] [ERROR

ApacheDS Plugin

2007-10-20 Thread Heinz Drews
I'm trying to locate the plugin for ApacheDS. Will it be available in a repository or is it required to build it? Regards, Heinz

Build failure with revision 498393

2007-01-21 Thread Heinz Drews
I get following failure: [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure

Re: Build failure with revision 498393

2007-01-21 Thread Heinz Drews
Kevan, thanks, cleaning the repository elements belonging to axis has helped. Heinz On 1/21/07, Kevan Miller [EMAIL PROTECTED] wrote: On Jan 21, 2007, at 12:00 PM, Prasad Kashyap wrote: Have you tried cleaning your entire local repo ? Slightly less painful to start with : rm -rf

Re: Server startup fails with Sun JDK 1.5, xalan missing

2006-11-17 Thread Heinz Drews
It's also inluded in http://issues.apache.org/jira/browse/GERONIMO-2454. Heinz On 11/17/06, Rick McGuire [EMAIL PROTECTED] wrote: Rakesh Midha wrote: So, let me create a JIRA for this, with this discussion in description. Is that OK? I think one's already been created:

Re: Can I change logger class for MX4J in Geronimo?

2006-10-24 Thread Heinz Drews
I would try to redirect mx4j.log.Logger again as described in http://mx4j.sourceforge.net/docs/ch04s03.html. But what do you want to achieve? Heinz On 10/24/06, Udovichenko, Nellya [EMAIL PROTECTED] wrote: Hi, I noticed that 'mx4j.log.CommonsLogger' is hardcoded in

Re: [jira] Commented: (GERONIMO-911) Admin Console should require SSL

2006-10-19 Thread Heinz Drews
Can the console not use a different port/container from the base settings? Similar to the approach done in WebSphere. This would signifcantly reduce the exposure and would not require to default to HTTPS without proper infrastructure. Heinz On 10/19/06, Aaron Mulder (JIRA)

Re: creating a dev environment in eclipse

2006-10-10 Thread Heinz Drews
Currently it seems the best to add ../target/clover/classes to the classpath of the projects using xmlbeans. Heinz On 10/10/06, Krishnakumar B [EMAIL PROTECTED] wrote: Hi, I did a eclipse build using m2. I have imported the projects into eclipse. I get errors for XMLBeans related classes (

Re: Eclipse question

2006-10-06 Thread Heinz Drews
Eclipse rebuilds the output folder which is .../target/classes from the source folders. I'm adding .../target/clover/classes to resolve the references. Heinz On 10/6/06, anita kulshreshtha [EMAIL PROTECTED] wrote: I have been doing the same. Here is what I do: 1. Run mvn -o eclipse:eclipse

[jira] Updated: (GERONIMO-2454) Upgrade xerces to version 2.8.1

2006-10-06 Thread Heinz Drews (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2454?page=all ] Heinz Drews updated GERONIMO-2454: -- Attachment: xercesupgrade3.diff The top level pom.xml ist patched differently then before. It includes a reference to xmlParserAPIs for compatibiliy

Re: Fixing java.endorsed.dirs

2006-10-04 Thread Heinz Drews
You can only replace the bootstrap classes with the endorsed mechanism or by changing the bootstrap class path. I don't think that there is anything else available. Heinz On 10/4/06, Alan D. Cabrera [EMAIL PROTECTED] wrote: On Oct 4, 2006, at 1:53 AM, Rick McGuire wrote: Alan D. Cabrera

Re: Priorities for 1.2

2006-10-03 Thread Heinz Drews
If there is interest in a non-committer opinion then my list would be: Yoko ORB support (Assuming that this is necessary to get Java 5 fully supported) Full Java 5 support Console usability improvements Global JNDI Geronimo OSGi bundle More server modularization via plugins Console

[jira] Updated: (GERONIMO-2454) Upgrade xerces to version 2.8.1

2006-10-02 Thread Heinz Drews (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2454?page=all ] Heinz Drews updated GERONIMO-2454: -- Attachment: xercesupgrade2.diff One more pom.xml referring xmlParserAPIs Upgrade xerces to version 2.8.1

[jira] Created: (GERONIMO-2454) Upgrade xerces to version 2.8.1

2006-09-30 Thread Heinz Drews (JIRA)
) Components: common Affects Versions: 1.2 Environment: All Reporter: Heinz Drews Priority: Minor Upgrade xerces to version 2.8.1. Consolidate to use xml-apis instead of xmlParserAPIs. I'll attach a path for several pom.xml. It would be necessary to upload

[jira] Updated: (GERONIMO-2454) Upgrade xerces to version 2.8.1

2006-09-30 Thread Heinz Drews (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2454?page=all ] Heinz Drews updated GERONIMO-2454: -- Attachment: xercesupgrade.diff Path modifies different pom.xml files Upgrade xerces to version 2.8.1

Re: Fixing java.endorsed.dirs

2006-09-30 Thread Heinz Drews
I have opened GERONIMO-2454. The attached patch modifies the pom.xml of several components. I have consolidated to use xml-apis instead of xmlParserAPIs. It was inconsistent between modules. Heinz On 9/30/06, Jacek Laskowski [EMAIL PROTECTED] wrote: On 9/29/06, Heinz Drews [EMAIL PROTECTED

Re: Fixing java.endorsed.dirs

2006-09-28 Thread Heinz Drews
I would assume that using a command line parm provides greater flexibility than extracting it from a manifest. Even if we would use the approach to spawn a new JVM. Heinz On 9/28/06, Rick McGuire [EMAIL PROTECTED] wrote: As I discovered yesterday, the Geronimo use of java.endorsed.dirs is

Re: Fixing java.endorsed.dirs

2006-09-28 Thread Heinz Drews
The endorsed dirs are prepended to the bootclass path. Correcting the current situation should not cause classloading problems. It might cause a problem because now the newer of the xml specs are used instead of the one contained in the JRE. If we use a mechanism like the one used by Eclipse

Re: Fixing java.endorsed.dirs

2006-09-28 Thread Heinz Drews
I think I have written something confusing. The intention of my remark was that somebody might have thought that the new xml spec have been used but that this was not the case. Effectively what you have written in your message. On 9/28/06, Rick McGuire [EMAIL PROTECTED] wrote: Heinz Drews wrote

Re: Fixing java.endorsed.dirs

2006-09-28 Thread Heinz Drews
There was sometime ago a discussion thread about the requirement to have the jars in endorsed dirs also on the classpath. If endorsed would have been picked up then this would not be necessary. It is still possible to get xerces as the parser because of including it on the classpath. It would

Re: Fixing java.endorsed.dirs

2006-09-28 Thread Heinz Drews
PROTECTED] wrote: On Sep 28, 2006, at 12:02 PM, Rick McGuire wrote: Dain Sundstrom wrote: On Sep 28, 2006, at 11:19 AM, Heinz Drews wrote: There was sometime ago a discussion thread about the requirement to have the jars in endorsed dirs also on the classpath. If endorsed would have been

Re: Fixing java.endorsed.dirs

2006-09-28 Thread Heinz Drews
[EMAIL PROTECTED] wrote: Sorry, but I don't remember. Matt presented the problem to me, I suggested removing the jars from the endorsed dir, and the problem went away. If you are really interested, I'll volunteer Matt to find out the exact class :) -dain On Sep 28, 2006, at 2:13 PM, Heinz Drews

Failing test building trunk on Windows XP

2006-09-27 Thread Heinz Drews
I started again doing builds also on WinXP in parallel to builds on Linux. The latter works fine, under XP build stops with a failing test shown below. Has anybody else experienced this problem and a hint what's wrong? Heinz --- T E S T S

Re: Failing test building trunk on Windows XP

2006-09-27 Thread Heinz Drews
I had run simultanous a build on Linux using the same revision level without problems. If you had success then it must be a local setting in my Win XP. Nightstreet on Elmstreet is less frigtening than this OS. Heinz On 9/27/06, Jacek Laskowski [EMAIL PROTECTED] wrote: On 9/27/06, Heinz Drews

Re: Is java.endorsed.dirs actually working?

2006-09-27 Thread Heinz Drews
-Djava.endorsed.dirs is interpreted during the construction of the bootstrap classpath. Setting it in a Java class does not have an effect for the current JVM. Daemon.java would have to spawn a new process and start another JVM passing the property. Heinz On 9/27/06, Rick McGuire [EMAIL

Re: [CONF] Apache Geronimo Knowledge Base: Indice (page created)

2006-09-24 Thread Heinz Drews
Hello Jason,I'm a little bit shocked by your message.How should Geronimo find good acceptance when it is restricted to an english speaking community only?It will be then always stay behind JBoss where the establishment of an international supporter base was very successful. If it is difficult to

Re: Swing console?

2006-09-22 Thread Heinz Drews
to refactor it all to use the Spring portlet framework than to refactor it into Swing. Thanks, Aaron On 9/18/06, Heinz Drews [EMAIL PROTECTED] wrote: That is a good suggestion. I agree with your opinion about webapps. Especially during development it seems, that using a component to configure

[jira] Created: (GERONIMO-2423) Unable to delete TomcatAJPConnector

2006-09-22 Thread Heinz Drews (JIRA)
) Components: console Affects Versions: 1.1.1 Environment: Linux, Windows Reporter: Heinz Drews Even after deleting the default TomcatAJPConnector it is activated again after server restart. Next attempt to delete the connector results in message [TomcatManagerImpl

Re: Swing console?

2006-09-20 Thread Heinz Drews
The Swing console in WAS could only be used as an example how rich clients should not be done. The integrated console in WSAD was significantly better but was not providing all functions. But if you start referring WAS, there the admin console is started on a different http port, can be forced

Re: Swing console?

2006-09-19 Thread Heinz Drews
Chris, I agree that with Ajax sufficient functionality can be provided in a webapp. My primary argument for a rich client would be as I have said before that a webapp requires a running server. And what should be done if there are problems in the configuration which prevents that the server

Re: Swing console?

2006-09-19 Thread Heinz Drews
, Heinz Drews [EMAIL PROTECTED] wrote: Chris, I agree that with Ajax sufficient functionality can be provided in a webapp. My primary argument for a rich client would be as I have said before that a webapp requires a running server. And what should be done if there are problems

Re: Swing console?

2006-09-18 Thread Heinz Drews
That is a good suggestion. I agree with your opinion about webapps. Especially during development it seems, that using a component to configure the component which it is dependent on, is increasing risks. I had several times to manually modify config.xml to get G started again Personally I

windows build hell

2006-09-02 Thread Heinz Drews
I have found another discrepancy between build on Linux (SuSE 9.3) and Win XP. Under Linux running org.apache.geronimo.security.jaas.LoginKerberosTest suffers javax.security.auth.login.LoginException: java.lang.IllegalStateException. But the test result is Tests run: 1, Failures: 0, Errors: 0,

[jira] Commented: (GERONIMO-2370) Add serialVersionUID to all classes implementing Serializable

2006-09-02 Thread Heinz Drews (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2370?page=comments#action_12432308 ] Heinz Drews commented on GERONIMO-2370: --- I have only found one test class. But it seems that there are a high number of classes generated by XMLBeans

[jira] Commented: (GERONIMO-2370) Add serialVersionUID to all classes implementing Serializable

2006-09-01 Thread Heinz Drews (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2370?page=comments#action_12432269 ] Heinz Drews commented on GERONIMO-2370: --- I have used an Eclipse feature showing a warning if the serialVersionUID is missing in a serializable

Re: svn commit: r437291 - in /geronimo/server/trunk: bootstrap bootstrap.bat bootstrap.xml

2006-08-31 Thread Heinz Drews
128m was sufficient. --heinz On 8/31/06, Jason Dillon [EMAIL PROTECTED] wrote: What is the MaxPermSize you have set? --jason On Aug 30, 2006, at 10:49 PM, Heinz Drews wrote: If it would be my OS I would have enough money to produce a better one :-) In my case was jspc 1.4.5-SNAPSHOT

Re: svn commit: r437291 - in /geronimo/server/trunk: bootstrap bootstrap.bat bootstrap.xml

2006-08-31 Thread Heinz Drews
not recognize it either. Anyone know if this is Windows specific? --jason On Aug 30, 2006, at 10:49 PM, Heinz Drews wrote: If it would be my OS I would have enough money to produce a better one :-) In my case was jspc 1.4.5-SNAPSHOT and increasing MaxPermSize was the remedy. --Heinz On 8/31/06

Re: svn commit: r437291 - in /geronimo/server/trunk: bootstrap bootstrap.bat bootstrap.xml

2006-08-31 Thread Heinz Drews
, Heinz Drews wrote: MaxPermSize specifies the amount of space used for class and method objects. Creating classes dynamically e.g. proxies, using cglib or other dynamic byte code enhancers require more space than the default. The Sun document explicitly names JSP implementations as culprits

[jira] Created: (GERONIMO-2366) Server terminates if problems occur with keystores

2006-08-31 Thread Heinz Drews (JIRA)
(Regular issues) Components: security Environment: Linux, Windows XP, Reporter: Heinz Drews ServiceModule does not handle exceptions originating from keystore problems completely. This causes that the server is terminated instaed of placing the GBean into failed

[jira] Updated: (GERONIMO-2366) Server terminates if problems occur with keystores

2006-08-31 Thread Heinz Drews (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2366?page=all ] Heinz Drews updated GERONIMO-2366: -- Affects Version/s: 1.1 Server terminates if problems occur with keystores -- Key

[jira] Created: (GERONIMO-2367) Keystore portlet adds any file in ./var/security/keystore as keystore and does not provide a delete function

2006-08-31 Thread Heinz Drews (JIRA)
://issues.apache.org/jira/browse/GERONIMO-2367 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: console Affects Versions: 1.1 Environment: Linux, Windows XP Reporter: Heinz Drews the keystore portlet adds any

Re: Standard for serialVersionUID

2006-08-31 Thread Heinz Drews
-Original Message- From: Heinz Drews [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 9:46 AM To: geronimo-dev Subject: Standard for serialVersionUID As I have mentioned in another message I have accidently used class files in modules created by Eclipse embeded compiler. This calculates

Re: Standard for serialVersionUID

2006-08-31 Thread Heinz Drews
I will create a jira. Should there be a vote about the format of the uid? --heinz On 8/31/06, Jason Dillon [EMAIL PROTECTED] wrote: On Aug 31, 2006, at 7:01 AM, Zakharov, Vasily M wrote: Note however, that small values like 1 or 2 are traditionally used as serialVersionUIDs for synthetic

[jira] Created: (GERONIMO-2370) Add serialVersionUID to all classes implementing Serializable

2006-08-31 Thread Heinz Drews (JIRA)
Security Level: public (Regular issues) Environment: All Reporter: Heinz Drews Priority: Minor A number of serializable classes don't have a serialVersionUID specified. This introduces the risk that the generated uid might be diferent between different

Re: svn commit: r437291 - in /geronimo/server/trunk: bootstrap bootstrap.bat bootstrap.xml

2006-08-30 Thread Heinz Drews
Jason, running the steps individually does not change the situation, it only gives better chances to see what has gone wrong. I also don't want to clean my local Maven repos each time, it might sound strange but I have also other stuff there and not the G related components. bootstrap anyhow

Re: Eclipse as development tool for Geronimo components

2006-08-30 Thread Heinz Drews
the server because the Eclipse plugin handles the redeployment for you. Best wishes, Paul On 8/28/06, Heinz Drews [EMAIL PROTECTED] wrote: Hi Sachin, The mvn eclipse:eclipse generates the .project files with the proper reference. This solves the problem you mentioned. Generally it would be a nice

Re: svn commit: r437291 - in /geronimo/server/trunk: bootstrap bootstrap.bat bootstrap.xml

2006-08-30 Thread Heinz Drews
Please don't see my comments as offense. They are born from frustration. It seemed that build has been promoted from being the way to being the destination. For me it seems that setting MaxPermSize is helping a lot. The situation that the total process stopped because of a failing test has not

Standard for serialVersionUID

2006-08-30 Thread Heinz Drews
As I have mentioned in another message I have accidently used class files in modules created by Eclipse embeded compiler. This calculates serialVersionUID different way then javac. I think that adding serialVersionUID to all serializable class would address the situation best. There are quite a

Eclipse as development tool for Geronimo components

2006-08-28 Thread Heinz Drews
Hello, I want to use Eclipse for development and debugging of Geronimo components. The Eclipse plugin I have already used for application development. I have run mvn eclipse:eclipse, imported manually the projects but I'm hoping for a faster approach. And I'm facing several problems. First I

Re: Eclipse as development tool for Geronimo components

2006-08-28 Thread Heinz Drews
goal to see if it addresses some of these issues or not. On Aug 28, 2006, at 12:01 PM, Heinz Drews wrote: Hello, I want to use Eclipse for development and debugging of Geronimo components. The Eclipse plugin I have already used for application development. I have run mvn eclipse:eclipse

Build of trunk fails test

2006-08-28 Thread Heinz Drews
In a fresh checkout of trunk there is a failing test in bootstrap module, stacktrace is below. Anything I have forgotten to set up? Running org.apache.geronimo.security.jaas.LoginKerberosTest javax.security.auth.login.LoginException: java.lang.IllegalStateException at

Errors deploying webapplication with security constraint

2006-08-27 Thread Heinz Drews
Hello, I try to deploy a webapp with a security constraint in G build from trunk. web.xml contains: web-resource-collection web-resource-nameSecure/web-resource-name url-pattern/*/url-pattern http-methodGET/http-method http-methodPOST/http-method /web-resource-collection The deploy fails with

Re: Errors deploying webapplication with security constraint

2006-08-27 Thread Heinz Drews
:48 PM, Heinz Drews wrote: Hello, I try to deploy a webapp with a security constraint in G build from trunk. web.xml contains: web-resource-collection web-resource-nameSecure/web-resource-name url-pattern/*/url-pattern http-methodGET/http-method http-methodPOST/http-method /web-resource

Re: Endorsed dirs

2006-08-26 Thread Heinz Drews
Everything loaded from directories specified by -Djava.endorsed.dirs={dirlist} is loaded by the bootstrap classloader. The documentation in Tomcat indicates that the endorsed dirs are managed differently. But the classes are visible in a classloader. On 8/26/06, David Jencks [EMAIL PROTECTED]

[jira] Created: (GERONIMO-2337) Incompatible Callback between CertificatePropertiesFileLoginModule and FileAuditLoginModule

2006-08-21 Thread Heinz Drews (JIRA)
Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: security Affects Versions: 1.1 Reporter: Heinz Drews Priority: Minor During creation of a realm with Console an auditing module can be added

Re: Installer -- Phase 2

2005-12-19 Thread Heinz Drews
Hello Erik, the approach sounds just perfect. It would be great if the Installer would support a number of standard configurations. e.g Minimal, Default, ... Custom. Best regards, Heinz On 12/19/05, Erik Daughtrey [EMAIL PROTECTED] wrote: The next phase of the installer is supposed to only

Re: Installer -- Phase 2

2005-12-19 Thread Heinz Drews
2005 12:41, Heinz Drews wrote: Hello Erik, the approach sounds just perfect. It would be great if the Installer would support a number of standard configurations. e.g Minimal, Default, ... Custom. Best regards, Heinz On 12/19/05, Erik Daughtrey [EMAIL PROTECTED] wrote

Re: Binary images for Geronimo 1.0?

2005-11-05 Thread Heinz Drews
server. It also provides enough rope for some users to hang themselves ... changing from one server to the other only to discover that they web apps they had previously deployed are no longer functional. Joe Heinz Drews wrote: I would see the mininum as the ideal solution and the other

Re: Binary images for Geronimo 1.0?

2005-11-04 Thread Heinz Drews
I would see the mininum as the ideal solution and the other as a less preferrable. Assuming that somebody starts with using Jetty and then finding that Tomcat would have been the bettter choice it would be easier just to change the configuration than to perform a complete re-install. Just as a