Hide Forgot
Date of First Response: 2010-03-18 18:46:12 project_key: SOA ejb2-timer-service.xml was added in SOA-P 5.0 - the file is not present in 4.3 CP03 ER1, but it is referenced in the schema tool build.xml: jboss-soa-p.4.3.0/jboss-as/tools/schema/build.xml jboss-soa-p-standalone.4.3.0/jboss-esb/tools/schema/build.xml drwxr-xr-x 6 ldimaggi ldimaggi 4096 Mar 11 20:29 jboss-soa-p.4.3.0 drwxr-xr-x 6 ldimaggi ldimaggi 4096 Mar 11 20:37 jboss-soa-p-standalone.4.3.0 -rw-rw-r-- 1 ldimaggi ldimaggi 591915514 Mar 15 15:11 soa-4.3.0.GA_CP03_ER1.zip -rw-rw-r-- 1 ldimaggi ldimaggi 301375629 Mar 14 21:12 standalone-soa-4.3.0.GA_CP03_ER1.zip [ldimaggi@ldimaggi 43_CP03_ER1]$ find . -name ejb2-timer-service.xml -print [ldimaggi@ldimaggi 43_CP03_ER1]$ grep -ir ejb2-timer-service.xml * jboss-soa-p.4.3.0/jboss-as/tools/schema/build.xml: <backup file="${target.dir}/deploy/ejb2-timer-service.xml"/> jboss-soa-p.4.3.0/jboss-as/tools/schema/build.xml: file="${target.dir}/deploy/ejb2-timer-service.xml" jboss-soa-p-standalone.4.3.0/jboss-esb/tools/schema/build.xml: <backup file="${target.dir}/deploy/ejb2-timer-service.xml"/> jboss-soa-p-standalone.4.3.0/jboss-esb/tools/schema/build.xml: file="${target.dir}/deploy/ejb2-timer-service.xml"
Documented as Known Issue in Release Notes: https://jira.jboss.org/jira/browse/SOA-1992 The schema tool's build.xml file references the ejb2-timer-service.xml file, a file which does not exist in this version of the software. This has no adverse impact on users.
Link: Added: This issue is related to SOA-1652
This is fixed with revision 5290 (4.3 branch) of: build-tools/resource/schema/tool/esb/build.xml Commit message: Fix fallout from r4841. Also modify DatabasePersistencePlugin when we edit the timers file (pointed out by Jiri Pechanec).
Hello Julian As per your email, as this did not affect a released version, we won't supply a note for it. I have removed it from the document. Cheers, David
Verified in CR2 build: find . -name ejb2-timer-service.xml -print <null> grep -ir ejb2-timer-service.xml * <null>