sol3000_75 wrote:


Now, when i try to access a DAO (via get[Entityname]Dao()), a Nullpointer 
Exception occurs.

Good. (that was sarkasm;) I found a forum Post on the AndroMDA Site, that 
Spring might not be initialized correctly. 

But: how do i see, if it is initialized correctly?! I have no additional 
console output concerning Spring.


(end of quote)




from where are you calling this DAO ? in a service ? do you have a dependency 
from the service to the entity (just making sure)




sol3000_75 wrote:


Another thing i am wondering about: the default DB in the generated WAR is 
this Hypersonic stuff. Where are the JDBC driver therefore?! Do i have to care 
about this issue (usualy i would say, they must be located in the common/lib of 
Tomcat)?! Can a missconfiguration here result in the not working Spring 
framework?!


(end of quote)




by default the generated applications can be deployed under JBoss, which comes 
with the HSQLDB embedded, so you won't need to do anything .. but when using 
Tomcat you'll need to make sure the database is running somehow and allowing 
TCP/IP connections



unfortunately I have little experience with using Tomcat standalone (I really 
want to invest more time) so I can't help you more ..
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1580#1580
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to