[JBoss-user] [Beginners Corner] - how to set a jndi name for a mbean

2004-11-04 Thread jotsetung
hi,
i wrote my first mbean and everything works fine. but how can i access this mbean 
from, let's say, a EJB? i want to do this using:

  | InitalContext ctx = new InitialContext();
  | MyMBean bean = (MyMBean)ctx.lookup("myMBean");
  | 

my question is now: how can i bind this mbean with the JNDI name?

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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - allocating more than 2GB ram

2004-11-01 Thread jotsetung
hi
i have build a J2EE application that does really need a huge amount of memory. i have 
a server that has 4GB of physical ram. is there a possibility to allocate more that 
1600MB of memory for java or is this really the hard limit? what with jdk1.5 and a 64 
bit CPU?
thanks, jo

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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: jboss 4 and PostgreSQL

2004-10-26 Thread jotsetung
thanks a lot! 
in the future i will describe my problems better, promised! ;) 

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

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


---
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] [Installation & Configuration] - Re: jboss 4 and PostgreSQL

2004-10-21 Thread jotsetung
but in the standardjbosscmp-jdbc.xml there is a type mapping for PostgreSQLand in the 
standardjaws too. i changed the java:DefaultDS to java:PostgresDS ... but what is this 
strange data type "other"? 
in the ejb-deployer.xml is written:

  |  
  | create table TIMERS (
  |TIMERID varchar(50) not null,
  |TARGETID varchar(50) not null,
  |INITIALDATE timestamp not null,
  |INTERVAL bigint,
  |INSTANCEPK other,
  |INFO other,
  |constraint timers_pk primary key (TIMERID)
  | )
  |  
  | 

this file is the only new thing that changed from jboss 3.2 (i suppose) and therefore 
i think this is the problem... (bacause in jboss 3.2 everithing worked fine)


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

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


---
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] [Installation & Configuration] - jboss 4 and PostgreSQL

2004-10-18 Thread jotsetung
hello,
i want to use a postgres backend for my EJBs but am not able to make this running in 
jboss-4. with jboss 3.2.2 i had no problems configuring that, but what is different 
now in the jboss4? what files do i have to edit? i configured the standardjaws.xml and 
standardjbosscmp-jdbc.xml in the conf directory. i added the drivers jar to the lib 
directory, defined the the data source in the deploy directory, but the server is not 
able to boot. 
the error message that i get says something about a SQLError, no datatype "other" 
defined. this is what is defined in the ejb-deployer.xml file in the deploy directory. 
i have no clue what to do with this file 
does anyone know how to configure jboss4 with postgres?
thanks

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

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


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