Hello, the maven pom for beehive-controls seems not to be correct . i am getting the following warning:
Downloading: http://repo1.maven.org/maven2/beehive/beehive-controls/1.0/beehive- controls-1.0.pom 407b downloaded [WARNING] POM for 'beehive:beehive-controls:pom:1.0:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: ex pected START_TAG or END_TAG not TEXT (position: TEXT seen ...<dependency>\n <id>commons-discovery</... @7:36) Downloading: http://snapshots.maven.codehaus.org/maven2//beehive/beehive-control s/1.0/beehive-controls-1.0.jar according to the maven pom (http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html) the id tag is not allowed within the dependency tag. another thing is was wondering about: what is the state of the maven2 plugin ? is there a beehive maven plugins that provides that same functionality as the "build-controls" and "build-pageflows" ant tasks ? another problem i had : i created the sample petstore application. looking at the web.xml of the war file i noticed, that a listener is defined : < <listener> <listener-class>org.apache.beehive.samples.petstore.servlet.Listener</listener-class> </listener> however i could not find the class file for the listener (source file is not available, too). so is this listener necessary or not. Well, the petstore seems to work even without it. regareds, Andreas
