Giter VIP home page Giter VIP logo

Comments (2)

bserdar avatar bserdar commented on June 3, 2024

You pass a "configuration file" that is written using the same output
syntax jboss-cli.sh uses. For example, if you want to add a jdbc driver,
you pass a file containing something like this (copying from readme):

{ "jdbc-driver" =>
{ "oracle" => {
"driver-name" => "oracle",
"driver-module-name" => "oracle.jdbcx",
"driver-xa-datasource-class-name" => "oracle.jdbc.XADataSource"
}
}
}

Hope this helps.

On Thu, Dec 19, 2013 at 7:23 AM, DFGiiit [email protected] wrote:

Whilst I fear I'm going to sound like a complete numpty, could you let me
know what file you're meant to pass as an argument? From the readme it
sounded like it was the .pp files and as such I passed the sample
datasource.pp from your project but when I do that I get:

(as you can probably tell I'm no Java expert)

Thanks in advance and great project by the way!

Exception in thread "main" java.io.IOException: Invalid character: d
at org.jboss.dmr.ModelNodeParser.invalid(ModelNodeParser.java:162)
at org.jboss.dmr.Parser.yyLex(Parser.java:617)
at org.jboss.dmr.Parser.yyParse(Parser.java:683)
at org.jboss.dmr.ModelNode.fromStream(ModelNode.java:1314)
at com.redhat.jcliff.Main.main(Main.java:164)


Reply to this email directly or view it on GitHubhttps://github.com//issues/10
.

from jcliff.

 avatar commented on June 3, 2024

ah yes - of course - many thanks, that's working now!

from jcliff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.