Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Payara mnaged profile #58

Closed
wants to merge 1 commit into from
Closed

Conversation

OndroMih
Copy link
Contributor

I identified 3 issues when running mvn clean install -Ppayara-build-managed-4:

  • missing configuration for Payara in data module projects
  • wrong assertion in Java8Test test (correct me if I'm wrong, but the lists should contain the same elements, but not necessarily in the same order)
  • failing tests in ContainerCtrlTckTest

I'm sending PR for the 1st and 2nd issue. The 3rd issue remains - it seems that there is a problem with Jersey integration. Jersey cannot find a context for JNDI lookup, I will need to investigate further what is the reason. The following commit would fi the issue, but it effectively disables all the tests, as Payara Server 162 uses Weld 2.3.2.Final, which is out of specified range: 8166155

@@ -19,6 +19,7 @@

package org.apache.deltaspike.data.test.java8.test;

import java.util.*;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct the wildcard import.

@johnament
Copy link
Contributor

Can you squash the commits?

@johnament
Copy link
Contributor

Also please reference the JIRA ticket https://issues.apache.org/jira/browse/DELTASPIKE-1181

@OndroMih
Copy link
Contributor Author

I will squash the commits. I just wanted to separate fixes for multiple issues - every commit fixes a single issue.

@OndroMih OndroMih force-pushed the master branch 2 times, most recently from 9b59822 to ec96970 Compare July 12, 2016 15:47
https://issues.apache.org/jira/browse/DELTASPIKE-1181
 - Fix of failing CDI test
 - Fix of missing profile for Payara in data module
 - Fix of Java 8 test
@OndroMih
Copy link
Contributor Author

The commits are squashed now. I also fixed a compilation issue - the Java8 test project did not specify Java8 compilation target, so it took 1.6 from a parent POM.

I'm not able to add reference to DELTASPIKE-1181 - I changed the commit message in my local repo, but force push does not update the commit message.

@OndroMih
Copy link
Contributor Author

Now the build is failing in Jenkins on some weird issue with mvn. The compilation error is gone though.

@asfgit asfgit closed this in 7b3606b Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants