/[Apache-SVN]
ViewVC logotype

Revision 399308


Jump to revision: Previous Next
Author: chirino
Date: Wed May 3 13:56:17 2006 UTC (18 years, 6 months ago)
Changed paths: 79
Log Message:
Added modules created with WebLogic Workshop to demonstrate using MDBs with ActiveMQ and Weblogic

Changed paths

Path Details
Directoryincubator/activemq/trunk/systest/weblogic-test/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.classpath added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.project added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/.component added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.jdt.apt.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.jdt.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.jst.common.project.facet.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.wst.common.project.facet.core.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/README.txt added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.project added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/.component added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/org.eclipse.wst.common.project.facet.core.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/APP-INF/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/APP-INF/classes/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/APP-INF/lib/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/application.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/weblogic-application.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.classpath added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.factorypath added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.project added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/.component added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/com.bea.wlw.ejb.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/com.bea.wlw.informant.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.jdt.apt.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.jdt.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.jst.common.project.facet.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.wst.common.project.facet.core.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/META-INF/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/META-INF/MANIFEST.MF added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/META-INF/ejb-jar.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/META-INF/weblogic-ejb-jar.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/org/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/org/apache/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/org/apache/activemq/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/org/apache/activemq/example/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/org/apache/activemq/example/CounterMDB.java added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.classpath added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.factorypath added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.project added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/.component added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/com.bea.wlw.informant.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.jdt.apt.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.jdt.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.jst.common.project.facet.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.wst.common.project.facet.core.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/ejbModule/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/ejbModule/META-INF/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/ejbModule/META-INF/MANIFEST.MF added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.classpath added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.project added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/.component added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.jdt.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.jst.common.project.facet.core.prefs added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.wst.common.project.facet.core.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/META-INF/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/META-INF/MANIFEST.MF added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/lib/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/index.jsp added
Directoryincubator/activemq/trunk/systest/weblogic-test/ExampleWAR/src/ added
Directoryincubator/activemq/trunk/systest/weblogic-test/README.txt added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26