Skip to content

Instantly share code, notes, and snippets.

View dblevins's full-sized avatar

David Blevins dblevins

View GitHub Profile
{swizzlejira}
#set( $jira = $rss.fetch("http://issues.apache.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?&pid=10220&component=12313380") )
#set( $issues = $jira.fillSubTasks() )
#set( $parents = [ "5061", "5062", "5063", "5064", "5065", "5066", "5067", "5068", "5069", "5070", "5071", "5072", "5073", "5074", "5075", "5076", "5077", "5078", "5079", "5080", "5081", "5082", "5083", "5084", "5085", "5090", "5110"] )
h1. Java EE 6 Road Map
#foreach( $parent in $parents )
#set( $issue = $jira.getIssue("GERONIMO-$parent") )
h2. $issue.summary
#set( $rpc = $xmlrpc.connect("dblevins:xxxxx","http://issues.apache.org/jira/rpc/xmlrpc") )
#set( $version = $rpc.getVersion("OPENEJB", "3.0") )
#set ( $versionId = $version.id )
#set ( $jira = $rss.fetch("http://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss&&pid=12310530&status=5&status=6&fixfor=${versionId}&tempMax=1000&reset=true&decorator=none") )
#set( $issues = $jira.issues )
Apache OpenEJB $version
$date
package localdomain.localhost;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
@MessageDriven(activationConfig = {
@ActivationConfigProperty(propertyName = "address", propertyValue = "dblevins@apache.org")}
)
@TransactionManagement(javax.ejb.TransactionManagementType.CONTAINER)
@TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRED)
public static @interface EmailBean {
}
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
[DEBUG] /private/tmp/hibernate-rollback/target/test-classes
[DEBUG] /private/tmp/hibernate-rollback/target/classes
[DEBUG] /Users/dblevins/.m2/repository/org/apache/openejb/javaee-api/5.0-3-SNAPSHOT/javaee-api-5.0-3-SNAPSHOT.jar
[DEBUG] /Users/dblevins/.m2/repository/junit/junit/4.1/junit-4.1.jar
[DEBUG] /Users/dblevins/.m2/repository/org/apache/openejb/openejb-core/3.1.3-SNAPSHOT/openejb-core-3.1.3-SNAPSHOT.jar
[DEBUG] /Users/dblevins/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[DEBUG] /Users/dblevins/.m2/repository/org/apache/openejb/ejb31-api-experimental/3.1.3-SNAPSHOT/ejb31-api-experimental-3.1.3-SNAPSHOT.jar
[DEBUG] /Users/dblevins/.m2/repository/org/apache/openejb/openejb-api/3.1.3-SNAPSHOT/openejb-api-3.1.3-SNAPSHOT.jar
[DEBUG] /Users/dblevins/.m2/repository/org/apache/openejb/openejb-loader/3.1.3-SNAPSHOT/openejb-loader-3.1.3-SNAPSHOT.jar
[DEBUG] /Users/dblevins/.m2/repository/org/apache/openejb/openejb-javaagent/3.1.3-SNAPSHOT/openejb-javaagent-3.1.3-SNAPSHOT.jar
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>pertest</forkMode>
<argLine>-Xmx256m -XX:MaxPermSize=128m "-javaagent:${basedir}/target/openejb-javaagent-${version}.jar" -enableassertions</argLine>
<workingDirectory>${basedir}/target</workingDirectory>
<systemProperties>
<property>
<name>openejb.home</name>