Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
alx_20230801
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
alx_20230801
Commits
b25451cc
Commit
b25451cc
authored
Aug 04, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Konfiguracja walidacji za pomocą jaxws-config
parent
c4fe0997
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
jaxws.xml
PiatekSerwer/src/main/webapp/WEB-INF/jaxws.xml
+10
-0
jboss-webservices.xml
PiatekSerwer/src/main/webapp/WEB-INF/jboss-webservices.xml
+8
-0
No files found.
PiatekSerwer/src/main/webapp/WEB-INF/jaxws.xml
0 → 100644
View file @
b25451cc
<jaxws-config
xmlns=
"urn:jboss:jbossws-jaxws-config:4.0"
>
<endpoint-config>
<config-name>
Usluga
</config-name>
<property>
<property-name>
schema-validation-enabled
</property-name>
<property-value>
true
</property-value>
</property>
</endpoint-config>
</jaxws-config>
\ No newline at end of file
PiatekSerwer/src/main/webapp/WEB-INF/jboss-webservices.xml
0 → 100644
View file @
b25451cc
<webservices
xmlns=
"http://www.jboss.com/xml/ns/javaee"
>
<!-- tutaj wskazujemy, która konfiguracja ma być użyta dla tego serwisu,
a te konfiguracje definiuje się na serwerze narzędziami administatora, albo podaje w dodatkowych plikach
Tutaj podajemy właśnie taki dodatkowy plik: jaxws.xml -->
<config-name>
Usluga
</config-name>
<config-file>
WEB-INF/jaxws.xml
</config-file>
</webservices>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment