JBoss Community

Re: Data sources in EAR on AS7?

created by Jesper Pedersen in JBoss AS7 Development - View the full discussion

No, an .ear is an .ear as defined by EE 6.

 

In the script you will setup the needed resources like datasources, JMS queues and topics, EJB pool sizes and so on through the standard management interface. Everything that is exposed by the management API you have access to.

 

Tooling is a minor problem, since it is a "standard" JAR archive format.

 

So

  1. Check management API -- through the CLI if you want
  2. Design the .cli container
  3. Implement it
  4. Submit patch

 

We hang out on #jboss-as7 on FreeNode if there are any questions.

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community