This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18:30:25,628 DEBUG [io.undertow.request] (default I/O-1) Matched prefix path /long-running-servlet for path /long-running-servlet/HeavyProcessing | |
18:30:25,651 DEBUG [io.undertow.request.security] (default task-1) Attempting to authenticate HttpServerExchange{ GET /long-running-servlet/HeavyProcessing request {Accept=[*/*], User-Agent=[curl/7.51.0], Host=[127.0.0.1:8080]} response {X-Powered-By=[Undertow/1], Server=[WildFly/10]}}, authentication required: false | |
18:30:25,653 DEBUG [io.undertow.request.security] (default task-1) Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@76806308 for HttpServerExchange{ GET /long-running-servlet/HeavyProcessing request {Accept=[*/*], User-Agent=[curl/7.51.0], Host=[127.0.0.1:8080]} response {X-Powered-By=[Undertow/1], Server=[WildFly/10]}} | |
18:30:25,653 DEBUG [io.undertow.request.security] (default task-1) Authentication result was ATTEMPTED for HttpServerExchange{ GET /long-running-servlet/HeavyProcessing re |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building ActiveMQ Artemis Integration Tests 1.3.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ integration-tests --- | |
[INFO] Deleting /sources/activemq-artemis/tests/integration-tests/target | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-tests --- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Duplicated items in File: ./controller/src/main/resources/org/jboss/as/controller/descriptions/common/LocalDescriptions.properties | |
core.management.security-realm.authorization.ldap.username-to-dn=User search configuration where the username is already a distinguished name. | |
core.management.security-realm.authorization.ldap.user-search.username-to-dn=User search configuration where the username is already a distinguished name. | |
Duplicated items in File: ./controller/src/main/resources/org/jboss/as/controller/descriptions/common/LocalDescriptions.properties | |
core.management.security-realm.authorization.ldap.user-search.username-filter.add=Add username fiter. | |
core.management.security-realm.authorization.ldap.user-search.username-filter.remove=Add username fiter. | |
Duplicated items in File: ./controller/src/main/resources/org/jboss/as/controller/descriptions/common/LocalDescriptions.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[kylin@ksoong jboss-integration]$ mvn dependency:tree | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building teiid-jboss-integration 8.11.0.Alpha3-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ teiid-jboss-integration --- | |
[INFO] org.jboss.teiid:teiid-jboss-integration:jar:8.11.0.Alpha3-SNAPSHOT | |
[INFO] +- org.jboss.teiid:teiid-runtime:jar:8.11.0.Alpha3-SNAPSHOT:compile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is the situation: | |
Entity A: | |
-- List<Entity B> | |
Entity B: | |
-- List<Entity C> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Entity | |
@Table(name = "Affected_Product") | |
public class AffectedProduct implements Serializable{ | |
@Id | |
@GeneratedValue | |
private Long id; | |
@OneToMany(fetch = FetchType.LAZY, mappedBy = "product", cascade = {CascadeType.ALL}) | |
@JoinTable | |
private Collection<LinkData> fixLocations; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
papaki-1.0.0.Beta3/tools/checkstyle/lib/checkstyle.jar | |
papaki-1.0.0.Beta3/tools/checkstyle/lib/commons-cli.jar | |
papaki-1.0.0.Beta3/tools/checkstyle/lib/antlr.jar | |
papaki-1.0.0.Beta3/tools/checkstyle/lib/google-collect-snapshot.jar | |
papaki-1.0.0.Beta3/tools/checkstyle/lib/commons-beanutils-core.jar | |
papaki-1.0.0.Beta3/tools/checkstyle/lib/commons-logging.jar | |
papaki-1.0.0.Beta3/tools/cobertura/lib/asm-tree-3.0.jar | |
papaki-1.0.0.Beta3/tools/cobertura/lib/log4j-1.2.9.jar | |
papaki-1.0.0.Beta3/tools/cobertura/lib/asm-3.0.jar | |
papaki-1.0.0.Beta3/tools/cobertura/lib/jakarta-oro-2.0.8.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fungal-0.11.0.Beta4/tools/tattletale/lib/tattletale.jar | |
fungal-0.11.0.Beta4/tools/tattletale/lib/javassist.jar | |
fungal-0.11.0.Beta4/tools/tattletale/lib/tattletale-ant.jar | |
fungal-0.11.0.Beta4/tools/checkstyle/lib/checkstyle.jar | |
fungal-0.11.0.Beta4/tools/checkstyle/lib/commons-cli.jar | |
fungal-0.11.0.Beta4/tools/checkstyle/lib/antlr.jar | |
fungal-0.11.0.Beta4/tools/checkstyle/lib/google-collect-snapshot.jar | |
fungal-0.11.0.Beta4/tools/checkstyle/lib/commons-beanutils-core.jar | |
fungal-0.11.0.Beta4/tools/checkstyle/lib/commons-logging.jar | |
fungal-0.11.0.Beta4/tools/cobertura/lib/asm-tree-3.0.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[lgao@lgao ~]$ cat .vman.properties | |
# Everything that can should inherit from jboss-parent. | |
# Third-party POMs that cannot (due to pre-existing parent reference) should have the plugin information from jboss-parent injected into them. | |
toolchain = http://download.devel.redhat.com/brewroot/repos/jb-eap-6-rhel-6-build/latest/maven/org/jboss/jboss-parent/9-redhat-1/jboss-parent-9-redhat-1.pom | |
# include BOMs for JBoss projects (eap-bom), AND third-party projects (thirdparty-bom) | |
boms = http://download.devel.redhat.com/brewroot/repos/jb-eap-6-rhel-6-build/latest/maven/org/jboss/component/management/jboss-dependency-management-all/6.0.1-redhat-1/jboss-dependency-management-all-6.0.1-redhat-1.pom, \ | |
http://download.devel.redhat.com/brewroot/repos/jb-eap-6-rhel-6-latest/latest/maven/org/jboss/component/management/jboss-project-dependency-relocations/6.0.1-redhat-1/jboss-project-dependency-relocations-6.0.1-redhat-1.pom | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[lgao@lgao core]$ find . -name "*.java" | xargs grep -n "import org.jboss.netty" | |
./src/main/java/org/jboss/ws/core/server/netty/AbstractNettyRequestHandler.java:27:import org.jboss.netty.channel.ChannelHandlerContext; | |
./src/main/java/org/jboss/ws/core/server/netty/AbstractNettyRequestHandler.java:28:import org.jboss.netty.channel.ChannelPipelineCoverage; | |
./src/main/java/org/jboss/ws/core/server/netty/AbstractNettyRequestHandler.java:29:import org.jboss.netty.channel.ChannelStateEvent; | |
./src/main/java/org/jboss/ws/core/server/netty/AbstractNettyRequestHandler.java:30:import org.jboss.netty.channel.ExceptionEvent; | |
./src/main/java/org/jboss/ws/core/server/netty/AbstractNettyRequestHandler.java:31:import org.jboss.netty.channel.MessageEvent; | |
./src/main/java/org/jboss/ws/core/server/netty/AbstractNettyRequestHandler.java:32:import org.jboss.netty.channel.SimpleChannelUpstreamHandler; | |
./src/main/java/org/jboss/ws/core/server/netty/NettyHttpServerImpl.java:31:import org.jboss.netty.bootstrap.ServerBootstrap; | |
./src/m |
NewerOlder