It was the following that put me off:

Please respect mailing list etiquette:

    * Quote what you reply to and trim it to only the relevant parts. This
provides context for those who will read your message by email.
    * Avoid small talk such as "Thank you", "Great"... You can send a
private email, or give a 5-star rating. 

Cheers,

Greg


mraible wrote:
> 
> Who told you that you shouldn't post thank you messages to this forum?
> I'd like to know because that's absolutely not true.
> 
> We *love* to know when one of our suggestions solves the problem!
> Otherwise, there's no confirmation and no one searching the archives
> (or reading your message) knows if it worked.
> 
> Our favorite messages are ones that say "thanks, that worked". ;-)
> 
> Matt
> 
> On 9/4/07, gederer  wrote:
>>
>> Hey Matt,
>>
>> Wanted to thank you for help over the weekend on fullsource issues. But,
>> I
>> got a message saying that I shouldn't post thank you messages to this
>> forum.
>> Is it not appropriate to post a message here that says something like,
>> "That
>> worked.  Thanks."?
>>
>> Well, thanks, anyway ;-)
>>
>> Greg
>>
>>
>>
>> mraible wrote:
>> >
>> > Thank *you* - we love users that solve their own problems. ;-)
>> >
>> > Matt
>> >
>> > On 9/4/07, gederer  wrote:
>> >>
>> >> Problem solved. I had to add DTYPE to sample-data.xml.
>> >>
>> >> Thanks!
>> >>
>> >>
>> >>
>> >> gederer wrote:
>> >> >
>> >> > Hi,
>> >> >
>> >> > I have added inheritance to User so that I can create a derived
>> class.
>> >> > When I run mvn integration-test, I get the error message:
>> >> >
>> >> > [INFO] [dbunit:operation {execution: test-compile}]
>> >> > [INFO]
>> >> >
>> >>
>> ------------------------------------------------------------------------
>> >> > [ERROR] BUILD ERROR
>> >> > [INFO]
>> >> >
>> >>
>> ------------------------------------------------------------------------
>> >> > [INFO] Error executing database operation: CLEAN_INSERT
>> >> >
>> >> > Embedded error: java.sql.SQLException: Field 'DTYPE' doesn't have a
>> >> > default value
>> >> >
>> >> > Here is my User code:
>> >> >
>> >> > @Entity
>> >> > @Table(name = "app_user")
>> >> > @Inheritance(strategy = InheritanceType.SINGLE_TABLE)
>> >> > public class User extends BaseObject implements Serializable,
>> >> UserDetails
>> >> > {
>> >> >       private static final long serialVersionUID =
>> >> 3832626162173359411L;
>> >> >
>> >> >         ...
>> >> > }
>> >> >
>> >> > Here is my derived class:
>> >> >
>> >> > @Entity
>> >> > public class ToyProvider extends User implements Serializable
>> >> > {
>> >> >       private static final long serialVersionUID =
>> >> -5386126702150882220L;
>> >> >
>> >> >         ...
>> >> > }
>> >> >
>> >> > What am I doing wrong?
>> >> >
>> >> > Thanks!
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/Field-%27DTYPE%27-doesn%27t-have-a-default-value-tf4379658s2369.html#a12484866
>> >> Sent from the AppFuse - User mailing list archive at Nabble.com.
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> >
>> > --
>> > http://raibledesigns.com
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Field-%27DTYPE%27-doesn%27t-have-a-default-value-tf4379658s2369.html#a12485082
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> http://raibledesigns.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Field-%27DTYPE%27-doesn%27t-have-a-default-value-tf4379658s2369.html#a12507004
Sent from the AppFuse - User mailing list archive at Nabble.com.

Reply via email to