-
Соблюдайте общепринятые правила сетевого этикета
http://www.nohello.com/
https://ru.wikipedia.org/wiki/Сетевой_этикет -
В чате можно (и нужно) задавать любые вопросы по курсу
Если вы что-то не понимаете, не нашли, не знаете, как сделать -- спрашивайте!
Глупых вопросов не бывает. Мы здесь учимся, поэтому смело задавайте любые вопросы.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ru.stqa.pft.mantis.appmanager; | |
import org.apache.axis.Message; | |
import org.apache.axis.MessageContext; | |
import org.apache.axis.handlers.BasicHandler; | |
public class AxisLogHandler extends BasicHandler { | |
private static final long serialVersionUID = 1L; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<system.data> | |
<DbProviderFactories> | |
<remove invariant="MySql.Data.MySqlClient" /> | |
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" /> | |
</DbProviderFactories> | |
</system.data> | |
<connectionStrings> | |
<add name="AddressBook" |