-
1. Re: Arquillian test using forge
gastaldi May 27, 2015 11:44 AM (in response to rm0han)Hi Mohan,
What do you mean that "project-new" is outdated? Have you followed the installation instructions at http://forge.jboss.org/document/installation ?
Let me know if you need any help.
Best Regards,
George Gastaldi
-
2. Re: Arquillian test using forge
rm0han May 27, 2015 12:10 PM (in response to gastaldi)I did this. It is new-project
Thanks,
Mohan
brew install forge
Mohans-MacBook-Pro:jboss-forge radhakrishnan$ forge
Using Forge at /usr/local/Cellar/jboss-forge/2.16.1.Final/libexec
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|__/
JBoss Forge, version [ 2.16.1.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
[jboss-forge]$ new-project --named hrg --topLevelPackage org.hrg
Command: new-project was not found.
[jboss-forge]$ project-new --named hrg --topLevelPackage org.hrg
***SUCCESS*** Project named 'hrg' has been created.
[hrg]$ project remove-repository http://repository.jboss.org/nexus/content/groups/public
Command: project was not found.
[hrg]$ beans setup
Command: beans was not found.
[hrg]$
-
3. Re: Arquillian test using forge
gastaldi May 27, 2015 12:16 PM (in response to rm0han)Hi Mohan,
Please have a look at Documentation | JBoss Forge for an example on how to create projects using Forge. Also make sure to watch our videos in JBoss Forge - YouTube
Best Regards,
George Gastaldi
-
4. Re: Arquillian test using forge
rm0han May 30, 2015 11:06 AM (in response to gastaldi)I browsed through the videos. But I was interested in this question I posted earlier.(Re: WAS 8 profile - Test only JMS). I was thinking it is not very difficult. A WAS profile with JMS listeners and senders. Our code is the backbone of mobile applications that interacts with queues. JUnit and mocks help us but integrations tests will be very useful.
So if there are mock JMS listeners I plan to code Arquillian tests to process the messages and post again to mock queues. Ours is WAS 8.