[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-09-13 Thread jaejong
Does RC3 works with oracle9i?


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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-09-09 Thread olutosin
Hi fbeatty,

I would appreciate it if you could post the steps & the DDLs you used to deploy NUKES 
on SAPDB/MaxDB.

Thanks
Falo ([EMAIL PROTECTED])


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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-08-05 Thread sqirl
Hi fbeatty,

I just installed MaxDB and plan to use it with nukes. Can you send me the ddl 
please... would be a great help!
sqirl at web.de

greetings
sqirl

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-06-21 Thread fbeatty
jae77,

Thanks for the info. I will go ahead and create the tables by hand and deploy the 
modules. I have to demo this for where I work, so it is actual work.

Just as an exercise, I will probably dig around in the build to see what I can find 
out about the installer. I saw the connections to the DB being generated, but no SQL 
statements were sent . It is like the statements are never being executed, well 
according to the trace and logs.

Thanks again...

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-06-21 Thread jae77
i'm not really sure how the installer works. i've always created the tables just by 
executing the ddls directly against the database. 

if you have the ability to create the tables by hand, just do that and then deploy the 
modules w/o using the installer. 

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-06-20 Thread fbeatty
Hey jae,

I have modified the ddl and the jsp forms to take the new values for SapDB/MaxDB. I 
did the build and deploy for the installer. During the install everything appears to 
work fine until it hits the admin setup page. Once next is clicked it goes the the 
next page to do the update statement and fails (unknown table error). It fails because 
the tables have not been created in the DB. The userid has rights (the proper rights) 
to db and I can even see that the server has connected to the DB server (separate 
machine Linux).

I have marked the database value with the "?trace=dir/file" and have looked at the 
log. It shows no errors until the one listed above.

I know the table and index create statements are correct, I have tested them through 
SQL Studio as I built them. Can you tell me what source file does the executes for the 
SQL statements coming from the XML files?

Thanks.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-06-18 Thread fbeatty
Thanks for the reply...

I am going to look at doing the ddl this weekend. I have messed with the properties 
files and the will double check them once I have the ddl done. I may post another 
reply asking for your assistance.


Thanks again.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-06-18 Thread jae77
oracle support already exists, altho it needs to be tested.

once we get the full cmp solution working (there are a couple outstanding issues left 
that can be read about over in the dev forum 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=50742)
then any database can be supported. 

that doesn't mean you can't add support on your own though. you'd need to write a ddl 
to create the "core" tables b/c all of the "officially released" modules (except the 
core) support full cmp and you'd also have to create the equivalent .properties file 
w/ all the appropriate values. 

if you're interested in doing this, post back and i can better explain the steps.



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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user