• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

migrating from jboss 7.1 to wildfly

 
Ranch Hand
Posts: 641
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to migrate my application ( EAR) from jboss 7.1 to wildfly . So to achieve this i copied over the configuration from standalone-full.xml from 7.1 to wildfly (8.0) ( datasources , queues etc ) . The app is not able to connect to any of the datasources defined . The same conf works on 7.1 but not on wildfly (8.0 ) . I see this error a lot on the console .

"JBAS014771: Services with missing/unavailable dependencies"
JBAS014613: Operation ("add") failed - address: ([
("subsystem" => "datasources"),
("data-source" => "Oracle11gDS_Pool")

Any inputs would help. Thanks
 
Raghav Mathur
Ranch Hand
Posts: 641
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like the problem got resolved by copying the modules into the JBOSS_HOME as specified on
https://docs.jboss.org/author/display/WFLY8/How+do+I+migrate+my+application+from+AS5+or+AS6+to+WildFly

for example copy the jar under
JBOSS_HOME/standalone/deployments/ojdbc6.jar

Hope this helps anyone who's migrating from a previous Jboss version to wildfly 8
 
Talk sense to a fool and he calls you foolish. -Euripides A foolish tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic