JMS Migration - doesn't seem to work properly

Hi,
          I have a cluser with three managed nodes. I am experimenting with manual
          migration of JMS services when the 'active' server goes down. The behaviour
          it exhibits is distrinctly odd. If I kill the active server, and try to use
          the console to migrate, then the various servers never seem to be able to
          agree on what the current server is. server1 thinks its server1 (which it
          is). Server2 and 3 seem to think it's server2. If I migrate from the (now
          killed) active server to an active one, by navigating to
          server1/control/Migrate, then I get the option to migrate from server1 to
          server 2. If I confirm I want to do this, then it says migrating from
          server1 to server1!!! WLS generally seems to get very confused as to which
          is the current servers, and which servers can be the migration target. If I
          start with a fresh cluster, with 3 managed nodes, and start up the admin
          server and 2 of the managed nodes, then WLS (rather bizzarly) chooses the
          third (not started) node as the one to associate the JMS services with! If
          I try to use the command line utility (weblogic.Admin) to migrate instead of
          using the console, then things get even worse. It will only correctly
          peform the migration rarely. It often tells me that the target server that
          I'm migrating to is already the active one (which it isn't). Even worse -
          it often says 'OK' but in fact non of the servers are then hosting the JMS
          service.
          Anybody else experienced these sorts of migration issues. I've tried this
          with WLS 7.0 SP1 and WLS 7.0 SP2, and WLS 8.1 SP1 and they all exhibit the
          same behaviour.
          Cheers,
          Stanley.
          

          After some testing I found out that when you migrate to server2 from server1, it
          does the migration, server2 gets updated and knows that it is now hosting JMS
          servers, however server1 does not get updated, this can be seen in the console
          under migration check the console before and after the migration, server1 will
          still show as it being the JMS host or target.
          There are 2 ways to over come this.
          1. Migrate from server1 to server2 and from server2 to server2, the second step
          updates server1's properties and now the console shows up correctly.
          2. Do not migrate just target JMS server to which ever server you want under the
          targets tab under JMS server configuration. This seems to work using the console.
          Anil
          "Stanley Beamish" <[email protected]> wrote:
          >Hi,
          >
          >I've attached the info as you requested. config_1.xml represents the
          >initial state, with all three managed servers (1, 2, and 3) running,
          >and
          >server1 currently hosting the JMS server.
          >
          >If I stop server1 and migrate to server2, using the following command:
          >
          >java weblogic.Admin -url localhost:7001 -username system -password security
          >MIGRATE -migratabletarget "server1 (migratable)" -destination
          >server2 -sourcedown
          >
          >then it succeeds, and you have config_2.xml.
          >
          >If I stop server2, restart server1, and try to migrate back to server1
          >(using the same command, but reversing server1 and server2) then it doesn't
          >work and I get the following message:
          >
          >Start server side stack trace:
          >weblogic.management.runtime.MigrationException: Cannot migrate - destination
          >server must not be the currently activate s
          >erver - services are already deployed on that server.
          > at
          >weblogic.management.migration.MigrationTask.failWith(MigrationTask.java:728)
          > at
          >weblogic.management.migration.MigrationTask.check(MigrationTask.java:722)
          > at
          >weblogic.management.migration.MigrationTask.migrate(MigrationTask.java:258)
          > at
          >weblogic.management.migration.MigrationTask.access$7(MigrationTask.java:244)
          > at
          >weblogic.management.migration.MigrationTask$1.execute(MigrationTask.java:89)
          > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
          > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
          >End server side stack trace
          >
          >and config file looks like config_3.xml
          >
          >Thanks for looking at this, it is much appreciated.
          >
          >Stanley.
          >
          >"Dongbo Xiao" <[email protected]> wrote in message
          >news:[email protected]...
          >> I may be able to help you more if you could send the config.xml (after
          >> one migration) and the command you used for the migration.
          >>
          >> Dongbo
          >>
          >> Stanley Beamish wrote:
          >>
          >> > This is exactly the sort of thing I am seeing when using the command
          >line.
          >> > It definitely does not work correctly.
          >> >
          >> > SB
          >> >
          >> > "Anil Jacob" <[email protected]> wrote in message
          >> > news:[email protected]...
          >> > >
          >> > > Dongbo,
          >> > > What would happen when we use the commandline, In my case whether
          >I
          >> > migrate from
          >> > > s1 to s2(example) it says s2 is already hosting these services
          >and
          >> > migration fails.
          >> > > If I shutdown s1 and start s2 and try to migrate it still says
          >the
          >same
          >> > thing.
          >> > > Also I noticed the all of my destinations do not get migrated.
          >> > >
          >> > > Can you advice?
          >> > >
          >> > > thanks
          >> > > Anil
          >> > >
          >> > > Dongbo Xiao <[email protected]> wrote:
          >> > > >I suspect that the confusions you experienced comes from the names
          >of
          >> > > >the default migratable targets. If you have three managed servers
          >> > > >(say s1, s2, and s3) in a cluster, by default, there will be three
          >> > migratable
          >> > > >targets: "s1 (migratable)", "s2 (migratable)", and "s3 (migratable)".
          >> > > >For migratable target "s1 (migratable)", the candidate servers
          >are
          >s1,
          >> > > >s2, and
          >> > > >s3, and the user preferred server is s1 (which is by default the
          >server
          >> > > >hosting
          >> > > >the services that are targeted to this migratable target).
          >> > > >For migratable target "s2 (migratable)", the candidate servers
          >are
          >s1,
          >> > > >s2, and
          >> > > >s3, and the user preferred server is s2 (which is by default the
          >server
          >> > > >hosting
          >> > > >he services that are targeted to this migratable target).
          >> > > >
          >> > > >If you target a JMS server to migratable target "s1 (migratable)",
          >by
          >> > > >default,
          >> > > >the JMS server will be active on s1. You can migrate the JMS server
          >to
          >> > > >s2 or s3. After a migration, s2 (or s3) will be the user preferred
          >> > server,
          >> > > >but
          >> > > >the migratable target is still named "s1 (migratable)". What you
          >saw
          >> > > >from the
          >> > > >console after you hit Migrate button may be something like
          >> > > >" Migration of s1 (migratable) to s2".
          >> > > >
          >> > > >If you migrate the JMS server from s2 back to s1, you may see:
          >> > > >"Migration of s1 (migratable) to s1".
          >> > > >
          >> > > >You have to go to s1/Control/JMS Migrate to do all migrations
          >for
          >> > > >"s1 (migratable)", and go to s2/Control/JMS Migrate to do all
          >> > > >migrations for "s2 (migratable)".
          >> > > >
          >> > > >Dongbo, BEA
          >> > > >
          >> > > >
          >> > > >
          >> > > >Stanley Beamish wrote:
          >> > > >
          >> > > >> Hi,
          >> > > >>
          >> > > >> I have a cluser with three managed nodes. I am experimenting
          >with
          >> > > >manual
          >> > > >> migration of JMS services when the 'active' server goes down.
          > The
          >> > > >behaviour
          >> > > >> it exhibits is distrinctly odd. If I kill the active server,
          >and
          >try
          >> > > >to use
          >> > > >> the console to migrate, then the various servers never seem
          >to be
          >able
          >> > > >to
          >> > > >> agree on what the current server is. server1 thinks its server1
          >(which
          >> > > >it
          >> > > >> is). Server2 and 3 seem to think it's server2. If I migrate
          >from
          >> > > >the (now
          >> > > >> killed) active server to an active one, by navigating to
          >> > > >> server1/control/Migrate, then I get the option to migrate from
          >server1
          >> > > >to
          >> > > >> server 2. If I confirm I want to do this, then it says migrating
          >from
          >> > > >> server1 to server1!!! WLS generally seems to get very confused
          >as
          >> > > >to which
          >> > > >> is the current servers, and which servers can be the migration
          >target.
          >> > > > If I
          >> > > >> start with a fresh cluster, with 3 managed nodes, and start
          >up the
          >> > > >admin
          >> > > >> server and 2 of the managed nodes, then WLS (rather bizzarly)
          >chooses
          >> > > >the
          >> > > >> third (not started) node as the one to associate the JMS services
          >with!
          >> > > > If
          >> > > >> I try to use the command line utility (weblogic.Admin) to migrate
          >> > instead
          >> > > >of
          >> > > >> using the console, then things get even worse. It will only
          >correctly
          >> > > >> peform the migration rarely. It often tells me that the target
          >server
          >> > > >that
          >> > > >> I'm migrating to is already the active one (which it isn't).
          > Even
          >> > > >worse -
          >> > > >> it often says 'OK' but in fact non of the servers are then hosting
          >> > > >the JMS
          >> > > >> service.
          >> > > >>
          >> > > >> Anybody else experienced these sorts of migration issues. I've
          >tried
          >> > > >this
          >> > > >> with WLS 7.0 SP1 and WLS 7.0 SP2, and WLS 8.1 SP1 and they all
          >exhibit
          >> > > >the
          >> > > >> same behaviour.
          >> > > >>
          >> > > >> Cheers,
          >> > > >>
          >> > > >> Stanley.
          >> > > >
          >> > >
          >>
          >
          >
          >begin 666 config_3.xml
          >M/#]X;6P@=F5R<VEO;CTB,2XP(B!E;F-O9&EN9STB551&+3@B/SX*/"$M+4QA
          >M<W0@=7!D871E9"!O;CH@1G)I($UA>2 S," Q,SHQ-3HT."!01%0@,C P,RP@
          >M268@>6]U<B!D;VUA:6X@:7,@86-T:79E+"!P;&5A<V4@9&\@;F]T(&5D:70@
          >M=&AE(&-O;F9I9RYX;6P@9FEL92X@06YY(&-H86YG97,@;6%D92!T;R!T:&%T
          >M(&9I;&4@=VAI;&4@=&AE(&1O;6%I;B!I<R!A8W1I=F4@=VEL;"!N;W0@:&%V
          >M92!A;GD@969F96-T(&]N('1H92!D;VUA:6XG<R!C;VYF:6=U<F%T:6]N(&%N
          >M9"!A<F4@;&EK96QY('1O(&)E(&QO<W0N($EF('EO=7(@9&]M86EN(&ES(&EN
          >M86-T:79E+"!Y;W4@;6%Y(&5D:70@=&AI<R!F:6QE('=I=&@@86X@6$U,(&5D
          >M:71O<BX@268@>6]U(&1O('-O+"!P;&5A<V4@<F5F97(@=&\@=&AE($)%02!7
          >M96)L;V=I8R!397)V97(@0V]N9FEG=7)A=&EO;B!2969E<F5N8V4@(&1O8W5M
          >M96YT871I;VX@879A:6QA8FQE(&9R;VT@:'1T<#HO+V5D;V-S+F)E82YC;VTO
          >M=VQS+V1O8W,W,"]C;VYF:6=?>&UL+B @26X@9V5N97)A;"P@=V4@<F5C;VUM
          >M96YD('1H870@8VAA;F=E<R!T;R!Y;W5R(&-O;F9I9W5R871I;VX@9FEL92!B
          >M92!M861E('1H<F]U9V@@=&AE($%D;6EN:7-T<F%T:6]N($-O;G-O;&4N+2T^
          >M"CQ$;VUA:6X@0V]N9FEG=7)A=&EO;E9E<G-I;VX](C<N,"XR+C B($YA;64]
          >M(F-L=7-T97)D;VUA:6XB/@H@(" @/$%P<&QI8V%T:6]N($1E<&QO>65D/2)T
          >M<G5E(B!.86UE/2)$969A=6QT5V5B07!P(@H@(" @(" @(%!A=&@](BY<87!P
          >M;&EC871I;VYS(B!3=&%G961487)G971S/2(B(%1W;U!H87-E/2)F86QS92(^
          >M"B @(" @(" @/%=E8D%P<$-O;7!O;F5N="!.86UE/2)$969A=6QT5V5B07!P
          >M(B!487)G971S/2)M>7-E<G9E<B(@55))/2)$969A=6QT5V5B07!P(B\^"B @
          >M(" \+T%P<&QI8V%T:6]N/@H@(" @/$%P<&QI8V%T:6]N($1E<&QO>65D/2)T
          >M<G5E(B!.86UE/2)?87!P<V1I<E]!8V-O=6YT14I"7VIA<B(*(" @(" @("!0
          >M871H/2)'.EQB96$S7'5S97)?<')O:F5C='-<8VQU<W1E<F1O;6%I;EQA<'!L
          >M:6-A=&EO;G,B"B @(" @(" @4W1A9V5D5&%R9V5T<STB<V5R=F5R,RQS97)V
          >M97(Q+'-E<G9E<C(B(%-T86=I;F=-;V1E/2)S=&%G92(@5'=O4&AA<V4](G1R
          >M=64B/@H@(" @(" @(#Q%2D)#;VUP;VYE;G0@3F%M93TB06-C;W5N=$5*0B(@
          >M5&%R9V5T<STB;7EC;'5S=&5R(B!54DD](D%C8V]U;G1%2D(N:F%R(B\^"B @
          >M(" \+T%P<&QI8V%T:6]N/@H@(" @/$%P<&QI8V%T:6]N($1E<&QO>65D/2)T
          >M<G5E(B!.86UE/2)C97)T:69I8V%T92(*(" @(" @("!0871H/2(N7&%P<&QI
          >M8V%T:6]N<R(@4W1A9V5D5&%R9V5T<STB(B!4=V]0:&%S93TB9F%L<V4B/@H@
          >M(" @(" @(#Q796)!<'!#;VUP;VYE;G0@3F%M93TB8V5R=&EF:6-A=&4B(%1A
          >M<F=E=',](FUY<V5R=F5R(B!54DD](F-E<G1I9FEC871E+G=A<B(O/@H@(" @
          >M/"]!<'!L:6-A=&EO;CX*(" @(#Q!<'!L:6-A=&EO;DUA;F%G97(@3F%M93TB
          >M8VQU<W1E<F1O;6%I;B(O/@H@(" @/$-L=7-T97(*(" @(" @("!#;'5S=&5R
          >M061D<F5S<STB;&]C86QH;W-T.C<Q,#$L;&]C86QH;W-T.C<R,#$L=&ES;F-L
          >M,# Q.C<P,#$B"B @(" @(" @375L=&EC87-T061D<F5S<STB,C,W+C N,"XQ
          >M(B!-=6QT:6-A<W10;W)T/2(W-S<W(B!.86UE/2)M>6-L=7-T97(B+SX*(" @
          >M(#Q%;6)E9&1E9$Q$05 *(" @(" @("!#<F5D96YT:6%L/2)[,T1%4WU'>750
          >M5D-J,VTK6'AT-DE'3G)6:#AG*S5!:&=J4F<P,VA$;%103S1Y<D1K/2(@3F%M
          >M93TB8VQU<W1E<F1O;6%I;B(O/@H@(" @/$9I;&5296%L;2!.86UE/2)W;%]D
          >M969A=6QT7V9I;&5?<F5A;&TB+SX*(" @(#Q*1$)#0V]N;F5C=&EO;E!O;VP*
          >M(" @(" @("!$<FEV97).86UE/2)C;VTN<&]I;G1B87-E+FID8F,N:F1B8U5N
          >M:79E<G-A;$1R:79E<B(*(" @(" @("!.86UE/2)"86YK4&]O;"(@4')O<&5R
          >M=&EE<STB=7-E<CU00E!50DQ)0SMP87-S=V]R9#U00E!50DQ)0R(*(" @(" @
          >M("!487)G971S/2)M>6-L=7-T97(B(%1E<W1#;VYN96-T:6]N<T]N4F5S97)V
          >M93TB=')U92(*(" @(" @("!497-T5&%B;&5.86UE/2)B86YK+F%C8V]U;G0B
          >M(%523#TB:F1B8SIP;VEN=&)A<V4Z<V5R=F5R.B\O;&]C86QH;W-T.CDP.3(O
          >M8F%N:R(O/@H@(" @/$I$0D-#;VYN96-T:6]N4&]O; H@(" @(" @($1R:79E
          >M<DYA;64](F-O;2YP;VEN=&)A<V4N:F1B8RYJ9&)C56YI=F5R<V%L1')I=F5R
          >M(@H@(" @(" @($YA;64](E1)4TY#3# P,5]"86YK4&]O;"(*(" @(" @("!0
          >M<F]P97)T:65S/2)U<V5R/5!"4%5"3$E#.W!A<W-W;W)D/5!"4%5"3$E#(B!4
          >M87)G971S/2)M>6-L=7-T97(B"B @(" @(" @5&5S=$-O;FYE8W1I;VYS3VY2
          >M97-E<G9E/2)T<G5E(B!497-T5&%B;&5.86UE/2)B86YK+F%C8V]U;G0B(%52
          >M3#TB:F1B8SIP;VEN=&)A<V4Z<V5R=F5R.B\O=&ES;F-L,# Q.CDP.3(O8F%N
          >M:R(O/@H@(" @/$I$0D-4>$1A=&%3;W5R8V4@2DY$24YA;64](D)A;FM$4R(@
          >M3F%M93TB0F%N:T13(@H@(" @(" @(%!O;VQ.86UE/2)425-.0TPP,#%?0F%N
          >M:U!O;VPB(%1A<F=E=',](FUY8VQU<W1E<B(O/@H@(" @/$I-4T1I<W1R:6)U
          >M=&5D475E=64@1F]R=V%R9$1E;&%Y/2(U(B!*3D1)3F%M93TB1&ES=%%U975E
          >M(@H@(" @(" @($YA;64](D1I<W11=65U92(@5&%R9V5T<STB;7EC;'5S=&5R
          >M(CX*(" @(" @(" \2DU31&ES=')I8G5T9611=65U94UE;6)E<B!*35-1=65U
          >M93TB475E=64Q(B!.86UE/2)->41I<W1R:6)U=&5D(%%U975E($UE;6)E<B(O
          >M/@H@(" @(" @(#Q*35-$:7-T<FEB=71E9%%U975E365M8F5R($I-4U%U975E
          >M/2)1=65U93(B($YA;64](DUY1&ES=')I8G5T960@475E=64@365M8F5R+3$B
          >M+SX*(" @(" @(" \2DU31&ES=')I8G5T9611=65U94UE;6)E<B!*35-1=65U
          >M93TB475E=64S(B!.86UE/2)->41I<W1R:6)U=&5D(%%U975E($UE;6)E<BTR
          >M(B\^"B @(" @(" @/$I-4U1E;7!L871E($YA;64](D1I<W11=65U92(O/@H@
          >M(" @/"]*35-$:7-T<FEB=71E9%%U975E/@H@(" @/$I-4T9I;&53=&]R92!$
          >M:7)E8W1O<GD](D@Z7'1M<%QJ;7-<(B!.86UE/2)"86YK365S<V%G95-T;W)E
          >M(B!3>6YC:')O;F]U<U=R:71E4&]L:6-Y/2)$:7)E8W0M5W)I=&4B+SX*(" @
          >M(#Q*35-&:6QE4W1O<F4@1&ER96-T;W)Y/2)H.EQT;7!<:FUS(B!.86UE/2)M
          >M97-S86=E4W1O<F4B(%-Y;F-H<F]N;W5S5W)I=&50;VQI8WD](D1I<F5C="U7
          >M<FET92(O/@H@(" @/$I-4T9I;&53=&]R92!$:7)E8W1O<GD](F@Z7'1M<%QJ
          >M;7,B($YA;64](G!A9VEN9U-T;W)E(B!3>6YC:')O;F]U<U=R:71E4&]L:6-Y
          >M/2)$:7)E8W0M5W)I=&4B+SX*(" @(#Q*35-397)V97(@3F%M93TB2DU34V5R
          >M=F5R,2(@5&%R9V5T<STB<V5R=F5R,2(^"B @(" @(" @/$I-4U%U975E($I.
          >M1$E.86UE/2)1=65U93$B($YA;64](E%U975E,2(O/@H@(" @/"]*35-397)V
          >M97(^"B @(" \2DU34V5R=F5R($YA;64](DI-4U-E<G9E<C(B(%1A<F=E=',]
          >M(G-E<G9E<C(B/@H@(" @(" @(#Q*35-1=65U92!*3D1)3F%M93TB475E=64R
          >M(B!.86UE/2)1=65U93(B+SX*(" @(#PO2DU34V5R=F5R/@H@(" @/$I-4U-E
          >M<G9E<B!.86UE/2)*35-397)V97(S(B!487)G971S/2)S97)V97(S(CX*(" @
          >M(" @(" \2DU3475E=64@2DY$24YA;64](E%U975E,R(@3F%M93TB475E=64S
          >M(B\^"B @(" \+TI-4U-E<G9E<CX*(" @(#Q*35-397)V97(@3F%M93TB37E*
          >M35-397)V97(B(%-T;W)E/2)"86YK365S<V%G95-T;W)E(B!487)G971S/2)S
          >M97)V97(Q("AM:6=R871A8FQE*2(^"B @(" @(" @/$I-4U%U975E($I.1$E.
          >M86UE/2)4<F%N<V9E<E)E<75E<W1S475E=64B($YA;64](E1R86YS9F5R475E
          >M=64B+SX*(" @(#PO2DU34V5R=F5R/@H@(" @/$I402!.86UE/2)C;'5S=&5R
          >M9&]M86EN(B\^"B @(" \3&]G($9I;&5.86UE/2(N7'=L+61O;6%I;BYL;V<B
          >M($YA;64](F-L=7-T97)D;VUA:6XB+SX*(" @(#Q-86-H:6YE($YA;64](F-A
          >M<G1M86XB/@H@(" @(" @(#Q.;V1E36%N86=E<B!.86UE/2)C87)T;6%N(B\^
          >M"B @(" \+TUA8VAI;F4^"B @(" \36%C:&EN92!.86UE/2)T:7-N8VPP,#$B
          >M/@H@(" @(" @(#Q.;V1E36%N86=E<B!,:7-T96Y!9&1R97-S/2)T:7-N8VPP
          >M,#$B($YA;64](G1I<VYC;# P,2(O/@H@(" @/"]-86-H:6YE/@H@(" @/$UI
          >M9W)A=&%B;&5487)G970@0VQU<W1E<CTB;7EC;'5S=&5R(B!.86UE/2)S97)V
          >M97(Q("AM:6=R871A8FQE*2(*(" @(" @("!.;W1E<STB5&AI<R!I<R!A('-Y
          >M<W1E;2!G96YE<F%T960@9&5F875L="!M:6=R871A8FQE('1A<F=E="!F;W(@
          >M82!S97)V97(N($1O(&YO="!D96QE=&4@;6%N=6%L;'DN(B!5<V5R4')E9F5R
          >M<F5D4V5R=F5R/2)S97)V97(R(B\^"B @(" \36EG<F%T86)L951A<F=E="!#
          >M;'5S=&5R/2)M>6-L=7-T97(B($YA;64](G-E<G9E<C(@*&UI9W)A=&%B;&4I
          >M(@H@(" @(" @($YO=&5S/2)4:&ES(&ES(&$@<WES=&5M(&=E;F5R871E9"!D
          >M969A=6QT(&UI9W)A=&%B;&4@=&%R9V5T(&9O<B!A('-E<G9E<BX@1&\@;F]T
          >M(&1E;&5T92!M86YU86QL>2XB(%5S97)0<F5F97)R961397)V97(](G-E<G9E
          >M<C$B+SX*(" @(#Q-:6=R871A8FQE5&%R9V5T($-L=7-T97(](FUY8VQU<W1E
          >M<B(@3F%M93TB<V5R=F5R,R H;6EG<F%T86)L92DB"B @(" @(" @3F]T97,]
          >M(E1H:7,@:7,@82!S>7-T96T@9V5N97)A=&5D(&1E9F%U;'0@;6EG<F%T86)L
          >M92!T87)G970@9F]R(&$@<V5R=F5R+B!$;R!N;W0@9&5L971E(&UA;G5A;&QY
          >M+B(@57-E<E!R969E<G)E9%-E<G9E<CTB<V5R=F5R,2(O/@H@(" @/%!A<W-W
          >M;W)D4&]L:6-Y($YA;64](G=L7V1E9F%U;'1?<&%S<W=O<F1?<&]L:6-Y(B\^
          >M"B @(" \4F5A;&T@1FEL95)E86QM/2)W;%]D969A=6QT7V9I;&5?<F5A;&TB
          >M($YA;64](G=L7V1E9F%U;'1?<F5A;&TB+SX*(" @(#Q33DU006=E;G0@3F%M
          >M93TB8VQU<W1E<F1O;6%I;B(O/@H@(" @/%-E8W5R:71Y($=U97-T1&ES86)L
          >M960](F9A;'-E(B!.86UE/2)C;'5S=&5R9&]M86EN(@H@(" @(" @(%!A<W-W
          >M;W)D4&]L:6-Y/2)W;%]D969A=6QT7W!A<W-W;W)D7W!O;&EC>2(*(" @(" @
          >M("!296%L;3TB=VQ?9&5F875L=%]R96%L;2(@4F5A;&U3971U<#TB=')U92(O
          >M/@H@(" @/%-E8W5R:71Y0V]N9FEG=7)A=&EO;@H@(" @(" @($-R961E;G1I
          >M86P](GLS1$53?3162&<K-7!13VU%;%AS2%HO6&HK0T-:-F134T$Y6G P<#4X
          >M.7-U-$9L1DYM.'IR8C!K;W=Q46]12&Y$=SAB<$Y/,')3:$YO8TML3FE/;59*
          >M2V%O-4YS:6AC5C)Z5C1M=R(@3F%M93TB8VQU<W1E<F1O;6%I;B(O/@H@(" @
          >M/%-E<G9E<B!,:7-T96Y0;W)T/2(W,# Q(B!-86-H:6YE/2)C87)T;6%N(B!.
          >M86UE/2)M>7-E<G9E<B(*(" @(" @("!.871I=F5)3T5N86)L960](G1R=64B
          >M(%-E<G9E<E9E<G-I;VX](C<N,"XR+C B/@H@(" @(" @(#Q#3TT@3F%M93TB
          >M;7ES97)V97(B+SX*(" @(" @(" \17AE8W5T95%U975E($YA;64](F1E9F%U
          >M;'0B(%1H<F5A9$-O=6YT/2(Q-2(O/@H@(" @(" @(#Q)24]0($YA;64](FUY
          >M<V5R=F5R(B\^"B @(" @(" @/$I404UI9W)A=&%B;&5487)G970@0VQU<W1E
          >M<CTB(B!.86UE/2)M>7-E<G9E<B(@57-E<E!R969E<G)E9%-E<G9E<CTB;7ES
          >M97)V97(B+SX*(" @(" @(" \2E1!4F5C;W9E<GE397)V:6-E($YA;64](FUY
          >M<V5R=F5R(B\^"B @(" @(" @/$ME<FYE;$1E8G5G($YA;64](FUY<V5R=F5R
          >M(B\^"B @(" @(" @/$QO9R!&:6QE3F%M93TB;7ES97)V97)<;7ES97)V97(N
          >M;&]G(B!.86UE/2)M>7-E<G9E<B(O/@H@(" @(" @(#Q34TP@16YA8FQE9#TB
          >M=')U92(@2&]S=&YA;65697)I9FEC871I;VY)9VYO<F5D/2)T<G5E(@H@(" @
          >M(" @(" @("!,:7-T96Y0;W)T/2(W,# R(B!.86UE/2)M>7-E<G9E<B(*(" @
          >M(" @(" @(" @4V5R=F5R0V5R=&EF:6-A=&5#:&%I;D9I;&5.86UE/2)C82YP
          >M96TB"B @(" @(" @(" @(%-E<G9E<D-E<G1I9FEC871E1FEL94YA;64](F1E
          >M;6]C97)T+G!E;2(@4V5R=F5R2V5Y1FEL94YA;64](F1E;6]K97DN<&5M(B\^
          >M"B @(" @(" @/%-E<G9E<D1E8G5G($YA;64](FUY<V5R=F5R(B\^"B @(" @
          >M(" @/%-E<G9E<E-T87)T($YA;64](FUY<V5R=F5R(B\^"B @(" @(" @/%=E
          >M8E-E<G9E<B!$969A=6QT5V5B07!P/2)$969A=6QT5V5B07!P(@H@(" @(" @
          >M(" @("!,;V=&:6QE3F%M93TB;7ES97)V97)<86-C97-S+FQO9R(@3&]G9VEN
          >M9T5N86)L960](G1R=64B($YA;64](FUY<V5R=F5R(B\^"B @(" \+U-E<G9E
          >M<CX*(" @(#Q397)V97(@075T;TMI;&Q)9D9A:6QE9#TB=')U92(@0VQU<W1E
          >M<CTB;7EC;'5S=&5R(@H@(" @(" @($5X<&5C=&5D5&]2=6X](G1R=64B($AE
          >M86QT:$-H96-K26YT97)V86Q396-O;F1S/2(V,"(*(" @(" @("!,:7-T96Y!
          >M9&1R97-S/2)L;V-A;&AO<W0B($QI<W1E;E!O<G0](C<Q,#$B($UA8VAI;F4]
          >M(F-A<G1M86XB"B @(" @(" @3F%M93TB<V5R=F5R,2(@3F%T:79E24]%;F%B
          >M;&5D/2)T<G5E(B!297-T87)T1&5L87E396-O;F1S/2(U(B!397)V97)697)S
          >M:6]N/2(W+C N,BXP(CX*(" @(" @(" \0T]-($YA;64](G-E<G9E<C$B+SX*
          >M(" @(" @(" \17AE8W5T95%U975E($YA;64](F1E9F%U;'0B(%1H<F5A9$-O
          >M=6YT/2(Q-2(O/@H@(" @(" @(#Q)24]0($YA;64](G-E<G9E<C$B+SX*(" @
          >M(" @(" \2E1!36EG<F%T86)L951A<F=E="!#;'5S=&5R/2)M>6-L=7-T97(B
          >M($YA;64](G-E<G9E<C$B(%5S97)0<F5F97)R961397)V97(](G-E<G9E<C$B
          >M+SX*(" @(" @(" \2E1!4F5C;W9E<GE397)V:6-E($YA;64](G-E<G9E<C$B
          >M+SX*(" @(" @(" \2V5R;F5L1&5B=6<@3F%M93TB<V5R=F5R,2(O/@H@(" @
          >M(" @(#Q,;V<@3F%M93TB<V5R=F5R,2(O/@H@(" @(" @(#Q34TP@16YA8FQE
          >M9#TB=')U92(@2&]S=&YA;65697)I9FEC871I;VY)9VYO<F5D/2)F86QS92(*
          >M(" @(" @(" @(" @3&ES=&5N4&]R=#TB-S$P,B(@3F%M93TB<V5R=F5R,2(O
          >M/@H@(" @(" @(#Q397)V97)$96)U9R!.86UE/2)S97)V97(Q(B\^"B @(" @
          >M(" @/%-E<G9E<E-T87)T"B @(" @(" @(" @($%R9W5M96YT<STB+6AO='-P
          >M;W0@+5AM<S,R;2 M6&UX,C P;2 M1'=E8FQO9VEC+G-E8W5R:71Y+E-33"YT
          >M<G5S=&5D0T%+97E3=&]R93U'.EQB96$S7'=E8FQO9VEC-S P7'-E<G9E<EQL
          >M:6)<8V%C97)T<R M1'=E8FQO9VEC+FUA;F%G96UE;G0N<V5R=F5R/29Q=6]T
          >M.VAT=' Z+R]L;V-A;&AO<W0Z-S P,29Q=6]T.R M1'=E8FQO9VEC+E!R;V1U
          >M8W1I;VY-;V1E16YA8FQE9#TB"B @(" @(" @(" @($)E84AO;64](D<Z7&)E
          >M83,B"B @(" @(" @(" @($-L87-S4&%T:#TB1SI<8F5A,UQJ9&LQ,S%?,#9<
          >M;&EB7'1O;VQS+FIA<CM'.EQB96$S7'=E8FQO9VEC-S P7'-E<G9E<EQL:6)<
          >M=V5B;&]G:6-?<W N:F%R.T<Z7&)E83-<=V5B;&]G:6,W,#!<<V5R=F5R7&QI
          >M8EQW96)L;V=I8RYJ87([1SI<8F5A,UQW96)L;V=I8S<P,%QS97)V97)<+BY<
          >M<V%M<&QE<UQS97)V97)<979A;%QP;VEN=&)A<V5<;&EB7'!B8VQI96YT-#)%
          >M0T8Q.#,N:F%R.T<Z7&)E83-<=V5B;&]G:6,W,#!<<V5R=F5R7"XN7'-A;7!L
          >M97-<<V5R=F5R7&5V86Q<<&]I;G1B87-E7&QI8EQP8G-E<G9E<C0R14-&,3@S
          >M+FIA<B(*(" @(" @(" @(" @2F%V84AO;64](D<Z7&)E83-<:F1K,3,Q7S V
          >M(B!.86UE/2)S97)V97(Q(@H@(" @(" @(" @("!/=71P=71&:6QE/2)'.EQB
          >M96$S7'5S97)?<')O:F5C='-<8VQU<W1E<F1O;6%I;EPN7$YO9&5-86YA9V5R
          >M0VQI96YT3&]G<UQC;'5S=&5R9&]M86EN7W-E<G9E<C%<<W1A<G1S97)V97)?
          >M,3 U-#$T-S Y-3 T-2YL;V<B"B @(" @(" @(" @(%!A<W-W;W)D/2)[,T1%
          >M4WUA=3$Y15IJ2V%I9EE9=$QG<'=A8FAW/3TB"B @(" @(" @(" @(%)O;W1$
          >M:7)E8W1O<GD](D<Z7&)E83-<=7-E<E]P<F]J96-T<UQC;'5S=&5R9&]M86EN
          >M(@H@(" @(" @(" @("!396-U<FET>5!O;&EC>49I;&4](D<Z7&)E83-<=V5B
          >M;&]G:6,W,#!<<V5R=F5R7&QI8EQW96)L;V=I8RYP;VQI8WDB(%5S97)N86UE
          >M/2)S>7-T96TB+SX*(" @(" @(" \5V5B4V5R=F5R($YA;64](G-E<G9E<C$B
          >M+SX*(" @(#PO4V5R=F5R/@H@(" @/%-E<G9E<B!!=71O2VEL;$EF1F%I;&5D
          >M/2)T<G5E(B!#;'5S=&5R/2)M>6-L=7-T97(B"B @(" @(" @17AP96-T9614
          >M;U)U;CTB=')U92(@2&5A;'1H0VAE8VM);G1E<G9A;%-E8V]N9',](C8P(@H@
          >M(" @(" @($QI<W1E;D%D9')E<W,](FQO8V%L:&]S="(@3&ES=&5N4&]R=#TB
          >M-S(P,2(@36%C:&EN93TB8V%R=&UA;B(*(" @(" @("!.86UE/2)S97)V97(R
          >M(B!.871I=F5)3T5N86)L960](G1R=64B(%)E<W1A<G1$96QA>5-E8V]N9',]
          >M(C$P(B!397)V97)697)S:6]N/2(W+C N,BXP(CX*(" @(" @(" \0T]-($YA
          >M;64](G-E<G9E<C(B+SX*(" @(" @(" \17AE8W5T95%U975E($YA;64](F1E
          >M9F%U;'0B(%1H<F5A9$-O=6YT/2(Q-2(O/@H@(" @(" @(#Q)24]0($YA;64]
          >M(G-E<G9E<C(B+SX*(" @(" @(" \2E1!36EG<F%T86)L951A<F=E="!#;'5S
          >M=&5R/2)M>6-L=7-T97(B($YA;64](G-E<G9E<C(B(%5S97)0<F5F97)R9613
          >M97)V97(](G-E<G9E<C(B+SX*(" @(" @(" \2E1!4F5C;W9E<GE397)V:6-E
          >M($YA;64](G-E<G9E<C(B+SX*(" @(" @(" \2V5R;F5L1&5B=6<@3F%M93TB
          >M<V5R=F5R,B(O/@H@(" @(" @(#Q,;V<@3F%M93TB<V5R=F5R,B(O/@H@(" @
          >M(" @(#Q34TP@16YA8FQE9#TB=')U92(@2&]S=&YA;65697)I9FEC871I;VY)
          >M9VYO<F5D/2)F86QS92(*(" @(" @(" @(" @3&ES=&5N4&]R=#TB-S(P,B(@
          >M3F%M93TB<V5R=F5R,B(O/@H@(" @(" @(#Q397)V97)$96)U9R!.86UE/2)S
          >M97)V97(R(B\^"B @(" @(" @/%-E<G9E<E-T87)T"B @(" @(" @(" @($%R
          >M9W5M96YT<STB+6AO='-P;W0@+5AM<S,R;2 M6&UX,C P;2 M1'=E8FQO9VEC
          >M+G-E8W5R:71Y+E-33"YT<G5S=&5D0T%+97E3=&]R93U'.EQB96$S7'=E8FQO
          >M9VEC-S P7'-E<G9E<EQL:6)<8V%C97)T<R M1'=E8FQO9VEC+DYA;64])G%U
          >M;W0[<V5R=F5R,29Q=6]T.R @+41W96)L;V=I8RYM86YA9V5M96YT+G-E<G9E
          >M<CTF<75O=#MH='1P.B\O;&]C86QH;W-T.C<P,#$F<75O=#L@+41W96)L;V=I
          >M8RY0<F]D=6-T:6]N36]D945N86)L960](@H@(" @(" @(" @("!"96%(;VUE
          >M/2)'.EQB96$S(@H@(" @(" @(" @("!#;&%S<U!A=&@](D<Z7&)E83-<:F1K
          >M,3,Q7S V7&QI8EQT;V]L<RYJ87([1SI<8F5A,UQW96)L;V=I8S<P,%QS97)V
          >M97)<;&EB7'=E8FQO9VEC7W-P+FIA<CM'.EQB96$S7'=E8FQO9VEC-S P7'-E
          >M<G9E<EQL:6)<=V5B;&]G:6,N:F%R.T<Z7&)E83-<=V5B;&]G:6,W,#!<<V5R
          >M=F5R7"XN7'-A;7!L97-<<V5R=F5R7&5V86Q<<&]I;G1B87-E7&QI8EQP8F-L
          >M:65N=#0R14-&,3@S+FIA<CM'.EQB96$S7'=E8FQO9VEC-S P7'-E<G9E<EPN
          >M+EQS86UP;&5S7'-E<G9E<EQE=F%L7'!O:6YT8F%S95QL:6)<<&)S97)V97(T
          >M,D5#1C$X,RYJ87(B"B @(" @(" @(" @($IA=F%(;VUE/2)'.EQB96$S7&ID
          >M:S$S,5\P-B(@3F%M93TB<V5R=F5R,B(*(" @(" @(" @(" @3W5T<'5T1FEL
          >M93TB1SI<8F5A,UQU<V5R7W!R;VIE8W1S7&-L=7-T97)D;VUA:6Y<+EQ.;V1E
          >M36%N86=E<D-L:65N=$QO9W-<8VQU<W1E<F1O;6%I;E]S97)V97(R7'-T87)T
          >M<V5R=F5R7S$P-30Q-# R-C@V-SDN;&]G(@H@(" @(" @(" @("!087-S=V]R
          >M9#TB>S-$15-]874Q.45::DMA:699671,9W!W86)H=ST](@H@(" @(" @(" @
          >M("!2;V]T1&ER96-T;W)Y/2)'.EQB96$S7'5S97)?<')O:F5C='-<8VQU<W1E
          >M<F1O;6%I;B(*(" @(" @(" @(" @4V5C=7)I='E0;VQI8WE&:6QE/2)'.EQB
          >M96$S7'=E8FQO9VEC-S P7'-E<G9E<EQL:6)<=V5B;&]G:6,N<&]L:6-Y(B!5
          >M<V5R;F%M93TB<WES=&5M(B\^"B @(" @(" @/%=E8E-E<G9E<B!.86UE/2)S
          >M97)V97(R(B\^"B @(" \+U-E<G9E<CX*(" @(#Q397)V97(@0VQU<W1E<CTB
          >M;7EC;'5S=&5R(B!%>'!E8W1E9%1O4G5N/2)T<G5E(@H@(" @(" @($QI<W1E
          >M;D%D9')E<W,](G1I<VYC;# P,2(@3&ES=&5N4&]R=#TB-S P,2(@36%C:&EN
          >M93TB=&ES;F-L,# Q(@H@(" @(" @($YA;64](G-E<G9E<C,B($YA=&EV94E/
          >M16YA8FQE9#TB=')U92(@4V5R=F5R5F5R<VEO;CTB-RXP+C(N,"(^"B @(" @
          >M(" @/$-/32!.86UE/2)S97)V97(S(B\^"B @(" @(" @/$5X96-U=&51=65U
          >M92!.86UE/2)D969A=6QT(B!4:')E861#;W5N=#TB,34B+SX*(" @(" @(" \
          >M24E/4"!.86UE/2)S97)V97(S(B\^"B @(" @(" @/$I404UI9W)A=&%B;&54
          >M87)G970@0VQU<W1E<CTB;7EC;'5S=&5R(B!.86UE/2)S97)V97(S(B!5<V5R
          >M4')E9F5R<F5D4V5R=F5R/2)S97)V97(S(B\^"B @(" @(" @/$I405)E8V]V
          >M97)Y4V5R=FEC92!.86UE/2)S97)V97(S(B\^"B @(" @(" @/$ME<FYE;$1E
          >M8G5G($YA;64](G-E<G9E<C,B+SX*(" @(" @(" \3&]G($YA;64](G-E<G9E
          >M<C,B+SX*(" @(" @(" \4U-,($5N86)L960](G1R=64B($AO<W1N86UE5F5R
          >M:69I8V%T:6]N26=N;W)E9#TB9F%L<V4B"B @(" @(" @(" @($QI<W1E;E!O
          >M<G0](C<P,#(B($YA;64](G-E<G9E<C,B+SX*(" @(" @(" \4V5R=F5R1&5B
          >M=6<@3F%M93TB<V5R=F5R,R(O/@H@(" @(" @(#Q397)V97)3=&%R= H@(" @
          >M(" @(" @("!!<F=U;65N=',](BUH;W1S<&]T("U8;7,S,FT@+5AM>#(P,&T@
          >M+41W96)L;V=I8RYS96-U<FET>2Y34TPN=')U<W1E9$-!2V5Y4W1O<F4]1SI<
          >M8F5A-%QW96)L;V=I8S<P,%QS97)V97)<;&EB7&-A8V5R=',@+41W96)L;V=I
          >M8RYM86YA9V5M96YT+G-E<G9E<CTF<75O=#MH='1P.B\O;&]C86QH;W-T.C<P
          >M,#$F<75O=#L@+41W96)L;V=I8RY0<F]D=6-T:6]N36]D945N86)L960]9F%L
          >M<V4B"B @(" @(" @(" @($)E84AO;64](D<Z7&)E830B"B @(" @(" @(" @
          >M($-L87-S4&%T:#TB1SI<8F5A-%QJ9&LQ,S%?,#9<;&EB7'1O;VQS+FIA<CM'
          >M.EQB96$T7'=E8FQO9VEC-S P7'-E<G9E<EQL:6)<=V5B;&]G:6-?<W N:F%R
          >M.T<Z7&)E831<=V5B;&]G:6,W,#!<<V5R=F5R7&QI8EQW96)L;V=I8RYJ87([
          >M1SI<8F5A-%QW96)L;V=I8S<P,%QS97)V97)<+BY<<V%M<&QE<UQS97)V97)<
          >M979A;%QP;VEN=&)A<V5<;&EB7'!B8VQI96YT-#)%0T8Q.#,N:F%R.T<Z7&)E
          >M831<=V5B;&]G:6,W,#!<<V5R=F5R7"XN7'-A;7!L97-<<V5R=F5R7&5V86Q<
          >M<&]I;G1B87-E7&QI8EQP8G-E<G9E<C0R14-&,3@S+FIA<B(*(" @(" @(" @
          >M(" @2F%V84AO;64](D<Z7&)E831<:F1K,3,Q7S V(B!.86UE/2)S97)V97(S
          >M(@H@(" @(" @(" @("!/=71P=71&:6QE/2)'.EQB96$S7'5S97)?<')O:F5C
          >M='-<8VQU<W1E<F1O;6%I;EPN7$YO9&5-86YA9V5R0VQI96YT3&]G<UQC;'5S
          >M=&5R9&]M86EN7W-E<G9E<C-<<W1A<G1S97)V97)?,3 U-#$T,SDU,#DP-"YL
          >M;V<B"B @(" @(" @(" @(%!A<W-W;W)D/2)[,T1%4WUA=3$Y15IJ2V%I9EE9
          >M=$QG<'=A8FAW/3TB"B @(" @(" @(" @(%)O;W1$:7)E8W1O<GD](D<Z7&)E
          >M831<=7-E<E]P<F]J96-T<UQC;'5S=&5R9&]M86EN(@H@(" @(" @(" @("!3
          >M96-U<FET>5!O;&EC>49I;&4](D<Z7&)E831<=V5B;&]G:6,W,#!<<V5R=F5R
          >M7&QI8EQW96)L;V=I8RYP;VQI8WDB(%5S97)N86UE/2)S>7-T96TB+SX*(" @
          >M(" @(" \5V5B4V5R=F5R($YA;64](G-E<G9E<C,B+SX*(" @(#PO4V5R=F5R
          >,/@H\+T1O;6%I;CX*
          >`
          >end
          >
          >begin 666 config_2.xml
          >M/#]X;6P@=F5R<VEO;CTB,2XP(B!E;F-O9&EN9STB551&+3@B/SX*/"$M+4QA
          >M<W0@=7!D871E9"!O;CH@1G)I($UA>2 S," Q,SHQ,SHP."!01%0@,C P,RP@
          >M268@>6]U<B!D;VUA:6X@:7,@86-T:79E+"!P;&5A<V4@9&\@;F]T(&5D:70@
          >M=&AE(&-O;F9I9RYX;6P@9FEL92X@06YY(&-H86YG97,@;6%D92!T;R!T:&%T
          >M(&9I;&4@=VAI;&4@=&AE(&1O;6%I;B!I<R!A8W1I=F4@=VEL;"!N;W0@:&%V
          >M92!A;GD@969F96-T(&]N('1H92!D;VUA:6XG<R!C;VYF:6=U<F%T:6]N(&%N
          >M9"!A<F4@;&EK96QY('1O(&)E(&QO<W0N($EF('EO=7(@9&]M86EN(&ES(&EN
          >M86-T:79E+"!Y;W4@;6%Y(&5D:70@=&AI<R!F:6QE('=I=&@@86X@6$U,(&5D
          >M:71O<BX@268@>6]U(&1O('-O+"!P;&5A<V4@<F5F97(@=&\@=&AE($)%02!7
          >M96)L;V=I8R!397)V97(@0V]N9FEG=7)A=&EO;B!2969E<F5N8V4@(&1O8W5M
          >M96YT871I;VX@879A:6QA8FQE(&9R;VT@:'1T<#HO+V5D;V-S+F)E82YC;VTO
          >M=VQS+V1O8W,W,"]C;VYF:6=?>&UL+B @26X@9V5N97)A;"P@=V4@<F5C;VUM
          >M96YD('1H870@8VAA;F=E<R!T;R!Y;W5R(&-O;F9I9W5R871I;VX@9FEL92!B
          >M92!M861E('1H<F]U9V@@=&AE($%D;6EN:7-T<F%T:6]N($-O;G-O;&4N+2T^
          >M"CQ$;VUA:6X@0V]N9FEG=7)A=&EO;E9E<G-I;VX](C<N,"XR+C B($YA;64]
          >M(F-L=7-T97)D;VUA:6XB/@H@(" @/$%P<&QI8V%T:6]N($1E<&QO>65D/2)T
          >M<G5E(B!.86UE/2)$969A=6QT5V5B07!P(@H@(" @(" @(%!A=&@](BY<87!P
          >M;&EC871I;VYS(B!3=&%G961487)G971S/2(B(%1W;U!H87-E/2)F86QS92(^
          >M"B @(" @(" @/%=E8D%P<$-O;7!O;F5N="!.86UE/2)$969A=6QT5V5B07!P
          >M(B!487)G971S/2)M>7-E<G9E<B(@55))/2)$969A=6QT5V5B07!P(B\^"B @
          >M(" \+T%P<&QI8V%T:6]N/@H@(" @/$%P<&QI8V%T:6]N($1E<&QO>65D/2)T
          >M<G5E(B!.86UE/2)?87!P<V1I<E]!8V-O=6YT14I"7VIA<B(*(" @(" @("!0
          >M871H/2)'.EQB96$S7'5S97)?<')O:F5C='-<8VQU<W1E<F1O;6%I;EQA<'!L
          >M:6-A=&EO;G,B"B @(" @(" @4W1A9V5D5&%R9V5T<STB<V5R=F5R,RQS97)V
          >M97(Q+'-E<G9E<C(B(%-T86=I;F=-;V1E/2)S=&%G92(@5'=O4&AA<V4](G1R
          >M=64B/@H@(" @(" @(#Q%2D)#;VUP;VYE;G0@3F%M93TB06-C;W5N=$5*0B(@
          >M5&%R9V5T<STB;7EC;'5S=&5R(B!54DD](D%C8V]U;G1%2D(N:F%R(B\^"B @
          >M(" \+T%P<&QI8V%T:6]N/@H@(" @/$%P<&QI8V%T:6]N($1E<&QO>65D/2)T
          >M<G5E(B!.86UE/2)C97)T:69I8V%T92(*(" @(" @("!0871H/2(N7&%P<&QI
          >M8V%T:6]N<R(@4W1A9V5D5&%R9V5T<STB(B!4=V]0:&%S93TB9F%L<V4B/@H@
          >M(" @(" @(#Q796)!<'!#;VUP;VYE;G0@3F%M93TB8V5R=&EF:6-A=&4B(%1A
          >M<F=E=',](FUY<V5R=F5R(B!54DD](F-E<G1I9FEC871E+G=A<B(O/@H@(" @
          >M/"]!<'!L:6-A=&EO;CX*(" @(#Q!<'!L:6-A=&EO;DUA;F%G97(@3F%M93TB
          >M8VQU<W1E<F1O;6%I;B(O/@H@(" @/$-L=7-T97(*(" @(" @("!#;'5S=&5R
          >M061D<F5S<STB;&]C86QH;W-T.C<Q,#$L;&]C86QH;W-T.C<R,#$L=&ES;F-L
          >M,# Q.C<P,#$B"B @(" @(" @375L=&EC87-T061D<F5S<STB,C,W+C N,"XQ
          >M(B!-=6QT:6-A<W10;W)T/2(W-S<W(B!.86UE/2)M>6-L=7-T97(B+SX*(" @
          >M(#Q%;6)E9&1E9$Q$05 *(" @(" @("!#<F5D96YT:6%L/2)[,T1%4WU'>750
          >M5D-J,VTK6'AT-DE'3G)6:#AG*S5!:&=J4F<P,VA$;%103S1Y<D1K/2(@3F%M
          >M93TB8VQU<W1E<F1O;6%I;B(O/@H@(" @/$9I;&5296%L;2!.86UE/2)W;%]D
          >M969A=6QT7V9I;&5?<F5A;&TB+SX*(" @(#Q*1$)#0V]N;F5C=&EO;E!O;VP*
          >M(" @(" @("!$<FEV97).86UE/2)C;VTN<&]I;G1B87-E+FID8F,N:F1B8U5N
          >M:79E<G-A;$1R:79E<B(*(" @(" @("!.86UE/2)"86YK4&]O;"(@4')O<&5R
          >M=&EE<STB=7-E<CU00E!50DQ)0SMP87-S=V]R9#U00E!50DQ)0R(*(" @(" @
          >M("!487)G971S/2)M>6-L=7-T97(B(%1E<W1#;VYN96-T:6]N<T]N4F5S97)V
          >M93TB=')U92(*(" @(" @("!497-T5&%B;&5.86UE/2)B86YK+F%C8V]U;G0B
          >M(%523#TB:F1B8SIP;VEN=&)A<V4Z<V5R=F5R.B\O;&]C86QH;W-T.CDP.3(O
          >M8F%N:R(O/@H@(" @/$I$0D-#;VYN96-T:6]N4&]O; H@(" @(" @($1R:79E
          >M<DYA;64](F-O;2YP;VEN=&)A<V4N:F1B8RYJ9&)C56YI=F5R<V%L1')I=F5R
          >M(@H@(" @(" @($YA;64](E1)4TY#3# P,5]"86YK4&]O;"(*(" @(" @("!0
          >M<F]P97)T:65S/2)U<V5R/5!"4%5"3$E#.W!A<W-W;W)D/5!"4%5"3$E#(B!4
          >M87)G971S/2)M>6-L=7-T97(B"B @(" @(" @5&5S=$-O;FYE8W1I;VYS3VY2
          >M97-E<G9E/2)T<G5E(B!497-T5&%B;&5.86UE/2)B86YK+F%C8V]U;G0B(%52
          >M3#TB:F1B8SIP;VEN=&)A<V4Z<V5R=F5R.B\O=&ES;F-L,# Q.CDP.3(O8F%N
          >M:R(O/@H@(" @/$I$0D-4>$1A=&%3;W5R8V4@2DY$24YA;64](D)A;FM$4R(@
          >M3F%M93TB0F%N:T13(@H@(" @(" @(%!O;VQ.86UE/2)425-.0TPP,#%?0F%N
          >M:U!O;VPB(%1A<F=E=',](FUY8VQU<W1E<B(O/@H@(" @/$I-4T1I<W1R:6)U
          >M=&5D475E=64@1F]R=V%R9$1E;&%Y/2(U(B!*3D1)3F%M93TB1&ES=%%U975E
          >M(@H@(" @(" @($YA;64](D1I<W11=65U92(@5&%R9V5T<STB;7EC;'5S=&5R
          >M(CX*(" @(" @(" \2DU31&ES=')I8G5T9611=65U94UE;6)E<B!*35-1=65U
          >M93TB475E=64Q(B!.86UE/2)->41I<W1R:6)U=&5D(%%U975E($UE;6)E<B(O
          >M/@H@(" @(" @(#Q*35-$:7-T<FEB=71E9%%U975E365M8F5R($I-4U%U975E
          >M/2)1=65U93(B($YA;64](DUY1&ES=')I8G5T960@475E=64@365M8F5R+3$B
          >M+SX*(" @(" @(" \2DU31&ES=')I8G5T9611=65U94UE;6)E<B!*35-1=65U
          >M93TB475E=64S(B!.86UE/2)->41I<W1R:6)U=&5D(%%U975E($UE;6)E<BTR
          >M(B\^"B @(" @(" @/$I-4U1E;7!L871E($YA;64](D1I<W11=65U92(O/@H@
          >M(" @/"]*35-$:7-T<FEB=71E9%%U975E/@H@(" @/$I-4T9I;&53=&]R92!$
          >M:7)E8W1O<GD](D@Z7'1M<%QJ;7-<(B!.86UE/2)"86YK365S<V%G95-T;W)E
          >M(B!3>6YC:')O;F]U<U=R:71E4&]L:6-Y/2)$:7)E8W0M5W)I=&4B+SX*(" @
          >M(#Q*35-&:6QE4W1O<F4@1&ER96-T;W)Y/2)H.EQT;7!<:FUS(B!.86UE/2)M
          >M97-S86=E4W1O<F4B(%-Y;F-H<F]N;W5S5W)I=&50;VQI8WD](D1I<F5C="U7
          >M<FET92(O/@H@(" @/$I-4T9I;&53=&]R92!$:7)E8W1O<GD](F@Z7'1M<%QJ
          >M;7,B($YA;64](G!A9VEN9U-T;W)E(B!3>6YC:')O;F]U<U=R:71E4&]L:6-Y
          >M/2)$:7)E8W0M5W)I=&4B+SX*(" @(#Q*35-397)V97(@3F%M93TB2DU34V5R
          >M=F5R,2(@5&%R9V5T<STB<V5R=F5R,2(^"B @(" @(" @/$I-4U%U975E($I.
          >M1$E.86UE/2)1=65U93$B($YA;64](E%U975E,2(O/@H@(" @/"]*35-397)V
          >M97(^"B @(" \2DU34V5R=F5R($YA;64](DI-4U-E<G9E<C(B(%1A<F=E=',]
          >M(G-E<G9E<C(B/@H@(" @(" @(#Q*35-1=65U92!*3D1)3F%M93TB475E=64R
          >M(B!.86UE/2)1=65U93(B+SX*(" @(#PO2DU34V5R=F5R/@H@(" @/$I-4U-E
          >M<G9E<B!.86UE/2)*35-397)V97(S(B!487)G971S/2)S97)V97(S(CX*(" @
          >M(" @(" \2DU3475E=64@2DY$24YA;64](E%U975E,R(@3F%M93TB475E=64S
          >M(B\^"B @(" \+TI-4U-E<G9E<CX*(" @(#Q*35-397)V97(@3F%M93TB37E*
          >M35-397)V97(B(%-T;W)E/2)"86YK365S<V%G95-T;W)E(B!487)G971S/2)S
          >M97)V97(Q("AM

Similar Messages

  • Up next doesn't seem to work properly with multiple speakers over airplay. The status bar on the computer shows the song playing, but not over airplay. When I restart the song it plays, but the same thing happens when the next song cues up. Any ideas?

    Up next doesn't seem to work properly with multiple speakers over airplay. The status bar on the computer shows the song playing, but not over airplay. When I restart the song it plays, but the same thing happens when the next song cues up. Any ideas?

    Hey briannagrace96,
    Welcome to Apple Support Communities! I'd check out the following article, it looks like it applies to your situation:
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/ts1363
    You'll want to go through the following troubleshooting steps, and for more detail on each step follow the link to the article above:
    Try the iPod troubleshooting assistant:
    If you have not already done so, try the steps in the iPod Troubleshooting Assistant (choose your iPod model from the list).
    If the issue remains after following your iPod's troubleshooting assistant, follow the steps below to continue troubleshooting your issue.
    Restart the iPod Service
    Restart the Apple Mobile Device Service
    Empty your Temp directory and restart
    Verify that the Apple Mobile Device USB Driver is installed
    Change your iPod's drive letter
    Remove and reinstall iTunes
    Disable conflicting System Services and Startup Items
    Update, Reconfigure, Disable, or Remove Security Software
    Deleting damaged or incorrect registry keys
    Take care,
    David

  • Pdfmark code in MS Word 2008 doc doesn't seem to work properly to create Named Destination

    Hi all,
    I've been having trouble with creating Preview-compatible Named Destinations in Acrobat 9.x (see http://forums.adobe.com/thread/770470?tstart=0).  Distiller, on the other hand, appears to create compatible Destinations, so as a last-ditch effort, I tried to go back to my original source file (Microsoft Word 2008 document) to use Distiller's pdfmark functionality, to see if maybe I could finally get a PDF with Preview-compatible Destinations.
    Following instructions found elsewhere on this forum, I went into Word and inserted the following field into a test location in my document:
    PRINT "[ /Dest /testdest /View [ /XYZ null null null ] /DEST pdfmark"
    This field code is supposed to then cause a pdfmark to be inserted into the resulting PostScript and/or PDF files.  Distiller is supposed to understand this and turn it into a Named Destination called "testdest."  However, it doesn't seem to work - I don't see the pdfmark code in the PS file, and the PDF file doesn't have any Named Destinations in it.
    I'm using Acrobat 9.x on Mac OS X 10.6.5, so I tried this two different ways:
    1) Using the "Print to Adobe PDF" workflow (which replaced the "Adobe PDF Printer" from previous OS/Acrobat versions) - this automatically generates a PDF via (presumably) an API call to Distiller... and
    2) Using the "Print to Postscript" workflow to generate a PS file, which I then ran through Adobe Distiller.
    In neither case did I end up with a named destination in the PDF file, as I was supposed to.  In case #2, even the Postscript file didn't have a pdfmark embedded in it.  Thus, I'm assuming that perhaps this is particular issue may be a problem with MS Word 2008 rather than with Acrobat... but I'm hoping someone might have a clue as to how to fix it.
    I welcome ideas on how to get Word 2008 to properly output pdfmark code, so that Distiller will pick it up and properly embed a Named Destination into the PDF...
    Thanks in advance.
    (If anyone has ideas about the Preview-compatible problem, linked above, that would also be great!)

    You're suggesting that it was never fixed from Word 2004 to 2008?  Possibly.  I wonder if it's fixed in Word 2011?  Anyone know?  But is it really a Word problem, rather than a Distiller issue?
    I appreciate your offer, though I do have access to Word on Windows (2003, I think), so I could try Distilling there... I only worry about formatting, since there are minor differences (e.g. font kerning, etc.) between Mac and Windows that are subtle, but sufficient to create formatting issues for very long documents (e.g. pushing figures onto the wrong pages, etc.).  That would be a rather big problem.
    The question remains whether this is an issue with Word or Distiller, though... and whether it's fixed in Distiller X and/or Word 2011.
    Adobe, care to comment?
    I'd really love to find a proper Mac solution, if one exists... it would be rather a slap to Mac users if a solution doesn't exist.

  • The power cord doesn't seem to work properly. It doesn't charge my Iphone 6. Does anyone have this problem?

    It looks like there's a problem with the power cord or with the connector. When I plug in the phone it starts to buzz repeatedly that sound that notices the charge is starting, but it doesn't go on. On the screen, also, the battery symbol changes constantly from black to green to black again to green and so on, so I understand it's trying to charge, but it's not working. 
    Does (or did) anyone have this problem?
    Thank you

    So today I went to an official Apple store and did some tests. As you said, the problem was the cord itself. My Iphone it's only two weeks old, so I guess the warranty will carry with a new one. As I need the phone, I decided to buy another cord. In the end, I guess I'll have two cords, which is not such a bad deal.
    Thank you all for you kind answers and help.
    T

  • Question on subform addInstance doesn't seem to work properly

    I have set up a dynamic form and have added a button to repeat a subform. I have the parent subform set up as flowed and have set up a script on the button I added to add an instance of the subform when the button is clicked. I followed the examples in the help screens and think everything is set up correctly but I can't get the subform to repeat once I click the add button. Help here would be greatly appreciated. I did get this to work for rows in a table but can't seem to replicate this for a subform to be added.

    I can't get your attached form.
    Please send your form to [email protected]
    Nith

  • New iMac user.  My mouse doesn't seem to work properly on websites.  I just want to be able to click and have it do whatever I've clicked on automatically, for example "print" or "open link".  Has anyone else had problems with their mouse?

    Has anyone else had problems getting used to their mouse and how the clicks work or don't work on the internet?  I click and it doesn't automatically do what I click on.  So frustrating!

    Hi ndearborn0273!
    This is most likely just a settings issue with your mouse that you are able to change through the System Preferences. I have an article for you that can help you set this back to default, and that article can be found right here:
    Mac Basics: Set your preferences
    http://support.apple.com/kb/ht2490
    Specifically, you will want to pay close attention to this section of that article:
    Customize your mouse
    The Mouse preferences pane looks different depending on what kind of mouse you use. These settings let you set the sensitivity of the mouse to control how fast the pointer moves across your screen when you move your mouse, and adjust for your double-click reflexes. Other controls may be available, depending on the type of mouse you're using.
    Open System Preferences.
    Choose View > Mouse, or simply click Mouse.
    To control how fast the pointer (cursor) moves across your screen when you move the mouse, click Point & Click and use the Tracking slider to adjust speed.
    If Double-Click Speed appears, you can use the Double-Click slider to adjust speed.
    If your mouse has a scroll wheel, you can use the Scrolling slider to adjust speed.
    To change gesture settings, click the More Gestures tab. You can enable and disable gestures for swipe and Mission Control.
    Judging by your post, I believe your secondary click setting is set to use the left side of the mouse. The default set up for a former Windows user to be most comfortable would be having the secondary click set to the right side of the mouse, as is shown in the picture I have inserted above. Note that these settings will be explained by the little video on the right hand side of this window as you hover over the description of the action on the left hand side.
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Behaviors doesn't seem to work properly in library items.

    I was trying add Open Browser window beahavior in a library item and it didn't work. I could set the event to "onClick" but the add behavior "+" was greyed out and I could not select anything because it would not open. Had to just go and copy and paste from another place and then change the urls. Even though the behavior now works when I click on the "gear" symbol to open the settings dialog box it wont open so I have to change it in  code view.
    How ever it works perfectly in HTML. Anyone else had this problem?
    Have not tried any other behaviors.

    I found this suggestion from Murry on a previous post to be a good rule of thumb:
    The strategy you should use for your includes is "What markup COULD change?"
    First, I mentally separate the page layout into three sections:
    1.  Stuff that will not change for the life of the site (i.e., the basic
    structural elements)
    2.  Stuff that *could* change from time to time (e.g., navigation elements,
    burst advertisements, section-specific navigation, etc.)
    3.  Stuff that *will* change from one page to the next
    Then I create a template containing all class1 elements.  Next I create
    server-side include files containing all class 2 elements and place them on
    the template as needed.  Note - some of the class 2 elements may be
    "section-specific elements", and their placement on the template will be
    subject to the next item.  Finally, I insert editable regions to cover the
    class 3 items, INCLUDING the section-specific navigation.
    http://forums.adobe.com/message/1876702#1876702
    VL Branko

  • JTable + Hashtable + Collection doesn't seem to work properly

    Hi folks,
    I'm having a problem with JTree class. Basically, I want to instantiate it by using an Hashtable, though
    depending on the fact that I use collection or arrays the result can substantially vary.
    Take the following use case:
    import javax.swing.*;
    import java.util.*;
    public class Tree extends JApplet{
      public Tree(){
        super();
        setSize(300, 250);
        init();
        setVisible(true);
      public void init(){
        Hashtable<String,List<String>> hash = new Hashtable<String,List<String>>();
        hash.put("Foo", Arrays.asList("Bar"));
        JTree tree = new JTree(hash);
        getContentPane().add(tree);
    }This displays a wrong tree, in fact you should have a Foo node that contains a Bar leaf.
    Now if I use array instead of collections (generics are not the problem) everything work just as
    expected!?
    import javax.swing.*;
    import java.util.*;
    public class Tree extends JApplet{
      public Tree(){
        super();
        setSize(300, 250);
        init();
        setVisible(true);
      public void init(){
        Hashtable<String,String [] > hash = new Hashtable<String,String []>();
        hash.put("Foo", new String []{"Bar"});
        JTree tree = new JTree(hash);
        getContentPane().add(tree);
    }Considering that the constructor of JTree allows the following instantiation for Hastable:
    public JTree(Hashtable<?,?> value)the use of wildcards let me assume that I can put whatever I like as the type of my keys/values.
    Am I missing something or this is indeed some very strange (buggy) behavior.
    Cheers,
    Mirco

    lins314159 wrote:
    [Javadocs for createChildren method|http://java.sun.com/javase/6/docs/api/javax/swing/JTree.DynamicUtilTreeNode.html#createChildren%28javax.swing.tree.DefaultMutableTreeNode,%20java.lang.Object%29]
    If you look in the source code for JTree, there's no mention of Lists in there. Not quite sure why they handle Vectors and Hashtables only instead of Lists and Maps.Hi lins,
    thanks for taking the time for giving me your though.
    I have take a glance at the javadoc for method createChildren, but once again it tells me that if I have an entry of the type
    <A,Collection<B>> I should get a Node named after the object of type A and whose leaf are the ones contained in the collection.
    I agree with you that is bizarre that the JTree constructor only accept Hashtable (and not Map, that appear to me more convenient);
    but I can live with that as long as the value field of the hashtable behave as I would expect.
    I'm not an experienced Java programmer, so if any of you gurus has any thoughts on that, please let me know.
    Cheers,
    Mirco
    Edited by: Mirco on Feb 29, 2008 12:07 AM

  • After iOS5 update iPhone 3GS  doesn't seem to work properly?

    update including backup took very long and it was also interrupting at least 2 times.
    Now after the update sms and phone list was deleted and some apps are much slower - e.g. it takes a few seconds until the keyboard pops up and then while typing the letters are also delayed.
    And the remote control on the original headphones won't work now.
    I have the impression the software is too much to handle for the 3GS.
    Anybody with similar experience and possible solution?
    cheers, Carola

    Have you tried a Restart... Reset... or Restore...?
    Iphone Reset
    Reset your phone:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release the buttons...
    The Basic Troubleshooting Steps are:
    Restart..  Reset..  Restore from Backup...  Restore as New...
    Restarting your device
    1)   Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    2)   Press and hold the Sleep/Wake button until the Apple logo appears.
    Follow these steps to reset your device
    Note: Reset your device only if it is no longer responding and the steps above do not work.
      Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    iPhone Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    iPhone User Guide
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • Login Doesn't Seem to Work Properly When Saving...

    I'm excited that you guys have come up with something pretty
    cool with kuler, but I seem to have weird issues once I'm logged
    in. After logging in with my Adobe username and pw, I click on
    "Create", input my colors, but then I notice that I get the message
    "Please sign in so you can publish a theme", yet it clearly shows
    just above it that I *am* logged in. The "Title", "Tags", "Save"
    and "Publish" are all unclickable as well.
    Any help would be appreciated!
    jkc

    Hi Quadrantids,
    From your description, I recommend you follow the steps below for troubleshooting:
    1. Please check if Microsoft Exchange System Attendant service is started at first.
    2. Verify if there is any store failed to mount.
    3. Please check network connectivity using netdiag.
    What's more, I would like to verify if you use the following cmdlet to add folder permission.
    Add-MailboxFolderPermission -Identity xxx:\Calendar -AccessRights xxx -User xxx
    Here is a thread for your reference.
    Add-MailboxFolderPermission
    http://technet.microsoft.com/en-us/library/dd298062(v=exchg.150).aspx
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Question for music producers ! MacBook Pro and my audio interface from Virus Ti doesn't seem to work properly after I updated 10.9.4 Mavericks

    Hello
    Few days ago I upgraded my Macbook Pro to 10.9.4  Mavericks And I’m using the sound card from the Virus Ti for all audio in/out and when I’m not producing music , I usually close my Logic and I use the Virus Ti as a sound card for listening to Soundcloud or iTunes on my Mac and the audio usually come out of my studio monitors , but right now even when everything is connected , the sounds from the web site is coming out from my Macbook speaker instead of my studio monitors ? and I already checked the “Output/Input” in preference and is already say Access Virus Ti and  I already repair disc too ! ,
    Right now when I’m using Logic to produced with Virus sound card everything is working fine and the audio is coming out of my monitors but as soon as I turn off Logic to use Youtube or other web site, the audio automatic switch back to laptop speakers ?
    If anyone had this problems with their audio interface and OS 10.9.4 , please advise !
    Your help is much appreciated : )

    @michelle929 don't feel so bad, i too which i never would have upgrade to ff4, OMG, so piss., worse is they deleted the old version from my computer, how dare them..lol... but most of the thing i use now don't wanna work.. i want my 3.6.15 well i think that was the last one i had.. piss piss,,and Michelle your not whining , just stating the fact's.. give me back the old version Mozilla... can't even find it on here,, any one knows where i can find it... if not gonna have to go to a server an get it,,
    thanks Lotta firefox. great job, not tell us first hand what won't work....:(

  • GC doesn't seem to work properly with Swing components

    Well, I have a problem, and it's quite a big deal.
    I don't understand why the java GC refuses to free the memory.
    I have made a VERY LITTLE example, so that everybody will see what the problem is made with.
    a frame with 2 buttons. the first one make another frame appears, which contains a quite big Swing component. The other is here in order to try to free the memory of this frame.
    Here are the 2 classes :
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class FirstClass extends JFrame{
    private JButton jButton1 = new JButton("free memory");
    private JButton jButton2 = new JButton("load frame");
    private MyFrameColor frame;
    public FirstClass() {
    jButton1.addMouseListener(new java.awt.event.MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    jButton1_mouseClicked(e);
    jButton2.addMouseListener(new java.awt.event.MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    jButton2_mouseClicked(e);
    this.getContentPane().add(jButton1, BorderLayout.NORTH);
    this.getContentPane().add(jButton2, BorderLayout.SOUTH);
    this.show();
    public static void main(String[] args)
    new FirstClass();
    import javax.swing.*;
    import java.awt.*;
    public class MyFrameColor extends JFrame {
    JColorChooser jColorChooser1 = new JColorChooser();
    public MyFrameColor() {
    this.getContentPane().add(jColorChooser1, BorderLayout.CENTER);
    the problem is that, according to the Windows task Manager the memory isn't freed after having pressed on "free memory" button.
    Moreover, in my real application, there are so much data that aren't freed this way, that, at the third launching of a frame, I have a Out of Memory exception !
    THank you for answering
    Have a good day :-)

    First, obviously you didnt include all the code. And the most important part(the references to the classes in question) are missing. How can we make a judgement?
    Second, the windows taskbar is no measure of how much memory your program is using, its a measure of how much memory the JVM is using. You didnt write the JVM so you really should not be concerned with that.
    1. Try using System.freemem() or some similar call to see what your program is actually using.
    2. Try making the GC verbose to see when it actually reclaims objects
    3. Try calling the GC to force a little GC before you check the memory.
    4. Try calling UpdateUI if it actually shows that your memory is really not being released.

  • Hibernate hbm2ddl.auto create-drop doesn't seem to work in 10.3 JPA

    Greetings,
    I'm migrating an JPA application from JBoss 5.0 to WebLogic 10.3. In order to simplify the problem, I have the following entity:
    package fr.simplex_software.p204.domain;
    import java.io.Serializable;
    import javax.persistence.*;
    @Entity
    @Table(name="AUTHOR")
    public class Author implements Serializable
    private static final long serialVersionUID = 1L;
    @Id
    @Column(name="AUTHOR_ID", nullable=false)
    @GeneratedValue(strategy=GenerationType.AUTO)
    private Long id;
    public Long getId()
    return id;
    public void setId(Long id)
    this.id = id;
    I also have the following persistence.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    <persistence-unit name="p204-ejbPU" transaction-type="JTA">
    <provider>org.hibernate.ejb.HibernatePersistence</provider>
    <jta-data-source>java:/jdbc/TestDS</jta-data-source>
    <exclude-unlisted-classes>false</exclude-unlisted-classes>
    <properties>
    <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
    </properties>
    </persistence-unit>
    </persistence>
    When I deploy the application in JBoss 5.0, the table AUTHOR is created. When I deploy the same in WebLogic 10.3, the table isn't created and nothing happens. Should I do anything of special ?
    Many thanks in advance for any help.
    Kind regards,
    Nicolas

    Hi Matt, thanks for your reply. Yes, I did. Actually I'm testing the JDBC data-source in WebLogic console and the test is successfull. Also, exactly the same app correctly deploys in JBoss. In the WebLogic console I can see my EAR deployed, I'm running some standalone clients against some SLSB in the EAR and they work properly and I'm sure that if I'm manually creating the data-model, the JPA entities will work. The only thing which doesn't seem to work is the automatically data-model creation. I thought that Hibernate may not be so intimatelly integrated with WebLogic as with JBoss and I tried to use Kodo, but I didn't find any auto create-drop equivalent feature. I continue digging but stiil interested by any suggestion, if any.
    Many thanks in advance,
    Nicolas

  • I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • How to reflect db changes - Verify Database doesn't seem to work

    I have changed a database (MS SQL Server) column from varchar 255 to varchar 1000, but the designer doesn't pick up the change.
    I read that db changes can be picked up by using 'Verify Database' feature. It doesn't seem to work for us though. Is there any configuration to turn on for the feature to work properly or any work-around to refresh the database changes?
    We are making the database connection using JDBC (JNDI) option since the report is being used in a Java web application.
    Any comments or insights will be very much appreciated!

    Hi Wallie,
    Thank you very much for your reply! Here are the answers to your questions.
    Are you able to create a new report off the modified database?
    ==> Yes.
    Do new reports see the changes made to the database?
    ==> No.
    Are the reports connecting directly to the database table, or is it a stored procedure, business view, universe being used?
    ==> Through a business view.
    By the way, after trying so many things, I was able to figure out the reason. Since the report is using a view, not directly the table, the view itself had to be recompiled to reflect the table changes so that the view could pass the changes to the report. It was a very good thing to know. Your last question could have been a very helpful insight for this issue! Thank you so much again!

Maybe you are looking for

  • Automatic detrermination of Excise conditions - TAXINN

    Dear Friends,, I have a rrequirement where i need to do Automatic deterrmination of Excise conditions...(TAXINN)..The problem is sometimes the Customer produces CT1 form where he is exempted from Excise....I just eant to do this in the same way where

  • EDT/EST timezones in TIMESTAMP

    Hi guys, This is very urgent.....Help please. In 9i DB, I need to capture date and timestamp with EDT or EST time zone specifiers. For testing pursposes, I wrote the following code and the result is as: SET SERVEROUT ON DECLARE v_date TIMESTAMP WITH

  • Iview refresh or reload in EP6, where did it go?

    We have JCO iviews that return production numbers.  Our production control guys on the plant floor have come to use this as a tool in day to day operation.  We are just about to go live with EP6 now and I can not find a way to have these iviews refre

  • Urgent need for Study Materials for 1Z0-114 certification

    Hi All, I would be taking up the Oracle SOA Foundations, Adoption and Implementation(1Z0-114) certification next month. For study materials & free dumps I did some search over the net but with no luck yet. Can somebody please point me towards the rig

  • Download of Elements 10

    Have had to rebuild my PC after total collapse. Am running Windows 7 Home Premium (64-bit). In process lost my download install file for Elements 10 (have registration number) Where can I download Elements 10" Regards John Mitchell