I think I broke this by removing this from the assembly pom
<plugin>
<groupId>org.apache.activemq</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>4.1-incubator</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>createbundle</goal>
</goals>
<configuration>
<includes>activemq-core,activemq-console,activeio-
core,activemq-jaas,activemq-optional,backport-util-concurrent,commons-
logging,geronimo-jms_1.1_spec,geronimo-j2ee-
management_1.0_spec,derby</includes>
</configuration>
</execution>
</executions>
</plugin>
What is this plugin, where is the source, what does it do?
thanks
david jencks
On Apr 8, 2008, at 6:46 AM, Hiram Chirino wrote:
> Have you guys tried starting up the broker using the bin/activemq
> script in this distro yet?? I got:
>
> chirino@intel-mbp-2 ~/Desktop/apache-activemq-4.1.2/bin
> $ ./activemq
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/activemq/console/Main
>
> Someone please double check it's not just a problem with my system.
>
> Regards,
> Hiram
>
>
> On Mon, Apr 7, 2008 at 6:30 PM, David Jencks
> <david_jencks@yahoo.com> wrote:
>> ActiveMQ 4.1.2 is needed for the upcoming geronimo 2.1.1 release
>> and has
>> accumulated a fair number of bug fixes. I've reviewed the legal
>> files and
>> attempted to make them more compliant with current thinking on
>> legal-discuss. This release also provides a larger-scale test of the
>> proposed release process using the maven-release-plugin.
>>
>> Sub-task
>>
>> * [AMQ-1300] - Patch for the 4.1 branch
>> * [AMQ-1302] - Backport for the 4.1 branch
>>
>> Bug
>>
>> * [AMQ-400] - DTD File Not Found
>> * [AMQ-1014] - Invalid Schema URL for example config file
>> * [AMQ-1067] - Stomp consumer not removed if client does not send
>> disconnect message.
>> * [AMQ-1079] - Slave Fail Error when Receiving message on a
>> MasterSlave
>> configuration
>> * [AMQ-1124] - activemq-rar-4.1.0-incubator.rar contains
>> spring twice:
>> spring-1.2.4.jar and spring-2.0.jar
>> * [AMQ-1167] - The example does not work under JVM 1.4
>> * [AMQ-1205] - Memory leak in Scheduler
>> * [AMQ-1235] - Scheduler.cancel uses incorrect argument to
>> shutdown
>> threads
>> * [AMQ-1236] - Failing to acquire exclusive lock - MySQL and
>> other
>> strange errors
>> * [AMQ-1266] - Topics allways created from the activemq-web
>> module
>> * [AMQ-1274] - Service Wrapper Installer does not work when
>> ActiveMQ is
>> installed on path that contains a spaces
>> * [AMQ-1289] - Spelling error in examples directory
>> * [AMQ-1306] - Remove reference to LogicBlaze from ActiveMQ --
>> version
>> command
>> * [AMQ-1319] - Topics leaked in DestinationMapNode
>> * [AMQ-1322] - AdvisoryBroker leaks destinations created "from
>> top" by
>> the RegionBroker
>> * [AMQ-1365] - Username and password field got swapped when
>> calling
>> PooledConnection.createConnection
>> * [AMQ-1438] - When in XA Transaction Active-MQ integrated
>> with OpenEJB
>> hangs in the isSameRM method of LocalAndXATransaction.
>> * [AMQ-1454] - ActiveMQDestination.setPhysicalName(): checking
>> invalid
>> wildcard to identify pattern "<"
>> * [AMQ-1618] - Improper handling of container restrictions in
>> creation
>> of sessions
>> * [AMQ-1632] - PrefetchSubscription may not wake up if messages
>> delivered in transaction
>>
>> Test
>>
>> * [AMQ-1002] -
>> org.apache.activemq.spring.SpringTest.testSenderWithSpringXmlUsingSpr
>> ing2NamespacesWithEmbeddedBrokerConfiguredViaXml
>>
>> Wish
>>
>> * [AMQ-424] - Make -Dactivemq.check_for_dtd_update default to
>> "false",
>> don't try network unless "true"
>>
>>
>> The binary artifacts are staged at:
>> http://people.apache.org/~djencks/staging-repo/activemq/
>>
>> The site is staged at:
>> http://people.apache.org/~djencks/staging-site/activemq/maven/4.1.2/
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>>
>> Many thanks
>> david jencks
>>
>>
>
>
>
> --
> Regards,
> Hiram
>
> Blog: http://hiramchirino.com
>
> Open Source SOA
> http://open.iona.com
|