[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do you create a connection factory?

2005-08-14 Thread sasi2103
put this line - 
ConnectionFactory

in the file -

uil2-service.xml

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

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


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - MBean server name

2005-06-08 Thread sasi2103
Hi,

Wanted to know how i can get the server name with MBean?
In the site theres demo with MBeanServer mbeanServerConnect = (MBeanServer) 
MBeanServerFactory. findMBeanServer(null).get(0);
but i couldn't find how to get the name of the server,


Help 


Thanks

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: findByPrimaryKey overriding

2005-06-07 Thread sasi2103
You can overriding findby...be sure the arguments differents

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Exception was thrown: Could not dereference object

2005-06-07 Thread sasi2103
Hi all,

When i try to run my EJB i get this exception :

Exception was thrown: Could not dereference object 

Why?



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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - javax.naming.NameNotFoundException: jdbc not bound

2005-06-04 Thread sasi2103
Hi all,

I try to run my application on JBoss 4.0.1.
All the time i get exception as the following :

javax.naming.NameNotFoundException: jdbc not bound

My jboss.xml looks like this :




JDBC_TestAppDS
java:/JDBCApp




My web.xml looks like this :


JDBC_TestAppDS
 javax.sql.DataSource
Container


My mssql-ds.xml looks like this:


JDBCApp
jdbc:microsoft:sqlserver://slevi:1433;DatabaseName=bank
com.microsoft.jdbc.sqlserver.SQLServerDriver
sa



MS SQLSERVER2000



Someone can help me, please?

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

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - javax.naming.NameNotFoundException: jdbc not bound

2005-06-01 Thread sasi2103
Hi all,

I try to run my application on JBoss 4.0.1.
All the time i get exception as the following :

javax.naming.NameNotFoundException: jdbc not bound

My jboss.xml looks like this :




JDBC_TestAppDS
java:/JDBCApp




My web.xml looks like this :

 
JDBC_TestAppDS
 javax.sql.DataSource
Container


My mssql-ds.xml looks like this:


  JDBCApp
  
jdbc:microsoft:sqlserver://slevi:1433;DatabaseName=bank
  com.microsoft.jdbc.sqlserver.SQLServerDriver
  sa
  
  

   MS SQLSERVER2000

  

Someone can help me, please?

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

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


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Duke's Bank project.

2005-05-31 Thread sasi2103
I found the problem, its an error in the code application, and fix it.

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

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


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Duke's Bank project.

2005-05-29 Thread sasi2103
Hi all,

I deploy the application on JBoss-4.0.1, and i use MSSql 2000.
When i login i get error of : 

 ERROR [LogInterceptor] EJBException in method: public abstract 
java.util.Collection 
com.sun.ebank.ejb.account.AccountHome.findByCustomerId(java.lang.String) throws 
javax.ejb.FinderException:
javax.ejb.EJBException: ejbFindByCustomerId Unable to connect to database. 
Could not dereference object
 at 
com.sun.ebank.ejb.account.AccountBean.ejbFindByCustomerId(AccountBean.java:181)


I checked the xxx-ds.xml and its look fine, also its show on the jmx-console.

Is any one know why i get this error?

Thanks

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

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


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user