[jboss-user] [JBoss Cache: Core Edition] - Re: State Transfer

2008-09-22 Thread lovelyliatroim
Just an update Other option Im looking at is the JGroups getState and setState as a way to transfer a branch. Im as far as trying to stream a node, but Node is not serializable, so have started to look at the org.jboss.cache.statetransfer.StateTransferManager and how that does it. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Different applications and one configuration?

2008-09-22 Thread braca
Hello, do I need different configurations for each application (.ear/EJB, .war) I want to make available with JBoss? Does it make problems to deploy different applications in one configuration? Regarding datasources, there may be only one datasource (database) or eventually two for one

[jboss-user] [EJB 3.0] - Dynamically deploy MDB

2008-09-22 Thread gr28
Hi, My environment: - JBoss 4.2.3 (maybe upgrade to JBoss 5 in the future) - JBoss Messaging - Java 5 - Redhat Enterprise OS - lots of EJB modules I know that I can either use annotations or deployment descriptor to configure a Message Driven Bean. What I need is to subscribe an MDB to a queue

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2008-09-22 Thread jaikiran
rtaylor777 wrote : When trying to deploy the ear file I get this exception: | vfszip:/usr/jboss/jboss-5.0.0.CR2/server/default/deploy/jsfejb3.ear - org.jboss .xb.binding.JBossXBRuntimeException: Failed to resolve schema nsURI= location=pe rsistence | | You need to fix the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JsessionId not returned by Tomcat for Swing client

2008-09-22 Thread UKIN
Hello, We are developing a 3 tier application with Swing client and Jboss App Server 4.0.3SP1. We want the JBoss server (Tomcat) to do session management as it does for web applications. Now we have deployed the ear file containing the servlet, business and data access classes on the server.

[jboss-user] [JBoss jBPM] - Re: Null Pointer in GPD when opening a processdefinition.xml

2008-09-22 Thread camunda
I have the same problem (same exception) today, but unfortunately no luck with just refreshing the workspace in eclipse... I currently use the latest GPD version 3.1.4... Any ideas? Koen maybe? Thanks Bernd View the original post :

[jboss-user] [Remoting] - Can not make remoting client invocation due to not being con

2008-09-22 Thread anthony_717
Hi, I am new to jboss. I need to create an remote application that the client side will make in small application used through Java web start. And the server will be EJB on jboss. I follow the demo (as below) to make a simple demo for testing.

[jboss-user] [Remoting] - Re: Can not make remoting client invocation due to not being

2008-09-22 Thread anthony_717
The exception occurs when I run the client program. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4177952#4177952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4177952 ___

[jboss-user] [JBoss Portal] - PortletInstance in different pages

2008-09-22 Thread DanielK
I tried following: | ... | /page | page | page-namemypage/page-name | properties / | | window | window-nameMyMenue/window-name |

[jboss-user] [JBossWS] - How to send multiple attachments in a single web service cal

2008-09-22 Thread Vishnu1789
Hi, I had a requirement to send multiple documents in a single web service call . this is the web service i am trying to expose @WebMethod sendDocuments(String xmlStr, javax.activation.DataHandler[] documentData) or @WebMethod sendDocuments(String xmlStr,Listjavax.activation.DataHandler

[jboss-user] [EJB 3.0] - @PostConstruct and @PreDestroy in JBoss AS 5.0.0CR2

2008-09-22 Thread aojensen
Hi, I have started deploying an internal Java EE ejb application of ours in the new JBoss AS 5.0.0CR2, due to the fact that -- as far as I can see -- JBoss 4.x does not support the complete set of features in EJB 3.0. The application was previously developed for Glassfish, but we've decided

[jboss-user] [EJB 3.0] - Re: @PostConstruct and @PreDestroy in JBoss AS 5.0.0CR2

2008-09-22 Thread jaikiran
anonymous wrote : QueueExecuterBean which holds the reference to QueueRunner should be started AS SOON AS the application is deployed. @PostConstruct will not be called when the application is deployed. What you are trying to do, can be achieved through JBoss specific @Service

[jboss-user] [JBoss jBPM] - Re: Differntiationg between types of tasks

2008-09-22 Thread kukeltje
also have a look at seam/jbpm integration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4177975#4177975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4177975 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: @PostConstruct and @PreDestroy in JBoss AS 5.0.0CR2

2008-09-22 Thread wolfc
As for the exit() not being called: https://jira.jboss.org/jira/browse/EJBTHREE-1496 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4177976#4177976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4177976

[jboss-user] [JBoss jBPM] - Re: JBPM on Websphere

2008-09-22 Thread aymenhouissa
have you found the solution, please tell me how to do to configure jbpm on websphere View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4177977#4177977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4177977

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-09-22 Thread wolfc
First of all for any NullPointerException which doesn't give any message a Jira can be opened. Preferably with some test code attached that reproduces the problem. This NPE is caused by improper specification of the properties in persistence.xml. You must use the forum code tag if you want to

[jboss-user] [JBoss Messaging] - Re: @MessageDriven annotation

2008-09-22 Thread jmesnil
bfach wrote : Hello, | | I am attempting to find a workaround for @MessageDriven annotation issue. If you put @MessageDriven and want to add more deployments using the deployment descriptors in the ear, you will have an error saying that the destination type is not configured for default

[jboss-user] [EJB 3.0] - Re: @PostConstruct and @PreDestroy in JBoss AS 5.0.0CR2

2008-09-22 Thread aojensen
@jakiran: I already tried the @Service extension for EJB 3.0 in JBoss but it didn't work out properly. @wolfc: Will this bug be fixed in the next release of JBoss? As such, I am open to any other design solution to this problem. I am not saying that my @PostConstruct/@PreDestroy solution

[jboss-user] [Beginners Corner] - Datasource not deployed or type mapping not initialized

2008-09-22 Thread AJanz
I tried to add a datasource to a jboss 4.2.2 server datasource is: | ?xml version=1.0 encoding=UTF-8? | | datasources | |local-tx-datasource | jndi-nameJbpmDS/jndi-name !-- look it up with java:/JbpmDs -- |

[jboss-user] [JBossWS] - jbosws integration layers for JBoss application server 4.3.G

2008-09-22 Thread anatolyg
1) You wrote: Currently, we have integration layers for the JBoss application server 4.2 and 5.0. We are using JBoss application server 4.3.GA Is it a way to get it working with Jboss 4.3.GA? 2) Second question, Can you clarify: After installation of Jboss 4.3. i have

[jboss-user] [Beginners Corner] - Re: Datasource not deployed or type mapping not initialized

2008-09-22 Thread jaikiran
Post the entire exception stacktrace and the console logs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178001#4178001 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178001 ___

[jboss-user] [Beginners Corner] - Re: Datasource not deployed or type mapping not initialized

2008-09-22 Thread AJanz
stacktrace is | org.jboss.deployment.DeploymentException: type-mapping is not initialized: java:JbpmDS was not deployed or type-mapping was not configured. | at org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityMetaData.getTypeMapping(JDBCEntityMetaData.java:1103) | at

[jboss-user] [JBoss Cache: Core Edition] - Re: State Transfer

2008-09-22 Thread [EMAIL PROTECTED]
The STM uses a NodeData object, which is Externalizable. What you may want to do is to use Regions for each feed, so that each region can be activated/deactivated independent of one another. Each region activation will cause a state transfer for that region. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Cluster push very slow

2008-09-22 Thread ExpCase
Hi Any ideas why push from farm directory is so slow? The ear Im deploying is only 12M but the push takes a long time. Im using jboss 4.2.2GA Console log: 13:59:37,303 INFO [ClusterFileTransfer] Start push of file ***.war to cluster. 14:01:08,274 INFO [ClusterFileTransfer] Finished push of

[jboss-user] [Beginners Corner] - Re: add new group in jbpm

2008-09-22 Thread beutleri
Group has to be added in the web.xml file as security role. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178022#4178022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178022 ___

[jboss-user] [JBoss jBPM] - Re: JBPM on Websphere

2008-09-22 Thread kukeltje
there is no jbpm class here involved... please describe what you are doing when this is happening, turn on debug to see more etc...etc...etc.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178024#4178024 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: State Transfer

2008-09-22 Thread lovelyliatroim
Ok i have got it to work through getState and setState, however I would nearly call it a hack version but it works. I have tried to re-use what is already in JBoss Cache to do the state transfer, now whether it is a good idea or not to reuse im not sure. How often does this area change?? Would

[jboss-user] [JBoss jBPM] - Re: JAXB in jBPM

2008-09-22 Thread hauch
Ronald Thanks for your help. There is already a jira on this issue - I just couldn't get the described fix to work (see the first post). My hope was that somebody actually had tried the fix, and was able to help me. I will find another way to solve the problem (probably using xStream, xmlBeans

[jboss-user] [JBossWS] - JBossWS 3.0.3 with heavy load

2008-09-22 Thread Marlboro
Hello I have troubles with JBossWS 3.0.3 with heavy load. Our application which uses JBossWS can run with heavy load approximately 3 minutes but after that server throws BindException. Have somebody any idea or same experience? Thanks. Configuration: JBoss 4.2.2 GA + JBossWS 3.0.3 + JDK 1.5

[jboss-user] [JBoss Messaging] - JMS HA/Clustering without shared DB

2008-09-22 Thread testrot
Hello, is it possible to deploy a HA/Clustering solution without the cluster nodes sharing the same DB? Otherwise the DB gets the single point of failure unless it is clustered. Greetings, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178036#4178036

[jboss-user] [JBoss Portal] - Re: creating our own login page

2008-09-22 Thread ryanm13
try following these instructions: http://wiki.jboss.org/wiki/PortletLogin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178037#4178037 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178037

[jboss-user] [JBossWS] - Re: jbosws integration layers for JBoss application server 4

2008-09-22 Thread [EMAIL PROTECTED]
anatolyg wrote : 1) | | You wrote: | Currently, we have integration layers for the JBoss application server 4.2 and 5.0. | | We are using JBoss application server 4.3.GA | | Is it a way to get it working with Jboss 4.3.GA? Yes, you have to download JBossWS 3.0.3 release and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Troubles getting RichFaces to work.

2008-09-22 Thread floatpoint
Saved my day as well Works like a charm! Some ppl complain about MS dll hell, I would say that they haven't developed anything in Java. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178052#4178052 Reply to the post :

[jboss-user] [JBoss jBPM] - JBPM Variables

2008-09-22 Thread AmiraTalbi
Hi; I have a big problem that don't let me continue testing my process. My pb seams to be simple, but I have found no solution So... in few words; I have a method executed concurrently by two or more threads. This method set a processInstance variable; and this variable is recuperated

[jboss-user] [JBoss jBPM] - Re: Differntiationg between types of tasks

2008-09-22 Thread nbhatia
Thanks Ronald, I will take a look at Seam/jBPM integration. BTW, I just tried to follow the examples included with jBPM Console and they do exactly what I am looking for. For example, the task_all.xhtml page shows all tasks and when any of the task links is pressed, the appropriate form is

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS sessions

2008-09-22 Thread Sherst
Hi all. I have strange feeling that JBOSS doesn't support http session. I try to find file SESSIONS.ser but I don't find them. What I should check that enable support http session. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178060#4178060 Reply to the

[jboss-user] [JBoss jBPM] - Re: Differntiationg between types of tasks

2008-09-22 Thread kukeltje
it is custom for the console. The way that works is to have a file (forms.xml) which has a mapping between a task and a form. This is not a separate module. But seam offers kind of similar functionality but with annotations View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Help Needed!!JBOSS cache configuration on WAS Cluster

2008-09-22 Thread tauheed
We are using WAS 6.1.0.9 and for caching we are using JBOSS cache. My question is how to configure JBOSS cache on a WAS clustered environment, How different it will be when compared to JBOSS cache configuration on JBOSS Application Server.. If I need to perform any further information then

[jboss-user] [JBoss jBPM] - Re: JBPM Variables

2008-09-22 Thread kukeltje
I see at least one thing: CONFIRMED_MSG vs CONFIRMATION_MSGS two different things ? Always try to make a minimal unit test (with embedded processdefinition) that demonstrates the problem. Then it might easier for us to reproduce if needed View the original post :

[jboss-user] [JBoss jBPM] - Re: Null Pointer stack trace when opening a processdefinitio

2008-09-22 Thread kukeltje
is the exception in the designer pane or in the log? if it is the former, does the latter say more? And did you change things manually in the processdefinition.xml? Or maybe in gpd.xml? Or are they out of sync? (try opening both with a plain xml/text editor View the original post :

[jboss-user] [Beginners Corner] - SOLVED Varia Scheduler cannot find class at startup

2008-09-22 Thread lpmon
I missed a section in the wiki that explained how to configure a schedule WITHIN an app. Key point: scheduler-service.xml file is in /META-INF See last section in wiki: http://wiki.jboss.org/wiki/Scheduler View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - SOLVED: Varia Scheduler cannot find class at startup

2008-09-22 Thread lpmon
I missed a section in the wiki that explained how to configure a schedule WITHIN an app. Key point: scheduler-service.xml file is in /META-INF See last section in wiki: http://wiki.jboss.org/wiki/Scheduler View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Help Needed!!JBOSS cache configuration on WAS Cluster

2008-09-22 Thread [EMAIL PROTECTED]
See http://wiki.jboss.org/wiki/JBossCacheAndWAS_6.x. Needless to say, setup is more straightforward with JBoss AS. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178075#4178075 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Help Needed!!JBOSS cache configuration on WAS Cluster

2008-09-22 Thread [EMAIL PROTECTED]
Also see http://wiki.jboss.org/wiki/JBossCacheAndWAS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178076#4178076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178076 ___

[jboss-user] [JBoss jBPM] - Re: JBPM Variables

2008-09-22 Thread AmiraTalbi
oh yes, :-s thkx very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178079#4178079 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178079 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: addNewSubtree method is not thread safe

2008-09-22 Thread [EMAIL PROTECTED]
Hi, I am having trouble reproducing this - have you tried this with 2.2.0.GA or 3.0.0.BETA1? Do you have a reproducible unit test? Thanks Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178086#4178086 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @PostConstruct and @PreDestroy in JBoss AS 5.0.0CR2

2008-09-22 Thread jaikiran
aojensen wrote : @jakiran: I already tried the @Service extension for EJB 3.0 in JBoss but it didn't work out properly. | When you say, it doesn't work, what exactly happens? Any exceptions? aojensen wrote : | I am developing a simple mail daemon/service) that looks up new entries in a

[jboss-user] [JBoss Tools (users)] - JBossTools-Core disappeared from nightly builds

2008-09-22 Thread Juergen.Zimmermann
JBossTools-Core is not available for the nightly builds. Is this JAR file contained in others? Any hint is appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178087#4178087 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBossTools-Core disappeared from nightly builds

2008-09-22 Thread [EMAIL PROTECTED]
JBossTools-Core has been removed from the distribution. Almost all of the code was severely outdated. Archives has been separated out into its own module. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178104#4178104 Reply to the post :

[jboss-user] [JBoss Portal] - Re: PortletInstance in different pages

2008-09-22 Thread PeterJ
Try this: page | page-namemypage/page-name | properties / | window | window-nameMyMenue/window-name | instance-refMyMenuePortletInstance/instance-ref | regionnavigation/region | height0/height | /window | page |

[jboss-user] [JBoss Cache: Core Edition] - Re: Optimistic locking not working with JDBCCacheLoader conf

2008-09-22 Thread [EMAIL PROTECTED]
Regarding JBCACHE-1408, can you confirm that this only happens when you use a data source for your JDBC connection and not if you use your own conn pooling or a direct JDBC URL? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178113#4178113 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Optimistic locking not working with JDBCCacheLoader conf

2008-09-22 Thread [EMAIL PROTECTED]
My prev comment was about fleshing out the workaround for the JIRA better. I have a fix in SVN (the 2.2.X branch as well as trunk) if you care to try it out. Since you are on 2.2.0.GA, I would recommend building 2.2.X and giving it a go instead. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - configuring servlet to listen on different TCP port

2008-09-22 Thread rudot
Hello, I need some advice with configuring servlet on JBOSS so that it listens on some different TCP port. I want one company to be able to access only this specific servlet, not others present on the system. And if I could set this servlet to listen on port 500 for example, then I could easily

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss slow after long uptime

2008-09-22 Thread couzteau
Thanks for your help. I was able to determine which threads were causing the slowdown. It wasn't GC, but a query that was overwhelming the resources. Peter, thanks for getting me on the right track to nail this down. View the original post :

[jboss-user] [Security JAAS/JBoss] - xacml policy set

2008-09-22 Thread kettell
I am trying to use jboss-xacml for security in our application. I've managed to create policies successfully and am now trying to create policy sets and add the policies to the set using: policySetType.getPolicySetOrPolicyOrPolicySetIdReference().add(policyType) The javadoc states that this

[jboss-user] [JBossWS] - Open file descriptors to wsdl

2008-09-22 Thread jorgemoralespou_2
I'm using JBossAS 4.2.2 with jbossws-native-3.0.2.GA. I have deployed a service and it is leaving file descriptors open for the wsdl. I was using jbossws-native 2.0.3 and I didn have this problem, but I have recently upgraded to 3.0.2 and this problem arrised. I haven't changed this service,

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: configuring servlet to listen on different TCP port

2008-09-22 Thread kjkoster
You can run a second JBoss instance that holds just the client app that needs to be separate. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178131#4178131 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178131

[jboss-user] [JBoss Messaging] - Re: Messaging DLQ not clustering correctly

2008-09-22 Thread kenwdelong
Did you ever figure this out? We have the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178134#4178134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178134 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2008-09-22 Thread rtaylor777
Thanks for that jaikiran. I was wrong by the way, the jsfejb3.ear project is using seam or at least the jsf-facelets.jar which the build file was indicating as coming from fileset dir=${seamlib}/lib includes=jsf-facelets.jar Perhaps the getting started documentation should be revised to indicate

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 5.0 CR2 and PostgreSQL

2008-09-22 Thread Jojopotatoe
Hello i am trying to configure JBoss 5.0 CR2 with PostgreSQL 8.3. I tried this procedure : - copy the jdbc driver : postgresql-jdbc2ee.jar to the lib directory - remove the hsqldb-ds.xml from the deploy directory - add a postgresql-ds.xml with DefaultDS configured inside - replace the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.0 CR2 and PostgreSQL

2008-09-22 Thread PeterJ
You must also configure messaging and quartz to use the postgresql database. For messaging, copy the docs/examples/jms/postgresql-persistence-service.xml file to server/xxx/deploy/messaging and remove the hsqldb-persistence-service.xml file. Also, you must edit the file if you are not using

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2008-09-22 Thread JeffBrooks
I'm using JBoss 5.0.0.cr2. I have a few ejb2, and ejb3 modules that deploy without problems. I'm getting this error on one specific module in my application. The module is ejb3 based. Has anyone figured out what is causing this error? Is there any way to change the module and/or code to work

[jboss-user] [JBoss Tools (users)] - Re: JBossTools-Core disappeared from nightly builds

2008-09-22 Thread [EMAIL PROTECTED]
As Rob said + a request to Juergen to let us know if something fails or is missing with the new structure (it shouldn't but would always like to hear either way ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178156#4178156 Reply to the post :

[jboss-user] [JBoss Messaging] - Messages don't appear to cluster properly

2008-09-22 Thread kenwdelong
We have two JMS servers in a cluster. We have set up the instances to cluster: Post Office and the Destinations have Clustered=true. We are using JBoss Messaging 1.4.0 on JBoss AS 4.2.2. We have a queue that parses incoming (XML) messages. If the parsing breaks (the client sent a

[jboss-user] [JBoss Tools (users)] - Xdoclet with JbossTools and Eclipse 3.4

2008-09-22 Thread clizarralde
Hi mates! I'm having some problem with Xdoclet feature in Eclipse Ganymede. I installed JbossTools 3.0 Alpha1 plugin from update site and everything went ok. Then I configured Xdoclet Home preference to point to a directory where Xdoclet is (version 1.2.3), and i received a message that says

[jboss-user] [JBoss Messaging] - Re: Messages don't appear to cluster properly

2008-09-22 Thread noelo
I think that this may have something to do with the fact that messages generated on one machine stay local to that machine unless the local machine is overloaded. Take a look at this thread http://www.jboss.com/index.html?module=bbop=viewtopict=142631 but then again I may be wrong... View

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-09-22 Thread dasariprasad
This is my persistence.xml file ?xml version=1.0 encoding=UTF-8? | | persistence xmlns=http://java.sun.com/xml/ns/persistence; | | persistence-unit name=mydb | | jta-data-sourcejava:/XAOracleDS/jta-data-source | | properties | | | property

[jboss-user] [EJB 3.0] - Creating entity bean from scratch

2008-09-22 Thread rahb
I want to create EJB3 entity bean in JBoss from the scrath not using any tool, please tell me what are steps View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178171#4178171 Reply to the post :