couz: you're doing everything ok. when you specify the url, use 
http://localhost:8080/nukes/ (note the trailing backslash).

springy: i doubt the core will be fully converted. :(

it's actually converted right now, but there is no way to create a unique constraint 
on a column with this solution (the username column has this constraint). the unique 
constraint is being used to ensure no duplicate logins are created in the system.

we could just do a quick check to see if the username exists (instead of relying on 
the constraint), but there is a very small chance two users could be trying for the 
same user name at the same time, and duplicate entries could be created. the odds of 
this are extremely small, and this may be acceptable risk. 

you should be using jboss 3.2.3. 

on a different topic...

there is an issue w/ the -service.xml files that are in the "nukes" directory being 
deployed before the ears that contain the necessary class files (this is "normal" 
behavior). i'm going to correct this by creating a "nukes.last" directory w/in the 
"nukes" dir and placing the -service.xml files there so we ensure their cooresponding 
ear files are deployed first. 

i also found out earlier that the default type used to create a table in mysql when 
the java type is a String is a varchar(250) - this is obviously not large enough for 
textarea type data. 

i'm going to update the xdoclet tags and build files tonight to correct these issues, 
and retag them w/ the Nukes_1_1_0_RC1 tag and update the precompiled zip. 

looking forward to any feedback you guys can provide on missed bugs, etc.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837315#3837315

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837315



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to