Changeset 3473
- Timestamp:
- 02/10/12 14:43:50
- Files:
-
- trunk/build/license-mappings.xml (modified) (2 diffs)
- trunk/build/platforms/jbossService.xml (modified) (1 diff)
- trunk/build/platforms/runnableService.xml (modified) (1 diff)
- trunk/deployment/bw-core-appjars.xml (modified) (2 diffs)
- trunk/deployment/ear.meta/jboss-service.xml (modified) (1 diff)
- trunk/deployment/resources/hibernate/properties/hibernate.properties (modified) (1 diff)
- trunk/docs/CalWs-SOAP.odt (modified) (previous)
- trunk/docs/NOTICE (modified) (19 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/license-mappings.xml
r3472 r3473 603 603 </artifact> 604 604 <artifact> 605 <groupId>org.apache.pluto</groupId> 606 <artifactId>pluto</artifactId> 607 <license>Apache License, Version 2.0</license> 608 </artifact> 609 <artifact> 605 610 <groupId>org.apache.portals.bridges</groupId> 606 611 <artifactId>portals-bridges-common</artifactId> … … 731 736 </artifact> 732 737 <artifact> 738 <groupId>org.hibernate</groupId> 739 <artifactId>hibernate-validator</artifactId> 740 <license>LGPL, v2.1</license> 741 </artifact> 742 <artifact> 733 743 <groupId>org.hibernate.javax.persistence</groupId> 734 744 <artifactId>hibernate-jpa-2.0-api</artifactId> trunk/build/platforms/jbossService.xml
r3180 r3473 31 31 hibernate.bytecode.use_reflection_optimizer=false 32 32 hibernate.cache.use_second_level_cache=false 33 34 hibernate.jdbc.use_streams_for_binary false 33 35 # 34 36 # Here for better debugging trunk/build/platforms/runnableService.xml
r3180 r3473 22 22 hibernate.bytecode.use_reflection_optimizer=false 23 23 hibernate.cache.use_second_level_cache=false 24 25 hibernate.jdbc.use_streams_for_binary false 24 26 # 25 27 # Here for better debugging trunk/deployment/bw-core-appjars.xml
r3459 r3473 257 257 <getJar lib="${org.bedework.temp.extrajars.dir}" 258 258 libcache="${org.bedework.libcache.dir}" 259 name="hibernate" version="3.3.1.ga" /> 259 name="hibernate" version="3.6.9.Final" /> 260 261 <getJar lib="${org.bedework.temp.extrajars.dir}" 262 libcache="${org.bedework.libcache.dir}" 263 name="hibernate-validator" version="3.1.0.GA" /> 260 264 261 265 <!-- … … 263 267 libcache="${org.bedework.libcache.dir}" 264 268 name="hibernate-annotations" version="3.4.0.GA" /> 265 266 <getJar lib="${org.bedework.temp.extrajars.dir}"267 libcache="${org.bedework.libcache.dir}"268 name="hibernate-validator" version="3.1.0.GA" />269 269 270 270 <getJar lib="${org.bedework.temp.extrajars.dir}" trunk/deployment/ear.meta/jboss-service.xml
r3447 r3473 13 13 <!-- We need activemq --> 14 14 <depends>jboss.jca:service=ConnectionFactoryBinding,name=activemq/QueueConnectionFactory</depends> 15 16 <!-- We also need the bedework database --> 17 <depends>jboss.jca:service=DataSourceBinding,name=CalendarDS</depends> 18 </mbean> 19 20 <mbean code="org.bedework.calsvc.scheduling.ischedule.BwIschedule" 21 name="org.bedework:service=Ischedule"> 22 <attribute name="Account">admin</attribute> 15 23 16 24 <!-- We also need the bedework database --> trunk/deployment/resources/hibernate/properties/hibernate.properties
r3417 r3473 203 203 ## use streams when writing binary types to / from JDBC 204 204 205 hibernate.jdbc.use_streams_for_binary true205 hibernate.jdbc.use_streams_for_binary false 206 206 207 207 trunk/docs/NOTICE
r3465 r3473 26 26 Bedework interfaces 27 27 Bedework misc package 28 Bedework tools29 28 Bedework web apps 30 29 bedework indexer package … … 65 64 Bedework interfaces 66 65 Bedework misc package 67 Bedework tools68 66 Bedework web apps 69 67 bedework indexer package … … 163 161 Bedework icalendar 164 162 Bedework sysevents 165 Bedework tools 166 Bedework web apps 167 bedework indexer package 168 bedework main project 169 dump/restore package 170 171 Jar: bw-licenseschema-3.8 Licence: 172 Referenced by the following components: 173 Bedework tools 163 Bedework web apps 164 bedework indexer package 165 bedework main project 166 dump/restore package 174 167 175 168 Jar: bw-misc-3.8 Licence: Apache License, Version 2.0 … … 208 201 dump/restore package 209 202 210 Jar: bw-tools-3.8 Licence:211 Referenced by the following components:212 Bedework tools213 214 203 Jar: bw-tzschema-3.8 Licence: Apache License, Version 2.0 215 204 Referenced by the following components: … … 257 246 Jar: commons-codec-1.3 Licence: Apache License, Version 2.0 258 247 Referenced by the following components: 259 Bedework timezones server260 Bedework tools261 248 Carddav package 262 249 bedework main project … … 264 251 Jar: commons-codec-1.5 Licence: Apache License, Version 2.0 265 252 Referenced by the following components: 266 Bedework timezones server267 Bedework tools268 253 Carddav package 269 254 RPI utility package … … 289 274 Jar: commons-httpclient-3.0 Licence: 290 275 Referenced by the following components: 291 Bedework timezones server 292 Carddav package 293 294 Jar: commons-io-2.0.1 Licence: 295 Referenced by the following components: 296 Bedework tools 276 Carddav package 297 277 298 278 Jar: commons-lang-2.1 Licence: Apache License, Version 2.0 299 279 Referenced by the following components: 300 Bedework timezones server301 Bedework tools302 280 Carddav package 303 281 synch engine … … 305 283 Jar: commons-lang-2.6 Licence: Apache License, Version 2.0 306 284 Referenced by the following components: 307 bedework main project 308 309 Jar: commons-logging- Licence: 310 Referenced by the following components: 311 Bedework tools 312 313 Jar: commons-ssl- Licence: Apache License, Version 2.0 314 Referenced by the following components: 315 Carddav package 316 synch engine 317 318 Jar: commons-validator-1.3.0 Licence: 285 Bedework timezones server 286 bedework main project 287 288 Jar: commons-validator-1.3.0 Licence: Apache License, Version 2.0 319 289 Referenced by the following components: 320 290 bedework main project … … 328 298 RPI utility package 329 299 330 Jar: dom4j-1.6.1 Licence: BSD License 331 Referenced by the following components: 332 Bedework tools 333 334 Jar: dsn-1.4 Licence: 300 Jar: dsn-1.4 Licence: Commons Development and Distribution License, Version 1.0 335 301 Referenced by the following components: 336 302 bedework main project … … 372 338 RPI utility package 373 339 374 Jar: hibernate-3.3.1.ga Licence: LGPL, v2.1 375 Referenced by the following components: 376 Bedework calendar api classes and definitions 377 Bedework calfacade 378 Bedework timezones server 379 Carddav package 380 RPI utility package 381 bedework indexer package 382 bedework main project 383 dump/restore package 384 synch engine 385 386 Jar: hibernate-annotations-3.4.0.GA Licence: LGPL, v2.1 387 Referenced by the following components: 388 Carddav package 340 Jar: hibernate-3.6.9.Final Licence: LGPL, v2.1 341 Referenced by the following components: 342 Bedework calendar api classes and definitions 343 Bedework calfacade 344 Bedework timezones server 345 Carddav package 346 RPI utility package 347 bedework indexer package 348 bedework main project 349 dump/restore package 350 synch engine 351 352 Jar: hibernate-validator-3.1.0.GA Licence: 353 Referenced by the following components: 354 Bedework timezones server 355 Carddav package 356 bedework main project 389 357 synch engine 390 358 391 359 Jar: httpclient-4.1.2 Licence: Apache License, Version 2.0 392 360 Referenced by the following components: 361 Bedework timezones server 393 362 RPI utility package 394 363 bedework main project … … 399 368 Referenced by the following components: 400 369 Bedework misc package 370 Bedework timezones server 401 371 Carddav package 402 372 RPI utility package … … 432 402 bedework main project 433 403 434 Jar: imap-1.4 Licence: 435 Referenced by the following components: 436 bedework main project 404 Jar: imap-1.4 Licence: Commons Development and Distribution License, Version 1.0 405 Referenced by the following components: 406 bedework main project 407 408 Jar: jaxb-impl-2.1.8 Licence: Commons Development and Distribution License, Version 1.0 409 Referenced by the following components: 410 Bedework xml schema 411 412 Jar: jaxb-xjc-2.1.7 Licence: 413 Referenced by the following components: 414 Bedework xml schema 415 416 Jar: jaxws-rt-2.1.4 Licence: Commons Development and Distribution License, Version 1.0 417 Referenced by the following components: 418 Bedework xml schema 419 420 Jar: jaxws-tools-2.1.4 Licence: 421 Referenced by the following components: 422 Bedework xml schema 437 423 438 424 Jar: jboss-j2se-5.1.0.GA Licence: LGPL, v2.1 … … 463 449 Jar: jgroups-2.2.8 Licence: 464 450 Referenced by the following components: 465 Bedework timezones server 466 Carddav package 467 468 Jar: jms-1.1 Licence: 451 Carddav package 452 453 Jar: jms-1.1 Licence: Commons Development and Distribution License, Version 1.0 469 454 Referenced by the following components: 470 455 Bedework calendar api classes and definitions … … 509 494 Bedework sysevents 510 495 Bedework timezones server 511 Bedework tools512 496 Bedework web apps 513 497 Carddav package … … 532 516 bedework main project 533 517 534 Jar: mailapi-1.4 Licence: 518 Jar: mailapi-1.4 Licence: Commons Development and Distribution License, Version 1.0 535 519 Referenced by the following components: 536 520 Bedework misc package … … 541 525 Bedework web apps 542 526 543 Jar: pop3-1.4 Licence: 527 Jar: pop3-1.4 Licence: Commons Development and Distribution License, Version 1.0 544 528 Referenced by the following components: 545 529 bedework main project … … 586 570 Bedework sysevents 587 571 Bedework timezones server 588 Bedework tools589 572 Bedework web apps 590 573 Carddav package … … 615 598 synch engine 616 599 617 Jar: smtp-1.4 Licence: 600 Jar: smtp-1.4 Licence: Commons Development and Distribution License, Version 1.0 618 601 Referenced by the following components: 619 602 bedework main project … … 631 614 synch engine 632 615 616 Jar: stax-ex-2.2.1 Licence: Commons Development and Distribution License, Version 1.0 617 Referenced by the following components: 618 Bedework xml schema 619 620 Jar: streambuffer-1.0 Licence: Dual license consisting of the CDDL v1.1 and GPL v2 621 Referenced by the following components: 622 Bedework xml schema 623 633 624 Jar: struts-1.2.9 Licence: Apache License, Version 2.0 634 625 Referenced by the following components:
