Skip to content

Commit 7dc8e66

Browse files
committed
Fixed EJB component provider META-INF/services registration (EJB->Ejb)
Change-Id: Ia4d9d5a5ec418634dea589a33260d5cd36a075ae
1 parent ecd439c commit 7dc8e66

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.gitignore

+1-8
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,10 @@ profile
1414

1515
#NB noise
1616
nbactions.xml
17-
/nb-configuration.xml
17+
nb-configuration.xml
1818

1919
#eclipse noise
2020
.settings
2121
.settings/*
2222
.project
2323
.classpath
24-
examples/helloworld-pure-jax-rs/nb-configuration.xml
25-
examples/helloworld/nb-configuration.xml
26-
examples/osgi-http-service/bundle/nb-configuration.xml
27-
examples/osgi-http-service/functional-test/nb-configuration.xml
28-
tests/e2e/nb-configuration.xml
29-
core-server/nb-configuration.xml
30-
tests/integration/servlet-tests/nb-configuration.xml
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
org.glassfish.jersey.gf.ejb.EJBComponentProvider
1+
org.glassfish.jersey.gf.ejb.EjbComponentProvider

0 commit comments

Comments
 (0)