txmanager trunk build broken

2009-08-06 Thread Jack Cai
I believe we need to modify the pom of txmanager trunk so that its parent is
up-to-date, which is

parent
groupIdorg.apache.geronimo.genesis/groupId
artifactIdgenesis-java5-flava/artifactId
version2.0/version
/parent


Currently it points to a parent that does not exist any more:


parent
groupIdorg.apache.geronimo.genesis.flava/groupId
artifactIdgenesis-java5-flava/artifactId
version2.0-SNAPSHOT/version
/parent


Someone helps to fix that? Thanks!

-Jack


Re: txmanager trunk build broken

2009-08-06 Thread Jarek Gawor
It's fixed. Thanks!

Jarek

On Thu, Aug 6, 2009 at 10:56 PM, Jack Caigreensi...@gmail.com wrote:
 I believe we need to modify the pom of txmanager trunk so that its parent is
 up-to-date, which is

     parent
     groupIdorg.apache.geronimo.genesis/groupId
     artifactIdgenesis-java5-flava/artifactId
     version2.0/version
     /parent


 Currently it points to a parent that does not exist any more:


     parent
     groupIdorg.apache.geronimo.genesis.flava/groupId
     artifactIdgenesis-java5-flava/artifactId
     version2.0-SNAPSHOT/version
     /parent


 Someone helps to fix that? Thanks!

 -Jack



Re: Build broken?

2007-12-05 Thread Jeff Genender
FYI for all those not in the know...

This is caused by Maven 2.0.8...so be sure you are using 2.0.7 and this
problem goes away.  I am not sure what causes it...but I thought I would
share this with all just in case it's encountered.

Jeff

Jeff Genender wrote:
 Here is the error...don't know whats up:
 
 issing dependency: org.apache.geronimo.configs/transaction//car
 [INFO]
 
 [DEBUG] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException: load of
 org.apache.geronimo.configs/connector-deployer/2.1-SNAPSHOT/car failed
   at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
   at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
   at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
   at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
   at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
   at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.plugin.MojoExecutionException: load of
 org.apache.geronimo.configs/connector-deployer/2.1-SNAPSHOT/car failed
   at
 org.codehaus.mojo.pluginsupport.MojoSupport.execute(MojoSupport.java:137)
   at
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)
   at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
   ... 16 more
 Caused by: org.apache.geronimo.kernel.config.LifecycleException: load of
 org.apache.geronimo.configs/connector-deployer/2.1-SNAPSHOT/car failed
   at
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:300)
   at
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:281)
   at
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:256)
   at
 org.apache.geronimo.kernel.config.KernelConfigurationManager.loadConfiguration(KernelConfigurationManager.java:111)
   at
 org.apache.geronimo.kernel.config.KernelConfigurationManager$$FastClassByCGLIB$$b117102f.invoke(generated)
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at
 org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
   at
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:830)
   at 
 org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
   at
 org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
   at
 org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
   at
 org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$9b238d66.loadConfiguration(generated)
   at
 org.apache.geronimo.mavenplugins.car.PackageMojo.buildPackage(PackageMojo.java:489)
   at
 org.apache.geronimo.mavenplugins.car.PackageMojo.doExecute(PackageMojo.java:309)
   at
 org.codehaus.mojo.pluginsupport.MojoSupport.execute(MojoSupport.java:122)
   ... 18 more
 Caused by:
 org.apache.geronimo.kernel.repository.MissingDependencyException:
 Missing dependency: org.apache.geronimo.configs/transaction//car
   at
 org.apache.geronimo.kernel.repository.DefaultArtifactResolver.resolveInClassLoader(DefaultArtifactResolver.java:111)
   at
 org.apache.geronimo.kernel.repository.DefaultArtifactResolver.resolveInClassLoader(DefaultArtifactResolver.java:104)
   at
 org.apache.geronimo.kernel.repository.DefaultArtifactResolver$$FastClassByCGLIB$$e847b746.invoke(generated)
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at
 

Build broken?

2007-12-04 Thread Jeff Genender
I am not able to build the latest trunk...any ideas?

[INFO]

[INFO] Building Geronimo Configs :: System Database
[INFO]task-segment: [install]
[INFO]

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated:
/Users/jeffgenender/Projects/geronimo/plugins/system-database/system-database/target/resources/META-INF/plan.xml
[INFO] [car:prepare-metadata]
[INFO] [car:package]
[INFO] Packaging module configuration:
/Users/jeffgenender/Projects/geronimo/plugins/system-database/system-database/target/resources/META-INF/plan.xml
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] load of
org.apache.geronimo.configs/j2ee-deployer/2.1-SNAPSHOT/car failed


Re: Build broken?

2007-12-04 Thread Anita Kulshreshtha
  Build seems to be happy here:
http://people.apache.org/~prasad/binaries/trunk/20071204/build-0300.log

Thanks
Anita

--- Jeff Genender [EMAIL PROTECTED] wrote:

 I am not able to build the latest trunk...any ideas?
 
 [INFO]


 [INFO] Building Geronimo Configs :: System Database
 [INFO]task-segment: [install]
 [INFO]


 [INFO] [enforcer:enforce {execution: default}]
 [INFO] [tools:copy-legal-files {execution: install-legal-files}]
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [INFO] [car:validate-configuration]
 [INFO] [car:prepare-plan]
 [INFO] Generated:

/Users/jeffgenender/Projects/geronimo/plugins/system-database/system-database/target/resources/META-INF/plan.xml
 [INFO] [car:prepare-metadata]
 [INFO] [car:package]
 [INFO] Packaging module configuration:

/Users/jeffgenender/Projects/geronimo/plugins/system-database/system-database/target/resources/META-INF/plan.xml
 [INFO]


 [ERROR] BUILD ERROR
 [INFO]


 [INFO] load of
 org.apache.geronimo.configs/j2ee-deployer/2.1-SNAPSHOT/car failed
 



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs


Re: Build broken?

2007-12-04 Thread Jeff Genender
Here is the error...don't know whats up:

issing dependency: org.apache.geronimo.configs/transaction//car
[INFO]

[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: load of
org.apache.geronimo.configs/connector-deployer/2.1-SNAPSHOT/car failed
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: load of
org.apache.geronimo.configs/connector-deployer/2.1-SNAPSHOT/car failed
at
org.codehaus.mojo.pluginsupport.MojoSupport.execute(MojoSupport.java:137)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
... 16 more
Caused by: org.apache.geronimo.kernel.config.LifecycleException: load of
org.apache.geronimo.configs/connector-deployer/2.1-SNAPSHOT/car failed
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:300)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:281)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:256)
at
org.apache.geronimo.kernel.config.KernelConfigurationManager.loadConfiguration(KernelConfigurationManager.java:111)
at
org.apache.geronimo.kernel.config.KernelConfigurationManager$$FastClassByCGLIB$$b117102f.invoke(generated)
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:830)
at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
at
org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$9b238d66.loadConfiguration(generated)
at
org.apache.geronimo.mavenplugins.car.PackageMojo.buildPackage(PackageMojo.java:489)
at
org.apache.geronimo.mavenplugins.car.PackageMojo.doExecute(PackageMojo.java:309)
at
org.codehaus.mojo.pluginsupport.MojoSupport.execute(MojoSupport.java:122)
... 18 more
Caused by:
org.apache.geronimo.kernel.repository.MissingDependencyException:
Missing dependency: org.apache.geronimo.configs/transaction//car
at
org.apache.geronimo.kernel.repository.DefaultArtifactResolver.resolveInClassLoader(DefaultArtifactResolver.java:111)
at
org.apache.geronimo.kernel.repository.DefaultArtifactResolver.resolveInClassLoader(DefaultArtifactResolver.java:104)
at
org.apache.geronimo.kernel.repository.DefaultArtifactResolver$$FastClassByCGLIB$$e847b746.invoke(generated)
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
at

[jira] Created: (SM-1022) Build Broken

2007-08-07 Thread Jeff Peterson (JIRA)
Build Broken


 Key: SM-1022
 URL: https://issues.apache.org/activemq/browse/SM-1022
 Project: ServiceMix
  Issue Type: Bug
Affects Versions: 3.1.1
 Environment: Servicemix 3.1.1 (from SVN)
Maven 2.0.4
Reporter: Jeff Peterson
Priority: Blocker


$ svn co 
http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.1.1/
...
$ mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   ServiceMix
[INFO]   Servicemix :: Build
[INFO]   ServiceMix :: Core
[INFO]   ServiceMix :: JBI
[INFO]   ServiceMix :: Services
[INFO]   ServiceMix :: Core
[INFO]   ServiceMix :: Audit
[INFO]   ServiceMix :: Common
[INFO]   ServiceMix :: Common
[INFO]   ServiceMix :: Components
[INFO]   ServiceMix :: SOAP
[INFO]   ServiceMix :: BeanFlow
[INFO]   ServiceMix :: Tooling
[INFO]   ServiceMix :: Maven2 JBI Plugin
[INFO]   ServiceMix :: Maven2 XFire Plugin
[INFO]   ServiceMix :: Archetypes :: BindingComponent
[INFO]   ServiceMix :: Archetypes :: ServiceEngine
[INFO]   ServiceMix :: Archetypes :: ServiceUnit
[INFO]   ServiceMix :: Archetypes :: ServiceAssembly
[INFO]   ServiceMix :: Archetypes :: SharedLibrary
[INFO]   ServiceMix :: Archetypes :: FtpPollerServiceUnit
[INFO]   ServiceMix :: Archetypes :: FtpSenderServiceUnit
[INFO]   ServiceMix :: Archetypes :: HttpConsumerServiceUnit
[INFO]   ServiceMix :: Archetypes :: HttpProviderServiceUnit
[INFO]   ServiceMix :: Archetypes :: JmsConsumerServiceUnit
[INFO]   ServiceMix :: Archetypes :: JmsProviderServiceUnit
[INFO]   ServiceMix :: Archetypes :: Jsr181WsdlFirstServiceUnit
[INFO]   ServiceMix :: Archetypes :: LWContainerServiceUnit
[INFO]   ServiceMix :: Archetypes :: EIPServiceUnit
[INFO]   ServiceMix :: Archetypes :: EmbeddedSimple
[INFO]   ServiceMix :: Archetypes :: ServiceMixODEServiceUnit
[INFO]   ServiceMix :: Archetypes :: Jsr181AnnotatedServiceUnit
[INFO]   ServiceMix :: Archetypes :: SaxonXQueryServiceUnit
[INFO]   ServiceMix :: Archetypes :: SaxonXsltServiceUnit
[INFO]   ServiceMix :: Archetypes :: BeanServiceUnit
[INFO]   ServiceMix :: Archetypes
[INFO]   ServiceMix :: Archetypes :: ITests
[INFO]   ServiceMix :: Deployables
[INFO]   ServiceMix :: Shared Libraries
[INFO]   ServiceMix :: Shared
[INFO]   ServiceMix :: Binding Components
[INFO]   ServiceMix :: File
[INFO]   ServiceMix :: FTP
[INFO]   ServiceMix :: HTTP
[INFO]   ServiceMix :: JMS
[INFO]   ServiceMix :: XMPP
[INFO]   ServiceMix :: Service Engines
[INFO]   ServiceMix :: Bean
[INFO]   ServiceMix :: BPE
[INFO]   ServiceMix :: Drools Service Engine
[INFO]   ServiceMix :: EIP
[INFO]   ServiceMix :: JSR-181 Service Engine
[INFO]   ServiceMix :: Lightweight container Service Engine
[INFO]   ServiceMix :: Quartz
[INFO]   ServiceMix :: Saxon Service Engine
[INFO]   ServiceMix :: Scripting Service Engine
[INFO]   ServiceMix :: WS-Notification Service Engine
[INFO]   ServiceMix :: ITests
[INFO]   ServiceMix :: Samples
[INFO]   ServiceMix :: Samples :: WSDL first
[INFO]   ServiceMix :: Samples :: WSDL first :: JSR181
[INFO]   ServiceMix :: Samples :: WSDL first :: HTTP
[INFO]   ServiceMix :: Samples :: WSDL first :: SA
[INFO]   ServiceMix :: Samples :: Loan Broker
[INFO]   ServiceMix :: Samples :: Loan Broker :: Ode
[INFO]   ServiceMix :: Samples :: Loan Broker :: LwContainer
[INFO]   ServiceMix :: Samples :: Loan Broker :: JMS
[INFO]   ServiceMix :: Samples :: Loan Broker :: SA
[INFO]   ServiceMix :: Samples :: Bridge
[INFO]   ServiceMix :: Samples :: Bridge :: HTTP
[INFO]   ServiceMix :: Samples :: Bridge :: EIP
[INFO]   ServiceMix :: Samples :: Bridge :: XSLT
[INFO]   ServiceMix :: Samples :: Bridge :: JMS
[INFO]   ServiceMix :: Samples :: Bridge :: SA
[INFO]   ServiceMix :: Samples :: Web
[INFO]   ServiceMix :: Samples :: Basic
[INFO]   ServiceMix :: Console
[INFO]   ServiceMix :: Web Console
[INFO]   ServiceMix :: Web Apps
[INFO]   ServiceMix :: Platforms
[INFO]   Servicemix :: Geronimo
[INFO]   ServiceMix :: Geronimo :: ServiceMix service
[INFO]   ServiceMix :: Geronimo :: Deployer service
[INFO]   ServiceMix :: Geronimo :: Dependencies
[INFO]   ServiceMix :: Geronimo :: ServiceMix plugin
[INFO]   ServiceMix :: Geronimo :: Deployer plugin
[INFO]   ServiceMix :: Assemblies
[INFO]   Servicemix :: Distribution
[INFO]   ServiceMix :: WebApp distribution
Downloading: 
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/servicemix/tooling/jbi-maven-plugin/3.1.1-incubating/jbi-maven-plugin-3.1.1-incubating.jar
[WARNING] Unable to get resource from repository apache-releases 
(http://people.apache.org/repo/m2-ibiblio-rsync-repository)
Downloading: 
http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo/org/apache/servicemix/tooling/jbi-maven-plugin/3.1.1-incubating/jbi-maven-plugin-3.1.1-incubating.jar
[WARNING] Unable to get resource from repository servicemix-m2-repo 
(http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo)
Downloading: 
http://repo1.maven.org

[jira] Resolved: (SM-1022) Build Broken

2007-08-07 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved SM-1022.
-

Resolution: Won't Fix
  Assignee: Guillaume Nodet

If you follow the build instructions, the build must be done in two steps:
See http://incubator.apache.org/servicemix/building.html


 Build Broken
 

 Key: SM-1022
 URL: https://issues.apache.org/activemq/browse/SM-1022
 Project: ServiceMix
  Issue Type: Bug
Affects Versions: 3.1.1
 Environment: Servicemix 3.1.1 (from SVN)
 Maven 2.0.4
Reporter: Jeff Peterson
Assignee: Guillaume Nodet
Priority: Blocker

 $ svn co 
 http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.1.1/
 ...
 $ mvn install
 [INFO] Scanning for projects...
 [INFO] Reactor build order:
 [INFO]   ServiceMix
 [INFO]   Servicemix :: Build
 [INFO]   ServiceMix :: Core
 [INFO]   ServiceMix :: JBI
 [INFO]   ServiceMix :: Services
 [INFO]   ServiceMix :: Core
 [INFO]   ServiceMix :: Audit
 [INFO]   ServiceMix :: Common
 [INFO]   ServiceMix :: Common
 [INFO]   ServiceMix :: Components
 [INFO]   ServiceMix :: SOAP
 [INFO]   ServiceMix :: BeanFlow
 [INFO]   ServiceMix :: Tooling
 [INFO]   ServiceMix :: Maven2 JBI Plugin
 [INFO]   ServiceMix :: Maven2 XFire Plugin
 [INFO]   ServiceMix :: Archetypes :: BindingComponent
 [INFO]   ServiceMix :: Archetypes :: ServiceEngine
 [INFO]   ServiceMix :: Archetypes :: ServiceUnit
 [INFO]   ServiceMix :: Archetypes :: ServiceAssembly
 [INFO]   ServiceMix :: Archetypes :: SharedLibrary
 [INFO]   ServiceMix :: Archetypes :: FtpPollerServiceUnit
 [INFO]   ServiceMix :: Archetypes :: FtpSenderServiceUnit
 [INFO]   ServiceMix :: Archetypes :: HttpConsumerServiceUnit
 [INFO]   ServiceMix :: Archetypes :: HttpProviderServiceUnit
 [INFO]   ServiceMix :: Archetypes :: JmsConsumerServiceUnit
 [INFO]   ServiceMix :: Archetypes :: JmsProviderServiceUnit
 [INFO]   ServiceMix :: Archetypes :: Jsr181WsdlFirstServiceUnit
 [INFO]   ServiceMix :: Archetypes :: LWContainerServiceUnit
 [INFO]   ServiceMix :: Archetypes :: EIPServiceUnit
 [INFO]   ServiceMix :: Archetypes :: EmbeddedSimple
 [INFO]   ServiceMix :: Archetypes :: ServiceMixODEServiceUnit
 [INFO]   ServiceMix :: Archetypes :: Jsr181AnnotatedServiceUnit
 [INFO]   ServiceMix :: Archetypes :: SaxonXQueryServiceUnit
 [INFO]   ServiceMix :: Archetypes :: SaxonXsltServiceUnit
 [INFO]   ServiceMix :: Archetypes :: BeanServiceUnit
 [INFO]   ServiceMix :: Archetypes
 [INFO]   ServiceMix :: Archetypes :: ITests
 [INFO]   ServiceMix :: Deployables
 [INFO]   ServiceMix :: Shared Libraries
 [INFO]   ServiceMix :: Shared
 [INFO]   ServiceMix :: Binding Components
 [INFO]   ServiceMix :: File
 [INFO]   ServiceMix :: FTP
 [INFO]   ServiceMix :: HTTP
 [INFO]   ServiceMix :: JMS
 [INFO]   ServiceMix :: XMPP
 [INFO]   ServiceMix :: Service Engines
 [INFO]   ServiceMix :: Bean
 [INFO]   ServiceMix :: BPE
 [INFO]   ServiceMix :: Drools Service Engine
 [INFO]   ServiceMix :: EIP
 [INFO]   ServiceMix :: JSR-181 Service Engine
 [INFO]   ServiceMix :: Lightweight container Service Engine
 [INFO]   ServiceMix :: Quartz
 [INFO]   ServiceMix :: Saxon Service Engine
 [INFO]   ServiceMix :: Scripting Service Engine
 [INFO]   ServiceMix :: WS-Notification Service Engine
 [INFO]   ServiceMix :: ITests
 [INFO]   ServiceMix :: Samples
 [INFO]   ServiceMix :: Samples :: WSDL first
 [INFO]   ServiceMix :: Samples :: WSDL first :: JSR181
 [INFO]   ServiceMix :: Samples :: WSDL first :: HTTP
 [INFO]   ServiceMix :: Samples :: WSDL first :: SA
 [INFO]   ServiceMix :: Samples :: Loan Broker
 [INFO]   ServiceMix :: Samples :: Loan Broker :: Ode
 [INFO]   ServiceMix :: Samples :: Loan Broker :: LwContainer
 [INFO]   ServiceMix :: Samples :: Loan Broker :: JMS
 [INFO]   ServiceMix :: Samples :: Loan Broker :: SA
 [INFO]   ServiceMix :: Samples :: Bridge
 [INFO]   ServiceMix :: Samples :: Bridge :: HTTP
 [INFO]   ServiceMix :: Samples :: Bridge :: EIP
 [INFO]   ServiceMix :: Samples :: Bridge :: XSLT
 [INFO]   ServiceMix :: Samples :: Bridge :: JMS
 [INFO]   ServiceMix :: Samples :: Bridge :: SA
 [INFO]   ServiceMix :: Samples :: Web
 [INFO]   ServiceMix :: Samples :: Basic
 [INFO]   ServiceMix :: Console
 [INFO]   ServiceMix :: Web Console
 [INFO]   ServiceMix :: Web Apps
 [INFO]   ServiceMix :: Platforms
 [INFO]   Servicemix :: Geronimo
 [INFO]   ServiceMix :: Geronimo :: ServiceMix service
 [INFO]   ServiceMix :: Geronimo :: Deployer service
 [INFO]   ServiceMix :: Geronimo :: Dependencies
 [INFO]   ServiceMix :: Geronimo :: ServiceMix plugin
 [INFO]   ServiceMix :: Geronimo :: Deployer plugin
 [INFO]   ServiceMix :: Assemblies
 [INFO]   Servicemix :: Distribution
 [INFO]   ServiceMix :: WebApp distribution
 Downloading: 
 http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/servicemix/tooling/jbi-maven-plugin

[jira] Commented: (SM-1022) Build Broken

2007-08-07 Thread Jeff Peterson (JIRA)

[ 
https://issues.apache.org/activemq/browse/SM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39873
 ] 

Jeff Peterson commented on SM-1022:
---

Doh.  I didn't see that page.  My bad.


 Build Broken
 

 Key: SM-1022
 URL: https://issues.apache.org/activemq/browse/SM-1022
 Project: ServiceMix
  Issue Type: Bug
Affects Versions: 3.1.1
 Environment: Servicemix 3.1.1 (from SVN)
 Maven 2.0.4
Reporter: Jeff Peterson
Assignee: Guillaume Nodet
Priority: Blocker

 $ svn co 
 http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.1.1/
 ...
 $ mvn install
 [INFO] Scanning for projects...
 [INFO] Reactor build order:
 [INFO]   ServiceMix
 [INFO]   Servicemix :: Build
 [INFO]   ServiceMix :: Core
 [INFO]   ServiceMix :: JBI
 [INFO]   ServiceMix :: Services
 [INFO]   ServiceMix :: Core
 [INFO]   ServiceMix :: Audit
 [INFO]   ServiceMix :: Common
 [INFO]   ServiceMix :: Common
 [INFO]   ServiceMix :: Components
 [INFO]   ServiceMix :: SOAP
 [INFO]   ServiceMix :: BeanFlow
 [INFO]   ServiceMix :: Tooling
 [INFO]   ServiceMix :: Maven2 JBI Plugin
 [INFO]   ServiceMix :: Maven2 XFire Plugin
 [INFO]   ServiceMix :: Archetypes :: BindingComponent
 [INFO]   ServiceMix :: Archetypes :: ServiceEngine
 [INFO]   ServiceMix :: Archetypes :: ServiceUnit
 [INFO]   ServiceMix :: Archetypes :: ServiceAssembly
 [INFO]   ServiceMix :: Archetypes :: SharedLibrary
 [INFO]   ServiceMix :: Archetypes :: FtpPollerServiceUnit
 [INFO]   ServiceMix :: Archetypes :: FtpSenderServiceUnit
 [INFO]   ServiceMix :: Archetypes :: HttpConsumerServiceUnit
 [INFO]   ServiceMix :: Archetypes :: HttpProviderServiceUnit
 [INFO]   ServiceMix :: Archetypes :: JmsConsumerServiceUnit
 [INFO]   ServiceMix :: Archetypes :: JmsProviderServiceUnit
 [INFO]   ServiceMix :: Archetypes :: Jsr181WsdlFirstServiceUnit
 [INFO]   ServiceMix :: Archetypes :: LWContainerServiceUnit
 [INFO]   ServiceMix :: Archetypes :: EIPServiceUnit
 [INFO]   ServiceMix :: Archetypes :: EmbeddedSimple
 [INFO]   ServiceMix :: Archetypes :: ServiceMixODEServiceUnit
 [INFO]   ServiceMix :: Archetypes :: Jsr181AnnotatedServiceUnit
 [INFO]   ServiceMix :: Archetypes :: SaxonXQueryServiceUnit
 [INFO]   ServiceMix :: Archetypes :: SaxonXsltServiceUnit
 [INFO]   ServiceMix :: Archetypes :: BeanServiceUnit
 [INFO]   ServiceMix :: Archetypes
 [INFO]   ServiceMix :: Archetypes :: ITests
 [INFO]   ServiceMix :: Deployables
 [INFO]   ServiceMix :: Shared Libraries
 [INFO]   ServiceMix :: Shared
 [INFO]   ServiceMix :: Binding Components
 [INFO]   ServiceMix :: File
 [INFO]   ServiceMix :: FTP
 [INFO]   ServiceMix :: HTTP
 [INFO]   ServiceMix :: JMS
 [INFO]   ServiceMix :: XMPP
 [INFO]   ServiceMix :: Service Engines
 [INFO]   ServiceMix :: Bean
 [INFO]   ServiceMix :: BPE
 [INFO]   ServiceMix :: Drools Service Engine
 [INFO]   ServiceMix :: EIP
 [INFO]   ServiceMix :: JSR-181 Service Engine
 [INFO]   ServiceMix :: Lightweight container Service Engine
 [INFO]   ServiceMix :: Quartz
 [INFO]   ServiceMix :: Saxon Service Engine
 [INFO]   ServiceMix :: Scripting Service Engine
 [INFO]   ServiceMix :: WS-Notification Service Engine
 [INFO]   ServiceMix :: ITests
 [INFO]   ServiceMix :: Samples
 [INFO]   ServiceMix :: Samples :: WSDL first
 [INFO]   ServiceMix :: Samples :: WSDL first :: JSR181
 [INFO]   ServiceMix :: Samples :: WSDL first :: HTTP
 [INFO]   ServiceMix :: Samples :: WSDL first :: SA
 [INFO]   ServiceMix :: Samples :: Loan Broker
 [INFO]   ServiceMix :: Samples :: Loan Broker :: Ode
 [INFO]   ServiceMix :: Samples :: Loan Broker :: LwContainer
 [INFO]   ServiceMix :: Samples :: Loan Broker :: JMS
 [INFO]   ServiceMix :: Samples :: Loan Broker :: SA
 [INFO]   ServiceMix :: Samples :: Bridge
 [INFO]   ServiceMix :: Samples :: Bridge :: HTTP
 [INFO]   ServiceMix :: Samples :: Bridge :: EIP
 [INFO]   ServiceMix :: Samples :: Bridge :: XSLT
 [INFO]   ServiceMix :: Samples :: Bridge :: JMS
 [INFO]   ServiceMix :: Samples :: Bridge :: SA
 [INFO]   ServiceMix :: Samples :: Web
 [INFO]   ServiceMix :: Samples :: Basic
 [INFO]   ServiceMix :: Console
 [INFO]   ServiceMix :: Web Console
 [INFO]   ServiceMix :: Web Apps
 [INFO]   ServiceMix :: Platforms
 [INFO]   Servicemix :: Geronimo
 [INFO]   ServiceMix :: Geronimo :: ServiceMix service
 [INFO]   ServiceMix :: Geronimo :: Deployer service
 [INFO]   ServiceMix :: Geronimo :: Dependencies
 [INFO]   ServiceMix :: Geronimo :: ServiceMix plugin
 [INFO]   ServiceMix :: Geronimo :: Deployer plugin
 [INFO]   ServiceMix :: Assemblies
 [INFO]   Servicemix :: Distribution
 [INFO]   ServiceMix :: WebApp distribution
 Downloading: 
 http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/servicemix/tooling/jbi-maven-plugin/3.1.1-incubating/jbi-maven-plugin-3.1.1-incubating.jar
 [WARNING] Unable to get resource from repository apache-releases 
 (http

[jira] Commented: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2007-07-12 Thread Kevin (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512172
 ] 

Kevin commented on GERONIMO-2373:
-

How is this patch supposed to be applied? Many of us are just learning J2EE and 
Websphere, and it's difficult enough to deploy the sample applications. It 
looks like this patch will fix the daytrader sample app, but I have no idea 
what to do with this file. How about a README? 

Please don't assume that those of us trying to use this patch understand as 
much as those of you who write them. 

 build broken with the removal of geronimo-j2ee_1.4_spec from the specs
 --

 Key: GERONIMO-2373
 URL: https://issues.apache.org/jira/browse/GERONIMO-2373
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Bill Dudney
Assignee: Jason Dillon
 Fix For: 1.2

 Attachments: GERONIMO-2373.bdudney.patch


 a couple of configs and applications have dependencies that are not correct 
 as a result of the removal of geronimo-j2ee_1.4_spec.
 The attached patch addes the necessary dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2007-07-12 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512211
 ] 

Kevan Miller commented on GERONIMO-2373:


Patches are applied to source code using the 'patch' command. So, you need to 
have Geronimo source checked out and be able to build Geronimo. 
http://cwiki.apache.org/GMOxDEV/committing-patches-to-the-subversion-repository.html
 has a little information about applying patches...

I can't think of a reason why you'd need to apply this particular patch. It's 
already been applied to Geronimo...

 build broken with the removal of geronimo-j2ee_1.4_spec from the specs
 --

 Key: GERONIMO-2373
 URL: https://issues.apache.org/jira/browse/GERONIMO-2373
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Bill Dudney
Assignee: Jason Dillon
 Fix For: 1.2

 Attachments: GERONIMO-2373.bdudney.patch


 a couple of configs and applications have dependencies that are not correct 
 as a result of the removal of geronimo-j2ee_1.4_spec.
 The attached patch addes the necessary dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Build broken

2007-02-26 Thread Terry Cox

Hi,

Can someone fix the continuum reporting config as well as the build, 
please? It seems to be spitting out multiple copies of the error mails 
and flooding the list.


--
Terry Cox
Meta-Concepts Ltd



Re: Build broken...again?!

2007-02-12 Thread Davanum Srinivas

rm -rf ~/.m2/repository/org/apache/axis2/ - Maven2 is at fault :(

-- dims

On 2/12/07, Jacek Laskowski [EMAIL PROTECTED] wrote:

Hi,

Got this while building the latest Geronimo sources. Anyone know
what's up? Shall I remove my local m2 repo or part of it to get rid of
the build error (which I doubt will help in this particular case)?

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ mvn clean install
...
[INFO] [compiler:compile]
Compiling 76 source files to
c:\oss\geronimo\modules\geronimo-axis2\target\classes
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

c:\oss\geronimo\modules\geronimo-axis2\src\main\java\org\apache\geronimo\axis2\Axis2WebServiceContainer.java:[541,55]
cannot find symbol
symbol  : variable PARAM_BINDING
location: class org.apache.axis2.jaxws.server.JAXWSMessageReceiver


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 8 minutes 30 seconds
[INFO] Finished at: Mon Feb 12 15:21:59 CET 2007
[INFO] Final Memory: 83M/254M
[INFO] 

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ svn up
At revision 506458.

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: Build broken...again?!

2007-02-12 Thread Jacek Laskowski

On 2/12/07, Davanum Srinivas [EMAIL PROTECTED] wrote:

rm -rf ~/.m2/repository/org/apache/axis2/ - Maven2 is at fault :(


It's helped. Thanks!

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: WS build broken again

2007-02-10 Thread Kevan Miller


On Feb 9, 2007, at 12:20 PM, Matt Hogstrom wrote:



On Feb 9, 2007, at 11:52 AM, Dain Sundstrom wrote:

I deleted the axis repo, rebuilt and it worked.  Does this jar  
corruption happen for other people, because this is the second  
time in 2 days?  Is there something wrong with the axis build, or  
geronimo, or am I just lucky?




I've had this problem periodically and its not limited to WS.  I  
think there is an issue with Maven but I can't identify how it gets  
hosed up.


Yup. I've had the same problem. Each time, whacking axis2 from my  
repo has fixed the problem. Something's not right...


--kevan


Re: WS build broken again

2007-02-09 Thread Davanum Srinivas

What's the symptom?

-- dims

On 2/9/07, Dain Sundstrom [EMAIL PROTECTED] wrote:

Please fix ASAP.

-dain




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: WS build broken again

2007-02-09 Thread Davanum Srinivas

Dain,

I blew up my local .m2 repo (just to be on the safe side) and ran the
build using JDK1.5 on WinXP from svn revision 505174. Works fine.

thanks,
dims

On 2/9/07, Davanum Srinivas [EMAIL PROTECTED] wrote:

What's the symptom?

-- dims

On 2/9/07, Dain Sundstrom [EMAIL PROTECTED] wrote:
 Please fix ASAP.

 -dain



--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: WS build broken again

2007-02-09 Thread Dain Sundstrom
There are compile errors so I thought it would be obvious, but I  
guess we have different stuff in our repos.


-dain


[INFO]  
 


[INFO] Building Geronimo :: AXIS2
[INFO]task-segment: [install]
[INFO]  
 


[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: /Users/dain/work/geronimo/server/trunk/ 
modules/geronimo-axis2/src/main/generated added.

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'org.apache.axis2:axis2-jaxws- 
api:pom:SNAPSHOT:compile' is invalid. It will be ignored for artifact  
resolution. Reason: Not a v4.0.0 POM.
[INFO] snapshot org.apache.axis2:axis2-jaxws:SNAPSHOT: checking for  
updates from apache-snapshots
[INFO] snapshot org.apache.axis2:axis2-jaxws:SNAPSHOT: checking for  
updates from axis2-m2-repo
[INFO] snapshot org.apache.axis2:axis2-jaxws:SNAPSHOT: checking for  
updates from codehaus-snapshots
[INFO] snapshot org.apache.axis2:axis2-jaxws:SNAPSHOT: checking for  
updates from apache.snapshots
[WARNING] POM for 'org.apache.axis2:axis2-jaxws:pom:SNAPSHOT:compile'  
is invalid. It will be ignored for artifact resolution. Reason: Not a  
v4.0.0 POM.

[INFO] [compiler:compile]
Compiling 71 source files to /Users/dain/work/geronimo/server/trunk/ 
modules/geronimo-axis2/target/classes
[INFO]  


[ERROR] BUILD FAILURE
[INFO]  


[INFO] Compilation failure

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[41,27] package org.apache.axiom.om does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[42,27] package org.apache.axiom.om does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[43,32] package org.apache.axiom.om.util does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[44,24] cannot find symbol

symbol  : class AxisFault
location: package org.apache.axis2

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[45,24] cannot find symbol

symbol  : class Constants
location: package org.apache.axis2

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[46,35] package org.apache.axis2.addressing does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[47,32] package org.apache.axis2.context does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[48,32] package org.apache.axis2.context does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[49,32] package org.apache.axis2.context does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[50,32] package org.apache.axis2.context does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[51,36] package org.apache.axis2.description does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[52,36] package org.apache.axis2.description does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[53,36] package org.apache.axis2.description does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[54,36] package org.apache.axis2.description does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[55,36] package org.apache.axis2.description does not exist


/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/ 
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java: 
[56,36] package org.apache.axis2.description 

Re: WS build broken again

2007-02-09 Thread Davanum Srinivas

Looks like a corrupt jar dain...

-- dims

On 2/9/07, Dain Sundstrom [EMAIL PROTECTED] wrote:

There are compile errors so I thought it would be obvious, but I
guess we have different stuff in our repos.

-dain


[INFO]


[INFO] Building Geronimo :: AXIS2
[INFO]task-segment: [install]
[INFO]


[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: /Users/dain/work/geronimo/server/trunk/
modules/geronimo-axis2/src/main/generated added.
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'org.apache.axis2:axis2-jaxws-
api:pom:SNAPSHOT:compile' is invalid. It will be ignored for artifact
resolution. Reason: Not a v4.0.0 POM.
[INFO] snapshot org.apache.axis2:axis2-jaxws:SNAPSHOT: checking for
updates from apache-snapshots
[INFO] snapshot org.apache.axis2:axis2-jaxws:SNAPSHOT: checking for
updates from axis2-m2-repo
[INFO] snapshot org.apache.axis2:axis2-jaxws:SNAPSHOT: checking for
updates from codehaus-snapshots
[INFO] snapshot org.apache.axis2:axis2-jaxws:SNAPSHOT: checking for
updates from apache.snapshots
[WARNING] POM for 'org.apache.axis2:axis2-jaxws:pom:SNAPSHOT:compile'
is invalid. It will be ignored for artifact resolution. Reason: Not a
v4.0.0 POM.
[INFO] [compiler:compile]
Compiling 71 source files to /Users/dain/work/geronimo/server/trunk/
modules/geronimo-axis2/target/classes
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[41,27] package org.apache.axiom.om does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[42,27] package org.apache.axiom.om does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[43,32] package org.apache.axiom.om.util does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[44,24] cannot find symbol
symbol  : class AxisFault
location: package org.apache.axis2

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[45,24] cannot find symbol
symbol  : class Constants
location: package org.apache.axis2

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[46,35] package org.apache.axis2.addressing does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[47,32] package org.apache.axis2.context does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[48,32] package org.apache.axis2.context does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[49,32] package org.apache.axis2.context does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[50,32] package org.apache.axis2.context does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[51,36] package org.apache.axis2.description does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[52,36] package org.apache.axis2.description does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[53,36] package org.apache.axis2.description does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[54,36] package org.apache.axis2.description does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[55,36] package org.apache.axis2.description does not exist

/Users/dain/work/geronimo/server/trunk/modules/geronimo-axis2/src/
main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java:
[56,36] package 

Re: WS build broken again

2007-02-09 Thread Matt Hogstrom


On Feb 9, 2007, at 11:52 AM, Dain Sundstrom wrote:

I deleted the axis repo, rebuilt and it worked.  Does this jar  
corruption happen for other people, because this is the second time  
in 2 days?  Is there something wrong with the axis build, or  
geronimo, or am I just lucky?




I've had this problem periodically and its not limited to WS.  I  
think there is an issue with Maven but I can't identify how it gets  
hosed up.









WS build broken again

2007-02-08 Thread Dain Sundstrom

Please fix ASAP.

-dain


[jira] Created: (AMQCPP-54) Build broken due to autoconf problem?

2007-01-24 Thread Wilfred Springer (JIRA)
Build broken due to autoconf problem?
-

 Key: AMQCPP-54
 URL: https://issues.apache.org/activemq/browse/AMQCPP-54
 Project: ActiveMQ C++ Client
  Issue Type: Bug
Affects Versions: 2.0
 Environment: Ubuntu Linux 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006

Reporter: Wilfred Springer
 Assigned To: Nathan Mittler


Running autogen.sh gives:

src/test-integration/Makefile.am:34: `CXXFLAGS' is a user variable, you should 
not override it;
src/test-integration/Makefile.am:34: use `AM_CXXFLAGS' instead.
src/test/Makefile.am:88: `CXXFLAGS' is a user variable, you should not override 
it;
src/test/Makefile.am:88: use `AM_CXXFLAGS' instead.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AMQCPP-54) Build broken due to autoconf problem?

2007-01-24 Thread Wilfred Springer (JIRA)

[ 
https://issues.apache.org/activemq/browse/AMQCPP-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37990
 ] 

Wilfred Springer commented on AMQCPP-54:


Revision 499566

 Build broken due to autoconf problem?
 -

 Key: AMQCPP-54
 URL: https://issues.apache.org/activemq/browse/AMQCPP-54
 Project: ActiveMQ C++ Client
  Issue Type: Bug
Affects Versions: 2.0
 Environment: Ubuntu Linux 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006
Reporter: Wilfred Springer
 Assigned To: Nathan Mittler

 Running autogen.sh gives:
 src/test-integration/Makefile.am:34: `CXXFLAGS' is a user variable, you 
 should not override it;
 src/test-integration/Makefile.am:34: use `AM_CXXFLAGS' instead.
 src/test/Makefile.am:88: `CXXFLAGS' is a user variable, you should not 
 override it;
 src/test/Makefile.am:88: use `AM_CXXFLAGS' instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AMQCPP-54) Build broken due to autoconf problem?

2007-01-24 Thread Wilfred Springer (JIRA)

[ 
https://issues.apache.org/activemq/browse/AMQCPP-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37991
 ] 

Wilfred Springer commented on AMQCPP-54:


Revision 499198 was working ok.

 Build broken due to autoconf problem?
 -

 Key: AMQCPP-54
 URL: https://issues.apache.org/activemq/browse/AMQCPP-54
 Project: ActiveMQ C++ Client
  Issue Type: Bug
Affects Versions: 2.0
 Environment: Ubuntu Linux 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006
Reporter: Wilfred Springer
 Assigned To: Nathan Mittler

 Running autogen.sh gives:
 src/test-integration/Makefile.am:34: `CXXFLAGS' is a user variable, you 
 should not override it;
 src/test-integration/Makefile.am:34: use `AM_CXXFLAGS' instead.
 src/test/Makefile.am:88: `CXXFLAGS' is a user variable, you should not 
 override it;
 src/test/Makefile.am:88: use `AM_CXXFLAGS' instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AMQCPP-54) Build broken due to autoconf problem?

2007-01-24 Thread Nathan Mittler (JIRA)

 [ 
https://issues.apache.org/activemq/browse/AMQCPP-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Mittler updated AMQCPP-54:
-

 Priority: Trivial  (was: Major)
Fix Version/s: 2.0

 Build broken due to autoconf problem?
 -

 Key: AMQCPP-54
 URL: https://issues.apache.org/activemq/browse/AMQCPP-54
 Project: ActiveMQ C++ Client
  Issue Type: Bug
Affects Versions: 2.0
 Environment: Ubuntu Linux 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006
Reporter: Wilfred Springer
 Assigned To: Nathan Mittler
Priority: Trivial
 Fix For: 2.0


 Running autogen.sh gives:
 src/test-integration/Makefile.am:34: `CXXFLAGS' is a user variable, you 
 should not override it;
 src/test-integration/Makefile.am:34: use `AM_CXXFLAGS' instead.
 src/test/Makefile.am:88: `CXXFLAGS' is a user variable, you should not 
 override it;
 src/test/Makefile.am:88: use `AM_CXXFLAGS' instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (AMQCPP-54) Build broken due to autoconf problem?

2007-01-24 Thread Nathan Mittler (JIRA)

[ 
https://issues.apache.org/activemq/browse/AMQCPP-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37993
 ] 

Nathan Mittler commented on AMQCPP-54:
--

The build is not broken ... it's just a warning from autogen.sh.   You can 
still run ./configure and build just fine.

We had to override CXXFLAGS in the test/test-integration Makefile.am files 
because we couldn't figure out a better way to get test-specific CXXFLAGS to 
work.  If you know of a better way to do this, we would very much appreciate a 
patch!

 Build broken due to autoconf problem?
 -

 Key: AMQCPP-54
 URL: https://issues.apache.org/activemq/browse/AMQCPP-54
 Project: ActiveMQ C++ Client
  Issue Type: Bug
Affects Versions: 2.0
 Environment: Ubuntu Linux 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006
Reporter: Wilfred Springer
 Assigned To: Nathan Mittler
Priority: Trivial
 Fix For: 2.0


 Running autogen.sh gives:
 src/test-integration/Makefile.am:34: `CXXFLAGS' is a user variable, you 
 should not override it;
 src/test-integration/Makefile.am:34: use `AM_CXXFLAGS' instead.
 src/test/Makefile.am:88: `CXXFLAGS' is a user variable, you should not 
 override it;
 src/test/Makefile.am:88: use `AM_CXXFLAGS' instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (AMQCPP-54) Build broken due to autoconf problem?

2007-01-24 Thread Nathan Mittler (JIRA)

 [ 
https://issues.apache.org/activemq/browse/AMQCPP-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Mittler closed AMQCPP-54.


Resolution: Fixed

Since the build works, I'm considering it fixed.

 Build broken due to autoconf problem?
 -

 Key: AMQCPP-54
 URL: https://issues.apache.org/activemq/browse/AMQCPP-54
 Project: ActiveMQ C++ Client
  Issue Type: Bug
Affects Versions: 2.0
 Environment: Ubuntu Linux 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006
Reporter: Wilfred Springer
 Assigned To: Nathan Mittler
Priority: Trivial
 Fix For: 2.0


 Running autogen.sh gives:
 src/test-integration/Makefile.am:34: `CXXFLAGS' is a user variable, you 
 should not override it;
 src/test-integration/Makefile.am:34: use `AM_CXXFLAGS' instead.
 src/test/Makefile.am:88: `CXXFLAGS' is a user variable, you should not 
 override it;
 src/test/Makefile.am:88: use `AM_CXXFLAGS' instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Build broken

2007-01-12 Thread Terry Cox
Just synchronised with HEAD and ran the build, but it is failing at 
ServiceMix :: Samples :: WSDL first :: SA

[INFO] Determining component name for service unit wsdl-first-jsr181-su
[INFO] 

[ERROR] FATAL ERROR
[INFO] 

[INFO] 
org.apache.servicemix.maven.plugin.jbi.JbiResolutionListener$Node.getChild
ren()Ljava/util/List;
[INFO] 

[INFO] Trace
java.lang.NoSuchMethodError: 
org.apache.servicemix.maven.plugin.jbi.JbiResolutionListener$Node.getChild
ren()Ljava/util/List;
at 
org.apache.servicemix.maven.plugin.jbi.GenerateServiceAssemblyDescriptorMo
jo.getComponentName(GenerateServiceAssemblyDescriptorMojo.java:386)
at 
org.apache.servicemix.maven.plugin.jbi.GenerateServiceAssemblyDescriptorMo
jo.generateJbiDescriptor(GenerateServiceAssemblyDescriptorMojo.java:213)
at 
org.apache.servicemix.maven.plugin.jbi.GenerateServiceAssemblyDescriptorMo
jo.execute(GenerateServiceAssemblyDescriptorMojo.java:157)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMana
ger.java:412)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLi
fecycleExecutor.java:534)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecyc
le(DefaultLifecycleExecutor.java:475)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLif
ecycleExecutor.java:454)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFa
ilures(DefaultLifecycleExecutor.java:306)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(De
faultLifecycleExecutor.java:273)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecyc
leExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
pl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

Terry


Re: Build broken

2007-01-12 Thread Guillaume Nodet

Maybe retry with a clean before ?
  mvn -o clean
  rm -Rf ~/.m2/repo/org/apache/servicemix
  mvn -Dmaven.test.skip=true


On Fri, 12 Jan 2007 11:02 + (GMT Standard Time), Terry Cox
[EMAIL PROTECTED] wrote:

Just synchronised with HEAD and ran the build, but it is failing at
ServiceMix :: Samples :: WSDL first :: SA

[INFO] Determining component name for service unit wsdl-first-jsr181-su
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO]
org.apache.servicemix.maven.plugin.jbi.JbiResolutionListener$Node.getChild
ren()Ljava/util/List;
[INFO]

[INFO] Trace
java.lang.NoSuchMethodError:
org.apache.servicemix.maven.plugin.jbi.JbiResolutionListener$Node.getChild
ren()Ljava/util/List;
at
org.apache.servicemix.maven.plugin.jbi.GenerateServiceAssemblyDescriptorMo
jo.getComponentName(GenerateServiceAssemblyDescriptorMojo.java:386)
at
org.apache.servicemix.maven.plugin.jbi.GenerateServiceAssemblyDescriptorMo
jo.generateJbiDescriptor(GenerateServiceAssemblyDescriptorMojo.java:213)
at
org.apache.servicemix.maven.plugin.jbi.GenerateServiceAssemblyDescriptorMo
jo.execute(GenerateServiceAssemblyDescriptorMojo.java:157)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMana
ger.java:412)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLi
fecycleExecutor.java:534)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecyc
le(DefaultLifecycleExecutor.java:475)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLif
ecycleExecutor.java:454)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFa
ilures(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(De
faultLifecycleExecutor.java:273)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecyc
leExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
pl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

Terry




--
Cheers,
Guillaume Nodet

Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/


[jira] Created: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2006-09-01 Thread Bill Dudney (JIRA)
build broken with the removal of geronimo-j2ee_1.4_spec from the specs
--

 Key: GERONIMO-2373
 URL: http://issues.apache.org/jira/browse/GERONIMO-2373
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: buildsystem
Affects Versions: 1.2
Reporter: Bill Dudney


a couple of configs and applications have dependencies that are not correct as 
a result of the removal of geronimo-j2ee_1.4_spec.

The attached patch addes the necessary dependencies.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2006-09-01 Thread Bill Dudney (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2373?page=all ]

Bill Dudney updated GERONIMO-2373:
--

Attachment: GERONIMO-2373.bdudney.patch

Jason, please take a look when you get a chance and make sure I'm not doing 
anything crazy here.

 build broken with the removal of geronimo-j2ee_1.4_spec from the specs
 --

 Key: GERONIMO-2373
 URL: http://issues.apache.org/jira/browse/GERONIMO-2373
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Bill Dudney
 Attachments: GERONIMO-2373.bdudney.patch


 a couple of configs and applications have dependencies that are not correct 
 as a result of the removal of geronimo-j2ee_1.4_spec.
 The attached patch addes the necessary dependencies.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2006-09-01 Thread Anita Kulshreshtha (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2373?page=comments#action_12432170
 ] 

Anita Kulshreshtha commented on GERONIMO-2373:
--

Bill, I have applied this patch and tested it. The problem mentioned here
http://www.nabble.com/Re%3A-One-more-build-error-on-Windows-p6099183.html
  did show up when I ran just mvn. However mvn -o clean install worked. I have 
built all the 
modules, applications and configs successfully. Thanks!

 build broken with the removal of geronimo-j2ee_1.4_spec from the specs
 --

 Key: GERONIMO-2373
 URL: http://issues.apache.org/jira/browse/GERONIMO-2373
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Bill Dudney
 Attachments: GERONIMO-2373.bdudney.patch


 a couple of configs and applications have dependencies that are not correct 
 as a result of the removal of geronimo-j2ee_1.4_spec.
 The attached patch addes the necessary dependencies.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2006-09-01 Thread Jason Dillon (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2373?page=all ]

Jason Dillon reassigned GERONIMO-2373:
--

Assignee: Jason Dillon

 build broken with the removal of geronimo-j2ee_1.4_spec from the specs
 --

 Key: GERONIMO-2373
 URL: http://issues.apache.org/jira/browse/GERONIMO-2373
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Bill Dudney
 Assigned To: Jason Dillon
 Attachments: GERONIMO-2373.bdudney.patch


 a couple of configs and applications have dependencies that are not correct 
 as a result of the removal of geronimo-j2ee_1.4_spec.
 The attached patch addes the necessary dependencies.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2006-09-01 Thread Jason Dillon (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2373?page=comments#action_12432185
 ] 

Jason Dillon commented on GERONIMO-2373:


Please watch your indent!  This patch does not properly indent... please pay 
attention to your xml indent on patches.

 build broken with the removal of geronimo-j2ee_1.4_spec from the specs
 --

 Key: GERONIMO-2373
 URL: http://issues.apache.org/jira/browse/GERONIMO-2373
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Bill Dudney
 Assigned To: Jason Dillon
 Attachments: GERONIMO-2373.bdudney.patch


 a couple of configs and applications have dependencies that are not correct 
 as a result of the removal of geronimo-j2ee_1.4_spec.
 The attached patch addes the necessary dependencies.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (GERONIMO-2373) build broken with the removal of geronimo-j2ee_1.4_spec from the specs

2006-09-01 Thread Jason Dillon (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2373?page=all ]

Jason Dillon resolved GERONIMO-2373.


Fix Version/s: 1.2
   Resolution: Fixed

Applied, thanks for catching this.

 build broken with the removal of geronimo-j2ee_1.4_spec from the specs
 --

 Key: GERONIMO-2373
 URL: http://issues.apache.org/jira/browse/GERONIMO-2373
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Bill Dudney
 Assigned To: Jason Dillon
 Fix For: 1.2

 Attachments: GERONIMO-2373.bdudney.patch


 a couple of configs and applications have dependencies that are not correct 
 as a result of the removal of geronimo-j2ee_1.4_spec.
 The attached patch addes the necessary dependencies.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: build broken

2006-08-13 Thread ldangelo

I'm having the same problem...  I am using java version 1.5 on Mac OS X
Tiger...  if I execute mvn with -X I see something interesting...

The path for the Bean file appears to be invalid...  Here is the output:

2006-08-13 01:02:19,948 [main   ] INFO  XBeanXmlBeanDefinitionReader  
- Loading XML bean definitions from file
[/Users/ldangelo/Development/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/Users/ldangelo/Development/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]

Also if you notice the actuall error message:

Embedded error: Unable to generate service unit descriptor!
Users/ldangelo/Development/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)

The leading slash is missing?  It should be /Users...  Any idea how to work
around/fix this issue?

-LeoD


Antoni Reus wrote:
 
 It seems there is a problem in samples:
 
 It seems there is a problem with relative/absolute path of file 
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
 
 mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:
 
 
 [INFO] 
 
 [INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [antrun:run {execution: default}]
 [INFO] Executing tasks
 11/08/200It seems there is a problem with relative/absolute path of file 
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6 
 09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
 INFO: Generating code for WSDL at 
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
  
 with a base URI of 
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
 org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
 org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
 org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
 org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
 org/apache/servicemix/samples/wsdl_first/types/package-info.java
 11/08/2006 09:41:37 
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
 11/08/2006 09:41:37 
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class 
 org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
 org/apache/servicemix/samples/wsdl_first/Person.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
 org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
 [INFO] Executed tasks
 [INFO] Registering compile source root 
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [INFO] [compiler:compile]
 Compiling 9 source files to 
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/target/classes
 [INFO] [jbi:generate-jbi-service-unit-descriptor]
 [INFO] Generating jbi.xml
 [INFO] Created Service Unit Analyzer 
 [EMAIL PROTECTED]
 2006-08-11 09:41:38,733 [main   ] INFO  
 CollectionFactory  - JDK 1.4+ collections available
 2006-08-11 09:41:38,743 [main   ] INFO  
 CollectionFactory  - Commons Collections 3.x available
 2006-08-11 09:41:38,785 [main   ] INFO  
 XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file 
 [/home/IBIT/areus/java/servicemix/servicemix-3.0-dev/home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Failed to generate jbi.xml
 
 Embedded error: Unable to generate service unit descriptor!
 home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
  
 (No such file or directory)
 
 
 
 
 Salut.
 
 
 
 
 
 
 -- 
 
 Antoni Reus Darder
 Cap de Projecte
 Administració Digital, Negoci Electrònic i Sanitat
 
 F u n d a c i ó   I B I T
 Illes Balears Innovació Tecnològica
 http://www.ibit.org
 Tel. +34 971 17 72 70/71
 Fax. +34 971 17 72 79
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/build-broken-tf2089208.html#a5782296
Sent from the ServiceMix - Dev forum at Nabble.com.



Re: build broken

2006-08-13 Thread Guillaume Nodet

So it may be a platform issue.  Philip, could you take a look at it ?

On 8/13/06, ldangelo [EMAIL PROTECTED] wrote:



I'm having the same problem...  I am using java version 1.5 on Mac OS X
Tiger...  if I execute mvn with -X I see something interesting...

The path for the Bean file appears to be invalid...  Here is the output:

2006-08-13 01:02:19,948 [main   ]
INFO  XBeanXmlBeanDefinitionReader
- Loading XML bean definitions from file

[/Users/ldangelo/Development/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/Users/ldangelo/Development/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]

Also if you notice the actuall error message:

Embedded error: Unable to generate service unit descriptor!

Users/ldangelo/Development/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)

The leading slash is missing?  It should be /Users...  Any idea how to
work
around/fix this issue?

-LeoD


Antoni Reus wrote:

 It seems there is a problem in samples:

 It seems there is a problem with relative/absolute path of file
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

 mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:


 [INFO]


 [INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
 [INFO]task-segment: [install]
 [INFO]


 [INFO] [antrun:run {execution: default}]
 [INFO] Executing tasks
 11/08/200It seems there is a problem with relative/absolute path of file
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6
 09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
 INFO: Generating code for WSDL at
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
 with a base URI of
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
 org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
 org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
 org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
 org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
 org/apache/servicemix/samples/wsdl_first/types/package-info.java
 11/08/2006 09:41:37
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
 11/08/2006 09:41:37
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class
 org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
 org/apache/servicemix/samples/wsdl_first/Person.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
 org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
 [INFO] Executed tasks
 [INFO] Registering compile source root
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [INFO] [compiler:compile]
 Compiling 9 source files to
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/classes
 [INFO] [jbi:generate-jbi-service-unit-descriptor]
 [INFO] Generating jbi.xml
 [INFO] Created Service Unit Analyzer
 [EMAIL PROTECTED]
 2006-08-11 09:41:38,733 [main   ] INFO
 CollectionFactory  - JDK 1.4+ collections available
 2006-08-11 09:41:38,743 [main   ] INFO
 CollectionFactory  - Commons Collections 3.x available
 2006-08-11 09:41:38,785 [main   ] INFO
 XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
 [/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to generate jbi.xml

 Embedded error: Unable to generate service unit descriptor!
 home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
 (No such file or directory)




 Salut.






 --
 
 Antoni Reus Darder
 Cap de Projecte
 Administració Digital, Negoci Electrònic i Sanitat

 F u n d a c i ó   I B I T
 Illes Balears Innovació Tecnològica
 http://www.ibit.org
 Tel. +34 971 17 72 70/71
 Fax. +34 971 17 72 79
 





--
View this message in context:
http://www.nabble.com/build-broken-tf2089208.html

Re: build broken

2006-08-13 Thread ldangelo

Works on OS X now as well... nice work!

-LeoD


Antoni Reus wrote:
 
 It seems there is a problem in samples:
 
 It seems there is a problem with relative/absolute path of file 
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
 
 mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:
 
 
 [INFO] 
 
 [INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [antrun:run {execution: default}]
 [INFO] Executing tasks
 11/08/200It seems there is a problem with relative/absolute path of file 
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6 
 09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
 INFO: Generating code for WSDL at 
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
  
 with a base URI of 
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
 org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
 org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
 org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
 org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
 org/apache/servicemix/samples/wsdl_first/types/package-info.java
 11/08/2006 09:41:37 
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
 11/08/2006 09:41:37 
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class 
 org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
 org/apache/servicemix/samples/wsdl_first/Person.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
 org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
 [INFO] Executed tasks
 [INFO] Registering compile source root 
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [INFO] [compiler:compile]
 Compiling 9 source files to 
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/target/classes
 [INFO] [jbi:generate-jbi-service-unit-descriptor]
 [INFO] Generating jbi.xml
 [INFO] Created Service Unit Analyzer 
 [EMAIL PROTECTED]
 2006-08-11 09:41:38,733 [main   ] INFO  
 CollectionFactory  - JDK 1.4+ collections available
 2006-08-11 09:41:38,743 [main   ] INFO  
 CollectionFactory  - Commons Collections 3.x available
 2006-08-11 09:41:38,785 [main   ] INFO  
 XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file 
 [/home/IBIT/areus/java/servicemix/servicemix-3.0-dev/home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Failed to generate jbi.xml
 
 Embedded error: Unable to generate service unit descriptor!
 home/IBIT/areus/java/servicemix/servicemix-3.0-dev/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
  
 (No such file or directory)
 
 
 
 
 Salut.
 
 
 
 
 
 
 -- 
 
 Antoni Reus Darder
 Cap de Projecte
 Administració Digital, Negoci Electrònic i Sanitat
 
 F u n d a c i ó   I B I T
 Illes Balears Innovació Tecnològica
 http://www.ibit.org
 Tel. +34 971 17 72 70/71
 Fax. +34 971 17 72 79
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/build-broken-tf2089208.html#a5789839
Sent from the ServiceMix - Dev forum at Nabble.com.



Re: build broken

2006-08-12 Thread Guillaume Nodet

We have changed the tooling version to 3.0,
so for the first time you have to build following
the instructions on http://servicemix.goopen.org/site/building.html

On 8/11/06, Tomas Olsson [EMAIL PROTECTED] wrote:


Hi,

I have recently updated my old servicemix trunk version but when I run
maven I get:

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Plugin could not be found - check that the goal name is correct:
Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.servicemix.tooling
-DartifactId=jbi-maven-plugin \
-Dversion=3.0-incubating-SNAPSHOT -Dpackaging=maven-plugin
-Dfile=/path/to/file




org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  servicemix-m2-repo (http://servicemix.org/m2-repo),
  apache.snapshots (http://cvs.apache.org/maven-snapshot-repository)



org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  servicemix-m2-repo (http://servicemix.org/m2-repo),
  apache.snapshots (http://cvs.apache.org/maven-snapshot-repository)


Whats wrong

/Tomas





--
Cheers,
Guillaume Nodet


Re: build broken

2006-08-11 Thread Guillaume Nodet

AFAIK, i have fixed that yesterday.  Could you try with the svn head ?

On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:


It seems there is a problem in samples:

It seems there is a problem with relative/absolute path of file
samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:


[INFO]


[INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
[INFO]task-segment: [install]
[INFO]


[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
11/08/200It seems there is a problem with relative/absolute path of file
samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6
09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
INFO: Generating code for WSDL at
file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
with a base URI of
file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
org/apache/servicemix/samples/wsdl_first/types/package-info.java
11/08/2006 09:41:37
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
11/08/2006 09:41:37
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
INFO: Creating class
org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
org/apache/servicemix/samples/wsdl_first/Person.java
org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
[INFO] Executed tasks
[INFO] Registering compile source root
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 9 source files to
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/classes
[INFO] [jbi:generate-jbi-service-unit-descriptor]
[INFO] Generating jbi.xml
[INFO] Created Service Unit Analyzer
[EMAIL PROTECTED]
2006-08-11 09:41:38,733 [main   ] INFO
CollectionFactory  - JDK 1.4+ collections available
2006-08-11 09:41:38,743 [main   ] INFO
CollectionFactory  - Commons Collections 3.x available
2006-08-11 09:41:38,785 [main   ] INFO
XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
[/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to generate jbi.xml

Embedded error: Unable to generate service unit descriptor!
home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)




Salut.






--

Antoni Reus Darder
Cap de Projecte
Administració Digital, Negoci Electrònic i Sanitat

F u n d a c i ó   I B I T
Illes Balears Innovació Tecnològica
http://www.ibit.org
Tel. +34 971 17 72 70/71
Fax. +34 971 17 72 79







--
Cheers,
Guillaume Nodet


Re: build broken

2006-08-11 Thread Antoni Reus

I build on a debian linux, perhaps is a platform issue?

Antoni Reus wrote:

I Just tried:

svn update
mvn -Dmaven.test.skip=true -Dprofile=step1 install
mvn -Dmaven.test.skip=true -Dprofile=step2 install

same error  :-(




Guillaume Nodet wrote:

AFAIK, i have fixed that yesterday.  Could you try with the svn head ?

On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:


It seems there is a problem in samples:

It seems there is a problem with relative/absolute path of file
samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:


[INFO]

 


[INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
[INFO]task-segment: [install]
[INFO]

 


[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
11/08/200It seems there is a problem with relative/absolute path of 
file

samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6
09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
INFO: Generating code for WSDL at
file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
with a base URI of
file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
org/apache/servicemix/samples/wsdl_first/types/package-info.java
11/08/2006 09:41:37
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
11/08/2006 09:41:37
org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
INFO: Creating class
org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
org/apache/servicemix/samples/wsdl_first/Person.java
org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
[INFO] Executed tasks
[INFO] Registering compile source root
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 9 source files to
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/target/classes
[INFO] [jbi:generate-jbi-service-unit-descriptor]
[INFO] Generating jbi.xml
[INFO] Created Service Unit Analyzer
[EMAIL PROTECTED] 


2006-08-11 09:41:38,733 [main   ] INFO
CollectionFactory  - JDK 1.4+ collections available
2006-08-11 09:41:38,743 [main   ] INFO
CollectionFactory  - Commons Collections 3.x available
2006-08-11 09:41:38,785 [main   ] INFO
XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
[/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
[INFO]
 


[ERROR] BUILD ERROR
[INFO]
 


[INFO] Failed to generate jbi.xml

Embedded error: Unable to generate service unit descriptor!
home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)




Salut.






--

Antoni Reus Darder
Cap de Projecte
Administració Digital, Negoci Electrònic i Sanitat

F u n d a c i ó   I B I T
Illes Balears Innovació Tecnològica
http://www.ibit.org
Tel. +34 971 17 72 70/71
Fax. +34 971 17 72 79











--

Antoni Reus Darder
Cap de Projecte
Administració Digital, Negoci Electrònic i Sanitat

F u n d a c i ó   I B I T
Illes Balears Innovació Tecnològica
http://www.ibit.org
Tel. +34 971 17 72 70/71
Fax. +34 971 17 72 79





Re: build broken

2006-08-11 Thread Guillaume Nodet

:(
It works fine for me.
Could you try to run with -e at the end ? maven should print any exception
stack trace.


On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:


I Just tried:

svn update
mvn -Dmaven.test.skip=true -Dprofile=step1 install
mvn -Dmaven.test.skip=true -Dprofile=step2 install

same error  :-(




Guillaume Nodet wrote:
 AFAIK, i have fixed that yesterday.  Could you try with the svn head ?

 On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:

 It seems there is a problem in samples:

 It seems there is a problem with relative/absolute path of file
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml

 mvn -Dmaven.test.skip=true -Dprofile=step2  install, fails with:


 [INFO]




 [INFO] Building ServiceMix :: Samples :: WSDL first :: JSR181
 [INFO]task-segment: [install]
 [INFO]




 [INFO] [antrun:run {execution: default}]
 [INFO] Executing tasks
 11/08/200It seems there is a problem with relative/absolute path of
file
 samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml6
 09:41:37 org.codehaus.xfire.gen.Wsdl11Generator generate
 INFO: Generating code for WSDL at
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
 with a base URI of
 file:/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl
 org/apache/servicemix/samples/wsdl_first/types/GetPersonRequest.java
 org/apache/servicemix/samples/wsdl_first/types/GetPersonResponse.java
 org/apache/servicemix/samples/wsdl_first/types/ObjectFactory.java
 org/apache/servicemix/samples/wsdl_first/types/UnknownPersonFault.java
 org/apache/servicemix/samples/wsdl_first/types/package-info.java
 11/08/2006 09:41:37
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class org.apache.servicemix.samples.wsdl_first.Person
 11/08/2006 09:41:37
 org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator generate
 INFO: Creating class
 org.apache.servicemix.samples.wsdl_first.PersonServiceImpl
 org/apache/servicemix/samples/wsdl_first/Person.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceImpl.java
 org/apache/servicemix/samples/wsdl_first/PersonServiceService.java
 org/apache/servicemix/samples/wsdl_first/UnknownPersonFault.java
 [INFO] Executed tasks
 [INFO] Registering compile source root
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/target/jaxws
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [INFO] [compiler:compile]
 Compiling 9 source files to
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/target/classes
 [INFO] [jbi:generate-jbi-service-unit-descriptor]
 [INFO] Generating jbi.xml
 [INFO] Created Service Unit Analyzer

[EMAIL PROTECTED]
 2006-08-11 09:41:38,733 [main   ] INFO
 CollectionFactory  - JDK 1.4+ collections available
 2006-08-11 09:41:38,743 [main   ] INFO
 CollectionFactory  - Commons Collections 3.x available
 2006-08-11 09:41:38,785 [main   ] INFO
 XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
 [/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
 [INFO]


 [ERROR] BUILD ERROR
 [INFO]


 [INFO] Failed to generate jbi.xml

 Embedded error: Unable to generate service unit descriptor!
 home/IBIT/areus/java/servicemix/servicemix-3.0-dev
 /samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
 (No such file or directory)




 Salut.






 --
 
 Antoni Reus Darder
 Cap de Projecte
 Administració Digital, Negoci Electrònic i Sanitat

 F u n d a c i ó   I B I T
 Illes Balears Innovació Tecnològica
 http://www.ibit.org
 Tel. +34 971 17 72 70/71
 Fax. +34 971 17 72 79
 






--

Antoni Reus Darder
Cap de Projecte
Administració Digital, Negoci Electrònic i Sanitat

F u n d a c i ó   I B I T
Illes Balears Innovació Tecnològica
http://www.ibit.org
Tel. +34 971 17 72 70/71
Fax. +34 971 17 72 79







--
Cheers,
Guillaume Nodet


Re: build broken

2006-08-11 Thread Guillaume Nodet

This is the exact issue i fixed a few hours ago.
See http://svn.apache.org/viewvc?view=revrevision=430410
Are you sure you compile the latest svn head ?

On 8/11/06, Antoni Reus [EMAIL PROTECTED] wrote:


with -e:


[INFO] [jbi:generate-jbi-service-unit-descriptor]
[INFO] Generating jbi.xml
[INFO] Created Service Unit Analyzer
[EMAIL PROTECTED]
2006-08-11 12:13:33,176 [main   ] INFO
CollectionFactory  - JDK 1.4+ collections available
2006-08-11 12:13:33,186 [main   ] INFO
CollectionFactory  - Commons Collections 3.x available
2006-08-11 12:13:33,235 [main   ] INFO
XBeanXmlBeanDefinitionReader   - Loading XML bean definitions from file
[/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml]
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to generate jbi.xml

Embedded error: Unable to generate service unit descriptor!
home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)
[INFO]

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
generate jbi.xml
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:559)
at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:475)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
DefaultLifecycleExecutor.java:454)
at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:273)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
generate jbi.xml
at

org.apache.servicemix.maven.plugin.jbi.GenerateServiceUnitDescriptorMojo.execute
(GenerateServiceUnitDescriptorMojo.java:143)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:412)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:534)
... 16 more
Caused by: org.apache.servicemix.maven.plugin.jbi.JbiPluginException:
Unable to generate service unit descriptor!
at

org.apache.servicemix.maven.plugin.jbi.GenerateServiceUnitDescriptorMojo.generateJbiDescriptor
(GenerateServiceUnitDescriptorMojo.java:234)
at

org.apache.servicemix.maven.plugin.jbi.GenerateServiceUnitDescriptorMojo.execute
(GenerateServiceUnitDescriptorMojo.java:141)
... 18 more
Caused by:
org.springframework.beans.factory.BeanDefinitionStoreException:
IOException parsing XML document from file
[/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml];
nested exception is java.io.FileNotFoundException:
home/IBIT/areus/java/servicemix/servicemix-3.0-dev
/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/xbean.xml
(No such file or directory)
at

org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions
(XmlBeanDefinitionReader.java:347)
at

org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions
(XmlBeanDefinitionReader.java:315)
at

org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions
(AbstractBeanDefinitionReader.java:126)
at

org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions
(AbstractBeanDefinitionReader.java:142)
at


Re: build broken

2006-08-11 Thread Tomas Olsson

Hi,

I have recently updated my old servicemix trunk version but when I run 
maven I get:


[INFO] 


[ERROR] BUILD ERROR
[INFO] 

[INFO] Plugin could not be found - check that the goal name is correct: 
Unable to download the artifact from any repository


Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.servicemix.tooling 
-DartifactId=jbi-maven-plugin \
   -Dversion=3.0-incubating-SNAPSHOT -Dpackaging=maven-plugin 
-Dfile=/path/to/file



 
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating-SNAPSHOT


from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 servicemix-m2-repo (http://servicemix.org/m2-repo),
 apache.snapshots (http://cvs.apache.org/maven-snapshot-repository)

 
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating-SNAPSHOT


from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 servicemix-m2-repo (http://servicemix.org/m2-repo),
 apache.snapshots (http://cvs.apache.org/maven-snapshot-repository)


Whats wrong

/Tomas


Re: Build Broken after change r396767

2006-04-25 Thread Aaron Mulder
We need an updated ActiveMQ snapshot to be published.  In the mean
time you can build ActiveMQ 3.2.4-SNAPSHOT locally and that should
work.

Thanks,
Aaron

On 4/25/06, Matt Hogstrom [EMAIL PROTECTED] wrote:
 I did an SVN update and started getting the error below when building the 
 configs.  Aaron, it looks
 like it has something to do with your plan change in r396767.



 Here is the error:


 +
 | configurations ActiveMQ broker configuration
 | Memory: 37M/64M
 +
 DEPRECATED: the default goal should be specified in the build section of 
 project.xml instead of
 maven.xml
 DEPRECATED: the default goal should be specified in the build section of 
 project.xml instead of
 maven.xml

 build:end:

 Attempting to download system-database-1.1-SNAPSHOT.car.
 Attempting to download activemq-gbean-g1_1-3.2.4-SNAPSHOT.jar.
 Attempting to download activemq-gbean-management-g1_1-3.2.4-SNAPSHOT.jar.
 build:start:

 multiproject:install-callback:
  [echo] Running car:install for ActiveMQ broker configuration
 car:prepare-plan:

 car:package:
  [delete] Deleting directory
 /home/hogstrom/geronimo/branches/1.1/configs/activemq-broker/target/repository
  [mkdir] Created dir: 
 /home/hogstrom/geronimo/branches/1.1/configs/activemq-broker/target/repository

  Packaging configuration
 /home/hogstrom/geronimo/branches/1.1/configs/activemq-broker/target/plan/plan.xml

 19173 [main] ERROR org.apache.geronimo.plugin.packaging.PackageBuilder  -
 org.apache.geronimo.common.DeploymentException: No reference named JMSManager 
 in gbean
 geronimo/activemq-broker/1.1-SNAPSHOT/car?ServiceModule=geronimo/activemq-broker/1.1-SNAPSHOT/car,j2eeType=JMSServer,name=ActiveMQ
 org.apache.geronimo.common.DeploymentException: No reference named JMSManager 
 in gbean
 geronimo/activemq-broker/1.1-SNAPSHOT/car?ServiceModule=geronimo/activemq-broker/1.1-SNAPSHOT/car,j2eeType=JMSServer,name=ActiveMQ
  at
 org.apache.geronimo.deployment.service.GBeanBuilder.buildAbstractNameQuery(GBeanBuilder.java:153)
  at 
 org.apache.geronimo.deployment.service.GBeanBuilder.setReference(GBeanBuilder.java:128)
  at 
 org.apache.geronimo.deployment.service.GBeanBuilder.setReference(GBeanBuilder.java:122)
  at
 org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeanData(ServiceConfigBuilder.java:267)
  at
 org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeans(ServiceConfigBuilder.java:231)
  at
 org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:218)
  at
 org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:182)
  at
 org.apache.geronimo.deployment.service.ServiceConfigBuilder$$FastClassByCGLIB$$9f173be6.invoke(generated)
  at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
  at 
 org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
  at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
  at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:816)
  at 
 org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
  at 
 org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
  at
 org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
  at
 org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$1d68ee16.buildConfiguration(generated)
  at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:301)
  at 
 org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(generated)
  at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
  at 
 org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
  at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
  at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
  at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
  at 
 org.apache.geronimo.plugin.packaging.PackageBuilder.invokeDeployer(PackageBuilder.java:430)
  at 
 org.apache.geronimo.plugin.packaging.PackageBuilder.execute(PackageBuilder.java:294)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:324)
  at
 org.apache.geronimo.plugin.packaging.PackageBuilderShell.execute(PackageBuilderShell.java:251)
  at 

Re: Build Broken after change r396767

2006-04-25 Thread Aaron Mulder
Oops, Dain said he published the JARs, so try an online build.

Thanks,
Aaron

On 4/25/06, Aaron Mulder [EMAIL PROTECTED] wrote:
 We need an updated ActiveMQ snapshot to be published.  In the mean
 time you can build ActiveMQ 3.2.4-SNAPSHOT locally and that should
 work.

 Thanks,
 Aaron

 On 4/25/06, Matt Hogstrom [EMAIL PROTECTED] wrote:
  I did an SVN update and started getting the error below when building the 
  configs.  Aaron, it looks
  like it has something to do with your plan change in r396767.
 
 
 
  Here is the error:
 
 
  +
  | configurations ActiveMQ broker configuration
  | Memory: 37M/64M
  +
  DEPRECATED: the default goal should be specified in the build section of 
  project.xml instead of
  maven.xml
  DEPRECATED: the default goal should be specified in the build section of 
  project.xml instead of
  maven.xml
 
  build:end:
 
  Attempting to download system-database-1.1-SNAPSHOT.car.
  Attempting to download activemq-gbean-g1_1-3.2.4-SNAPSHOT.jar.
  Attempting to download activemq-gbean-management-g1_1-3.2.4-SNAPSHOT.jar.
  build:start:
 
  multiproject:install-callback:
   [echo] Running car:install for ActiveMQ broker configuration
  car:prepare-plan:
 
  car:package:
   [delete] Deleting directory
  /home/hogstrom/geronimo/branches/1.1/configs/activemq-broker/target/repository
   [mkdir] Created dir: 
  /home/hogstrom/geronimo/branches/1.1/configs/activemq-broker/target/repository
 
   Packaging configuration
  /home/hogstrom/geronimo/branches/1.1/configs/activemq-broker/target/plan/plan.xml
 
  19173 [main] ERROR org.apache.geronimo.plugin.packaging.PackageBuilder  -
  org.apache.geronimo.common.DeploymentException: No reference named 
  JMSManager in gbean
  geronimo/activemq-broker/1.1-SNAPSHOT/car?ServiceModule=geronimo/activemq-broker/1.1-SNAPSHOT/car,j2eeType=JMSServer,name=ActiveMQ
  org.apache.geronimo.common.DeploymentException: No reference named 
  JMSManager in gbean
  geronimo/activemq-broker/1.1-SNAPSHOT/car?ServiceModule=geronimo/activemq-broker/1.1-SNAPSHOT/car,j2eeType=JMSServer,name=ActiveMQ
   at
  org.apache.geronimo.deployment.service.GBeanBuilder.buildAbstractNameQuery(GBeanBuilder.java:153)
   at 
  org.apache.geronimo.deployment.service.GBeanBuilder.setReference(GBeanBuilder.java:128)
   at 
  org.apache.geronimo.deployment.service.GBeanBuilder.setReference(GBeanBuilder.java:122)
   at
  org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeanData(ServiceConfigBuilder.java:267)
   at
  org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeans(ServiceConfigBuilder.java:231)
   at
  org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:218)
   at
  org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:182)
   at
  org.apache.geronimo.deployment.service.ServiceConfigBuilder$$FastClassByCGLIB$$9f173be6.invoke(generated)
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
  org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
  org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
   at 
  org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:816)
   at 
  org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
   at 
  org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
   at
  org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
   at
  org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$1d68ee16.buildConfiguration(generated)
   at 
  org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:301)
   at 
  org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(generated)
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
  org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
  org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
   at 
  org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
   at 
  org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
   at 
  org.apache.geronimo.plugin.packaging.PackageBuilder.invokeDeployer(PackageBuilder.java:430)
   at 
  org.apache.geronimo.plugin.packaging.PackageBuilder.execute(PackageBuilder.java:294)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
  

1.1 build broken...Java 1.5 issue?

2006-04-19 Thread Jeff Genender
It seems that G1.1 build is broken as there is a dependency that was
pushed that was built with Java 1.5...any ideas?:

+
| geronimo and geronimo-plugins Geronimo :: J2EE Schema
| Memory: 15M/30M
+
DEPRECATED: the default goal should be specified in the build section
of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the build section
of project.xml instead of maven.xml

build:end:

build:start:

multiproject:install-callback:
[echo] Running jar:install for Geronimo :: J2EE Schema
java:prepare-filesystem:
[mkdir] Created dir:
/Users/powerbook/Projects/gv1.1/modules/j2ee-schema/target/classes

java:compile:
Cannot find CatalogManager.properties

BUILD FAILED
File.. /Users/powerbook/Projects/gv1.1/maven.xml
Element... maven:reactor
Line.. 43
Column -1
Unable to obtain goal [multiproject:install-callback] --
/Users/powerbook/.maven/cache/xmlbeans-maven-plugin-2.0.0-beta1/plugin.jelly:83:-1:
xmlbeans:SchemaCompilerWrapper javax/xml/namespace/QName (Unsupported
major.minor version 49.0)
Total time   : 1 minutes 55 seconds
Finished at  : Wednesday, April 19, 2006 9:45:56 AM MDT


Re: 1.1 build broken...Java 1.5 issue?

2006-04-19 Thread Jason Dillon
I noticed something similar last week too while trying to perform a  
clean build of 1.1.  I eventually gave up after a few hours of  
frustration :-(


I'd love to get this resolved so I can build 1.1 again.

--jason


On Apr 19, 2006, at 8:47 AM, Jeff Genender wrote:


It seems that G1.1 build is broken as there is a dependency that was
pushed that was built with Java 1.5...any ideas?:

+
| geronimo and geronimo-plugins Geronimo :: J2EE Schema
| Memory: 15M/30M
+
DEPRECATED: the default goal should be specified in the build  
section

of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the build  
section

of project.xml instead of maven.xml

build:end:

build:start:

multiproject:install-callback:
[echo] Running jar:install for Geronimo :: J2EE Schema
java:prepare-filesystem:
[mkdir] Created dir:
/Users/powerbook/Projects/gv1.1/modules/j2ee-schema/target/classes

java:compile:
Cannot find CatalogManager.properties

BUILD FAILED
File.. /Users/powerbook/Projects/gv1.1/maven.xml
Element... maven:reactor
Line.. 43
Column -1
Unable to obtain goal [multiproject:install-callback] --
/Users/powerbook/.maven/cache/xmlbeans-maven-plugin-2.0.0-beta1/ 
plugin.jelly:83:-1:
xmlbeans:SchemaCompilerWrapper javax/xml/namespace/QName  
(Unsupported

major.minor version 49.0)
Total time   : 1 minutes 55 seconds
Finished at  : Wednesday, April 19, 2006 9:45:56 AM MDT





Console build broken?

2005-08-30 Thread Jeff Genender

ear:install:
car:prepare-plan:
[mkdir] Created dir: 
/Users/powerbook/Projects/geronimo/applications/console-ear/target/plan


BUILD FAILED
File.. 
/Users/powerbook/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly

Element... maven:reactor
Line.. 217
Column 9
Unable to obtain goal [default] -- 
/Users/powerbook/.maven/cache/geronimo-packaging-plugin-1.0-SNAPSHOT/plugin.jelly:51:15: 
car:package Syntax error in deployment plan or no deployer service 
available (currently I can't tell the difference): 
planFile=/Users/powerbook/Projects/geronimo/applications/console-ear/target/plan/plan.xml, 
moduleFile/Users/powerbook/Projects/geronimo/applications/console-ear/target

Total time: 19 minutes 17 seconds
Finished at: Tue Aug 30 09:35:19 MDT 2005


Re: Console build broken?

2005-08-30 Thread David Jencks
I'm seeing this also.  Anyone know how to debug the packaging plugin?   
I suspect the deployers are not getting started, but haven't found a  
way to verify this yet.


david jencks

On Aug 30, 2005, at 8:46 AM, Jeff Genender wrote:


ear:install:
car:prepare-plan:
[mkdir] Created dir:  
/Users/powerbook/Projects/geronimo/applications/console-ear/target/ 
plan


BUILD FAILED
File..  
/Users/powerbook/.maven/cache/maven-multiproject-plugin-1.3.1/ 
plugin.jelly

Element... maven:reactor
Line.. 217
Column 9
Unable to obtain goal [default] --  
/Users/powerbook/.maven/cache/geronimo-packaging-plugin-1.0-SNAPSHOT/ 
plugin.jelly:51:15: car:package Syntax error in deployment plan or  
no deployer service available (currently I can't tell the difference):  
planFile=/Users/powerbook/Projects/geronimo/applications/console-ear/ 
target/plan/plan.xml,  
moduleFile/Users/powerbook/Projects/geronimo/applications/console-ear/ 
target

Total time: 19 minutes 17 seconds
Finished at: Tue Aug 30 09:35:19 MDT 2005





Re: build broken (assembly module)?

2004-07-16 Thread Gianny Damour
On 16/07/2004 7:54 AM, David Jencks wrote:
Can you check that your openejb copy is up to date? I've been trying 
to fix these case problems in both projects while doing actual 
development work and I think but am not entirely sure that at least 
this problem is fixed. These attribute names should start with lower 
case as in cvs.
This is weird. The http://dist.codehaus.org maven repository does not 
seem to be up-to-date: the itests and jca archives have been updated on 
15-Jul-2004 and the last update of core was on 12-Jul-2004.

In other words, assembly still fail.
Thanks,
Gianny


Re: build broken (assembly module)?

2004-07-16 Thread David Jencks
On Thursday, July 15, 2004, at 04:50 PM, Gianny Damour wrote:
On 16/07/2004 7:54 AM, David Jencks wrote:
Can you check that your openejb copy is up to date? I've been trying 
to fix these case problems in both projects while doing actual 
development work and I think but am not entirely sure that at least 
this problem is fixed. These attribute names should start with lower 
case as in cvs.
This is weird. The http://dist.codehaus.org maven repository does not 
seem to be up-to-date: the itests and jca archives have been updated 
on 15-Jul-2004 and the last update of core was on 12-Jul-2004.

In other words, assembly still fail.
I meant up to date with cvs.  If someone is making related changes on 
both projects, trying to use a snapshot of one isn't going to work.

thanks
david jencks
Thanks,
Gianny



Re: build broken (assembly module)?

2004-07-16 Thread toby cabot
On Thu, Jul 15, 2004 at 02:54:27PM -0700, David Jencks wrote:
 Can you check that your openejb copy is up to date?  

I did a CVS pull and a maven clean  maven, is there anything more
I need to do?

 I've been trying 
 to fix these case problems in both projects while doing actual 
 development work and I think but am not entirely sure that at least 
 this problem is fixed.  These attribute names should start with lower 
 case as in cvs.

OK, here's more data.  I have a resource adapter with a
config-property called group (or maybe Group).  Anyway, the bean
setter is setGroup(String group).  If I put
config-property-namegroup/config-property-name in geronimo-ra.xml
I get (at startup):

08:45:36,921 DEBUG [GBeanMBean] geronimo.config:name=reva/spreadRA State 
changed from stopped to starting
08:45:36,966 DEBUG [Configuration] ClassPath for reva/spreadRA resolved to 
[file:/home/tcabot/try/incubator-geronimo/target/config-store/13/connector/spread-3.17.0.jar,
 
file:/home/tcabot/try/incubator-geronimo/target/config-store/13/connector/x-spread.jar]
08:45:37,127 ERROR [Configuration] caught in doStart():
java.lang.IllegalArgumentException: reva.x.ra.spread.AdapterImpl: unknown 
attribute group
at 
org.apache.geronimo.gbean.DynamicGBeanDelegate.setAttribute(DynamicGBeanDelegate.java:119)
at 
org.apache.geronimo.connector.ResourceAdapterWrapper.setAttribute(ResourceAdapterWrapper.java:131)
at 
org.apache.geronimo.gbean.jmx.GBeanMBeanAttribute$DynamicSetterMethodInvoker.invoke(GBeanMBeanAttribute.java:473)
at 
org.apache.geronimo.gbean.jmx.GBeanMBeanAttribute.online(GBeanMBeanAttribute.java:273)
at 
org.apache.geronimo.gbean.jmx.GBeanMBean.preRegister(GBeanMBean.java:537)
at 
mx4j.server.interceptor.InvokerMBeanServerInterceptor.registration(InvokerMBeanServerInterceptor.java:158)
at 
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMBeanServerInterceptor.java:111)
at 
mx4j.server.interceptor.SecurityMBeanServerInterceptor.registration(SecurityMBeanServerInterceptor.java:135)
at 
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMBeanServerInterceptor.java:111)
at 
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMBeanServerInterceptor.java:111)
at 
mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.registration(ContextClassLoaderMBeanServerInterceptor.java:161)
at mx4j.server.MX4JMBeanServer.registerImpl(MX4JMBeanServer.java:801)
at 
mx4j.server.MX4JMBeanServer.registerMBeanImpl(MX4JMBeanServer.java:745)
at mx4j.server.MX4JMBeanServer.registerMBean(MX4JMBeanServer.java:729)
at org.apache.geronimo.kernel.Kernel.loadGBean(Kernel.java:254)
 
If I change it to config-property-namegroup/config-property-name I
get (at shutdown):

17:59:22,292 DEBUG [GBeanMBean] geronimo.config:name=reva/spreadRA State 
changed from running to stopping
17:59:22,292 INFO  [Configuration] Stopping configuration reva/spreadRA
17:59:22,332 ERROR [GBeanMBeanAttribute] Could not get the current value of 
persistent attribute while going offline.  The persistent attribute will not 
reflect the current state attribute. Attribute Name: Group, Type: class 
java.lang.Object, GBean: org.apache.geronimo.connector.ResourceAdapterWrapper
java.lang.IllegalArgumentException: reva.x.ra.spread.AdapterImpl: unknown 
attribute Group
at 
org.apache.geronimo.gbean.DynamicGBeanDelegate.getAttribute(DynamicGBeanDelegate.java:111)

at 
org.apache.geronimo.connector.ResourceAdapterWrapper.getAttribute(ResourceAdapterWrapper.java:127)
at 
org.apache.geronimo.gbean.jmx.GBeanMBeanAttribute$DynamicGetterMethodInvoker.invoke(GBeanMBeanAttribute.java:461)
at 
org.apache.geronimo.gbean.jmx.GBeanMBeanAttribute.offline(GBeanMBeanAttribute.java:289)
at 
org.apache.geronimo.gbean.jmx.GBeanMBean.postDeregister(GBeanMBean.java:572)
at 
mx4j.server.interceptor.InvokerMBeanServerInterceptor.registration(InvokerMBeanServerInterceptor.java:171)
at 
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMBeanServerInterceptor.java:111)
at 
mx4j.server.interceptor.SecurityMBeanServerInterceptor.registration(SecurityMBeanServerInterceptor.java:135)
at 
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMBeanServerInterceptor.java:111)
at 
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMBeanServerInterceptor.java:111)
at 
mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.registration(ContextClassLoaderMBeanServerInterceptor.java:161)
at mx4j.server.MX4JMBeanServer.unregisterMBean(MX4JMBeanServer.java:949)


So it looks like we're internally inconsistent.  Based on what you
said it looks as if the right value is group so the bug is in the
startup code.  Might be the same bug I noted in the 

Re: build broken (assembly module)?

2004-07-15 Thread David Jencks
Can you check that your openejb copy is up to date?  I've been trying 
to fix these case problems in both projects while doing actual 
development work and I think but am not entirely sure that at least 
this problem is fixed.  These attribute names should start with lower 
case as in cvs.

thanks
david jencks
On Thursday, July 15, 2004, at 02:28 PM, toby cabot wrote:
Are other people seeing build breakage in the assembly module?
Something about attribute names not found.  This patch seems to work
(changing a couple of attribute names from lower case to upper case):
diff -u -r1.37 j2ee-server-plan.xml
--- modules/assembly/src/plan/j2ee-server-plan.xml  15 Jul 2004 
20:38:21 -  1.37
+++ modules/assembly/src/plan/j2ee-server-plan.xml  15 Jul 2004 
21:25:43 -
@@ -188,13 +188,13 @@

 !-- EJB Protocol --
 gbean name=openejb:type=SocketService,name=EJB 
class=org.openejb.server.SimpleSocketService
-attribute name=serviceClassName 
type=java.lang.Stringorg.openejb.server.ejbd.EjbServer/attribute
-attribute name=onlyFrom 
type=java.net.InetAddress[]127.0.0.1/attribute
+attribute name=ServiceClassName 
type=java.lang.Stringorg.openejb.server.ejbd.EjbServer/attribute
+attribute name=OnlyFrom 
type=java.net.InetAddress[]127.0.0.1/attribute
 reference 
name=ContainerIndexopenejb:type=ContainerIndex/reference
 /gbean
 gbean name=openejb:type=ServiceDaemon,name=EJB 
class=org.openejb.server.ServiceDaemon
-attribute name=port type=int4201/attribute
-attribute name=inetAddress 
type=java.net.InetAddress127.0.0.1/attribute
+attribute name=Port type=int4201/attribute
+attribute name=InetAddress 
type=java.net.InetAddress127.0.0.1/attribute
 reference 
name=SocketServiceopenejb:type=SocketService,name=EJB/reference
 /gbean