473,595 Members | 2,474 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

jBoss questions

Hi everybody,

I have some question about jBoss.

First
------
If I would configure the data source into bean-side. Wich syntax from the
bean descriptor have been used ?

It's the correct syntax ? Or another syntax is more appropriated ?
<resource-ref>
...
</resource ref>.

Thanks all

Bernard
"Marek Lange" <ma*********@we b.de> a écrit dans le message de news:
br************@ ID-177621.news.uni-berlin.de...
Bernard Koninckx schrieb:
Hi everybody,

I have some problem to use mySql with jBoss. I hava configured a datasource to access to mySql database but how can I do to use this datasource to my EJB solutions ? Have been modify the descriptor file or another solution
?
See jbosscmp-jdbc.xml. You have to set up your datasource as the default
datasource or per bean configuration: <defaults>
<datasource>jav a:/yourDS</datasource>
<datasource-mapping>mySQL</datasource-mapping>
<create-table>true</create-table>
<remove-table>false</remove-table>
</defaults> -marek



Second question :
-------------------

When I launch my client application I have the following messages :

No property editor for type: class javax.managemen t.ObjectName, setting
value to null rather than jboss.tm:servic e=TransactionMa nagerService
No property editor for type: class javax.managemen t.ObjectName, setting
value to null rather than jboss.remoting: service=Interce ptorAdapter
No property editor for type: class javax.managemen t.ObjectName, setting
value to null rather than jboss.tm:servic e=TxLogger
No property editor for type: class javax.managemen t.ObjectName, setting
value to null rather than jboss.tm:servic e=XidFactory
No property editor for type: class javax.managemen t.ObjectName, setting
value to null rather than jboss.tm:servic e=TxLogger
No property editor for type: class javax.managemen t.ObjectName, setting
value to null rather than jboss.tm:servic e=TransactionMa nagerService
No property editor for type: class javax.managemen t.ObjectName, setting
value to null rather than jboss.jca:servi ce=CachedConnec tionManager
How can I do to have not this message before executing the remote metod from
the bean ?
Thanks all

Bernard


Jul 17 '05 #1
0 2876

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4301
by: Fadzi Ushewokunze | last post by:
hi guys... i am doing the eclipse-tomcat-jboss-mysql integration but i just cant get to see why jboss wont start properly; hes a snippet of the error i am getting: Starting deployment of package: file:/C:/jboss/server/default/deploy/mysql-service.xml 15:14:32,078 WARN Duplicate throwable nesting of same base type: class org.jboss.deployment.DeploymentException is assignable from:
0
1597
by: Salemsen | last post by:
Hello ! I have the following question. What is the main difference between the jboss-j2ee.jar in the Jboss Version 3.x and the 4.x BETA ?? I want to integrate the new JBOSS feature JBOS-PURE-P2P JMS in my Application, using the *.jar´s being included in the JBOSS App.ServerVersion 3.x. This ApplicationServer V.3 is needed from my Application to, because it has to connect to strange Applications on other Systems. The new BETA 4.x version...
0
1820
by: Bernard Koninckx | last post by:
Hi everybody, I have some question about jBoss. First ------ If I would configure the data source into bean-side. Wich syntax from the bean descriptor have been used ? It's the correct syntax ? Or another syntax is more appropriated ?
0
2247
by: Cruinne | last post by:
Hello, In a JBoss 3.2.4 server, I have deployed several enterprise javabeans (each as a separate .jar, not in an .ear bundle). These beans are completely self-contained, as they include all their needed dependencies inside the jar files (and have a reference to them in the Class-Path entry in their MANIFEST.MF). The problem shows when I want these beans to be scoped, this is, to have their own classloader inside JBoss and not use the...
0
1869
by: bigbinc | last post by:
I am using the xercesImpl.jar class library with jboss 3.2 and under linux I can call this command: java org.apache.xalan.xslt.Process but with the same classpath and library under windows, I get an error, this saxparser is not supported. WTF. I have tried to install the latest xalan and xerces under windows and no go. Sometimes I get the error, namespace not supported.
0
1788
by: nuhu jibrin | last post by:
Good day all, Please, i can't compile my ejb classes in JBoss-4.0.5.GA or JBoss-4.0.2 after proper installation (because i can log on to the server via http://localhost:8080/ after using "run.bat" at the jboss bin directory, from windows DOS command-line). IN WINDOWS-XP, I USED THE TWO FOLLOWING COMPILERS DIFFERENTLY AT THE DOS COMMAND-LINE:
0
1991
by: Husey | last post by:
Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for more details". Same for all versions of JBoss. I couldn't find what causes the error. Any help would be much appreciated. My installation is: JDK 1.5.0 update 11 Jboss 4.0.4GA Eclipse 3.2.2
1
2051
by: khatarnakkhatri | last post by:
java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at java.net.ServerSocket.bind(ServerSocket.java:319) at java.net.ServerSocket.<init>(ServerSocket.java:185) at javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocketFactory.java:169) at org.jnp.server.Main.initBootstrapListener(Main.java:354) at...
1
3899
by: viswanathtvs | last post by:
java.util.NoSuchElementException javax.faces.el.EvaluationException: java.util.NoSuchElementException at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at javax.faces.component.UICommand.broadcast(UICommand.java:387) at...
0
7883
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8019
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
5839
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3873
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3911
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2391
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1490
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.