[JBoss-user] [EJB/JBoss] - Re: How to make EJBHome stub reference survives JBoss restar

2004-10-18 Thread jae77
redeployment of an ejb can be handled, see this wiki page 
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions - you will need 
to repackage your ejb so that the only thing that gets redeployed is the 
implementation class, and not the remote/home interfaces. if you change the actual 
interface, this does not work. 

as for surviving a server restart, i don't believe this is possible. couldn't you add 
extra code to your service locator to catch the exception that occurs and attempt to 
refetch the home interface again, and then if that fails, kick out an error? [/url]

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851751#3851751

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851751


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: How to make EJBHome stub reference survives JBoss restar

2004-10-18 Thread jae77
jboss uses dynamic proxies for their stubs (which is why you don't need to compile 
them), so i'm not really sure this is possible. 

but you're right, now that i think about it, if you're pulling cached interfaces out 
of the servicelocator, you're not going to know the refs are stale until you try to 
invoke a method on it. 

if you repackage such that your interfaces aren't cycled when you redeploy the ejb 
implementation class, everything should contine to work normally. you could also try 
turning on pass by value instead of pass by reference, although you will see 
decreased performance using this. 

could you provide a bit more info on the client app using the service locator? there 
may be other creative ways to deal w/ this issue. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851761#3851761

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851761


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: How to make EJBHome stub reference survives JBoss restar

2004-10-18 Thread jae77
i understand what you're getting at, but from my understanding of how jboss's 
classloader works, and the fact that they use dynamic proxies for the ejb stubs, i 
don't think you have any other options then to reload your cache. 

at this point, unless someone claims otherwise, i think you need to look at what 
options are available for you to reload the cache in a way that is least intrusive to 
code you have already written, hence my asking for you to describe what type of client 
app you are using -ie: is it a webapp run under tomcat, a thick client, etc.

is this a development only type issue? as i have stated before, if you repackage your 
code and are only changing the implementation class, you should be able to redeploy 
ejb changes w/o any ill effect to the cached interfaces that you have.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851770#3851770

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851770


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: EJB/Database access

2004-10-16 Thread jae77
it's really up to you. i believe that EJBBase provides default implementations for 
some of the methods required for the interface, so if you want to leverage that, go 
right ahead, otherwise, you have to provide the default impls yourself. 

pls make sure you normalize any fields that may link into the core tables, etc (you 
may not have this, but if you do). the wiki pages should document how to use the 
existing ejbs from the core so you don't  have to duplicate that functionality. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851630#3851630

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851630


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: New Module ? : Search engines bots (spider) detection

2004-10-07 Thread jae77
cnovara wrote : I've implemented full CMP/CMR implementation, module implementation 
ok again, html template ok but I nedd 2 DB tables : signatures et log and I'm not 
fully satisfied by CMP creation (type control is not strict enough I think, a lot to 
say about it, maybe on another dev thread ...). Is it possible to use a good old ddl ? 
I'm trying to get how to generate it by build process. Another issue : is it necessary 
to test it under hsqldb ? I don't even try it. We should also discuss about UserModule 
plug. 

if you control what is being insert through the java code, then the type creation 
provided by jboss should be more then sufficent. 

i still think that a pure cmp solution is the way to go b/c it makes it that much 
easier to install. however, certain database differences and the need to load primer 
data, still doesn't make it the best solution in the world. perhaps as ldbc 
([a]http://ldbc.sf.net[/a] as julien mentioned before) becomes more mature, it may 
help solve the problems. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850697#3850697

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850697


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Cannot deploy nukes 1.1

2004-09-29 Thread jae77
i looked at the error log and it says that it can't find a method in the bcel.jar.

most likely there is some jar file in your jre endorsed directory that is conflicting 
w/ the jboss version.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849887#3849887

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849887


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Deployment Order Issues with multiple EARs

2004-09-28 Thread jae77
you would really be better off revamping how you are doing your deployment packaging 
so you can break the dependencies entirely. 

the PrefixDeploymentSorter will work, but it can become a pain if you need to keep 
renaming files if the deployment order changes. 

if you are deploying a bunch of thirdparty libraries together in a single ear, 
consider dropping them in the lib directory or package them inside a sar so they are 
always deployed first. 

also, since jboss supports russian-doll packaging, you could also wrap the ear that 
needs to be deployed first inside a sar archive, so that it gets deployed before 
anything else. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849791#3849791

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849791


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - Re: what happenned to the html-svg dtd files?

2004-09-25 Thread jae77
is there any chance of getting the dtds as xml schema documents instead?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849535#3849535

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849535


---
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. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - Re: what happenned to the html-svg dtd files?

2004-09-25 Thread jae77
nevermind - i'm trying something else. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849538#3849538

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849538


---
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. 24. 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: unable to compile latest cvs

2004-09-24 Thread jae77
did you compile the common package first? 

we should probably add some kind of check that will check if the common package has 
been compiled and if not, compile it before the core. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849425#3849425

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849425


---
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. 24. 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: render page preview?

2004-09-22 Thread jae77
please do not cross post!!!

the html module does have a preview option and it will not make the page live 
until you tell it to do so, leaving you to make changes to content while still having 
a usuable page render. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849120#3849120

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849120


---
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. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - what happenned to the html-svg dtd files?

2004-09-20 Thread jae77
these seem to have disappeared in = 3.2.4 - i found them to be quite useful. is there 
any way i can generate them on my own?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848882#3848882

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848882


---
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. 24. 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: Nukes with JBoss 3.2.5 ?

2004-09-18 Thread jae77
i'm currently working on getting nukes to run in 3.2.4 and greater. you can run a 
second instance of jboss if you'd like, but you'll need to make sure you change all 
the port numbers so you don't get conflicts. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848647#3848647

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848647


---
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. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Deploying EJBs sequentially:

2004-09-17 Thread jae77
is there any static initialization going on in those classes? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848587#3848587

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848587


---
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. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: howto get standard context in tomcat 5

2004-09-14 Thread jae77
update...

it appears that if i grab a reference to the mbean server, then i can use the 
ObjectName ref that was returned to me and then invoke findMappingObject to get the 
catalina context.

if anyone else has any experience w/ this, pls let me know if this is what i want to 
do. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848158#3848158

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848158


---
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] [Security JAAS/JBoss] - Re: Valve or Filter?

2004-09-13 Thread jae77
i just did a similar implementation of this the other day - it works quite well. 

one other thing to note is that if you choose to go the valve route, you will need to 
deploy those classes in the lib directory or else tomcat will throw ClassNotFound 
exceptions upon startup. 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848017#3848017

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848017


---
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] [HTTPD, Servlets JSP] - howto get standard context in tomcat 5

2004-09-13 Thread jae77
in tomcat 4, the standard context could be obtained in the fowllowing manner:


  | 
  |   WebApplication app = 
  |   
  |Object ctx = app.getAppData();
  |Class standardContextClass = ctx.getClass();
  | 
  | 

this no longer seems to work in tomcat 5 and instead i get back an ObjectName 
reference. 

could someone pls offer some input on what direction i need to take to resolve this. 

thx!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848096#3848096

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848096


---
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] [EJB/JBoss] - Re: invoke EJB session bean across applications

2004-09-08 Thread jae77
go read this: http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions

more or less same situation as this - basically, you need to pull out the local/home 
interfaces and any other dependent classes for those ejbs and package them outside of 
both of those ears.  

you could also turn on pass by value for ejb invocations, but that reduces your 
performance dramatically. 

from my experiences, scoping works best if you have a stand alone legacy application 
that has older/incompatible library dependencies (i'm sure there are other useful 
scenarios too, but i have not stumbled across them yet). 

if you have the jboss admin book, read chapter 2, it talks all about how the 
classloader works. 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847544#3847544

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847544


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: howto ear-global container-configuration

2004-09-08 Thread jae77
i don't believe this can be done, but i don't have the dtds in front of me at the 
moment - those would be your best bet to see if this is possible. 

however, if you need a global config, why not just define it in the standardjboss.xml 
file? the only drawback is if you need to modify it for whatever reason, it requires a 
server restart - and at the end of the day, i don't really see that as being too much 
different then redploying the app to make the change (i guess it could be an issue if 
you were running multiple/seperate apps in jboss)



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847545#3847545

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847545


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes block example

2004-09-03 Thread jae77
the template and rss modules are relatively simple and server as good starter 
examples. 

if you have a general overall understanding of what a sar archive is and how to create 
one through the build process (look at the build.xml examples in the other modules) 
you should be ok. 

there is also the project page that has a brief howto and any documentation in the 
wiki. feel free to contribute back and construct your own simple howto for others who 
wish to create a module. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847201#3847201

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847201


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: debate - what is

2004-09-03 Thread jae77
to an extent, both sides are correct. you can place 3rd party jars inside the lib 
directory, however you loose the ability to hot deploy them. if you ever need to 
upgrade a version, you need to restart the server. 

you can also place your own jars inside that directory, but the same as above 
applies. 

you can also deploy client jars directly to the deploy directory and have an ear and 
war both access them.

in past experiences, i have packaged/deploye all 3rd party jars (w/ the exception of 
database drivers) inside a sar archive, deployed client jars (ie: the client jars a 
webapp would need to access my own ejb) directly into the deploy directory, along w/ 
any ears/wars. 

either way it works, but placing jars into the lib directory negates the ability to do 
hot deploymens. 

on a side note, i recently wrote a custom tomcat valve and that class had to be placed 
inside the lib directory else tomcat threw ClassNotFoundExceptions on startup. 

so - as i stated before, either way works, but what will work best for you 
dependencies between your own apps, any custom jboss/tomcat (ie: valve/interceptor) 
code you may have written, etc. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847212#3847212

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847212


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: running nukes on existing tomcat

2004-09-01 Thread jae77
no - nukes needs to run in jboss w/ embedded tomcat. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846889#3846889

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846889


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: change database location

2004-08-12 Thread jae77
no - edit the nukes-ds.xml file in the deploy directory and make your changes there. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844947#3844947

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844947


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-12 Thread jae77
no - it's just the code that you already pasted, but in .java file form. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844968#3844968

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844968


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread jae77
the code you are using is more or less directly out of the examples included w/ the 
jboss admin book. (at least w/ the paid subscription)

if you're in a hurry to get this done, there's nothing wrong w/ deploying the code 
yourself and then migrating once  3.2.4 is supported. you're still going to need a 
deployment descriptor in order to hook up the secuirty configuration. 

i already have this code written and more or less readily at hand. if you want it, pls 
let me know and i'll send it to you. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844743#3844743

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844743


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Postgres related issues with CVS from 7/28

2004-07-29 Thread jae77
only the modules that are part of the 1.1 release have been converted to pure cmp. the 
rest will follow as they are re-released.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3843693#3843693

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843693


---
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: 1.1 RC2 or 1.0?

2004-07-29 Thread jae77
the following modules for 1.1 are:

core (includes user, html, login, etc)
bb (forums)
permissions
news
downloads 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3843694#3843694

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843694


---
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: problems with latest snapshot

2004-07-28 Thread jae77
cooper wrote : we should upgrade nukes 1.1 to 3.2.5, otherwise it works only with 
3.2.3

  i looked at this the other day, and the biggest issue is that the 
org.jboss.mx.interceptor.Invocation class no longer exists. i tried to change it to 
use the org.jboss.mx.server.Invocation class, but i keep getting null pointer 
exceptions when deploying.

  here are the rest of the changes i made as well:


  | org.jboss.nukes.component
  | 
  |   NukesBuilder
  |   
  | - convert MBeanAttributeInterceptor to ModelMBeanAttributeInterceptor
  | - synced ModelMBeanConstants variable names
  | 
  | 
  | org.jboss.nukes.handler
  |  
  |   NukesImpl
  |   
  | - added stubbed impls for missing methods
  | - removed throws exception from setCharacterEncoding
  | 
  | org.jboss.nukes.utils
  | 
  |   Tools.java
  |   
  | - removed jdom import statements
  | 
  | org.jboss.nukes.system
  | 
  |   JDBCPersistenceManager
  | 
  | - synced ModelMBeanConstants variable names
  | 

  i'm not sure what the direction for this should be given work on nukes 2.0 is 
occurring. 

  on a side note, i'm in the process of moving back to nyc and starting a new job, so 
(most likely) i won't be able to put in any time on this until the beginning of 
september.  


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3843538#3843538

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843538


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Another noob question re properties..

2004-07-27 Thread jae77
there have been efforts for this, but no solid movements forward. if you search back, 
you will find other threads on this topic and some of the things that need to be done 
(break module dependency on core constants, additional languages, better 
externalization, etc.

under each module under resources/org/... you will find a languages directory and the 
property file is in there. if you don't see the string you are looking for, that means 
it's hardcoded in the source. 

i'm not sure if switching locales is really supported yet b/c there haven't been a lot 
of translations done. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3843406#3843406

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843406


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Could not deploy 1.1RC2 on jboss 3.2.5

2004-07-16 Thread jae77
you can't run nukes on jboss 3.2.4 or greater yet. this will be corrected after the 
1.1 release comes out. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842396#3842396

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842396


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Try AutoDeploy For Nukes

2004-07-16 Thread jae77
sweet! - i just tried it and it didn't work for me, but the whole idea seems to be 
pretty cool.

are you running multiple instances of nukes on the server?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842400#3842400

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842400


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Menu edit?

2004-07-15 Thread jae77
if you don't see the functionality you want, write it yourself and submit a patch. 
that's one of the many beauties of open source. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842244#3842244

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842244


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-15 Thread jae77
you should definately read this wiki page: 
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions

some of the information contained w/in will be relevant to you. can you send me the 
ear you're working w/ (jgangemi at yahoo dot com) and i'll take a look at it locally. 

also, are you planning on having any of these isolated ears communicate w/ each other? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842249#3842249

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842249


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: AbstractDeploymentScanner Errot

2004-07-14 Thread jae77
and the nukes.last dir should be created in compiere/nukes. that is where the 
-service.xml files need to be deployed for the downloads module or else you will get 
startup errors b/c the classes are not yet available b/c the ear hasn't been loaded 
yet. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842067#3842067

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842067


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-14 Thread jae77
look at the error message that was thrown w/ the exception.

you only define the loader-repository tag inside the jboss-app.xml file. you need to 
remove that entry from the jboss.xml file that is packaged w/ your ejb. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842084#3842084

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842084


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: NoClassDefFoundError occured on a class file that DOES e

2004-07-14 Thread jae77
does this class extend another class that hasn't been deployed? i've seen this type of 
behavior when a class is extending another class, but the class that is being extended 
hasn't been deployed. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842086#3842086

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842086


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-14 Thread jae77
what is the new error that you get? if you removed the jboss.xml file and you aren't 
duplicating the load-repository definition anywhere else, i would think you'd also be 
getting a new error.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842108#3842108

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842108


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Images?

2004-07-08 Thread jae77
you can store the images in the database using the html module. when you go to define 
the image when you setup the topic, you just give it that image path. 

ie: if you set the path for the image to be /images/news/img.gif you would specify 
this when you create the topic:

images/news/img.gif


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841411#3841411

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841411


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Documentation on 'Forum Security' module

2004-07-04 Thread jae77
currently none exists - however since the forums are a port of phpbb2, you can use 
that documentation.

it'd be great if you could enlighten the rest of us with what you find, perhaps create 
a wiki page so we can begin to have documentation as well. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840903#3840903

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840903


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Documentation on 'Forum Security' module

2004-07-04 Thread jae77
give that i'm in a documentation writing mood today, i've already started this. 

http://www.jboss.org/wiki/Wiki.jsp?page=NukesBBAdmin

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840904#3840904

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840904


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - wiki documentation added/update

2004-07-04 Thread jae77
i've spent some time updating the installation instructions to be more streamlined and 
consistent for the 1.1 release (all the previous instructions have been moved and 
linked). 

i've also started some basic administration guides for the modules, including a 
section on how to setup permissions for the forums. 

feedback, corrections, etc. are welcome.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840906#3840906

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840906


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: RC 1.1 Candidate Fails On This Install

2004-07-03 Thread jae77
i am aware of the problems w/ the grant syntax and am working on a solution for this. 
(i already know what the correct syntax is, i'm looking to see if i can make the setup 
even easier).

as for the other problem, nukes will not be = 3.2.4 compatible until after the 1.1 
release. you will not be able to run it using jboss 3.2.5.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840874#3840874

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840874


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET SOAP] - Re: .wsr files do not deploy in jboss 3.2.5

2004-07-02 Thread jae77
you can also just take the jboss-net.sar out of the all directory and put it in the 
default directory and all will work fine. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840776#3840776

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840776


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-07-02 Thread jae77
i haven't experienced this problem. there was an issue rendering images (and i'd 
imagine other binary data as well), but i fixed that issue. it may have been related 
to the problem you were experiencing.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840827#3840827

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840827


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Something wrong with manage HTML page in rc2?

2004-07-01 Thread jae77
did you run the ddl against the database to create the table?

the core is not pure cmp yet (there are some issues preventing this that have been 
discussed elsewhere), so you have to manually create the tables by running the ddl.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840609#3840609

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840609


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: BB question

2004-07-01 Thread jae77
ok...

1) i believe there is a bug in the forums code that checks to see whether or not a 
user can edit his/her own posts even if they have the correct privs as set by the 
forum security manager. i already know where the issue is and will work on a fix.

2) if you want all users to be able to edit any one else's posts, etc, then you have 
to setup a group permission using the permissions module. at the moment, i forget what 
the correct security string looks like, but i can post back later w/ that info. 

1 and 2 are somewhat independent issues, b/c if you configure permissions using #2, 
then it superceeds any permissions set by #1. i believe this is correct based upon 
what i see (i can moderate the nukes forums [delete, edit, etc], but i don't have that 
ability any where else in the forums [even in my own posts]).


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840627#3840627

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840627


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: BB question

2004-07-01 Thread jae77
you need to add the following security pattern (using the permissions module) for the 
forums.

Admins .*:.*: ADMIN
Users .*:.*: 

if you want to allow moderators for specific categories, you'd do this (assuming you 
have a category named Foo)

Users Foo:.*: Level

if you wanted to allow moderators for a specific forum (assuming you have a forum 
named Bar), you'd do this:

Users .*:Bar: Level

you could also do a specific category and forum

Users Foo:Bar: Level 


i will work on a fix to allow individual users to edit their own posts as well. 

the issue stems from the fact that isIdentical method on the EJBObject uses the 
jndiName in it's comparison. 

what happens is the UserEJBLocal reference that is returned from the Api class has a 
different jndiName from the UserEJBLocal reference that is returned from the forums w/ 
information about the poster. 

given what we are doing, i think it will be safe to just use the user_id in the 
comparision to see if the person who posted message is the same one who is currently 
reading it. 
 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840669#3840669

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840669


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-07-01 Thread jae77
damn it - i thought that was resolved. i've got to install mysql somewhere. 

if you know the correct syntax for the alter table command, you can just edit the 
mysql.properties file in the build/etc directory and then re-run the build and 
deployment. 

or if the table was actually created, you could just alter the table by hand.

now to go d/l a copy of mysql...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840675#3840675

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840675


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-07-01 Thread jae77
ahh - ok. i guess i fat-fingered the peropd key instead of the semi-colon. :)

to answer your other question, edit the startup script for jboss (either run.bat or 
run.sh) and add the following to the JAVA_OPTS var.


  | -Xms128M -Xmx256M
  | 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840683#3840683

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840683


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: FAQ - READ ME FIRST!

2004-07-01 Thread jae77
question: i'm getting OutOfMemoryExceptions trying to upload an image.

answer: the default heap size of the VM is 64 megs. increase the size at startup by 
specifying the following


  | -Xms128M -Xmx256M
  | 

to the JAVA_OPTS variable inside the run.bat and/or run.sh startup scripts. (if you 
have a debug version, don't forget to add it there too).

this will set the min/max heap sizes. feel free to tweak depending upon available 
memory, but don't go below 128M min. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840697#3840697

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840697


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-06-30 Thread jae77
what do you mean the datasource isn't populated? 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840460#3840460

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840460


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-06-30 Thread jae77
ok - i'll have to update the deploy-all target to create the missing directory. 

the ${jboss.server.data.dir} variable is automatically subsituted by jboss, so that 
does not need to occur through the build process (and should not be changed).

in terms of the missing tables, you have create those either via the ddl in the 
output/hsqldb directory, or use the bean shell script (it ends in bsh) - if you drop 
tthat directly into the deploy dir, it will create the tables for you automatically. 

while there have been tremendous gains on moving to a pure cmp implementation for the 
modules, there are still some issues to work out that prevent the core from being pure 
cmp as well. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840487#3840487

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840487


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-06-30 Thread jae77
grr - guess that beanshell script hasn't been updated to include those tables. i'll 
make sure that gets taken care of as well. 

do you have access to a client that can connect to hsqldb? if yes, you can just cut 
and paste the table definitions in the ddl file (output/hsqldb).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840497#3840497

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840497


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Something wrong with manage HTML page in rc2?

2004-06-29 Thread jae77
can you offer some more details on this? are there any exceptions thrown in logs? 

i can not reproduce this locally - if i click the 'manage html' menu link, i see the 
main window w/ a list of html files and images in the database. if i click 'list 
pages' i see the same window. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840282#3840282

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840282


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-06-29 Thread jae77
p.s. i also added a deploy-all target to the master build.xml in build so you can 
build and deploy all the released components in one shot, instead of compiling them 
all from the 'build' directory and then going into each directory to execute the 
deploy target.  

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840283#3840283

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840283


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Scoped Ear / EJB Access

2004-06-29 Thread jae77
call by value is going to kill your performance. have you read this wiki page? 

http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions

is there any reason you need to be running scoped ears? for example, if each ear is 
sharing the same version of common.jar you'd be better off extracting that jar from 
all the ears and deploying it seperately. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840286#3840286

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840286


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Scoped Ear / EJB Access

2004-06-29 Thread jae77
just to clarify - are you trying to invoke ejbs across ears? ie: App.ear calls ejbs in 
Core.ear

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840311#3840311

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840311


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Scoped Ear / EJB Access

2004-06-29 Thread jae77
hrm - i'm not really sure how to correct your issue. i was in somewhat of the same 
situation as you are, using scoped ears w/ the need to communicate and did not have 
much luck, even w/ setting the pass-by-value attribute to true. 

hence the reason i did away w/ scoped ears and packaged my code as described in that 
wiki page. thinking out loud, i believe the issue is b/c the ears are scoped, so 
App.ear can not find the implementation class in Core.ear.

umm - do you have the ability to package the ejb implementation classes outside of the 
ear, but package the deployment descriptors inside the ear? 

ie: you'd have one jar w/ all the java classes inside, and then another that contains 
only deployment descriptors packaged inside the ear.

you could also turn on classloading debugging (there is a wiki page that states how) 
to see if that helps produce any useful information. also, if you have access to the 
jboss book, chapter 2 talks about how the classloader works so it may be useful to 
read and digest that information and then re-approach the problem. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840346#3840346

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840346


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Scoped Ear / EJB Access

2004-06-29 Thread jae77
i'm confused about how this is going to be deployed. are you going to host the 
server side of things and then have a client connect over some type of vpn, etc? if 
they were to host both sides, there's nothing that would prevent them from 
unpackaging the ears, and decompiling your classes - although i guess you could ship 
code using one of those tools that obscures some of that. 

either way, using scoping is not a solution to locking down the system. for that you'd 
want to use jaas. an

i do client-jar/ejb-jar packaging all the time. 

he's a brief example of how i do it (and this is some what modelled after how nukes is 
packaged, and i find it to be quite flexible).

1) create api (client) jar - inside here will go any Home/Remote interfaces, helper 
classes, etc. this is basically the jar you would give to the client so they could 
access the app. 

2) create a lib jar - inside here will go any server side classes - ejb 
implementations, etc. no deployment descriptors are packaged here. 

3) create ejb jar which contains all the deployment descriptor files, and no other 
classes. this allows you to do things like deploying all your entity bean classes 
once, but still deploy read only and read/write versions.

4) create an ear that contains the lib and ejb jars (and any sars you may have, 
wsrs, etc). 

5) if you have any third party libraries, package them inside a sar (this will 
guarentee they get deployed first) or put them in the lib directory.

when you do your deployments to jboss, you deploy both the api jar that you gave to 
your client, plus the ear file. in addition to getting rid of those nasty 
ClassCastExceptions, you have the ability to hot deploy the ear if you make backend 
changes (not that you'd want to do this for production, but it is a great advantage in 
development).

imo, scoped ears are best if you have apps that don't need to communicate together and 
share different versions of a common library. if you're really concerned about who can 
access what, as i said before, jaas is the route you want to go.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840383#3840383

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840383


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Scoped Ear / EJB Access

2004-06-29 Thread jae77
are the DAOs behing the stateless session beans? or are they standalone POJOs?

the reason to seperate the ejb impl classes to avoid deploying the classes twice (i 
believe jboss will complain about this) - this makes lots of sense if you have entity 
beans and are planning to have a read-only and a read-write set. if you're not using 
entity beans, you can package them together. it's just my preference to keep all the 
classes together in one jar. 

this still isn't going to work w/ the scoped ears. if you're really looking to do this 
type of thing, is there any reason you can't bundle the 5 deperate ears together into 
one big ear that is scoped? jboss allows for the russian-doll type packaging, so 
there's no reason that shouldn't work for you. 

if you could give me some more details on how the app is hosted and more of what is in 
the individual ears and what gets given to the clients, i can try and offer some more 
suggestions.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840387#3840387

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840387


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Text is cut off at far right end

2004-06-28 Thread jae77
looks good joe, thx! ie was cutting off the top portion of the text if you weren't 
logged in, but i solved that by adding a br tag. :)

this has been checked in and is tagged against RC1. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840158#3840158

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840158


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - nukes 1.1RC2 available

2004-06-28 Thread jae77
nukes 1.1RC2 is now available, so get it while it's hot. :)

cvs tag: Nukes_1_1_0_RC2
mysql precompiled zip: http://www.scriptkitty.org/nukes-1.1.0-mysql-RC2.zip

the original RC1 announcement can be found here: 
http://www.jboss.org/index.html?module=bbop=viewtopict=50357

* items still outstanding (to my knowlege) 

- update the default index page, this will be done as soon as i can get the binary 
data string out of hsqldb (everyone else is easy b/c they take in a string).

* known issues

- the view option on the manage html page does not render the character sets 
properly. (this is annoying, but can be worked around by just openning the link in a 
different window).

please let me know if you encounter any issues, especially surrounding table creation 
and adding the unique constraints.

the core tables still need to be created by hand, but everything else is deploy and 
go. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840220#3840220

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840220


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: BB question

2004-06-27 Thread jae77
just to clarify, are you looking for users to have the ability to edit/delete their 
own posts, or category moderation where a user can edit/delete any post on a topic? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840066#3840066

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840066


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - sourceforge bug tracker

2004-06-27 Thread jae77
currently it seems that one can only make updates to a bug submitted by themselves. 
there doesn't seem to be any way to steal bugs from an assigned user and re-assign 
them to yourself so they can be closed, editted, etc. 

can anything be changed to allow this? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840070#3840070

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840070


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Text is cut off at far right end

2004-06-27 Thread jae77
send me the files to [EMAIL PROTECTED] and i'll check them in. 

the pure CSS theme sounds pretty cool, definate interest here. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840082#3840082

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840082


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: BB question

2004-06-26 Thread jae77
how did you go about setting up the correct permissions for the users? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840051#3840051

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840051


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Text is cut off at far right end

2004-06-26 Thread jae77
i believe julien fixed the scrolling to the right problem, but the rendering issue 
in IE still exists. anyone w/ html skills is more then welcome to submit patches. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840052#3840052

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840052


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: is count from EJB 2.1 supported

2004-06-25 Thread jae77
you need to override the EJBQL statement w/ a JBossQL statement, and then you can 
retrieve the count. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839969#3839969

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839969


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-25 Thread jae77
what database are you using? i know i have incorrect sql statemens for postgres and 
probably oracle right now. 

if you know the correct way to alter a postgres table and add a unique constraint, pls 
let me know.

was the table created? the other error is most likely an extension of the unique 
constraint problem.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840019#3840019

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840019


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-25 Thread jae77
ok - thx - i'll make the necessary updates. 

in the mean time, you can adjust the postgres.properties in build/etc to correct the 
sql syntax for creating the constraint. 

let me know if the table is created and everything works after that. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840027#3840027

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840027


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: How to create new conten like News or Articles?

2004-06-24 Thread jae77
did you install the news module? this type of functionality is already provided. 

pls search through the forums and read the wiki pages for info on adding menu items. 
it has been discussed before.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839820#3839820

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839820


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Building EAR files

2004-06-24 Thread jae77
read this wiki page 

http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions

you are better off externalizing the utility classes bundled in the other ear into 
it's own standalone library that is deployed seperately. 

the wiki page looks at it from the standpoint of doing hot deployments, but the 
overall idea is the same. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839822#3839822

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839822


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-24 Thread jae77
soon. :)

as far as i am aware, the only major outstanding issue to get 1.1 out the door is the 
bug reguarding changing the password. i am going work on getting this resolved over 
the weekend. 

once that's complete, i believe we are good to go. i would appriciate it if you could 
check out the release candidate and give it a once over to see if there was anything 
that was missed. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839823#3839823

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839823


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Deploy Stateless Bean before Sheduler starts work

2004-06-24 Thread jae77
did you try adding a depends tag for the session bean to the scheduler-service.xml 
file?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839824#3839824

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839824


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Sonic MQ

2004-06-24 Thread jae77
what did you do to get sonic working w/ xa transactions (well, at least to try to use 
them)? i followed the instructions that came w/ the free integration code they wrote 
for jboss, but it doesn't work. 

i can test things on my end if you let me know how you got it working and see what 
kind of results i get. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839826#3839826

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839826


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-24 Thread jae77
ok - i've just been promoting the RC1 tag as things have been fixed and wasn't going 
to push a final 1.1 out w/o another round of RC testing. 

once i've gotten the user password bug resolved, i'll create an RC2 tag for ppl to 
bang against.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839840#3839840

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839840


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: syntax error near unexpected token

2004-06-23 Thread jae77
can you please try checking out from cvs instead of using the snapshot. 

other ppl have reported similiar (yet different) issues when trying to either compile 
or deploy code obtained from a snapshot but have had no issues when using code checked 
out of cvs. 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839671#3839671

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839671


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-23 Thread jae77
what's your schedule looking like for this? i could probably get it taken care of in 
the next few days so we can get 1.1 out the door if you are occupied w/ other things. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839680#3839680

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839680


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Can't fetch CMP Oracle CLOB fields

2004-06-23 Thread jae77
you should be able to do this. we are using oracle w/ clob fields here. i know in 
hibernate, you need to use a work around for this, but there should be no issue using 
cmp. 

here is a brief snippet of what our impl class looks like, complete w/ it's xdoclet 
tags. you should make sure you are using the latest oracle drivers as well (i believe 
the lastest is the ojdbc14.jar)


  |/**
  | * Returns the data
  | *
  | * @return the data
  | *
  | * @ejb.interface-method view-type=local
  | * @ejb.persistent-field
  | * @ejb.persistence column-name=DATA
  | * @jboss.jdbc-type CLOB
  | * @jboss.sql-type CLOB
  | */
  |public abstract java.lang.String getData();
  | 
  |/**
  | * Sets the data
  | *
  | * @param data the new data value
  | * @ejb.interface-method view-type=local
  | */
  |public abstract void setData(java.lang.String data);
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839709#3839709

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839709


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Can't fetch CMP Oracle CLOB fields

2004-06-23 Thread jae77
you will have to change the sql-type and jdbc-type xdoclet attributes depending upon 
what database you use, but otherwise there should be no issues. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839720#3839720

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839720


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Auto-increment Pickle

2004-06-23 Thread jae77
are you by chance using postgres as your database?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839728#3839728

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839728


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Auto-increment Pickle

2004-06-23 Thread jae77
i see what the problem is now, you're missing the @jboss.entity-command tag that will 
be used to generate the primary key.

millerm1 is also correct w/ the settings for postgres. you're best bet is going to be 
to define the jdbc-type, sql-type, and entity-command as ant properties ${xxx} and 
then let the build process substitute them based upon the database you are using. 

also, if you plan to have foreign key relationships in the database (and you are using 
postgres) there are some other little nasties you have to deal w/ as well.

check out this wiki page http://www.jboss.org/wiki/Wiki.jsp?page=NukesPureCMP

it's primarily nukes specific, but does cover the postgres problems that you will 
encounter should be helpful in that reguard. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839737#3839737

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839737


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.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 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=bbop=viewtopicp=3839398#3839398

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=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] [Testimonials] - Re: Bug in JBoss or was I censured ?

2004-06-21 Thread jae77
how long ago did you make the initial post? there was a period not to long ago where 
the site crashed and they were using backups of the forums and when it was restored, 
some messages were lost. 

there was a thread discussing this somewhere, but it may have been limited only to the 
actual mailing list. 

while possible, i highly doubt you were censored. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839450#3839450

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839450


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-19 Thread jae77
i've just committed the changes to add management of user submissions for the 
downloads module. 

this was the only thing holding up the final release of 1.1, so it'd be great if some 
ppl could help give some final qa testing to everything. 

the tag (Nukes_1_1_0_RC1) has been promoted as a new zip has been dropped at 
http://www.scriptkitty.org/nukes-1.1.0-mysql-RC1.zip

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839329#3839329

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839329


---
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: Problem with new modules deploy

2004-06-18 Thread jae77
sorry about that - i thought i had a real email address in there. in any case, two 
things.

1) are you deploying your module into the nukes directory instead of the deploy 
directory? only the nukes.ear and the datasource and be deployed in the deploy 
directory. all other modules need to live in the nukes dir.

2) your jboss-service.xml file is incorrect. it should look like this:


  | ?xml version=1.0 encoding=UTF-8?
  | server
  | mbean
  | code=org.jboss.nukes.addons.modules.linkmodule.LinkModule
  | name=nukes.modules:name=LinkModule
  | xmbean-dd=
  | xmbean-code=org.jboss.nukes.component.NukesMBean
  | dependsnukes.modules:name=core/depends
  | xmbean
  | attribute name=DisplayNameModulo dei collegamenti/attribute
  | attribute name=DescriptionDescrizione del modulo dei 
collegamenti/attribute
  | /xmbean
  | /mbean
  | /server
  | 

provided you have the nukes.ear deployed and you place your module in the nukes' 
directory, it should deploy after you make the adjustments to jboss-service.xml.

also, i'd recommend upgrading to jboss 3.2.3 and test out against the  Nukes_1_1_0_RC1 
tag b/c the 1.1 release will be coming very soon.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839216#3839216

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839216


---
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] [J2EE Design Patterns] - Re: DAO or EJB

2004-06-18 Thread jae77
DAO is a design pattern that can be followed to encapsulate database access from the 
rest of your code. 

i tend to use DAOs reguardless of whether or not i am using cmp, straight jdbc, etc 
just b/c i like to keep that code centralized in one location and it allows me to 
change the internals w/o affecting multiple source files.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839232#3839232

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839232


---
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: Problem with new modules deploy

2004-06-18 Thread jae77
you don't have any entries in the file to add links to the menu. look at one of the 
other component's descriptors for an example.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839244#3839244

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839244


---
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] [Management, JMX/JBoss] - Re: Problem deployment .. ClassCastException

2004-06-18 Thread jae77
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions

let me know if you have further questions.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839256#3839256

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839256


---
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=bbop=viewtopict=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=bbop=viewtopicp=3839270#3839270

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=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


[JBoss-user] [Nukes User] - Re: Problem with new modules deploy

2004-06-17 Thread jae77
did you package the class files w/ the sar? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839101#3839101

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839101


---
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: Problem with new modules deploy

2004-06-17 Thread jae77
do you have the nukes core deployed? are you using any 3rd party libraries in your 
code that aren't deployed in jboss? 

i have seen instances where jboss masks that fact one of your dependencies is missing, 
but it reports it as one of your own classes. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839110#3839110

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839110


---
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: Problem with new modules deploy

2004-06-17 Thread jae77
can you send the sar (including source) to the address in my profile and i'll take a 
look at it on my end. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839165#3839165

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839165


---
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] [Installation Configuration] - Re: NoSuchMethodError on 3.2.4 Deployment startup

2004-06-16 Thread jae77
you have a copy of bcel.jar somewhere else on your classpath. check the lib/endorsed 
directory under your jdk install directory to see if it's lurking there. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838977#3838977

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838977


---
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] [The Lizzard's corner] - Re: CVS Repository Structure

2004-06-15 Thread jae77
i did this (well, as close to it as i could come w/o creating a new repository) for 
the day job. it's worked out very well. everything is very organized and easy to find. 
i even took some ideas from the build process as well. there are a ton of goodies in 
buildmagic!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838782#3838782

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838782


---
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] [EJB/JBoss] - Re: ClassCastException After HotDeploy Stateful Session Bean

2004-06-15 Thread jae77
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions

(this would (should) have come up in a search of the forums).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838784#3838784

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838784


---
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] [EJB/JBoss] - Re: how can i make an EJB be deployed first

2004-06-15 Thread jae77
couldn't you specify the ejb dependency in the jboss-web.xml contained in the war 
using the depends tag?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838788#3838788

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838788


---
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: Concrete howto to use Nukes on JBoss with oracle

2004-06-15 Thread jae77
correct - all tables except the ones needed for the core are created via cmp. the 
forums tables have not changed, so you will be safe there as well.

if you want to use oracle support, you need to recompile the code yourself. you will 
have to modify the local.properties file in the build directory in order to tell 
it to use oracle. 

it would be helpful if you could test against the tagged version in cvs (i will 
promote the tag for the changes that julien made to the bb stuff tonight) - i'm 
curious to know what issues exist for oracle b/c i have no way to test that. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838830#3838830

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838830


---
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] [EJB/JBoss] - Re: ClassCastException After HotDeploy Stateful Session Bean

2004-06-15 Thread jae77
is the web app packaged inside the ear?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838838#3838838

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838838


---
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] [EJB/JBoss] - Re: how can I keep a kind of

2004-06-15 Thread jae77
jamesstrachan wrote : 
  | I was going to attach a sample of code that uses this technique, this facility 
seems to have been removed !
  | 

just cut and paste it into a code block ([ code ] [ / code ] minus the spaces). others 
may want this in the future, or better yet, create a wiki entry for it. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838845#3838845

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838845


---
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


  1   2   3   >