jBoss - mySQL problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bernard Koninckx

    jBoss - mySQL problem

    Hello everybody,

    I've configured mySQL as datasource for JBoss. I've a problem, when JBoss
    automaticaly generate a table for the bean. mySQL send an error. The fields
    length is too long and a Blob field is attempted, the char field type is
    limited to 255 characters and JBoss try to create a longuer field.

    How can I do to pass over this error ?

    Best regards

    Thanks all


  • Bernard Koninckx

    #2
    Re: jBoss - mySQL problem

    Hello everybody,

    I've found the solution to my problem. I'm stupid. A jbosscmp-jdbc.xml file
    was present into my project directory and the database system specified in
    this file was "Hypersonic ..."

    Bernard Koninckx

    "Bernard Koninckx" <koninckxbernar [email protected]> a écrit dans le message de
    news: 3ff04d44$0$2007 3$ba620e4c@news .skynet.be...[color=blue]
    > Hello everybody,
    >
    > I've configured mySQL as datasource for JBoss. I've a problem, when JBoss
    > automaticaly generate a table for the bean. mySQL send an error. The[/color]
    fields[color=blue]
    > length is too long and a Blob field is attempted, the char field type is
    > limited to 255 characters and JBoss try to create a longuer field.
    >
    > How can I do to pass over this error ?
    >
    > Best regards
    >
    > Thanks all
    >
    >[/color]


    Comment

    • Bernard Koninckx

      #3
      Re: jBoss - mySQL problem

      Hello everybody,

      I've found the solution to my problem. I'm stupid. A jbosscmp-jdbc.xml file
      was present into my project directory and the database system specified in
      this file was "Hypersonic ..."

      Bernard Koninckx

      "Bernard Koninckx" <koninckxbernar [email protected]> a écrit dans le message de
      news: 3ff04d44$0$2007 3$ba620e4c@news .skynet.be...[color=blue]
      > Hello everybody,
      >
      > I've configured mySQL as datasource for JBoss. I've a problem, when JBoss
      > automaticaly generate a table for the bean. mySQL send an error. The[/color]
      fields[color=blue]
      > length is too long and a Blob field is attempted, the char field type is
      > limited to 255 characters and JBoss try to create a longuer field.
      >
      > How can I do to pass over this error ?
      >
      > Best regards
      >
      > Thanks all
      >
      >[/color]


      Comment

      • Bernard Koninckx

        #4
        Re: jBoss - mySQL problem

        Hello everybody,

        I've found the solution to my problem. I'm stupid. A jbosscmp-jdbc.xml file
        was present into my project directory and the database system specified in
        this file was "Hypersonic ..."

        Bernard Koninckx


        "Bernard Koninckx" <koninckxbernar [email protected]> a écrit dans le message de
        news: 3ff07ad6$0$3089 0$ba620e4c@news .skynet.be...[color=blue]
        > Hello everybody,
        >
        > I've found the solution to my problem. I'm stupid. A jbosscmp-jdbc.xml[/color]
        file[color=blue]
        > was present into my project directory and the database system specified in
        > this file was "Hypersonic ..."
        >
        > Bernard Koninckx
        >
        > "Bernard Koninckx" <koninckxbernar [email protected]> a écrit dans le message de
        > news: 3ff04d44$0$2007 3$ba620e4c@news .skynet.be...[color=green]
        > > Hello everybody,
        > >
        > > I've configured mySQL as datasource for JBoss. I've a problem, when[/color][/color]
        JBoss[color=blue][color=green]
        > > automaticaly generate a table for the bean. mySQL send an error. The[/color]
        > fields[color=green]
        > > length is too long and a Blob field is attempted, the char field type is
        > > limited to 255 characters and JBoss try to create a longuer field.
        > >
        > > How can I do to pass over this error ?
        > >
        > > Best regards
        > >
        > > Thanks all
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...