• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

migration from vaj to wsad

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I try to find out what problems can occour when migrating (Web) projects from VAJ 3.02 or VAJ 3.5 to WSAD. I heard that the EJB-Specification-Problem could be solved, using the AAT-Tool. Are there any further known problems???(such as connectors and so on)
Regards,
Heinz
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, you will have some interesting problems if you are using connectors. For one, connectors aren't supported directly in WSAD -- that's a feature of WSAD-IE (Integration Edition). The wizards for creating a new connection only exist in the IE product. You can move your old connector code over to WSAD, but you can't add new ones. Also, you'll need to make sure you use the JCA connectors -- I believe that these are only supported in VAJ 4.0, but I could be wrong -- in any case, my recommended path would be:
VAJ 3.02 or 3.5 --> VAJ 4.0 --> WSAD or WSAD-IE
Kyle
 
Heinz Elman
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kyle,
thanks for your advices! Do you know any further Links for this?
 
We've gotta get close enough to that helmet to pull the choke on it's engine and flood his mind! Or, we could just read this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic