Commit a2f0db94272f6adf08471640d52f3c49cfd8ac0a
1 parent
f5e7f238
Exists in
master
Versão 11.2.09.2.4 para a base Postgres. Essa versão está sendo utilizadas nas…
… empresas CAERN-RN, CAEMA-MA, COSAMA-AM, SAAE-JUAZEIRO, CAERD-RO
Showing
405 changed files
with
9599 additions
and
0 deletions
Show diff stats
Too many changes.
To preserve performance only 100 of 405 files displayed.
@@ -0,0 +1,493 @@ | @@ -0,0 +1,493 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<project basedir="." default="make" name="projeto_gcom"> | ||
3 | + <tstamp> | ||
4 | + <format property="hora" pattern="k:mm:ss" locale="br" /> | ||
5 | + <format property="data" pattern="dd/MM/yyyy" locale="br" /> | ||
6 | + </tstamp> | ||
7 | + | ||
8 | + <property file="build.properties" /> | ||
9 | + | ||
10 | + <property name="src" value="src" /> | ||
11 | + <property name="dest" value="bin" /> | ||
12 | + <property name="descriptors" value="descriptors" /> | ||
13 | + <property name="reports" value="reports"/> | ||
14 | + | ||
15 | + <property name="jboss.deploy" value="${jboss.home}/server/default/deploy" /> | ||
16 | + <property name="nomeEAR" value="${jboss.deploy}/gcom.ear" /> | ||
17 | + <property name="nomeWAR" value="${jboss.deploy}/gcom.ear/gcom.war" /> | ||
18 | + | ||
19 | + <property name="lib.axis" value="lib/Axis_1.6" /> | ||
20 | + <property name="lib.codigobarras" value="lib/CodigoBarras" /> | ||
21 | + <property name="lib.driver" value="lib/driver" /> | ||
22 | + <property name="lib.gson" value="lib/Gson-2.3"/> | ||
23 | + <property name="lib.hibernate" value="lib/hibernate-3.1" /> | ||
24 | + <property name="lib.j2ee" value="lib/J2EE" /> | ||
25 | + <property name="lib.jaf" value="lib/JAF" /> | ||
26 | + <property name="lib.jasper" value="lib/JasperReports 1.2.2" /> | ||
27 | + <property name="lib.javahelp" value="lib/help" /> | ||
28 | + <property name="lib.javamail" value="lib/Javamail" /> | ||
29 | + <property name="lib.jboss.dtd" value="lib/libs_jboss/docs/dtd" /> | ||
30 | + <property name="lib.jstl" value="lib/JSTL 1.1" /> | ||
31 | + <property name="lib.mapsforge" value="lib/mapsforge" /> | ||
32 | + <property name="lib.pager-taglib" value="lib/PagerTagLib" /> | ||
33 | + <property name="lib.pdfbox" value="lib/PDFBox-1.8.8"/> | ||
34 | + <property name="lib.properties" value="src/gcom" /> | ||
35 | + <property name="lib.quartz" value="lib/quartz-1.5.2" /> | ||
36 | + <property name="lib.resize" value="lib/resize" /> | ||
37 | + <property name="lib.servlet" value="lib/Servlet" /> | ||
38 | + <property name="lib.sqlite" value="lib/Sqlite"/> | ||
39 | + <property name="lib.struts" value="lib/Struts1.1" /> | ||
40 | + <property name="lib.retrofit" value="lib/retrofit" /> | ||
41 | + | ||
42 | + <path id="project.class.path"> | ||
43 | + <pathelement location="${lib.axis}/axiom-api-1.2.12.jar"/> | ||
44 | + <pathelement location="${lib.axis}/commons-cli-1.2.jar"/> | ||
45 | + <pathelement location="${lib.axis}/commons-codec-1.3.jar"/> | ||
46 | + <pathelement location="${lib.axis}/commons-fileupload-1.2.jar"/> | ||
47 | + <pathelement location="${lib.axis}/commons-httpclient-3.1.jar"/> | ||
48 | + <pathelement location="${lib.axis}/commons-io-1.4.jar"/> | ||
49 | + <pathelement location="${lib.axis}/commons-logging-1.2.jar"/> | ||
50 | + | ||
51 | + <pathelement location="${lib.j2ee}/ejb-api.jar"/> | ||
52 | + <pathelement location="${lib.j2ee}/jacc-api.jar"/> | ||
53 | + <pathelement location="${lib.j2ee}/jca-api.jar"/> | ||
54 | + <pathelement location="${lib.j2ee}/jms-api.jar"/> | ||
55 | + <pathelement location="${lib.j2ee}/jsp-api.jar"/> | ||
56 | + <pathelement location="${lib.j2ee}/jta-api.jar"/> | ||
57 | + <pathelement location="${lib.j2ee}/servlet-api.jar"/> | ||
58 | + <pathelement location="${lib.j2ee}/sql-api.jar"/> | ||
59 | + <pathelement location="${lib.servlet}/commons-el.jar" /> | ||
60 | + <pathelement location="${lib.servlet}/jsp-api.jar" /> | ||
61 | + <pathelement location="${lib.servlet}/servlets-common.jar" /> | ||
62 | + | ||
63 | + <pathelement location="${lib.struts}/commons-fileupload.jar" /> | ||
64 | + <pathelement location="${lib.struts}/commons-beanutils.jar" /> | ||
65 | + <pathelement location="${lib.struts}/struts-legacy.jar" /> | ||
66 | + <pathelement location="${lib.struts}/jakarta-oro.jar" /> | ||
67 | + <pathelement location="${lib.struts}/commons-digester.jar" /> | ||
68 | + <pathelement location="${lib.struts}/commons-validator.jar" /> | ||
69 | + <pathelement location="${lib.struts}/commons-collections.jar" /> | ||
70 | + <pathelement location="${lib.struts}/commons-lang.jar" /> | ||
71 | + <pathelement location="${lib.struts}/struts.jar" /> | ||
72 | + <pathelement location="${lib.struts}/commons-logging.jar" /> | ||
73 | + | ||
74 | + <pathelement location="${lib.hibernate}/asm-attrs.jar" /> | ||
75 | + <pathelement location="${lib.hibernate}/connector.jar" /> | ||
76 | + <pathelement location="${lib.hibernate}/jboss-cache.jar" /> | ||
77 | + <pathelement location="${lib.hibernate}/ehcache-1.1.jar" /> | ||
78 | + <pathelement location="${lib.hibernate}/jaxen-1.1-beta-4.jar" /> | ||
79 | + <pathelement location="${lib.hibernate}/xml-apis.jar" /> | ||
80 | + <pathelement location="${lib.hibernate}/asm.jar" /> | ||
81 | + <pathelement location="${lib.hibernate}/oscache-2.1.jar" /> | ||
82 | + <pathelement location="${lib.hibernate}/jgroups-2.2.7.jar" /> | ||
83 | + <pathelement location="${lib.hibernate}/jdbc2_0-stdext.jar" /> | ||
84 | + <pathelement location="${lib.hibernate}/junit-3.8.1.jar" /> | ||
85 | + <pathelement location="${lib.hibernate}/xerces-2.6.2.jar" /> | ||
86 | + <pathelement location="${lib.hibernate}/cleanimports.jar" /> | ||
87 | + <pathelement location="${lib.hibernate}/dom4j-1.6.jar" /> | ||
88 | + <pathelement location="${lib.hibernate}/hibernate3.jar" /> | ||
89 | + <pathelement location="${lib.hibernate}/concurrent-1.3.2.jar" /> | ||
90 | + <pathelement location="${lib.hibernate}/log4j-1.2.9.jar" /> | ||
91 | + <pathelement location="${lib.hibernate}/jacc-1_0-fr.jar" /> | ||
92 | + <pathelement location="${lib.hibernate}/jboss-system.jar" /> | ||
93 | + <pathelement location="${lib.hibernate}/jboss-common.jar" /> | ||
94 | + <pathelement location="${lib.hibernate}/versioncheck.jar" /> | ||
95 | + <pathelement location="${lib.hibernate}/swarmcache-1.0rc2.jar" /> | ||
96 | + <pathelement location="${lib.hibernate}/jta.jar" /> | ||
97 | + <pathelement location="${lib.hibernate}/jboss-jmx.jar" /> | ||
98 | + <pathelement location="${lib.hibernate}/jaas.jar" /> | ||
99 | + <pathelement location="${lib.hibernate}/proxool-0.8.3.jar" /> | ||
100 | + <pathelement location="${lib.hibernate}/log4j-1.2.11.jar" /> | ||
101 | + | ||
102 | + <pathelement location="${lib.pager-taglib}/pager-taglib.jar" /> | ||
103 | + <pathelement location="${lib.jaf}/activation.jar" /> | ||
104 | + <pathelement location="${lib.javamail}/mail.jar" /> | ||
105 | + <pathelement location="${lib.jasper}/jasperreports-1.2.2.jar" /> | ||
106 | + <pathelement location="${lib.quartz}/quartz-all-1.5.2.jar" /> | ||
107 | + <pathelement location="${lib.javahelp}/jhgcom.jar" /> | ||
108 | + <pathelement location="${lib.codigobarras}/CodigoBarra.jar" /> | ||
109 | + <pathelement location="${lib.resize}/java-image-scaling-0.8.6.jar"/> | ||
110 | + <pathelement location="${lib.sqlite}/sqlite-jdbc-3.7.2.jar"/> | ||
111 | + <pathelement location="${lib.gson}/gson-2.3.jar"/> | ||
112 | + <pathelement location="${lib.mapsforge}/mapsforge-map-writer-0.5.0-patched.jar" /> | ||
113 | + <pathelement location="${lib.mapsforge}/osmosis-core-0.43.1.jar" /> | ||
114 | + <pathelement location="${lib.pdfbox}/pdfbox-1.8.8.jar"/> | ||
115 | + <pathelement location="${lib.pdfbox}/jempbox-1.8.8.jar"/> | ||
116 | + <pathelement location="${lib.pdfbox}/fontbox-1.8.8.jar"/> | ||
117 | + <pathelement location="${lib.driver}/vertica-jdk5-6.1.2-0.jar" /> | ||
118 | + <pathelement location="${lib.retrofit}/retrofit-1.9.0.jar" /> | ||
119 | + </path> | ||
120 | + | ||
121 | + <target name="javacompile"> | ||
122 | + <mkdir dir="${dest}" /> | ||
123 | + | ||
124 | + <javac optimize="true" classpathref="project.class.path" debug="true" deprecation="false" destdir="${dest}" nowarn="true" encoding="ISO-8859-1" | ||
125 | + includeantruntime="false" target="1.5" source="1.5"> | ||
126 | + <src path="${src}" /> | ||
127 | + </javac> | ||
128 | + </target> | ||
129 | + | ||
130 | + <target name="ejb"> | ||
131 | + <ejbjar dependency="none" srcdir="${dest}" descriptordir="${descriptors}/" naming="ejb-name"> | ||
132 | + <dtd publicid="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" location="${lib.jboss.dtd}/ejb-jar_2_0.dtd" /> | ||
133 | + <dtd publicid="-//JBoss//DTD JBOSS 4.0//EN" location="${lib.jboss.dtd}/jboss_4_0.dtd" /> | ||
134 | + | ||
135 | + <jboss destdir="."></jboss> | ||
136 | + </ejbjar> | ||
137 | + </target> | ||
138 | + | ||
139 | + <target name="ejb-dev"> | ||
140 | + <ejbjar dependency="none" srcdir="${dest}" descriptordir="${descriptors}/" naming="ejb-name"> | ||
141 | + <dtd publicid="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" location="${lib.jboss.dtd}/ejb-jar_2_0.dtd" /> | ||
142 | + <dtd publicid="-//JBoss//DTD JBOSS 4.0//EN" location="${lib.jboss.dtd}/jboss_4_0.dtd" /> | ||
143 | + | ||
144 | + <jboss destdir="${jboss.deploy}/gcom.ear"></jboss> | ||
145 | + </ejbjar> | ||
146 | + </target> | ||
147 | + | ||
148 | + <target depends="resource" name="war"> | ||
149 | + <jar compress="false" destfile="gcom.jar"> | ||
150 | + <fileset dir="${dest}"> | ||
151 | + <include name="**/*.xml" /> | ||
152 | + <include name="**/*.properties" /> | ||
153 | + <include name="**/*.jasper" /> | ||
154 | + <include name="**/*.class" /> | ||
155 | + </fileset> | ||
156 | + | ||
157 | + <fileset dir="${lib.codigobarras}"> | ||
158 | + <include name="CodigoBarra.jar" /> | ||
159 | + </fileset> | ||
160 | + | ||
161 | + <fileset dir="${lib.quartz}"> | ||
162 | + <include name="*.jar" /> | ||
163 | + </fileset> | ||
164 | + </jar> | ||
165 | + | ||
166 | + <war compress="true" destfile="gcom.war" webxml="gcom/WEB-INF/web.xml"> | ||
167 | + <classes dir="src/gcom/properties"> | ||
168 | + <include name="**/*.properties" /> | ||
169 | + </classes> | ||
170 | + <classes dir="reports"> | ||
171 | + <include name="**/*.jasper" /> | ||
172 | + </classes> | ||
173 | + | ||
174 | + <fileset dir="gcom"> | ||
175 | + <include name="**/*.aiff" /> | ||
176 | + <include name="**/*.asf" /> | ||
177 | + <include name="**/*.asp" /> | ||
178 | + <include name="**/*.asx" /> | ||
179 | + <include name="**/*.au" /> | ||
180 | + <include name="**/*.chtml" /> | ||
181 | + <include name="**/*.class" /> | ||
182 | + <include name="**/*.codestyle" /> | ||
183 | + <include name="**/*.css" /> | ||
184 | + <include name="**/*.dbxmi" /> | ||
185 | + <include name="**/*.ear" /> | ||
186 | + <include name="**/*.gif" /> | ||
187 | + <include name="**/*.htm" /> | ||
188 | + <include name="**/*.html" /> | ||
189 | + <include name="**/*.jar" /> | ||
190 | + <include name="**/*.jnlp" /> | ||
191 | + <include name="**/*.jpe" /> | ||
192 | + <include name="**/*.jpeg" /> | ||
193 | + <include name="**/*.jpg" /> | ||
194 | + <include name="**/*.js" /> | ||
195 | + <include name="**/*.jsp" /> | ||
196 | + <include name="**/*.library" /> | ||
197 | + <include name="**/*.mapxmi" /> | ||
198 | + <include name="**/*.mid" /> | ||
199 | + <include name="**/*.midi" /> | ||
200 | + <include name="**/*.png" /> | ||
201 | + <include name="**/*.bmp" /> | ||
202 | + <include name="**/*.ram" /> | ||
203 | + <include name="**/*.rar" /> | ||
204 | + <include name="**/*.rmf" /> | ||
205 | + <include name="**/*.schxmi" /> | ||
206 | + <include name="**/*.shtml" /> | ||
207 | + <include name="**/*.swf" /> | ||
208 | + <include name="**/*.tblxmi" /> | ||
209 | + <include name="**/*.tld" /> | ||
210 | + <include name="**/*.war" /> | ||
211 | + <include name="**/*.wav" /> | ||
212 | + <include name="**/*.wml" /> | ||
213 | + <include name="**/*.xmi" /> | ||
214 | + <include name="**/*.xml" /> | ||
215 | + <include name="**/*.zip" /> | ||
216 | + <include name="**/*.hs" /> | ||
217 | + <include name="**/*.ico" /> | ||
218 | + <exclude name="WEB-INF/" /> | ||
219 | + </fileset> | ||
220 | + <fileset dir="gcom"> | ||
221 | + <exclude name="WEB-INF/web.xml" /> | ||
222 | + <include name="WEB-INF/**/*.*" /> | ||
223 | + </fileset> | ||
224 | + | ||
225 | + <lib dir="${lib.struts}"> | ||
226 | + <include name="*.jar" /> | ||
227 | + </lib> | ||
228 | + | ||
229 | + <lib dir="${lib.jaf}"> | ||
230 | + <include name="activation.jar" /> | ||
231 | + </lib> | ||
232 | + <lib dir="${lib.javamail}"> | ||
233 | + <include name="mail.jar" /> | ||
234 | + </lib> | ||
235 | + <lib dir="${lib.pager-taglib}"> | ||
236 | + <include name="pager-taglib.jar" /> | ||
237 | + </lib> | ||
238 | + <lib dir="${lib.jasper}"> | ||
239 | + <include name="*.jar" /> | ||
240 | + </lib> | ||
241 | + <lib dir="${lib.jstl}"> | ||
242 | + <include name="*.jar" /> | ||
243 | + </lib> | ||
244 | + <lib dir="${lib.quartz}"> | ||
245 | + <include name="*.jar" /> | ||
246 | + </lib> | ||
247 | + <lib dir="${lib.javahelp}"> | ||
248 | + <include name="*.jar" /> | ||
249 | + </lib> | ||
250 | + <lib dir="${lib.axis}"> | ||
251 | + <include name="*.jar" /> | ||
252 | + </lib> | ||
253 | + <lib dir="${lib.resize}"> | ||
254 | + <include name="*.jar" /> | ||
255 | + </lib> | ||
256 | + <lib dir="${lib.sqlite}"> | ||
257 | + <include name="*.jar" /> | ||
258 | + </lib> | ||
259 | + <lib dir="${lib.gson}"> | ||
260 | + <include name="*.jar" /> | ||
261 | + </lib> | ||
262 | + <lib dir="${lib.mapsforge}"> | ||
263 | + <include name="*.jar"/> | ||
264 | + </lib> | ||
265 | + <lib dir="${lib.pdfbox}"> | ||
266 | + <include name="*.jar"/> | ||
267 | + </lib> | ||
268 | + <lib dir="${lib.driver}"> | ||
269 | + <include name="*.jar"/> | ||
270 | + </lib> | ||
271 | + <lib dir="${lib.retrofit}"> | ||
272 | + <include name="*.jar"/> | ||
273 | + </lib> | ||
274 | + </war> | ||
275 | + </target> | ||
276 | + | ||
277 | + <target depends="resource" name="war-dev"> | ||
278 | + <mkdir dir="${nomeWAR}/META-INF" /> | ||
279 | + <mkdir dir="${nomeWAR}/WEB-INF" /> | ||
280 | + <mkdir dir="${nomeWAR}/WEB-INF/classes" /> | ||
281 | + <mkdir dir="${nomeWAR}/WEB-INF/lib" /> | ||
282 | + | ||
283 | + <copy todir="${nomeWAR}"> | ||
284 | + <fileset dir="gcom"> | ||
285 | + <include name="**/*" /> | ||
286 | + <exclude name="html" /> | ||
287 | + </fileset> | ||
288 | + </copy> | ||
289 | + | ||
290 | + <copy todir="${nomeWAR}/WEB-INF/classes"> | ||
291 | + <fileset dir="src/gcom/properties"> | ||
292 | + <include name="*.properties" /> | ||
293 | + </fileset> | ||
294 | + <fileset dir="reports"> | ||
295 | + <include name="*.jasper" /> | ||
296 | + </fileset> | ||
297 | + </copy> | ||
298 | + | ||
299 | + <copy todir="${nomeWAR}/WEB-INF/lib"> | ||
300 | + <fileset dir="${lib.struts}"> | ||
301 | + <include name="*.jar" /> | ||
302 | + </fileset> | ||
303 | + <fileset dir="${lib.jaf}"> | ||
304 | + <include name="activation.jar" /> | ||
305 | + </fileset> | ||
306 | + <fileset dir="${lib.javamail}"> | ||
307 | + <include name="mail.jar" /> | ||
308 | + </fileset> | ||
309 | + <fileset dir="${lib.pager-taglib}"> | ||
310 | + <include name="pager-taglib.jar" /> | ||
311 | + </fileset> | ||
312 | + <fileset dir="${lib.jasper}"> | ||
313 | + <include name="*.jar" /> | ||
314 | + </fileset> | ||
315 | + <fileset dir="${lib.jstl}"> | ||
316 | + <include name="*.jar" /> | ||
317 | + </fileset> | ||
318 | + <fileset dir="${lib.quartz}"> | ||
319 | + <include name="*.jar" /> | ||
320 | + </fileset> | ||
321 | + <fileset dir="${lib.javahelp}"> | ||
322 | + <include name="*.jar" /> | ||
323 | + </fileset> | ||
324 | + <fileset dir="${lib.axis}"> | ||
325 | + <include name="*.jar" /> | ||
326 | + </fileset> | ||
327 | + <fileset dir="${lib.resize}"> | ||
328 | + <include name="*.jar" /> | ||
329 | + </fileset> | ||
330 | + <fileset dir="${lib.sqlite}"> | ||
331 | + <include name="*.jar" /> | ||
332 | + </fileset> | ||
333 | + <fileset dir="${lib.gson}"> | ||
334 | + <include name="*.jar" /> | ||
335 | + </fileset> | ||
336 | + <fileset dir="${lib.mapsforge}"> | ||
337 | + <include name="*.jar" /> | ||
338 | + </fileset> | ||
339 | + <fileset dir="${lib.pdfbox}"> | ||
340 | + <include name="*.jar" /> | ||
341 | + </fileset> | ||
342 | + <fileset dir="${lib.driver}"> | ||
343 | + <include name="*.jar" /> | ||
344 | + </fileset> | ||
345 | + <fileset dir="${lib.retrofit}"> | ||
346 | + <include name="*.jar" /> | ||
347 | + </fileset> | ||
348 | + </copy> | ||
349 | + | ||
350 | + <jar compress="false" update="false" destfile="gcom.jar"> | ||
351 | + <fileset dir="${dest}"> | ||
352 | + <include name="**/*.xml" /> | ||
353 | + <include name="**/*.properties" /> | ||
354 | + <include name="**/*.jasper" /> | ||
355 | + <include name="**/*.class" /> | ||
356 | + </fileset> | ||
357 | + | ||
358 | + <fileset dir="${lib.codigobarras}"> | ||
359 | + <include name="CodigoBarra.jar" /> | ||
360 | + </fileset> | ||
361 | + | ||
362 | + <fileset dir="${lib.quartz}"> | ||
363 | + <include name="*.jar" /> | ||
364 | + </fileset> | ||
365 | + </jar> | ||
366 | + </target> | ||
367 | + | ||
368 | + <target depends="war, ejb" name="ear"> | ||
369 | + <ear appxml="META-INF/application.xml" compress="true" destfile="gcom.ear"> | ||
370 | + <fileset dir="gcom/WEB-INF"> | ||
371 | + <include name="META-INF/*.*" /> | ||
372 | + <exclude name="META-INF/application.xml" /> | ||
373 | + </fileset> | ||
374 | + <fileset dir="."> | ||
375 | + <include name="Controlador*.jar" /> | ||
376 | + <include name="Batch*.jar" /> | ||
377 | + </fileset> | ||
378 | + <fileset dir="."> | ||
379 | + <include name="gcom.war" /> | ||
380 | + </fileset> | ||
381 | + <fileset dir="."> | ||
382 | + <include name="gcom.jar" /> | ||
383 | + </fileset> | ||
384 | + </ear> | ||
385 | + </target> | ||
386 | + | ||
387 | + <target depends="war-dev, ejb-dev" name="ear-dev"> | ||
388 | + <mkdir dir="${nomeEAR}/META-INF" /> | ||
389 | + <copy todir="${nomeEAR}/META-INF"> | ||
390 | + <fileset dir="META-INF"> | ||
391 | + <include name="application.xml" /> | ||
392 | + </fileset> | ||
393 | + </copy> | ||
394 | + <copy todir="${nomeEAR}"> | ||
395 | + <fileset dir="."> | ||
396 | + <include name="gcom.jar" /> | ||
397 | + </fileset> | ||
398 | + </copy> | ||
399 | + </target> | ||
400 | + | ||
401 | + <target name="jasperReports" description="Compilar os Relatórios"> | ||
402 | + <taskdef name="jrc" classname="net.sf.jasperreports.ant.JRAntCompileTask"> | ||
403 | + <classpath> | ||
404 | + <fileset dir="${lib.jasper}"> | ||
405 | + <include name="*.jar" /> | ||
406 | + </fileset> | ||
407 | + </classpath> | ||
408 | + </taskdef> | ||
409 | + | ||
410 | + <jrc srcdir="${reports}" destdir="${reports}" tempdir="${reports}" keepjava="false" xmlvalidation="false"> | ||
411 | + <classpath> | ||
412 | + <fileset dir="${lib.jasper}"> | ||
413 | + <include name="*.jar" /> | ||
414 | + </fileset> | ||
415 | + </classpath> | ||
416 | + </jrc> | ||
417 | + </target> | ||
418 | + | ||
419 | + <target name="resource"> | ||
420 | + <copy todir="${dest}"> | ||
421 | + <fileset dir="${src}"> | ||
422 | + <include name="**/*.au" /> | ||
423 | + <include name="**/*.midi" /> | ||
424 | + <include name="**/*.gif" /> | ||
425 | + <include name="**/*.xml" /> | ||
426 | + <include name="**/*.properties" /> | ||
427 | + <include name="**/*.aiff" /> | ||
428 | + <include name="**/*.jpe" /> | ||
429 | + <include name="**/*.jpeg" /> | ||
430 | + <include name="**/*.rmf" /> | ||
431 | + <include name="**/*.wav" /> | ||
432 | + <include name="**/*.mid" /> | ||
433 | + <include name="**/*.png" /> | ||
434 | + <include name="**/*.jpg" /> | ||
435 | + <include name="**/*.swf" /> | ||
436 | + <include name="**/*.jasper" /> | ||
437 | + </fileset> | ||
438 | + </copy> | ||
439 | + </target> | ||
440 | + | ||
441 | + <target name="clean"> | ||
442 | + <delete dir="${dest}" /> | ||
443 | + <delete failonerror="false" includeemptydirs="true"> | ||
444 | + <fileset dir="${reports}"> | ||
445 | + <include name="**/*.jasper" /> | ||
446 | + </fileset> | ||
447 | + </delete> | ||
448 | + </target> | ||
449 | + | ||
450 | + <target name="clean-dev"> | ||
451 | + <delete dir="${jboss.deploy}/gcom.ear" /> | ||
452 | + <delete dir="${jboss.home}/server/default/log" /> | ||
453 | + <delete dir="${jboss.home}/server/default/tmp" /> | ||
454 | + <delete dir="${jboss.home}/server/default/work" /> | ||
455 | + </target> | ||
456 | + | ||
457 | + <target name="alterardatasistema"> | ||
458 | + <replaceregexp byline="true"> | ||
459 | + <regexp pattern=":.*.*/td.*$" /> | ||
460 | + <substitution expression=": ${servidor.versao} (${versao.tipo}) ${data} - ${hora} </td>" /> | ||
461 | + <fileset dir="gcom"> | ||
462 | + <include name="**/rodape.jsp" /> | ||
463 | + </fileset> | ||
464 | + </replaceregexp> | ||
465 | + </target> | ||
466 | + | ||
467 | + <target name="limparDepoisExecucao"> | ||
468 | + <delete> | ||
469 | + <fileset dir="."> | ||
470 | + <include name="Batch*.jar" /> | ||
471 | + <include name="Controlador*.jar" /> | ||
472 | + <include name="gcom.war" /> | ||
473 | + <include name="null.jar" /> | ||
474 | + <include name="gcom.jar" /> | ||
475 | + </fileset> | ||
476 | + </delete> | ||
477 | + </target> | ||
478 | + | ||
479 | + <target name="update-ear"> | ||
480 | + <touch file="${jboss.deploy}/gcom.ear/META-INF/application.xml" /> | ||
481 | + </target> | ||
482 | + | ||
483 | + <target depends="jasperReports, javacompile" name="compile" /> | ||
484 | + | ||
485 | + <!-- usado para builds de release --> | ||
486 | + <target depends="clean, compile, alterardatasistema, ear, limparDepoisExecucao" name="make" /> | ||
487 | + | ||
488 | + <!-- usado para builds de desenvolvimento --> | ||
489 | + <target depends="compile, ear-dev, limparDepoisExecucao, update-ear" name="make-dev" /> | ||
490 | + | ||
491 | + <!-- usado para atualizar JSPs e outros artefatos no servidor de desenvolvimento --> | ||
492 | + <target depends="war-dev" name="update-jsp" /> | ||
493 | +</project> |
Gcom/descriptors/BatchAtualizarPagamentosContasCobranca/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchAtualizarPagamentosContasCobrancaMDB</display-name> | ||
7 | + <ejb-name>BatchAtualizarPagamentosContasCobrancaMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.cobranca.BatchAtualizarPagamentosContasCobrancaMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchAtualizarPagamentosContasCobrancaMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/BatchAtualizarPagamentosContasCobranca/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchAtualizarPagamentosContasCobrancaMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchAtualizarPagamentosContasCobrancaMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/BatchGerarValorVolumesConsumidosNaoFaturados/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchGerarValorVolumesConsumidosNaoFaturadosMDB</display-name> | ||
7 | + <ejb-name>BatchGerarValorVolumesConsumidosNaoFaturadosMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.financeiro.BatchGerarValorVolumesConsumidosNaoFaturadosMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchGerarValorVolumesConsumidosNaoFaturadosMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/BatchGerarValorVolumesConsumidosNaoFaturados/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchGerarValorVolumesConsumidosNaoFaturadosMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchGerarValorVolumesConsumidosNaoFaturadosMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/Gcom/descriptors/totem/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorTotemGCOM</display-name> | ||
7 | + <ejb-name>ControladorTotemGCOM</ejb-name> | ||
8 | + <local-home>gcom.webservice.totem.ControladorTotemLocalHome</local-home> | ||
9 | + <local>gcom.webservice.totem.ControladorTotemLocal</local> | ||
10 | + <ejb-class>gcom.webservice.totem.ControladorTotemSEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorTotemGCOM</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + </assembly-descriptor> | ||
24 | +</ejb-jar> |
Gcom/descriptors/Gcom/descriptors/totem/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorTotemGCOM</ejb-name> | ||
7 | + <jndi-name>ControladorTotemGCOM2</jndi-name> | ||
8 | + <local-jndi-name>ControladorTotemGCOM</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
@@ -0,0 +1,31 @@ | @@ -0,0 +1,31 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorAcessoGCOM</display-name> | ||
7 | + <ejb-name>ControladorAcessoGCOM</ejb-name> | ||
8 | + <local-home>gcom.seguranca.acesso.ControladorAcessoLocalHome</local-home> | ||
9 | + <local>gcom.seguranca.acesso.ControladorAcessoLocal</local> | ||
10 | + <ejb-class>gcom.seguranca.acesso.ControladorAcessoSEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorAcessoGCOM</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorAcessoGCOM</ejb-name> | ||
26 | + <method-name>registrarFuncionalidadeAcessada</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>RequiresNew</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + </assembly-descriptor> | ||
31 | +</ejb-jar> | ||
0 | \ No newline at end of file | 32 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorAcessoGCOM</ejb-name> | ||
7 | + <jndi-name>ControladorAcessoGCOM2</jndi-name> | ||
8 | + <local-jndi-name>ControladorAcessoGCOM</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
Gcom/descriptors/arrecadacaoBatchMDB/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>ControladorBatchArrecadacaoGCOM</display-name> | ||
7 | + <ejb-name>ControladorBatchArrecadacaoGCOM</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.arrecadacao.ControladorBatchArrecadacao | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Bean</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>ControladorBatchArrecadacaoGCOM</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>Never</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name>ControladorBatchArrecadacaoGCOM</ejb-name> | ||
7 | + </message-driven> | ||
8 | + </enterprise-beans> | ||
9 | +</jboss> | ||
0 | \ No newline at end of file | 10 | \ No newline at end of file |
@@ -0,0 +1,80 @@ | @@ -0,0 +1,80 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorArrecadacaoCAEMA</display-name> | ||
7 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
8 | + <local-home>gcom.arrecadacao.ControladorArrecadacaoLocalHome</local-home> | ||
9 | + <local>gcom.arrecadacao.ControladorArrecadacaoLocal</local> | ||
10 | + <ejb-class>gcom.arrecadacao.ControladorArrecadacaoCAEMASEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
26 | + <method-name>gerarDadosDiariosArrecadacao</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
33 | + <method-name>encerrarArrecadacaoMes</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>RequiresNew</trans-attribute> | ||
36 | + </container-transaction> | ||
37 | + <!--Esse metódo foi criado com transação para que no caso de erro na hora | ||
38 | + da transferência para o histórico, não seja perdido as contas, guias de pagamento, | ||
39 | + pagamentos e devoluções no encerrar arrecadação [UC0276] --> | ||
40 | + <container-transaction> | ||
41 | + <method> | ||
42 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
43 | + <method-name>gerarHistoricoParaEncerrarArrecadacaoMes</method-name> | ||
44 | + </method> | ||
45 | + <trans-attribute>Required</trans-attribute> | ||
46 | + </container-transaction> | ||
47 | + <container-transaction> | ||
48 | + <method> | ||
49 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
50 | + <method-name>gerarHistoricoConta</method-name> | ||
51 | + </method> | ||
52 | + <trans-attribute>Required</trans-attribute> | ||
53 | + </container-transaction> | ||
54 | + <!--fim do gerar histórico para encerrar arrecadação --> | ||
55 | + | ||
56 | + <container-transaction> | ||
57 | + <method> | ||
58 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
59 | + <method-name>classificarPagamentosDevolucoes</method-name> | ||
60 | + </method> | ||
61 | + <trans-attribute>NotSupported</trans-attribute> | ||
62 | + </container-transaction> | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + <container-transaction> | ||
67 | + <method> | ||
68 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
69 | + <method-name>atualizarLigacaoAguaLigadoAnaliseParaLigado</method-name> | ||
70 | + </method> | ||
71 | + <trans-attribute>NotSupported</trans-attribute> | ||
72 | + </container-transaction> | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + </assembly-descriptor> | ||
80 | +</ejb-jar> | ||
0 | \ No newline at end of file | 81 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorArrecadacaoCAEMA</ejb-name> | ||
7 | + <jndi-name>ControladorArrecadacaoCAEMA2</jndi-name> | ||
8 | + <local-jndi-name>ControladorArrecadacaoCAEMA</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
@@ -0,0 +1,74 @@ | @@ -0,0 +1,74 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorArrecadacaoCAER</display-name> | ||
7 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
8 | + <local-home>gcom.arrecadacao.ControladorArrecadacaoLocalHome</local-home> | ||
9 | + <local>gcom.arrecadacao.ControladorArrecadacaoLocal</local> | ||
10 | + <ejb-class>gcom.arrecadacao.ControladorArrecadacaoCAERSEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
26 | + <method-name>gerarDadosDiariosArrecadacao</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
33 | + <method-name>encerrarArrecadacaoMes</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>RequiresNew</trans-attribute> | ||
36 | + </container-transaction> | ||
37 | + <!--Esse metódo foi criado com transação para que no caso de erro na hora | ||
38 | + da transferência para o histórico, não seja perdido as contas, guias de pagamento, | ||
39 | + pagamentos e devoluções no encerrar arrecadação [UC0276] --> | ||
40 | + <container-transaction> | ||
41 | + <method> | ||
42 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
43 | + <method-name>gerarHistoricoParaEncerrarArrecadacaoMes</method-name> | ||
44 | + </method> | ||
45 | + <trans-attribute>Required</trans-attribute> | ||
46 | + </container-transaction> | ||
47 | + <container-transaction> | ||
48 | + <method> | ||
49 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
50 | + <method-name>gerarHistoricoConta</method-name> | ||
51 | + </method> | ||
52 | + <trans-attribute>Required</trans-attribute> | ||
53 | + </container-transaction> | ||
54 | + <!--fim do gerar histórico para encerrar arrecadação --> | ||
55 | + | ||
56 | + <container-transaction> | ||
57 | + <method> | ||
58 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
59 | + <method-name>classificarPagamentosDevolucoes</method-name> | ||
60 | + </method> | ||
61 | + <trans-attribute>NotSupported</trans-attribute> | ||
62 | + </container-transaction> | ||
63 | + | ||
64 | + | ||
65 | + <container-transaction> | ||
66 | + <method> | ||
67 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
68 | + <method-name>atualizarLigacaoAguaLigadoAnaliseParaLigado</method-name> | ||
69 | + </method> | ||
70 | + <trans-attribute>NotSupported</trans-attribute> | ||
71 | + </container-transaction> | ||
72 | + | ||
73 | + </assembly-descriptor> | ||
74 | +</ejb-jar> | ||
0 | \ No newline at end of file | 75 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorArrecadacaoCAER</ejb-name> | ||
7 | + <jndi-name>ControladorArrecadacaoCAER2</jndi-name> | ||
8 | + <local-jndi-name>ControladorArrecadacaoCAER</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
@@ -0,0 +1,80 @@ | @@ -0,0 +1,80 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorArrecadacaoCAERD</display-name> | ||
7 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
8 | + <local-home>gcom.arrecadacao.ControladorArrecadacaoLocalHome</local-home> | ||
9 | + <local>gcom.arrecadacao.ControladorArrecadacaoLocal</local> | ||
10 | + <ejb-class>gcom.arrecadacao.ControladorArrecadacaoCAERDSEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
26 | + <method-name>gerarDadosDiariosArrecadacao</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
33 | + <method-name>encerrarArrecadacaoMes</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>RequiresNew</trans-attribute> | ||
36 | + </container-transaction> | ||
37 | + <!--Esse metódo foi criado com transação para que no caso de erro na hora | ||
38 | + da transferência para o histórico, não seja perdido as contas, guias de pagamento, | ||
39 | + pagamentos e devoluções no encerrar arrecadação [UC0276] --> | ||
40 | + <container-transaction> | ||
41 | + <method> | ||
42 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
43 | + <method-name>gerarHistoricoParaEncerrarArrecadacaoMes</method-name> | ||
44 | + </method> | ||
45 | + <trans-attribute>Required</trans-attribute> | ||
46 | + </container-transaction> | ||
47 | + <container-transaction> | ||
48 | + <method> | ||
49 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
50 | + <method-name>gerarHistoricoConta</method-name> | ||
51 | + </method> | ||
52 | + <trans-attribute>Required</trans-attribute> | ||
53 | + </container-transaction> | ||
54 | + <!--fim do gerar histórico para encerrar arrecadação --> | ||
55 | + | ||
56 | + <container-transaction> | ||
57 | + <method> | ||
58 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
59 | + <method-name>classificarPagamentosDevolucoes</method-name> | ||
60 | + </method> | ||
61 | + <trans-attribute>NotSupported</trans-attribute> | ||
62 | + </container-transaction> | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + <container-transaction> | ||
67 | + <method> | ||
68 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
69 | + <method-name>atualizarLigacaoAguaLigadoAnaliseParaLigado</method-name> | ||
70 | + </method> | ||
71 | + <trans-attribute>NotSupported</trans-attribute> | ||
72 | + </container-transaction> | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + </assembly-descriptor> | ||
80 | +</ejb-jar> | ||
0 | \ No newline at end of file | 81 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorArrecadacaoCAERD</ejb-name> | ||
7 | + <jndi-name>ControladorArrecadacaoCAERD2</jndi-name> | ||
8 | + <local-jndi-name>ControladorArrecadacaoCAERD</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
@@ -0,0 +1,76 @@ | @@ -0,0 +1,76 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorArrecadacaoCAERN</display-name> | ||
7 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
8 | + <local-home>gcom.arrecadacao.ControladorArrecadacaoLocalHome</local-home> | ||
9 | + <local>gcom.arrecadacao.ControladorArrecadacaoLocal</local> | ||
10 | + <ejb-class>gcom.arrecadacao.ControladorArrecadacaoCAERNSEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
26 | + <method-name>gerarDadosDiariosArrecadacao</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
33 | + <method-name>encerrarArrecadacaoMes</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>RequiresNew</trans-attribute> | ||
36 | + </container-transaction> | ||
37 | + <!--Esse metódo foi criado com transação para que no caso de erro na hora | ||
38 | + da transferência para o histórico, não seja perdido as contas, guias de pagamento, | ||
39 | + pagamentos e devoluções no encerrar arrecadação [UC0276] --> | ||
40 | + <container-transaction> | ||
41 | + <method> | ||
42 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
43 | + <method-name>gerarHistoricoParaEncerrarArrecadacaoMes</method-name> | ||
44 | + </method> | ||
45 | + <trans-attribute>Required</trans-attribute> | ||
46 | + </container-transaction> | ||
47 | + <container-transaction> | ||
48 | + <method> | ||
49 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
50 | + <method-name>gerarHistoricoConta</method-name> | ||
51 | + </method> | ||
52 | + <trans-attribute>Required</trans-attribute> | ||
53 | + </container-transaction> | ||
54 | + <!--fim do gerar histórico para encerrar arrecadação --> | ||
55 | + | ||
56 | + <container-transaction> | ||
57 | + <method> | ||
58 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
59 | + <method-name>classificarPagamentosDevolucoes</method-name> | ||
60 | + </method> | ||
61 | + <trans-attribute>NotSupported</trans-attribute> | ||
62 | + </container-transaction> | ||
63 | + | ||
64 | + <container-transaction> | ||
65 | + <method> | ||
66 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
67 | + <method-name>atualizarLigacaoAguaLigadoAnaliseParaLigado</method-name> | ||
68 | + </method> | ||
69 | + <trans-attribute>NotSupported</trans-attribute> | ||
70 | + </container-transaction> | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + </assembly-descriptor> | ||
76 | +</ejb-jar> | ||
0 | \ No newline at end of file | 77 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorArrecadacaoCAERN</ejb-name> | ||
7 | + <jndi-name>ControladorArrecadacaoCAERN2</jndi-name> | ||
8 | + <local-jndi-name>ControladorArrecadacaoCAERN</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
Gcom/descriptors/arrecadacaoCOMPESA/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,78 @@ | @@ -0,0 +1,78 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorArrecadacaoCOMPESA</display-name> | ||
7 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
8 | + <local-home>gcom.arrecadacao.ControladorArrecadacaoLocalHome</local-home> | ||
9 | + <local>gcom.arrecadacao.ControladorArrecadacaoLocal</local> | ||
10 | + <ejb-class>gcom.arrecadacao.ControladorArrecadacaoCOMPESASEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
26 | + <method-name>gerarDadosDiariosArrecadacao</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
33 | + <method-name>encerrarArrecadacaoMes</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>NotSupported</trans-attribute> <!-- Alterado por Rodrigo 11/08/2008 --> | ||
36 | + <!--<trans-attribute>RequiresNew</trans-attribute>--> | ||
37 | + </container-transaction> | ||
38 | + <!--Esse metódo foi criado com transação para que no caso de erro na hora | ||
39 | + da transferência para o histórico, não seja perdido as contas, guias de pagamento, | ||
40 | + pagamentos e devoluções no encerrar arrecadação [UC0276] --> | ||
41 | + <container-transaction> | ||
42 | + <method> | ||
43 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
44 | + <method-name>gerarHistoricoParaEncerrarArrecadacaoMes</method-name> | ||
45 | + </method> | ||
46 | + <trans-attribute>Required</trans-attribute> | ||
47 | + </container-transaction> | ||
48 | + <container-transaction> | ||
49 | + <method> | ||
50 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
51 | + <method-name>gerarHistoricoConta</method-name> | ||
52 | + </method> | ||
53 | + <trans-attribute>Required</trans-attribute> | ||
54 | + </container-transaction> | ||
55 | + <!--fim do gerar histórico para encerrar arrecadação --> | ||
56 | + | ||
57 | + <container-transaction> | ||
58 | + <method> | ||
59 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
60 | + <method-name>classificarPagamentosDevolucoes</method-name> | ||
61 | + </method> | ||
62 | + <trans-attribute>NotSupported</trans-attribute> | ||
63 | + </container-transaction> | ||
64 | + | ||
65 | + | ||
66 | + <container-transaction> | ||
67 | + <method> | ||
68 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
69 | + <method-name>atualizarLigacaoAguaLigadoAnaliseParaLigado</method-name> | ||
70 | + </method> | ||
71 | + <trans-attribute>NotSupported</trans-attribute> | ||
72 | + </container-transaction> | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + </assembly-descriptor> | ||
78 | +</ejb-jar> | ||
0 | \ No newline at end of file | 79 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorArrecadacaoCOMPESA</ejb-name> | ||
7 | + <jndi-name>ControladorArrecadacaoCOMPESA2</jndi-name> | ||
8 | + <local-jndi-name>ControladorArrecadacaoCOMPESA</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
@@ -0,0 +1,78 @@ | @@ -0,0 +1,78 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorArrecadacaoCOSAMA</display-name> | ||
7 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
8 | + <local-home>gcom.arrecadacao.ControladorArrecadacaoLocalHome</local-home> | ||
9 | + <local>gcom.arrecadacao.ControladorArrecadacaoLocal</local> | ||
10 | + <ejb-class>gcom.arrecadacao.ControladorArrecadacaoCOSAMASEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
26 | + <method-name>gerarDadosDiariosArrecadacao</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
33 | + <method-name>encerrarArrecadacaoMes</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>NotSupported</trans-attribute> <!-- Alterado por Rodrigo 11/08/2008 --> | ||
36 | + <!--<trans-attribute>RequiresNew</trans-attribute>--> | ||
37 | + </container-transaction> | ||
38 | + <!--Esse metódo foi criado com transação para que no caso de erro na hora | ||
39 | + da transferência para o histórico, não seja perdido as contas, guias de pagamento, | ||
40 | + pagamentos e devoluções no encerrar arrecadação [UC0276] --> | ||
41 | + <container-transaction> | ||
42 | + <method> | ||
43 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
44 | + <method-name>gerarHistoricoParaEncerrarArrecadacaoMes</method-name> | ||
45 | + </method> | ||
46 | + <trans-attribute>Required</trans-attribute> | ||
47 | + </container-transaction> | ||
48 | + <container-transaction> | ||
49 | + <method> | ||
50 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
51 | + <method-name>gerarHistoricoConta</method-name> | ||
52 | + </method> | ||
53 | + <trans-attribute>Required</trans-attribute> | ||
54 | + </container-transaction> | ||
55 | + <!--fim do gerar histórico para encerrar arrecadação --> | ||
56 | + | ||
57 | + <container-transaction> | ||
58 | + <method> | ||
59 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
60 | + <method-name>classificarPagamentosDevolucoes</method-name> | ||
61 | + </method> | ||
62 | + <trans-attribute>NotSupported</trans-attribute> | ||
63 | + </container-transaction> | ||
64 | + | ||
65 | + | ||
66 | + <container-transaction> | ||
67 | + <method> | ||
68 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
69 | + <method-name>atualizarLigacaoAguaLigadoAnaliseParaLigado</method-name> | ||
70 | + </method> | ||
71 | + <trans-attribute>NotSupported</trans-attribute> | ||
72 | + </container-transaction> | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + </assembly-descriptor> | ||
78 | +</ejb-jar> |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorArrecadacaoCOSAMA</ejb-name> | ||
7 | + <jndi-name>ControladorArrecadacaoCOSAMA2</jndi-name> | ||
8 | + <local-jndi-name>ControladorArrecadacaoCOSAMA</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> |
Gcom/descriptors/arrecadacaoCOSANPA/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,78 @@ | @@ -0,0 +1,78 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorArrecadacaoCOSANPA</display-name> | ||
7 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
8 | + <local-home>gcom.arrecadacao.ControladorArrecadacaoLocalHome</local-home> | ||
9 | + <local>gcom.arrecadacao.ControladorArrecadacaoLocal</local> | ||
10 | + <ejb-class>gcom.arrecadacao.ControladorArrecadacaoCOSANPASEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
26 | + <method-name>gerarDadosDiariosArrecadacao</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
33 | + <method-name>encerrarArrecadacaoMes</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>NotSupported</trans-attribute> <!-- Alterado por Rodrigo 11/08/2008 --> | ||
36 | + <!--<trans-attribute>RequiresNew</trans-attribute>--> | ||
37 | + </container-transaction> | ||
38 | + <!--Esse metódo foi criado com transação para que no caso de erro na hora | ||
39 | + da transferência para o histórico, não seja perdido as contas, guias de pagamento, | ||
40 | + pagamentos e devoluções no encerrar arrecadação [UC0276] --> | ||
41 | + <container-transaction> | ||
42 | + <method> | ||
43 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
44 | + <method-name>gerarHistoricoParaEncerrarArrecadacaoMes</method-name> | ||
45 | + </method> | ||
46 | + <trans-attribute>Required</trans-attribute> | ||
47 | + </container-transaction> | ||
48 | + <container-transaction> | ||
49 | + <method> | ||
50 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
51 | + <method-name>gerarHistoricoConta</method-name> | ||
52 | + </method> | ||
53 | + <trans-attribute>Required</trans-attribute> | ||
54 | + </container-transaction> | ||
55 | + <!--fim do gerar histórico para encerrar arrecadação --> | ||
56 | + | ||
57 | + <container-transaction> | ||
58 | + <method> | ||
59 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
60 | + <method-name>classificarPagamentosDevolucoes</method-name> | ||
61 | + </method> | ||
62 | + <trans-attribute>NotSupported</trans-attribute> | ||
63 | + </container-transaction> | ||
64 | + | ||
65 | + | ||
66 | + <container-transaction> | ||
67 | + <method> | ||
68 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
69 | + <method-name>atualizarLigacaoAguaLigadoAnaliseParaLigado</method-name> | ||
70 | + </method> | ||
71 | + <trans-attribute>NotSupported</trans-attribute> | ||
72 | + </container-transaction> | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + </assembly-descriptor> | ||
78 | +</ejb-jar> | ||
0 | \ No newline at end of file | 79 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorArrecadacaoCOSANPA</ejb-name> | ||
7 | + <jndi-name>ControladorArrecadacaoCOSANPA2</jndi-name> | ||
8 | + <local-jndi-name>ControladorArrecadacaoCOSANPA</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
Gcom/descriptors/arrecadacaoJUAZEIRO/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,78 @@ | @@ -0,0 +1,78 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorArrecadacaoJUAZEIRO</display-name> | ||
7 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
8 | + <local-home>gcom.arrecadacao.ControladorArrecadacaoLocalHome</local-home> | ||
9 | + <local>gcom.arrecadacao.ControladorArrecadacaoLocal</local> | ||
10 | + <ejb-class>gcom.arrecadacao.ControladorArrecadacaoJUAZEIROSEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
26 | + <method-name>gerarDadosDiariosArrecadacao</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
33 | + <method-name>encerrarArrecadacaoMes</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>NotSupported</trans-attribute> <!-- Alterado por Rodrigo 11/08/2008 --> | ||
36 | + <!--<trans-attribute>RequiresNew</trans-attribute>--> | ||
37 | + </container-transaction> | ||
38 | + <!--Esse metódo foi criado com transação para que no caso de erro na hora | ||
39 | + da transferência para o histórico, não seja perdido as contas, guias de pagamento, | ||
40 | + pagamentos e devoluções no encerrar arrecadação [UC0276] --> | ||
41 | + <container-transaction> | ||
42 | + <method> | ||
43 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
44 | + <method-name>gerarHistoricoParaEncerrarArrecadacaoMes</method-name> | ||
45 | + </method> | ||
46 | + <trans-attribute>Required</trans-attribute> | ||
47 | + </container-transaction> | ||
48 | + <container-transaction> | ||
49 | + <method> | ||
50 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
51 | + <method-name>gerarHistoricoConta</method-name> | ||
52 | + </method> | ||
53 | + <trans-attribute>Required</trans-attribute> | ||
54 | + </container-transaction> | ||
55 | + <!--fim do gerar histórico para encerrar arrecadação --> | ||
56 | + | ||
57 | + <container-transaction> | ||
58 | + <method> | ||
59 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
60 | + <method-name>classificarPagamentosDevolucoes</method-name> | ||
61 | + </method> | ||
62 | + <trans-attribute>NotSupported</trans-attribute> | ||
63 | + </container-transaction> | ||
64 | + | ||
65 | + | ||
66 | + <container-transaction> | ||
67 | + <method> | ||
68 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
69 | + <method-name>atualizarLigacaoAguaLigadoAnaliseParaLigado</method-name> | ||
70 | + </method> | ||
71 | + <trans-attribute>NotSupported</trans-attribute> | ||
72 | + </container-transaction> | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + </assembly-descriptor> | ||
78 | +</ejb-jar> | ||
0 | \ No newline at end of file | 79 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorArrecadacaoJUAZEIRO</ejb-name> | ||
7 | + <jndi-name>ControladorArrecadacaoJUAZEIRO2</jndi-name> | ||
8 | + <local-jndi-name>ControladorArrecadacaoJUAZEIRO</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
Gcom/descriptors/atendimentoPublico/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,45 @@ | @@ -0,0 +1,45 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorAtendimentoPublicoGCOM</display-name> | ||
7 | + <ejb-name>ControladorAtendimentoPublicoGCOM</ejb-name> | ||
8 | + <local-home>gcom.atendimentopublico.ControladorAtendimentoPublicoLocalHome</local-home> | ||
9 | + <local>gcom.atendimentopublico.ControladorAtendimentoPublicoLocal</local> | ||
10 | + <ejb-class>gcom.atendimentopublico.ControladorAtendimentoPublicoSEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorAtendimentoPublicoGCOM</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + <container-transaction> | ||
24 | + <method> | ||
25 | + <ejb-name>ControladorAtendimentoPublicoGCOM</ejb-name> | ||
26 | + <method-name>atualizarAutosInfracaoComPrazoRecursoVencido</method-name> | ||
27 | + </method> | ||
28 | + <trans-attribute>NotSupported</trans-attribute> | ||
29 | + </container-transaction> | ||
30 | + <container-transaction> | ||
31 | + <method> | ||
32 | + <ejb-name>ControladorAtendimentoPublicoGCOM</ejb-name> | ||
33 | + <method-name>gerarArquivoOrdemDeFiscalizacao</method-name> | ||
34 | + </method> | ||
35 | + <trans-attribute>NotSupported</trans-attribute> | ||
36 | + </container-transaction> | ||
37 | + <container-transaction> | ||
38 | + <method> | ||
39 | + <ejb-name>ControladorAtendimentoPublicoGCOM</ejb-name> | ||
40 | + <method-name>gerarDadosOrdemDeFiscalizacao</method-name> | ||
41 | + </method> | ||
42 | + <trans-attribute>NotSupported</trans-attribute> | ||
43 | + </container-transaction> | ||
44 | + </assembly-descriptor> | ||
45 | +</ejb-jar> | ||
0 | \ No newline at end of file | 46 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorAtendimentoPublicoGCOM</ejb-name> | ||
7 | + <jndi-name>ControladorAtendimentoPublicoGCOM2</jndi-name> | ||
8 | + <local-jndi-name>ControladorAtendimentoPublicoGCOM</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
Gcom/descriptors/atualizacaoCadastral/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorAtualizacaoCadastralGCOM</display-name> | ||
7 | + <ejb-name>ControladorAtualizacaoCadastralGCOM</ejb-name> | ||
8 | + <local-home>gcom.atualizacaocadastral.ControladorAtualizacaoCadastralLocalHome</local-home> | ||
9 | + <local>gcom.atualizacaocadastral.ControladorAtualizacaoCadastralLocal</local> | ||
10 | + <ejb-class>gcom.atualizacaocadastral.ControladorAtualizacaoCadastralSEJB</ejb-class> | ||
11 | + <session-type>Stateless</session-type> | ||
12 | + <transaction-type>Container</transaction-type> | ||
13 | + </session> | ||
14 | + </enterprise-beans> | ||
15 | + <assembly-descriptor> | ||
16 | + <container-transaction> | ||
17 | + <method> | ||
18 | + <ejb-name>ControladorAtualizacaoCadastralGCOM</ejb-name> | ||
19 | + <method-name>*</method-name> | ||
20 | + </method> | ||
21 | + <trans-attribute>Required</trans-attribute> | ||
22 | + </container-transaction> | ||
23 | + </assembly-descriptor> | ||
24 | +</ejb-jar> | ||
0 | \ No newline at end of file | 25 | \ No newline at end of file |
Gcom/descriptors/atualizacaoCadastral/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorAtualizacaoCadastralGCOM</ejb-name> | ||
7 | + <jndi-name>ControladorAtualizacaoCadastralGCOM2</jndi-name> | ||
8 | + <local-jndi-name>ControladorAtualizacaoCadastralGCOM</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
@@ -0,0 +1,313 @@ | @@ -0,0 +1,313 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <display-name>ControladorBatchGCOM</display-name> | ||
7 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
8 | + <local-home> | ||
9 | + gcom.batch.ControladorBatchLocalHome | ||
10 | + </local-home> | ||
11 | + <local>gcom.batch.ControladorBatchLocal</local> | ||
12 | + <ejb-class>gcom.batch.ControladorBatchSEJB</ejb-class> | ||
13 | + <session-type>Stateless</session-type> | ||
14 | + <transaction-type>Container</transaction-type> | ||
15 | + </session> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>Required</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + <container-transaction> | ||
26 | + <method> | ||
27 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
28 | + <method-name> | ||
29 | + iniciarUnidadeProcessamentoBatch | ||
30 | + </method-name> | ||
31 | + </method> | ||
32 | + <trans-attribute>RequiresNew</trans-attribute> | ||
33 | + </container-transaction> | ||
34 | + <container-transaction> | ||
35 | + <method> | ||
36 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
37 | + <method-name> | ||
38 | + encerrarUnidadeProcessamentoBatch | ||
39 | + </method-name> | ||
40 | + </method> | ||
41 | + <trans-attribute>RequiresNew</trans-attribute> | ||
42 | + </container-transaction> | ||
43 | + | ||
44 | + | ||
45 | + <container-transaction> | ||
46 | + <method> | ||
47 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
48 | + <method-name> | ||
49 | + removerColecaoObjetoParaBatch | ||
50 | + </method-name> | ||
51 | + </method> | ||
52 | + <trans-attribute>Required</trans-attribute> | ||
53 | + </container-transaction> | ||
54 | + | ||
55 | + <container-transaction> | ||
56 | + <method> | ||
57 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
58 | + <method-name> | ||
59 | + inserirColecaoObjetoParaBatch | ||
60 | + </method-name> | ||
61 | + </method> | ||
62 | + <trans-attribute>Required</trans-attribute> | ||
63 | + </container-transaction> | ||
64 | + | ||
65 | + <container-transaction> | ||
66 | + <method> | ||
67 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
68 | + <method-name> | ||
69 | + inserirColecaoObjetoParaBatchTransacao | ||
70 | + </method-name> | ||
71 | + </method> | ||
72 | + <trans-attribute>Required</trans-attribute> | ||
73 | + </container-transaction> | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + <container-transaction> | ||
78 | + <method> | ||
79 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
80 | + <method-name> | ||
81 | + inserirObjetoParaBatchGerencial | ||
82 | + </method-name> | ||
83 | + </method> | ||
84 | + <trans-attribute>NotSupported</trans-attribute> | ||
85 | + </container-transaction> | ||
86 | + | ||
87 | + <container-transaction> | ||
88 | + <method> | ||
89 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
90 | + <method-name> | ||
91 | + removerColecaoGuiaPagamentoCategoriaParaBatch | ||
92 | + </method-name> | ||
93 | + </method> | ||
94 | + <trans-attribute>Required</trans-attribute> | ||
95 | + </container-transaction> | ||
96 | + | ||
97 | + <container-transaction> | ||
98 | + <method> | ||
99 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
100 | + <method-name> | ||
101 | + removerColecaoClienteGuiaPagamentoParaBatch | ||
102 | + </method-name> | ||
103 | + </method> | ||
104 | + <trans-attribute>Required</trans-attribute> | ||
105 | + </container-transaction> | ||
106 | + | ||
107 | + <container-transaction> | ||
108 | + <method> | ||
109 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
110 | + <method-name> | ||
111 | + removerColecaoGuiaPagamentoParaBatch | ||
112 | + </method-name> | ||
113 | + </method> | ||
114 | + <trans-attribute>Required</trans-attribute> | ||
115 | + </container-transaction> | ||
116 | + | ||
117 | + <container-transaction> | ||
118 | + <method> | ||
119 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
120 | + <method-name> | ||
121 | + removerColecaoDebitoACobrarParaBatch | ||
122 | + </method-name> | ||
123 | + </method> | ||
124 | + <trans-attribute>Required</trans-attribute> | ||
125 | + </container-transaction> | ||
126 | + | ||
127 | + <container-transaction> | ||
128 | + <method> | ||
129 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
130 | + <method-name> | ||
131 | + removerColecaoPagamentoParaBatch | ||
132 | + </method-name> | ||
133 | + </method> | ||
134 | + <trans-attribute>Required</trans-attribute> | ||
135 | + </container-transaction> | ||
136 | + | ||
137 | + <container-transaction> | ||
138 | + <method> | ||
139 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
140 | + <method-name> | ||
141 | + removerColecaoDevolucaoParaBatch | ||
142 | + </method-name> | ||
143 | + </method> | ||
144 | + <trans-attribute>Required</trans-attribute> | ||
145 | + </container-transaction> | ||
146 | + | ||
147 | + <container-transaction> | ||
148 | + <method> | ||
149 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
150 | + <method-name> | ||
151 | + removerColecaoContaParaBatch | ||
152 | + </method-name> | ||
153 | + </method> | ||
154 | + <trans-attribute>Required</trans-attribute> | ||
155 | + </container-transaction> | ||
156 | + | ||
157 | + <container-transaction> | ||
158 | + <method> | ||
159 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
160 | + <method-name> | ||
161 | + removerColecaoContaCategoriaParaBatch | ||
162 | + </method-name> | ||
163 | + </method> | ||
164 | + <trans-attribute>Required</trans-attribute> | ||
165 | + </container-transaction> | ||
166 | + | ||
167 | + <container-transaction> | ||
168 | + <method> | ||
169 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
170 | + <method-name> | ||
171 | + removerColecaoContaCategoriaConsumoFaixaParaBatch | ||
172 | + </method-name> | ||
173 | + </method> | ||
174 | + <trans-attribute>Required</trans-attribute> | ||
175 | + </container-transaction> | ||
176 | + | ||
177 | + <container-transaction> | ||
178 | + <method> | ||
179 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
180 | + <method-name> | ||
181 | + removerColecaoCreditoRealizadoParaBatch | ||
182 | + </method-name> | ||
183 | + </method> | ||
184 | + <trans-attribute>Required</trans-attribute> | ||
185 | + </container-transaction> | ||
186 | + | ||
187 | + <container-transaction> | ||
188 | + <method> | ||
189 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
190 | + <method-name> | ||
191 | + removerColecaoDebitoCobradoParaBatch | ||
192 | + </method-name> | ||
193 | + </method> | ||
194 | + <trans-attribute>Required</trans-attribute> | ||
195 | + </container-transaction> | ||
196 | + | ||
197 | + <container-transaction> | ||
198 | + <method> | ||
199 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
200 | + <method-name> | ||
201 | + removerColecaoDebitoCobradoCategoriaParaBatch | ||
202 | + </method-name> | ||
203 | + </method> | ||
204 | + <trans-attribute>Required</trans-attribute> | ||
205 | + </container-transaction> | ||
206 | + | ||
207 | + <container-transaction> | ||
208 | + <method> | ||
209 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
210 | + <method-name> | ||
211 | + removerColecaoCreditoRealizadoCategoriaParaBatch | ||
212 | + </method-name> | ||
213 | + </method> | ||
214 | + <trans-attribute>Required</trans-attribute> | ||
215 | + </container-transaction> | ||
216 | + | ||
217 | + <container-transaction> | ||
218 | + <method> | ||
219 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
220 | + <method-name> | ||
221 | + removerColecaoContaImpostosDeduzidosParaBatch | ||
222 | + </method-name> | ||
223 | + </method> | ||
224 | + <trans-attribute>Required</trans-attribute> | ||
225 | + </container-transaction> | ||
226 | + | ||
227 | + <container-transaction> | ||
228 | + <method> | ||
229 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
230 | + <method-name> | ||
231 | + removerColecaoClienteContaParaBatch | ||
232 | + </method-name> | ||
233 | + </method> | ||
234 | + <trans-attribute>Required</trans-attribute> | ||
235 | + </container-transaction> | ||
236 | + | ||
237 | + <container-transaction> | ||
238 | + <method> | ||
239 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
240 | + <method-name> | ||
241 | + removerColecaoDebitoACobrarCategoriaParaBatch | ||
242 | + </method-name> | ||
243 | + </method> | ||
244 | + <trans-attribute>Required</trans-attribute> | ||
245 | + </container-transaction> | ||
246 | + <container-transaction> | ||
247 | + <method> | ||
248 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
249 | + <method-name> | ||
250 | + verificadorProcessosSistema | ||
251 | + </method-name> | ||
252 | + </method> | ||
253 | + <trans-attribute>NotSupported</trans-attribute> | ||
254 | + </container-transaction> | ||
255 | + | ||
256 | + <container-transaction> | ||
257 | + <method> | ||
258 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
259 | + <method-name> | ||
260 | + atualizarObjetoParaBatch | ||
261 | + </method-name> | ||
262 | + </method> | ||
263 | + <trans-attribute>NotSupported</trans-attribute> | ||
264 | + </container-transaction> | ||
265 | + | ||
266 | + <container-transaction> | ||
267 | + <method> | ||
268 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
269 | + <method-name> | ||
270 | + inserirObjetoParaBatch | ||
271 | + </method-name> | ||
272 | + </method> | ||
273 | + <trans-attribute>NotSupported</trans-attribute> | ||
274 | + </container-transaction> | ||
275 | + <container-transaction> | ||
276 | + <method> | ||
277 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
278 | + <method-name> | ||
279 | + removerColecaoObjetoParaBatchSemTransacao | ||
280 | + </method-name> | ||
281 | + </method> | ||
282 | + <trans-attribute>NotSupported</trans-attribute> | ||
283 | + </container-transaction> | ||
284 | + <container-transaction> | ||
285 | + <method> | ||
286 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
287 | + <method-name> | ||
288 | + removerObjetoParaBatchSemTransacao | ||
289 | + </method-name> | ||
290 | + </method> | ||
291 | + <trans-attribute>NotSupported</trans-attribute> | ||
292 | + </container-transaction> | ||
293 | + <container-transaction> | ||
294 | + <method> | ||
295 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
296 | + <method-name> | ||
297 | + inserirColecaoObjetoParaBatchSemTransacao | ||
298 | + </method-name> | ||
299 | + </method> | ||
300 | + <trans-attribute>Required</trans-attribute> | ||
301 | + </container-transaction> | ||
302 | + <container-transaction> | ||
303 | + <method> | ||
304 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
305 | + <method-name> | ||
306 | + atualizarColecaoObjetoParaBatchSemTransacao | ||
307 | + </method-name> | ||
308 | + </method> | ||
309 | + <trans-attribute>Required</trans-attribute> | ||
310 | + </container-transaction> | ||
311 | + | ||
312 | + </assembly-descriptor> | ||
313 | +</ejb-jar> | ||
0 | \ No newline at end of file | 314 | \ No newline at end of file |
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <session> | ||
6 | + <ejb-name>ControladorBatchGCOM</ejb-name> | ||
7 | + <jndi-name>ControladorBatchGCOM2</jndi-name> | ||
8 | + <local-jndi-name>ControladorBatchGCOM</local-jndi-name> | ||
9 | + </session> | ||
10 | + </enterprise-beans> | ||
11 | +</jboss> | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |
Gcom/descriptors/batchAcompanharPagamentoDoParcelamento/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + | ||
8 | + BatchAcompanharPagamentoDoParcelamentoMDB | ||
9 | + | ||
10 | + </display-name> | ||
11 | + | ||
12 | + <ejb-name>BatchAcompanharPagamentoDoParcelamentoMDB</ejb-name> | ||
13 | + | ||
14 | + <ejb-class> | ||
15 | + | ||
16 | + gcom.batch.cobranca.spcserasa.BatchAcompanharPagamentoDoParcelamentoMDB | ||
17 | + | ||
18 | + | ||
19 | + </ejb-class> | ||
20 | + <transaction-type>Container</transaction-type> | ||
21 | + <message-driven-destination> | ||
22 | + <destination-type>javax.jms.Queue</destination-type> | ||
23 | + </message-driven-destination> | ||
24 | + </message-driven> | ||
25 | + </enterprise-beans> | ||
26 | + <assembly-descriptor> | ||
27 | + <container-transaction> | ||
28 | + <method> | ||
29 | + | ||
30 | + <ejb-name>BatchAcompanharPagamentoDoParcelamentoMDB</ejb-name> | ||
31 | + | ||
32 | + <method-name>*</method-name> | ||
33 | + </method> | ||
34 | + <trans-attribute>NotSupported</trans-attribute> | ||
35 | + </container-transaction> | ||
36 | + </assembly-descriptor> | ||
37 | +</ejb-jar> | ||
0 | \ No newline at end of file | 38 | \ No newline at end of file |
Gcom/descriptors/batchAcompanharPagamentoDoParcelamento/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + | ||
7 | + <ejb-name>BatchAcompanharPagamentoDoParcelamentoMDB</ejb-name> | ||
8 | + | ||
9 | + <destination-jndi-name> | ||
10 | + | ||
11 | + BatchAcompanharPagamentoDoParcelamentoMDB | ||
12 | + | ||
13 | + </destination-jndi-name> | ||
14 | + </message-driven> | ||
15 | + </enterprise-beans> | ||
16 | +</jboss> | ||
0 | \ No newline at end of file | 17 | \ No newline at end of file |
Gcom/descriptors/batchAlterarInscricaoImovel/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchAlterarInscricaoImovelMDB</display-name> | ||
7 | + <ejb-name>BatchAlterarInscricaoImovelMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.faturamento.BatchAlterarInscricaoImovelMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchAlterarInscricaoImovelMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchAlterarInscricaoImovel/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchAlterarInscricaoImovelMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchAlterarInscricaoImovelMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchApagarResumoDevedoresDuvidosos/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchApagarResumoDevedoresDuvidososMDB</display-name> | ||
7 | + <ejb-name>BatchApagarResumoDevedoresDuvidososMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.financeiro.BatchApagarResumoDevedoresDuvidososMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchApagarResumoDevedoresDuvidososMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchApagarResumoDevedoresDuvidosos/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchApagarResumoDevedoresDuvidososMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchApagarResumoDevedoresDuvidososMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchAssociarConsumoTarifaAlternativaImovel/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchAssociarConsumoTarifaAlternativaImovelMDB</display-name> | ||
7 | + <ejb-name>BatchAssociarConsumoTarifaAlternativaImovelMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.faturamento.BatchAssociarConsumoTarifaAlternativaImovelMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchAssociarConsumoTarifaAlternativaImovelMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchAssociarConsumoTarifaAlternativaImovel/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchAssociarConsumoTarifaAlternativaImovelMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchAssociarConsumoTarifaAlternativaImovelMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchAtualizaQuantidadeParcelaPagaConsecutivaParcelaBonus/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + BatchAtualizaQuantidadeParcelaPagaConsecutivaParcelaBonusMDB | ||
8 | + </display-name> | ||
9 | + <ejb-name>BatchAtualizaQuantidadeParcelaPagaConsecutivaParcelaBonusMDB</ejb-name> | ||
10 | + <ejb-class> | ||
11 | + gcom.batch.faturamento.BatchAtualizaQuantidadeParcelaPagaConsecutivaParcelaBonusMDB | ||
12 | + </ejb-class> | ||
13 | + <transaction-type>Container</transaction-type> | ||
14 | + <message-driven-destination> | ||
15 | + <destination-type>javax.jms.Queue</destination-type> | ||
16 | + </message-driven-destination> | ||
17 | + </message-driven> | ||
18 | + </enterprise-beans> | ||
19 | + <assembly-descriptor> | ||
20 | + <container-transaction> | ||
21 | + <method> | ||
22 | + <ejb-name>BatchAtualizaQuantidadeParcelaPagaConsecutivaParcelaBonusMDB</ejb-name> | ||
23 | + <method-name>*</method-name> | ||
24 | + </method> | ||
25 | + <trans-attribute>NotSupported</trans-attribute> | ||
26 | + </container-transaction> | ||
27 | + </assembly-descriptor> | ||
28 | +</ejb-jar> | ||
0 | \ No newline at end of file | 29 | \ No newline at end of file |
Gcom/descriptors/batchAtualizaQuantidadeParcelaPagaConsecutivaParcelaBonus/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name>BatchAtualizaQuantidadeParcelaPagaConsecutivaParcelaBonusMDB</ejb-name> | ||
7 | + <destination-jndi-name> | ||
8 | + BatchAtualizaQuantidadeParcelaPagaConsecutivaParcelaBonusMDB | ||
9 | + </destination-jndi-name> | ||
10 | + </message-driven> | ||
11 | + </enterprise-beans> | ||
12 | +</jboss> | ||
0 | \ No newline at end of file | 13 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarAutosInfracaoPrazoRecursoVencido/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchAtualizarAutosInfracaoPrazoRecursoVencidoMDB</display-name> | ||
7 | + <ejb-name>BatchAtualizarAutosInfracaoPrazoRecursoVencidoMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.atendimentopublico.BatchAtualizarAutosInfracaoPrazoRecursoVencidoMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchAtualizarAutosInfracaoPrazoRecursoVencidoMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarAutosInfracaoPrazoRecursoVencido/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchAtualizarAutosInfracaoPrazoRecursoVencidoMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchAtualizarAutosInfracaoPrazoRecursoVencidoMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarCodigoDebitoAutomatico/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchAtualizarCodigoDebitoAutomaticoMDB</display-name> | ||
7 | + <ejb-name>BatchAtualizarCodigoDebitoAutomaticoMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.cadastro.BatchAtualizarCodigoDebitoAutomaticoMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchAtualizarCodigoDebitoAutomaticoMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarCodigoDebitoAutomatico/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,21 @@ | @@ -0,0 +1,21 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchAtualizarCodigoDebitoAutomaticoMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchAtualizarCodigoDebitoAutomaticoMDB | ||
11 | + </destination-jndi-name> | ||
12 | + <invoker-bindings> | ||
13 | + <invoker> | ||
14 | + <invoker-proxy-binding-name> | ||
15 | + message-driven-bean-limite10 | ||
16 | + </invoker-proxy-binding-name> | ||
17 | + </invoker> | ||
18 | + </invoker-bindings> | ||
19 | + </message-driven> | ||
20 | + </enterprise-beans> | ||
21 | +</jboss> | ||
0 | \ No newline at end of file | 22 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarComandoAtividadeAcaoCobranca/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + BatchAtualizarComandoAtividadeAcaoCobrancaMDB | ||
8 | + </display-name> | ||
9 | + <ejb-name>BatchAtualizarComandoAtividadeAcaoCobrancaMDB</ejb-name> | ||
10 | + <ejb-class> | ||
11 | + gcom.batch.cobranca.BatchAtualizarComandoAtividadeAcaoCobrancaMDB | ||
12 | + </ejb-class> | ||
13 | + <transaction-type>Container</transaction-type> | ||
14 | + <message-driven-destination> | ||
15 | + <destination-type>javax.jms.Queue</destination-type> | ||
16 | + </message-driven-destination> | ||
17 | + </message-driven> | ||
18 | + </enterprise-beans> | ||
19 | + <assembly-descriptor> | ||
20 | + <container-transaction> | ||
21 | + <method> | ||
22 | + <ejb-name>BatchAtualizarComandoAtividadeAcaoCobrancaMDB</ejb-name> | ||
23 | + <method-name>*</method-name> | ||
24 | + </method> | ||
25 | + <trans-attribute>NotSupported</trans-attribute> | ||
26 | + </container-transaction> | ||
27 | + </assembly-descriptor> | ||
28 | +</ejb-jar> | ||
0 | \ No newline at end of file | 29 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarComandoAtividadeAcaoCobranca/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name>BatchAtualizarComandoAtividadeAcaoCobrancaMDB</ejb-name> | ||
7 | + <destination-jndi-name> | ||
8 | + BatchAtualizarComandoAtividadeAcaoCobrancaMDB | ||
9 | + </destination-jndi-name> | ||
10 | + </message-driven> | ||
11 | + </enterprise-beans> | ||
12 | +</jboss> | ||
0 | \ No newline at end of file | 13 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarConjuntoHidrometro/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,27 @@ | @@ -0,0 +1,27 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchAtualizarConjuntoHidrometroMDB</display-name> | ||
7 | + <ejb-name>BatchAtualizarConjuntoHidrometroMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.micromedicao.BatchAtualizarConjuntoHidrometroMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchAtualizarConjuntoHidrometroMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | + | ||
27 | +</ejb-jar> |
Gcom/descriptors/batchAtualizarConjuntoHidrometro/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchAtualizarConjuntoHidrometroMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchAtualizarConjuntoHidrometroMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> |
Gcom/descriptors/batchAtualizarDadosCadastraisImovelRecadastramento/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + BatchAtualizarDadosCadastraisImovelRecadastramentoMDB | ||
8 | + </display-name> | ||
9 | + <ejb-name>BatchAtualizarDadosCadastraisImovelRecadastramentoMDB</ejb-name> | ||
10 | + <ejb-class> | ||
11 | + gcom.batch.atualizacaocadastral.BatchAtualizarDadosCadastraisImovelRecadastramentoMDB | ||
12 | + </ejb-class> | ||
13 | + <transaction-type>Container</transaction-type> | ||
14 | + <message-driven-destination> | ||
15 | + <destination-type>javax.jms.Queue</destination-type> | ||
16 | + </message-driven-destination> | ||
17 | + </message-driven> | ||
18 | + </enterprise-beans> | ||
19 | + <assembly-descriptor> | ||
20 | + <container-transaction> | ||
21 | + <method> | ||
22 | + <ejb-name>BatchAtualizarDadosCadastraisImovelRecadastramentoMDB</ejb-name> | ||
23 | + <method-name>*</method-name> | ||
24 | + </method> | ||
25 | + <trans-attribute>NotSupported</trans-attribute> | ||
26 | + </container-transaction> | ||
27 | + </assembly-descriptor> | ||
28 | +</ejb-jar> | ||
0 | \ No newline at end of file | 29 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarDadosCadastraisImovelRecadastramento/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name>BatchAtualizarDadosCadastraisImovelRecadastramentoMDB</ejb-name> | ||
7 | + <destination-jndi-name> | ||
8 | + BatchAtualizarDadosCadastraisImovelRecadastramentoMDB | ||
9 | + </destination-jndi-name> | ||
10 | + </message-driven> | ||
11 | + </enterprise-beans> | ||
12 | +</jboss> | ||
0 | \ No newline at end of file | 13 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarLigacaoAguaLigadoAnaliseParaLigado/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + BatchAtualizarLigacaoAguaLigadoAnaliseParaLigadoMDB | ||
8 | + </display-name> | ||
9 | + <ejb-name>BatchAtualizarLigacaoAguaLigadoAnaliseParaLigadoMDB</ejb-name> | ||
10 | + <ejb-class> | ||
11 | + gcom.batch.arrecadacao.BatchAtualizarLigacaoAguaLigadoAnaliseParaLigadoMDB | ||
12 | + </ejb-class> | ||
13 | + <transaction-type>Container</transaction-type> | ||
14 | + <message-driven-destination> | ||
15 | + <destination-type>javax.jms.Queue</destination-type> | ||
16 | + </message-driven-destination> | ||
17 | + </message-driven> | ||
18 | + </enterprise-beans> | ||
19 | + <assembly-descriptor> | ||
20 | + <container-transaction> | ||
21 | + <method> | ||
22 | + <ejb-name>BatchAtualizarLigacaoAguaLigadoAnaliseParaLigadoMDB</ejb-name> | ||
23 | + <method-name>*</method-name> | ||
24 | + </method> | ||
25 | + <trans-attribute>NotSupported</trans-attribute> | ||
26 | + </container-transaction> | ||
27 | + </assembly-descriptor> | ||
28 | +</ejb-jar> | ||
0 | \ No newline at end of file | 29 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarLigacaoAguaLigadoAnaliseParaLigado/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name>BatchAtualizarLigacaoAguaLigadoAnaliseParaLigadoMDB</ejb-name> | ||
7 | + <destination-jndi-name> | ||
8 | + BatchAtualizarLigacaoAguaLigadoAnaliseParaLigadoMDB | ||
9 | + </destination-jndi-name> | ||
10 | + </message-driven> | ||
11 | + </enterprise-beans> | ||
12 | +</jboss> | ||
0 | \ No newline at end of file | 13 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarNumeroExecucaoResumoNegativacao/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + | ||
8 | + BatchAtualizarNumeroExecucaoResumoNegativacaoMDB | ||
9 | + | ||
10 | + </display-name> | ||
11 | + | ||
12 | + <ejb-name>BatchAtualizarNumeroExecucaoResumoNegativacaoMDB</ejb-name> | ||
13 | + | ||
14 | + <ejb-class> | ||
15 | + | ||
16 | + gcom.batch.cobranca.spcserasa.BatchAtualizarNumeroExecucaoResumoNegativacaoMDB | ||
17 | + | ||
18 | + | ||
19 | + </ejb-class> | ||
20 | + <transaction-type>Container</transaction-type> | ||
21 | + <message-driven-destination> | ||
22 | + <destination-type>javax.jms.Queue</destination-type> | ||
23 | + </message-driven-destination> | ||
24 | + </message-driven> | ||
25 | + </enterprise-beans> | ||
26 | + <assembly-descriptor> | ||
27 | + <container-transaction> | ||
28 | + <method> | ||
29 | + | ||
30 | + <ejb-name>BatchAtualizarNumeroExecucaoResumoNegativacaoMDB</ejb-name> | ||
31 | + | ||
32 | + <method-name>*</method-name> | ||
33 | + </method> | ||
34 | + <trans-attribute>NotSupported</trans-attribute> | ||
35 | + </container-transaction> | ||
36 | + </assembly-descriptor> | ||
37 | +</ejb-jar> | ||
0 | \ No newline at end of file | 38 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarNumeroExecucaoResumoNegativacao/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + | ||
7 | + <ejb-name>BatchAtualizarNumeroExecucaoResumoNegativacaoMDB</ejb-name> | ||
8 | + | ||
9 | + <destination-jndi-name> | ||
10 | + | ||
11 | + BatchAtualizarNumeroExecucaoResumoNegativacaoMDB | ||
12 | + | ||
13 | + </destination-jndi-name> | ||
14 | + </message-driven> | ||
15 | + </enterprise-beans> | ||
16 | +</jboss> | ||
0 | \ No newline at end of file | 17 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarPerfilImovelLote/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + BatchAtualizarPerfilImovelLoteMDB | ||
8 | + </display-name> | ||
9 | + <ejb-name>BatchAtualizarPerfilImovelLoteMDB</ejb-name> | ||
10 | + <ejb-class> | ||
11 | + gcom.batch.cadastro.BatchAtualizarPerfilImovelLoteMDB | ||
12 | + </ejb-class> | ||
13 | + <transaction-type>Container</transaction-type> | ||
14 | + <message-driven-destination> | ||
15 | + <destination-type>javax.jms.Queue</destination-type> | ||
16 | + </message-driven-destination> | ||
17 | + </message-driven> | ||
18 | + </enterprise-beans> | ||
19 | + <assembly-descriptor> | ||
20 | + <container-transaction> | ||
21 | + <method> | ||
22 | + <ejb-name>BatchAtualizarPerfilImovelLoteMDB</ejb-name> | ||
23 | + <method-name>*</method-name> | ||
24 | + </method> | ||
25 | + <trans-attribute>NotSupported</trans-attribute> | ||
26 | + </container-transaction> | ||
27 | + </assembly-descriptor> | ||
28 | +</ejb-jar> | ||
0 | \ No newline at end of file | 29 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarPerfilImovelLote/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name>BatchAtualizarPerfilImovelLoteMDB</ejb-name> | ||
7 | + <destination-jndi-name> | ||
8 | + BatchAtualizarPerfilImovelLoteMDB | ||
9 | + </destination-jndi-name> | ||
10 | + </message-driven> | ||
11 | + </enterprise-beans> | ||
12 | +</jboss> | ||
0 | \ No newline at end of file | 13 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarResumoDevedoresDuvidosos/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchAtualizarResumoDevedoresDuvidososMDB</display-name> | ||
7 | + <ejb-name>BatchAtualizarResumoDevedoresDuvidososMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.financeiro.BatchAtualizarResumoDevedoresDuvidososMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchAtualizarResumoDevedoresDuvidososMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchAtualizarResumoDevedoresDuvidosos/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchAtualizarResumoDevedoresDuvidososMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchAtualizarResumoDevedoresDuvidososMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchAutomatizarCargaPentaho/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchAutomatizarCargaPentahoMDB</display-name> | ||
7 | + <ejb-name>BatchAutomatizarCargaPentahoMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.faturamento.BatchAutomatizarCargaPentahoMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchAutomatizarCargaPentahoMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchAutomatizarCargaPentaho/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchAutomatizarCargaPentahoMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchAutomatizarCargaPentahoMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchAutomatizarPerfisDeGrandesConsumidores/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + | ||
8 | + BatchAutomatizarPerfisDeGrandesConsumidoresMDB | ||
9 | + | ||
10 | + </display-name> | ||
11 | + | ||
12 | + <ejb-name>BatchAutomatizarPerfisDeGrandesConsumidoresMDB</ejb-name> | ||
13 | + | ||
14 | + <ejb-class> | ||
15 | + | ||
16 | + gcom.batch.faturamento.BatchAutomatizarPerfisDeGrandesConsumidoresMDB | ||
17 | + | ||
18 | + | ||
19 | + </ejb-class> | ||
20 | + <transaction-type>Container</transaction-type> | ||
21 | + <message-driven-destination> | ||
22 | + <destination-type>javax.jms.Queue</destination-type> | ||
23 | + </message-driven-destination> | ||
24 | + </message-driven> | ||
25 | + </enterprise-beans> | ||
26 | + <assembly-descriptor> | ||
27 | + <container-transaction> | ||
28 | + <method> | ||
29 | + | ||
30 | + <ejb-name>BatchAutomatizarPerfisDeGrandesConsumidoresMDB</ejb-name> | ||
31 | + | ||
32 | + <method-name>*</method-name> | ||
33 | + </method> | ||
34 | + <trans-attribute>NotSupported</trans-attribute> | ||
35 | + </container-transaction> | ||
36 | + </assembly-descriptor> | ||
37 | +</ejb-jar> | ||
0 | \ No newline at end of file | 38 | \ No newline at end of file |
Gcom/descriptors/batchAutomatizarPerfisDeGrandesConsumidores/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + | ||
7 | + <ejb-name>BatchAutomatizarPerfisDeGrandesConsumidoresMDB</ejb-name> | ||
8 | + | ||
9 | + <destination-jndi-name> | ||
10 | + | ||
11 | + BatchAutomatizarPerfisDeGrandesConsumidoresMDB | ||
12 | + | ||
13 | + </destination-jndi-name> | ||
14 | + </message-driven> | ||
15 | + </enterprise-beans> | ||
16 | +</jboss> | ||
0 | \ No newline at end of file | 17 | \ No newline at end of file |
Gcom/descriptors/batchBaixaAutomaticaPagamentosNaoClassificados/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchBaixaAutomaticaPagamentosNaoClassificadosMDB</display-name> | ||
7 | + <ejb-name>BatchBaixaAutomaticaPagamentosNaoClassificadosMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.arrecadacao.BatchBaixaAutomaticaPagamentosNaoClassificadosMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchBaixaAutomaticaPagamentosNaoClassificadosMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> |
Gcom/descriptors/batchBaixaAutomaticaPagamentosNaoClassificados/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchBaixaAutomaticaPagamentosNaoClassificadosMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchBaixaAutomaticaPagamentosNaoClassificadosMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchCancelarGrupoFaturamentoMDB/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchCancelarGrupoFaturamentoMDB</display-name> | ||
7 | + <ejb-name>BatchCancelarGrupoFaturamentoMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.faturamento.BatchCancelarGrupoFaturamentoMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchCancelarGrupoFaturamentoMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchCancelarGrupoFaturamentoMDB/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchCancelarGrupoFaturamentoMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchCancelarGrupoFaturamentoMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchClassificarPagamentosDevolucoes/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchClassificarPagamentosDevolucoesMDB</display-name> | ||
7 | + <ejb-name>BatchClassificarPagamentosDevolucoesMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.arrecadacao.BatchClassificarPagamentosDevolucoesMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchClassificarPagamentosDevolucoesMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchClassificarPagamentosDevolucoes/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchClassificarPagamentosDevolucoesMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchClassificarPagamentosDevolucoesMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchColocarRevisaoConjuntoConta/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchColocarRevisaoConjuntoContaMDB</display-name> | ||
7 | + <ejb-name>BatchColocarRevisaoConjuntoContaMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.faturamento.BatchColocarRevisaoConjuntoContaMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchColocarRevisaoConjuntoContaMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchColocarRevisaoConjuntoConta/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchColocarRevisaoConjuntoContaMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchColocarRevisaoConjuntoContaMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchConsistirLeiturasCalcularConsumos/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchConsistirLeiturasCalcularConsumosMDB</display-name> | ||
7 | + <ejb-name>BatchConsistirLeiturasCalcularConsumosMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.micromedicao.BatchConsistirLeiturasCalcularConsumosMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchConsistirLeiturasCalcularConsumosMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchConsistirLeiturasCalcularConsumos/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchConsistirLeiturasCalcularConsumosMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchConsistirLeiturasCalcularConsumosMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchDesfazerParcelamentoPorEntradaNaoPaga/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + BatchDesfazerParcelamentoPorEntradaNaoPagaMDB | ||
8 | + </display-name> | ||
9 | + <ejb-name>BatchDesfazerParcelamentoPorEntradaNaoPagaMDB</ejb-name> | ||
10 | + <ejb-class> | ||
11 | + gcom.batch.cobranca.BatchDesfazerParcelamentoPorEntradaNaoPagaMDB | ||
12 | + </ejb-class> | ||
13 | + <transaction-type>Container</transaction-type> | ||
14 | + <message-driven-destination> | ||
15 | + <destination-type>javax.jms.Queue</destination-type> | ||
16 | + </message-driven-destination> | ||
17 | + </message-driven> | ||
18 | + </enterprise-beans> | ||
19 | + <assembly-descriptor> | ||
20 | + <container-transaction> | ||
21 | + <method> | ||
22 | + <ejb-name>BatchDesfazerParcelamentoPorEntradaNaoPagaMDB</ejb-name> | ||
23 | + <method-name>*</method-name> | ||
24 | + </method> | ||
25 | + <trans-attribute>NotSupported</trans-attribute> | ||
26 | + </container-transaction> | ||
27 | + </assembly-descriptor> | ||
28 | +</ejb-jar> | ||
0 | \ No newline at end of file | 29 | \ No newline at end of file |
Gcom/descriptors/batchDesfazerParcelamentoPorEntradaNaoPaga/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name>BatchDesfazerParcelamentoPorEntradaNaoPagaMDB</ejb-name> | ||
7 | + <destination-jndi-name> | ||
8 | + BatchDesfazerParcelamentoPorEntradaNaoPagaMDB | ||
9 | + </destination-jndi-name> | ||
10 | + </message-driven> | ||
11 | + </enterprise-beans> | ||
12 | +</jboss> | ||
0 | \ No newline at end of file | 13 | \ No newline at end of file |
Gcom/descriptors/batchDeterminarConfirmacaoDaNegativacao/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + | ||
8 | + BatchDeterminarConfirmacaoDaNegativacaoMDB | ||
9 | + | ||
10 | + </display-name> | ||
11 | + | ||
12 | + <ejb-name>BatchDeterminarConfirmacaoDaNegativacaoMDB</ejb-name> | ||
13 | + | ||
14 | + <ejb-class> | ||
15 | + | ||
16 | + gcom.batch.cobranca.spcserasa.BatchDeterminarConfirmacaoDaNegativacaoMDB | ||
17 | + | ||
18 | + | ||
19 | + </ejb-class> | ||
20 | + <transaction-type>Container</transaction-type> | ||
21 | + <message-driven-destination> | ||
22 | + <destination-type>javax.jms.Queue</destination-type> | ||
23 | + </message-driven-destination> | ||
24 | + </message-driven> | ||
25 | + </enterprise-beans> | ||
26 | + <assembly-descriptor> | ||
27 | + <container-transaction> | ||
28 | + <method> | ||
29 | + | ||
30 | + <ejb-name>BatchDeterminarConfirmacaoDaNegativacaoMDB</ejb-name> | ||
31 | + | ||
32 | + <method-name>*</method-name> | ||
33 | + </method> | ||
34 | + <trans-attribute>NotSupported</trans-attribute> | ||
35 | + </container-transaction> | ||
36 | + </assembly-descriptor> | ||
37 | +</ejb-jar> | ||
0 | \ No newline at end of file | 38 | \ No newline at end of file |
Gcom/descriptors/batchDeterminarConfirmacaoDaNegativacao/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + | ||
7 | + <ejb-name>BatchDeterminarConfirmacaoDaNegativacaoMDB</ejb-name> | ||
8 | + | ||
9 | + <destination-jndi-name> | ||
10 | + | ||
11 | + BatchDeterminarConfirmacaoDaNegativacaoMDB | ||
12 | + | ||
13 | + </destination-jndi-name> | ||
14 | + | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | +</jboss> |
Gcom/descriptors/batchEfetuarRateioConsumo/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchEfetuarRateioConsumoMDB</display-name> | ||
7 | + <ejb-name>BatchEfetuarRateioConsumoMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.micromedicao.BatchEfetuarRateioConsumoMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchEfetuarRateioConsumoMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchEfetuarRateioConsumo/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchEfetuarRateioConsumoMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchEfetuarRateioConsumoMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchElaborarRoteiro/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchElaborarRoteiroProgramacaoMDB</display-name> | ||
7 | + <ejb-name>BatchElaborarRoteiroProgramacaoMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.atendimentopublico.BatchElaborarRoteiroProgramacaoMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchElaborarRoteiroProgramacaoMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchElaborarRoteiro/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchElaborarRoteiroProgramacaoMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchElaborarRoteiroProgramacaoMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchEmitirBoletimCadastro/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchEmitirBoletimCadastroMDB</display-name> | ||
7 | + <ejb-name>BatchEmitirBoletimCadastroMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.cadastro.BatchEmitirBoletimCadastroMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchEmitirBoletimCadastroMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchEmitirBoletimCadastro/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchEmitirBoletimCadastroMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchEmitirBoletimCadastroMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchEmitirBoletos/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchEmitirBoletosMDB</display-name> | ||
7 | + <ejb-name>BatchEmitirBoletosMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.cadastro.BatchEmitirBoletosMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchEmitirBoletosMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchEmitirBoletosMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchEmitirBoletosMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchEmitirCartasCampanhaSolidariedadeCriancaParaNegociacaoAVista/META_INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchEmitirCartasCampanhaSolidariedadeCriancaParaNegociacaoAVistaMDB</display-name> | ||
7 | + <ejb-name>BatchEmitirCartasCampanhaSolidariedadeCriancaParaNegociacaoAVistaMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.cobranca.BatchEmitirCartasCampanhaSolidariedadeCriancaParaNegociacaoAVistaMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchEmitirCartasCampanhaSolidariedadeCriancaParaNegociacaoAVistaMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchEmitirCartasCampanhaSolidariedadeCriancaParaNegociacaoAVista/META_INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchEmitirCartasCampanhaSolidariedadeCriancaParaNegociacaoAVistaMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchEmitirCartasCampanhaSolidariedadeCriancaParaNegociacaoAVistaMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchEmitirCartasDeFinalDeAno/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + | ||
8 | + BatchEmitirCartasDeFinalDeAnoMDB | ||
9 | + | ||
10 | + </display-name> | ||
11 | + | ||
12 | + <ejb-name>BatchEmitirCartasDeFinalDeAnoMDB</ejb-name> | ||
13 | + | ||
14 | + <ejb-class> | ||
15 | + | ||
16 | + gcom.batch.cobranca.BatchEmitirCartasDeFinalDeAnoMDB | ||
17 | + | ||
18 | + | ||
19 | + </ejb-class> | ||
20 | + <transaction-type>Container</transaction-type> | ||
21 | + <message-driven-destination> | ||
22 | + <destination-type>javax.jms.Queue</destination-type> | ||
23 | + </message-driven-destination> | ||
24 | + </message-driven> | ||
25 | + </enterprise-beans> | ||
26 | + <assembly-descriptor> | ||
27 | + <container-transaction> | ||
28 | + <method> | ||
29 | + | ||
30 | + <ejb-name>BatchEmitirCartasDeFinalDeAnoMDB</ejb-name> | ||
31 | + | ||
32 | + <method-name>*</method-name> | ||
33 | + </method> | ||
34 | + <trans-attribute>NotSupported</trans-attribute> | ||
35 | + </container-transaction> | ||
36 | + </assembly-descriptor> | ||
37 | +</ejb-jar> | ||
0 | \ No newline at end of file | 38 | \ No newline at end of file |
Gcom/descriptors/batchEmitirCartasDeFinalDeAno/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + | ||
7 | + <ejb-name>BatchEmitirCartasDeFinalDeAnoMDB</ejb-name> | ||
8 | + | ||
9 | + <destination-jndi-name> | ||
10 | + | ||
11 | + BatchEmitirCartasDeFinalDeAnoMDB | ||
12 | + | ||
13 | + </destination-jndi-name> | ||
14 | + </message-driven> | ||
15 | + </enterprise-beans> | ||
16 | +</jboss> | ||
0 | \ No newline at end of file | 17 | \ No newline at end of file |
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchEmitirContasMDB</display-name> | ||
7 | + <ejb-name>BatchEmitirContasMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.faturamento.BatchEmitirContasMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchEmitirContasMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
@@ -0,0 +1,22 @@ | @@ -0,0 +1,22 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchEmitirContasMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchEmitirContasMDB | ||
11 | + </destination-jndi-name> | ||
12 | + <!-- <invoker-bindings> | ||
13 | + <invoker> | ||
14 | + <invoker-proxy-binding-name> | ||
15 | + message-driven-bean-limite1 | ||
16 | + </invoker-proxy-binding-name> | ||
17 | + </invoker> | ||
18 | + </invoker-bindings> | ||
19 | + --> | ||
20 | + </message-driven> | ||
21 | + </enterprise-beans> | ||
22 | +</jboss> | ||
0 | \ No newline at end of file | 23 | \ No newline at end of file |
Gcom/descriptors/batchEmitirContasOrgaoPublico/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchEmitirContasOrgaoPublicoMDB</display-name> | ||
7 | + <ejb-name>BatchEmitirContasOrgaoPublicoMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.faturamento.BatchEmitirContasOrgaoPublicoMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchEmitirContasOrgaoPublicoMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchEmitirContasOrgaoPublico/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchEmitirContasOrgaoPublicoMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchEmitirContasOrgaoPublicoMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |
Gcom/descriptors/batchEmitirDocumentoCobranca/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name> | ||
7 | + BatchEmitirDocumentoCobrancaMDB | ||
8 | + </display-name> | ||
9 | + <ejb-name>BatchEmitirDocumentoCobrancaMDB</ejb-name> | ||
10 | + <ejb-class> | ||
11 | + gcom.batch.cobranca.BatchEmitirDocumentoCobrancaMDB | ||
12 | + </ejb-class> | ||
13 | + <transaction-type>Container</transaction-type> | ||
14 | + <message-driven-destination> | ||
15 | + <destination-type>javax.jms.Queue</destination-type> | ||
16 | + </message-driven-destination> | ||
17 | + </message-driven> | ||
18 | + </enterprise-beans> | ||
19 | + <assembly-descriptor> | ||
20 | + <container-transaction> | ||
21 | + <method> | ||
22 | + <ejb-name>BatchEmitirDocumentoCobrancaMDB</ejb-name> | ||
23 | + <method-name>*</method-name> | ||
24 | + </method> | ||
25 | + <trans-attribute>NotSupported</trans-attribute> | ||
26 | + </container-transaction> | ||
27 | + </assembly-descriptor> | ||
28 | +</ejb-jar> | ||
0 | \ No newline at end of file | 29 | \ No newline at end of file |
Gcom/descriptors/batchEmitirDocumentoCobranca/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name>BatchEmitirDocumentoCobrancaMDB</ejb-name> | ||
7 | + <destination-jndi-name> | ||
8 | + BatchEmitirDocumentoCobrancaMDB | ||
9 | + </destination-jndi-name> | ||
10 | + </message-driven> | ||
11 | + </enterprise-beans> | ||
12 | +</jboss> | ||
0 | \ No newline at end of file | 13 | \ No newline at end of file |
Gcom/descriptors/batchEmitirExtratoConsumoImovelCondominio/META-INF/ejb-jar.xml
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> | ||
3 | +<ejb-jar> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <display-name>BatchEmitirExtratoConsumoImovelCondominioMDB</display-name> | ||
7 | + <ejb-name>BatchEmitirExtratoConsumoImovelCondominioMDB</ejb-name> | ||
8 | + <ejb-class> | ||
9 | + gcom.batch.faturamento.BatchEmitirExtratoConsumoImovelCondominioMDB | ||
10 | + </ejb-class> | ||
11 | + <transaction-type>Container</transaction-type> | ||
12 | + <message-driven-destination> | ||
13 | + <destination-type>javax.jms.Queue</destination-type> | ||
14 | + </message-driven-destination> | ||
15 | + </message-driven> | ||
16 | + </enterprise-beans> | ||
17 | + <assembly-descriptor> | ||
18 | + <container-transaction> | ||
19 | + <method> | ||
20 | + <ejb-name>BatchEmitirExtratoConsumoImovelCondominioMDB</ejb-name> | ||
21 | + <method-name>*</method-name> | ||
22 | + </method> | ||
23 | + <trans-attribute>NotSupported</trans-attribute> | ||
24 | + </container-transaction> | ||
25 | + </assembly-descriptor> | ||
26 | +</ejb-jar> | ||
0 | \ No newline at end of file | 27 | \ No newline at end of file |
Gcom/descriptors/batchEmitirExtratoConsumoImovelCondominio/META-INF/jboss.xml
0 → 100644
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | ||
3 | +<jboss> | ||
4 | + <enterprise-beans> | ||
5 | + <message-driven> | ||
6 | + <ejb-name> | ||
7 | + BatchEmitirExtratoConsumoImovelCondominioMDB | ||
8 | + </ejb-name> | ||
9 | + <destination-jndi-name> | ||
10 | + BatchEmitirExtratoConsumoImovelCondominioMDB | ||
11 | + </destination-jndi-name> | ||
12 | + </message-driven> | ||
13 | + </enterprise-beans> | ||
14 | +</jboss> | ||
0 | \ No newline at end of file | 15 | \ No newline at end of file |