[jboss-user] [JBoss jBPM] - Deployment of process definition in jBPM4

2009-05-08 Thread ms_shitole
Hi, Earlier in jbpm3.2, we were deploying process definition and other task forms directly from eclipse ide. But dont know about how to in jBPM4 No doc or guide also available for jBPM4 for how to deploy and the difference between jBPM3 4...the gwt UI looks good but identity component is

[jboss-user] [EJB 3.0] - Re: failed to lazily initialize a collection of role:

2009-05-08 Thread kangjw
for the limitation of only one or zero relation can set fetchtype as eager.so in some case, fetch=FetchType.EAGER is useful. but I have try to invoke getX() within the session, it still throw the same exception. At it happens, I want use system out to see the result just like

[jboss-user] [JBoss Messaging] - Example how to use LoadBalancingFactory

2009-05-08 Thread maxogm
Hi, did anyone has some example how to use LoadBalancingFactory... Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229613#4229613 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229613

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS JMX port

2009-05-08 Thread passionate
Hi Peter, Thanks for your reply. I used the default port '8080' but still i am not able to get the force build done. Can you please share me the procedures for Integrating Cruise Control with Jboss and get this Force Build working? Thanks once again for your help View

[jboss-user] [JBoss/Spring Integration] - Re: Jboss and terracotta deployment problem.

2009-05-08 Thread jpori
I changed that, the correct bean name is that UserService. I was wondering that could the TC mess up the classloading when I use hierachy? Without TC it works nicely. I have configured it so now that the application is now shared via TC. Basicalyl it should be the same deployment as without

[jboss-user] [JBoss Messaging] - Re: How to send message to a remote queue

2009-05-08 Thread timfox
Also this is a question on JCA configuration, not JBoss Messaging config. None of the above config is JBM config. Please ask in the JCA user forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229632#4229632 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: problem w/ OracleValidConnectionChecker

2009-05-08 Thread khizz
I have the same problem View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229633#4229633 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229633 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Annotating @persistencecontext from a different ear

2009-05-08 Thread erili
What I did to solve my problem was to get the product development team to add a new session bean in the main product that is injected with a entity manager and a getEntityManager method that the aaa.ear ejb can call. View the original post :

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-08 Thread gaohoward
Can you give more info on your questions. for example: What do you refer LoadBalancingFactory to? JBM version? What purpose do you want it for? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229636#4229636 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-08 Thread gaohoward
JBM 1.4 supports round-robin policy. I think you didn't set up your cluster correctly. For clarity, 'loadbalancing' means for the connection here, that is, the connections to the cluster are round roubined across the nodes. Take a look at distributed-queue example, if you can run this

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-08 Thread maxogm
I try to test max number of clients in Jboss messaging 1.4.2. I started two Jboss instance: run.bat -c node1 -b 10.113.1.158 -Djboss.messaging.ServerPeerID=1 | run.bat -c node2 -b 10.113.1.218 -Djboss.messaging.ServerPeerID=2 and in my client I used: ConnectionFactory cf =

[jboss-user] [JBoss Cache: Core Edition] - Re: Custom column in jbosscache table and Custom Loading fro

2009-05-08 Thread jorgemoralespou_2
Hi, Since JBC 3.1.0.GA JDBCCacheLoader is easily subclassable per this request, So you only need to subclass JDBCCacheLoader and JDBCCacheLoaderConfig, and redefine the methods you need, like: JDBCCacheLoaderConfig.constructCreateTableDDL() JDBCCacheLoaderConfig.constructUpdateNodeSql()

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Why *.war web file of JBOSS-4.0.4.GA not working on jbos

2009-05-08 Thread ritesh163
Thank you, jaikiran, I have changed little bit in web.xml but also not working. The format of my web.xml is given below: | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; | web-app

[jboss-user] [JBoss jBPM] - define a timer within an automatic activity?

2009-05-08 Thread galanfish
hi, everybody i want to define an activity with a time-cycle timer, which is supposed to fire if the activity takes too long for running. i found and the timer would not be deployed until the transaction is commited, so that the timer and the activity would be in the same transaction, if the

[jboss-user] [EJB 3.0] - Re: Quartz Job unable to access deployed EJB (JBoss AS 5.01)

2009-05-08 Thread jaikiran
This has come up a couple of times before and i think a JIRA was raised. The issue is definitely with classloading. The quartz job gets triggered through a classloader (during server startup) which does not have visibility to the application's classloader(/classes). View the original post :

[jboss-user] [EJB 3.0] - Re: Quartz Job unable to access deployed EJB (JBoss AS 5.01)

2009-05-08 Thread jaikiran
jaikiran wrote : This has come up a couple of times before and i think a JIRA was raised. Here https://jira.jboss.org/jira/browse/JBAS-6314. If you have a sample application which reproduces this issue, could you please attach it to that JIRA? View the original post :

[jboss-user] [JCA/JBoss] - Re: How to change datasource properties using java client co

2009-05-08 Thread chetanchatwani
Hi Vicky, Thanks for you help, however I am getting following excprion : javax.management.InstanceNotFoundException: jboss.jca:service=ManagedConnectionF actory,name=BizLogicDB at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(Unknow n Source) at

[jboss-user] [JCA/JBoss] - re-authentication and pooling

2009-05-08 Thread dimonv
Hello, I have seen several topics in the JCA forum discussing different issues, which could be solved by the re-authentication feature. I guess in our situation this is also the case. We are using a third party JCA resource adapter providing connections to the CORBA services. The CORBA

[jboss-user] [JBossMQ] - Re: org.jboss.mq.SpyJMSException: Cannot authenticate user

2009-05-08 Thread vandana_awat
Hi i am facing the same problem. Can u let me know what solution you found ? Also i get an exception authenticatio failure but still the message is getting posted on the queue... i am not able to figure out why is it happenging like that View the original post :

[jboss-user] [JBossWS] - Re: Jar file for org.jboss.ws.core.soap.SAAJMetaFactoryImpl.

2009-05-08 Thread getaceres
I'm having the same issue with JBossWS Metro 3.1.1 over a new installed JBoss 4.2.3. I deploy the Metro stack and then I try to deploy my EJB3 services (each one in a different jar). The first one gives this exception: | 11:21:42,907 ERROR [MainDeployer] Could not start deployment:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Why *.war web file of JBOSS-4.0.4.GA not working on jbos

2009-05-08 Thread Wolfgang Knauf
Hi, first of all: use a tool which validates XML files against their schemas! I suggest e.g. Eclipse + WebTools plugin or + JBossTools plugin. This will avoid such errors and save you hours of trial and error deploys. At first glance: the taglib element has to be placed inside a jsp-config

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-08 Thread maxogm
I started two JBoss 5.0.1GA instance: | run.bat -c node1 -Djboss.service.binding.set=ports-01 -b 10.133.1.158 | run.bat -c node2 -Djboss.service.binding.set=ports-02 -Djboss.messaging.ServerPeerID=1 -b 10.133.1.218 | node1 and node2 are copy of all configuration After that I make project

[jboss-user] [JBoss Tools (users)] - XML classloader issue deploying Seam Web Project WAR to AS 4

2009-05-08 Thread nickarls
Using the latest tools, create a new Seam Web Project (WAR), leaving libraries at default, deploying to a AS 4.2.2.GA I get a 14:49:37,033 ERROR [[/OSTi3]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.LinkageError:

[jboss-user] [EJB/JBoss] - Re: Embedded EJB3 and JNDI lookups

2009-05-08 Thread shadukan
dir holme, since i had alot of trouble can you please provide a bit more insight about the setup of you project in order to use the Embedded JBoss.I had no luck until nowand from an official answer i got...that the project is very much dead... View the original post :

[jboss-user] [JBoss Messaging] - Re: JBossAS 5.1.0CR1 JBoss-messaging jboss-remoting

2009-05-08 Thread radimchatkalahari
Thank you for explanations, I'm glad to see that jbm1.4.x is now compatible and tested against jbrem2.5.x Radim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229707#4229707 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Beans disappear in Global JNDI Namespace after running a

2009-05-08 Thread happy_robot
I'm running on - opensuse 11.1 64bit (also reproducable on 32bit) - Java 1.6.0_01-b06 (sun) - jboss-5.1.0.Beta1 I tested this issue yesterday again and started a really stressing test (ca 750 Sessions permanently open). It really works fine for about 99000 sessions without any warnings or

[jboss-user] [Microcontainer] - Re: Programmatically deploying an object

2009-05-08 Thread alesj
mwringe wrote : | Any example on how to actually use it? | It's easy, just follow the api. ;-) We used to use this with WebBeans integration, to bootstrap the wb framework. This was deleted as we now use different bootstrap mechanism, but you can probably browse wb's svn history for some

[jboss-user] [Clustering/JBoss] - How to trace

2009-05-08 Thread jtcnz
Hallo I'm using JBoss4.0.3SP1(JGroup 2.2.7) I want to trace the information sending between nodes in my cluster. So I added the following code in my log4j.xml But there are no information in log file like node A receive a JOIN_REQ etc. No threshold in FILE appender.. category

[jboss-user] [JBossWS] - username token authentication using jbossws-native

2009-05-08 Thread mudgalc
Hi, I am trying to use jbossws-native to do username token authentication. I am following the steps given in link http://www.jboss.org/index.html?module=bbop=viewtopict=151752 but i am getting java.lang.ClassCastException: $Proxy25 cannot be cast to org.jboss.ws.core.StubExt Can you please

[jboss-user] [JBoss jBPM] - Re: Skipping a task node

2009-05-08 Thread kukeltje
Hundereds of tasks? Wow what kind of branch is that? First of all, it would be nice if in further posts you also describe what has been proposed and 'shot down'. Saves me an initial post and writing these kinds of second posts. What is a workflow managers? A kind of admin? Give him the

[jboss-user] [Installation, Configuration DEPLOYMENT] - NameAlreadyBoundException without having deployed such a bea

2009-05-08 Thread happy_robot
Hello, i get the following errors during deploy of my application. It doesn't depend on the kind of deploy (hot-deploy or deployed pre-startup). I really DO NOT deploy or register something named like ProfileService or UserTransaction. Error occurs under clean installation of: - JBoss 5.0.0 GA

[jboss-user] [JBoss jBPM] - Re: Deployment of process definition in jBPM4

2009-05-08 Thread kukeltje
deploying: see docs and on jboss AS 5 (not sure about 4) you can put a .par file in the deploy directory afaik (not tried it yet) - Identity component: wait a little more - .xhtml in GWT: Not supported (not sure if that should be followed by 'yet' or not. View the original post :

[jboss-user] [JBoss jBPM] - Building jBPM 4

2009-05-08 Thread indyjones2
I am following these instructions http://www.jboss.org/community/docs/DOC-13343 But the org.eclipse.wst.sse.ui.StructuredTextEditor class is missing from the org.jboss.tools.flow.jpdl4.multipage project. So, the org.jboss.tools.flow.jpdl4.multipage.editors.MultiPageEditor class will not

[jboss-user] [JBoss jBPM] - Re: define a timer within an automatic activity?

2009-05-08 Thread kukeltje
Try putting 'async=true' on the node. Might work since that commits the transaction and then via the jobexecutor executes the action and the timer. Regarding the SVN, works here, no problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229730#4229730 Reply

[jboss-user] [Beginners Corner] - Re: How to create DataSource dynamically in jboss

2009-05-08 Thread PeterJ
A data source is backed by several MBeans. Unless you also create the MBeans, it probably will not work. The best way to dynamically create a datasource is to have your code write out the contents of a *-ds.xml file into a temp directory, and once it is finished, move the file to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS JMX port

2009-05-08 Thread PeterJ
Sorry, I have not used Cruise Control with JBoss AS, so I cannot help there. Perhaps someone else can offer a suggestion. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229737#4229737 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: NameAlreadyBoundException without having deployed such a

2009-05-08 Thread jaikiran
Does this exception occur if you do not deploy your application? How do you start the server and how do you deploy your application? And is this a clean installation or has anything been changed (i know you already mentioned its clean, but just wanted to be sure about that :) ) View the

[jboss-user] [Clustering/JBoss] - Re: How to trace

2009-05-08 Thread bstansbe...@jboss.com
Your category names are wrong. Rule for figuring out the classname of a JGroups protocol from the name of it's config element in a protocol stack configuration is: org.jgroups.protocols. + element-name (Note there's no jboss in the package -- JGroups long predates it's association with

[jboss-user] [Security JAAS/JBoss] - Using the DatabaseServerLoginModule only for retrieving role

2009-05-08 Thread veerasundark
I'm using JBoss AS 5 and the LdapExtLoginModule for the authentication purpose. The LDAP authentication is working fine. Now, I've the user roles stored in a relational database which I've to get it using DatabaseServerLoginModule. I know that this database login module depends on two table

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: NameAlreadyBoundException without having deployed such a

2009-05-08 Thread happy_robot
In short: - Without deploy i get no error - Clean installation from donwlad-tar, only configured a DS to MySQL, and a JMS-Destination. both a well configured (by XML-files in /deploy) and working well. I deleted them for analyzing this issue, but the error still occurs. - Startup by

[jboss-user] [Clustering/JBoss] - Re: Facing Reincarnation Error?

2009-05-08 Thread b...@jboss.com
Upgrade to 2.6.10, this is backwards compatible with 2.2.7 (which is very old) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229751#4229751 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229751

[jboss-user] [JCA/JBoss] - Re: MDB with Oracle AQ via Sun Adapter

2009-05-08 Thread ryandavid
I tried to put endPoint.afterDelivery(); as you suggested but in this case I don't read any message on the log file. Before this patch the first message was written. Can you tell me the version of your oracleaq.rar please ? View the original post :

[jboss-user] [JBoss Messaging] - Re: Bridge - Once and only once, connections failing after i

2009-05-08 Thread rnicholson10
Any info on this issue? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229754#4229754 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229754 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: NameAlreadyBoundException without having deployed such a

2009-05-08 Thread happy_robot
I've found a not really satisfying workaround: I Startup JBOSS without deployed Application and the i deploy the packaged application. Result: No errors! I think that indicates that the error is not in my app Or am i wrong? Greetings Daniel View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: NameAlreadyBoundException without having deployed such a

2009-05-08 Thread happy_robot
I started developing my application under 4.2.3.GA and i still can deploy it now here successfully without any changes. Seems to be a bug in AS version = 5 (??!) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229760#4229760 Reply to the post :

[jboss-user] [JBoss Portal] - Migration from JBP 2.6.6 to JBP 2.7.2 ...

2009-05-08 Thread souravm
Hi Guys, We are planning to migrate couple of our applications from JSR 168 (JBP 2.6.6 container) to JSR 286 (JBP 2.7.2 container). If anyone has a list of typical issues faced/to be watched for that would be really helpful. Any other pointer in this regard also would be highly appreciated.

[jboss-user] [JBoss Portal] - Can I run JSR 168 as is in a JSR 286 container ?

2009-05-08 Thread souravm
Hi All, Instead of migrating JSR 168 portlets to JSR 286 can I deploy and run them as is in a JSR 286 container (like JBP 2.7.2) ? If it is possible, can they participate in Inter Portlet Communication with other Portlets (JSR 168 and JSR 286) using Eventing mechaism ? Regards, Sourav View

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss 5.0.1 war deployment problem

2009-05-08 Thread steinar.jons...@jf.no
I am trying to get a web app working on jboss 5.0.1. (works fine with jboss 4.2.2) After sorting out some issues with deployment descriptors and moving files around I now seem to have hit a brick wall. The web app is based on the apache cocoon framework, it is a war file deployed into what is

[jboss-user] [EJB 3.0] - Re: failed to lazily initialize a collection of role:

2009-05-08 Thread negora
Wow, what a chance! Today, 8th May of 2009, I've found this thread in Google but was doubting about posting here because of the age of the messages. However I've realized that you've taken it back to life just a few hours ago, ha ha ha. So it's an excellent moment to ask :) . I'm still a

[jboss-user] [JBoss Portal] - Re: Migration from JBP 2.6.6 to JBP 2.7.2 ...

2009-05-08 Thread prabhat....@jboss.com
There is one compatibility issue and we talk about that in chapter 4 of 2.7.2 reference guide regarding use of JBossActionRequest In terms spec, there are few things to be aware of: - URL is XML escaped by default. This behavior can be changed . - Some changes in when you have multiple values

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss 5.0.1 war deployment problem

2009-05-08 Thread jaikiran
anonymous wrote : 2009-05-08 16:03:20,398 WARN [org.jboss.detailed.classloader.ClassLoaderManager] Unexpected error d | uring load of:org.xml.sax.XMLReader | java.lang.OutOfMemoryError | at java.util.zip.Inflater.init(Native Method) | at java.util.zip.Inflater.(Inflater.java:75)

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: NameAlreadyBoundException without having deployed such a

2009-05-08 Thread jaikiran
What does your contain? How is it packaged? Please try reproducing this outside the IDE, by starting the server from command prompt. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229773#4229773 Reply to the post :

[jboss-user] [JBossWS] - JBossWS 3.1.2 (Native) released

2009-05-08 Thread alessio.sold...@jboss.com
I'm happy to announce the release of JBossWS-Native 3.1.2 GA. For a list of the new features, improvements and bug fixes, please refer the release notes available here: http://labs.jboss.com/file-access/default/members/jbossws/downloads/ReleaseNotes-jbossws-native-3.1.2.GA.txt The supported

[jboss-user] [JBossWS] - RestEasy and JNDI datasource lookup problem, datasource come

2009-05-08 Thread cliffs
Hi All, I have a quick question regarding a problem I had been experiencing with RestEasy 1.1-RC2 and looking up a datasource in JNDI. I don't believe this is a RestEasy bug, it seems to be related to one of the jar files that ships with resteasy. I have a resteasy easy servlet that I

[jboss-user] [Remoting] - Re: JBoss remoting - Compatability with non JBoss J2EE Appli

2009-05-08 Thread vybe3142
Okay, .. trying again. I got caught up with some some other projects for the last month or so, . sorry for the delay in responding. In a nutshell, A requirement of the software app we're developing is that it be packaged into a WAR deployable on any J2EE compliant app server on a

[jboss-user] [JBoss Tools (users)] - NLS problem with oracle 8

2009-05-08 Thread mcrose
Hi people I have my ubuntu 9.04 in spanish, so my nl is es_PY when I do my seam apps running against oracle 10 I have no problems but, I have to develop a small project using oracle 8 database, I want to know if there's some extra lines to add in the jboss server lunch configuration: vm

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread mcrose
this is the erro I got anonymous wrote : 12:58:00,405 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null | org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: ORA-00604: error occurred at

[jboss-user] [Beginners Corner] - JBoss needs server version of java. How do I configure java

2009-05-08 Thread turks
JBoss needs server version of java. How do I configure java for server ? I copied \bin\client to \bin\server in the java install directory and that works. Should I have to do this ? Thanks -T View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229787#4229787

[jboss-user] [JBossWS] - Re: Recomended way to build server and client with maven?

2009-05-08 Thread gmills
Do you have an example of using wsconsume within a maven pom file to generate the client stub? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229789#4229789 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229789

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 5.1.0.CR1 classloader isolation issue

2009-05-08 Thread zradick
We are migrating a host of services from JBoss 4.0.5 to JBoss 5.1.0.CR1 (we attempted to use 5.0.1.GA but encountered a bug with using double values as parameters to EJB3 Beans which is fixed in 5.1.0). We have had to make a number of minor modifications to our services (mostly XML

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-08 Thread jaikiran
Long one! :) Can you please post the exception stacktrace? Also let us know where in the client application, the offending class shown in the exception resides. We can start discussing it from there. View the original post :

[jboss-user] [Beginners Corner] - Re: JBoss needs server version of java. How do I configure j

2009-05-08 Thread jaikiran
As far as i remember, the server version is not mandatory. Which version of AS do you use? And which version of Java and which vendor of Java? What exact error message do you see and how do you start the server? View the original post :

[jboss-user] [JBoss Portal] - Re: Migration from JBP 2.6.6 to JBP 2.7.2 ...

2009-05-08 Thread souravm
Hi Prabhat, I've checked the reference guide you have mentioned. From there what I could gather is unless any of my existing JSR 168 portlets use JBossActionRequest, all those JSR 168 portlets would run as is in 2.7.2. I just wanted to confirm this understanding. Please note that I don't want

[jboss-user] [JBoss Portal] - Re: Migration from JBP 2.6.6 to JBP 2.7.2 ...

2009-05-08 Thread prabhat....@jboss.com
You should be fine. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229795#4229795 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229795 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Removing Users from Portal

2009-05-08 Thread dvanwest
Found part of the solution, by using the following method: customizationManager.destroyDashboard(userId); But now I'm wondering how one removes portlet preferences that are not associated with dashboard portlets. How does one find the portlets that a user has customized via the API? Any

[jboss-user] [Beginners Corner] - Create a Bean

2009-05-08 Thread SamuraiCoder
How do I create a data bean in Jboss?? I am using Version: 2.0.0.GA. I kind of get RichFaces for starters and I really want to create a bean.. but my books and the web are not showing me exactly how. Is it a new class? View the original post :

[jboss-user] [JBoss jBPM] - B4P and other....

2009-05-08 Thread rusbob
Hi, all! I am saw the webinar of the JBoss with ActiveVOs. Now the jbpm support the B4P standart? Also i have the few questions: 1 Can i get the ID of the process instance (ActiveVOS function - getProcessID())? 2- Can i do the loading of the xml file into the process? 3 - Can i use the human

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread snjeza
You need to check which character set your database uses. In order to check this you can call: select NLS_LANGUAGE,NLS_TERRITORY,NLS_CHARACTERSET from nls_database_parameters from sqlplus, for instance Then, set the NLS_LANG variable using -DNLS_LANG=NLS_LANGUAGE_NLS_TERRITORY.NLS_CHARACTERSET

[jboss-user] [EJB 3.0] - Re: Quartz Job unable to access deployed EJB (JBoss AS 5.01)

2009-05-08 Thread josey
Yeah, I saw that jira issue and a posting http://www.jboss.org/index.html?module=bbop=viewtopict=147180. I figured that it was likely the same issue but was not sure. Here is a simple example I made that runs in the server. It will be easier than posting all the related code pertaining to

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread mcrose
hi as I said, I have no problems with oracle 10 my problem is with oracle 8, if my system is in english I have no problems connecting (the problem now is don't find where to change regional setting in ubuntu 9.04) I added the line you said and now I have this error: anonymous wrote :

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread snjeza
I wanted to say that you didn't have the problem with Oracle 10g because you probably used the UTF-8 character set. Re Oracle 8, you have to use character set which your database is created with. Since you don't have any problem when you use English locale, your database is probably created

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread mcrose
sorry, I didn't get well the answer :) this is the select result: AMERICAN_AMERICA.US7ASCII View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229813#4229813 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229813

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-08 Thread zradick
I don't actually get a stacktrace because I test the Object before attempting to cast it: |public void onMessage ( final Message message ) |{ | if( message instanceof ObjectMessage ) | { | ObjectMessage objectMessage = (ObjectMessage)message; |

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread snjeza
The database with NLS_LANG=AMERICAN_AMERICA.US7ASCII can be used only in English locale. You can access the database using -Duser.language=en_US or -Duser.language=en If you want to use Spanish locale, you have to reinstall the database and use some Spanish locale. Oracle doesn't have any tool

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread mcrose
ok, excellent thanks for your time View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229817#4229817 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229817 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - @PersistenceContext injection into superclass defined in a s

2009-05-08 Thread bcowdery
This is a weird one - so let me give a little bit of background information first. We're using Seam for some new development, and we have a large shared objectmodel jar that contains EJB3 entities and stateless session bean DAO's (following the caveat emptor GenericDAO pattern from the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-08 Thread zradick
Also, within the same client application, the following line DOES work and returns TypedData Objects loaded via the client's ClassLoader and remoted from an EJB within the .ear file that is also responsible for publishing the topic: | final ListTypedData currentData =

[jboss-user] [EJB 3.0] - Re: failed to lazily initialize a collection of role:

2009-05-08 Thread bcowdery
Generally, an Entity bean is maintained in an attached state as long as the transaction is active. Since most implicit transactions begin and end with an the EJB method call your entity becomes detached once the invoked EJB method reaches its end. This means you should do all your lazy loading

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to configure JBoss 4.2.3.GA to use Derby datasource, net

2009-05-08 Thread matterbury
I am using Derby 10.4.2.1 with JBoss 4.2.3.GA. I am using Derby in network mode (not embedded mode). I have a jar of EJB2 beans that I deploy. If I run Derby using port 1527 everything works fine when I copy the jar into the deploy directory. If I run Derby using another port, it doesn't work

[jboss-user] [Beginners Corner] - Re: JBoss needs server version of java. How do I configure j

2009-05-08 Thread PeterJ
Based on the path separator, I am going to assume you are using Windows. There is already code in run.bat* that check to see if the server JVM is available and automatically adds the -server option to the java command line. * - look for 'findstr'. In 5.0.1, it is lines 49-52 View the original

[jboss-user] [Beginners Corner] - Re: Create a Bean

2009-05-08 Thread PeterJ
By data bean do you mean EJB3 entity bean? What do you mean by Jboss? I ask because there is no version 2.0.0 for JBoss Application Server (which is what people usually mean when they use the Jboss. View the original post :

[jboss-user] [JBoss jBPM] - can't run jbpm with persistence

2009-05-08 Thread alvaroag
I'm using JBoss 4.2.3 GA, with jBPM 3.2.6 GA.At first, it worked OK. When I tried to configure the jBPM persistence, I got some errors and exceptions from the DbPersistenceService, related to a Hibernate transaction. Here is a part of the log 2009-05-08 14:38:21,187 DEBUG

[jboss-user] [JBoss Portal] - Re: Can I run JSR 168 as is in a JSR 286 container ?

2009-05-08 Thread sambit_dixit
Hi Sourav, As per the portlet 2.0 spec, it should work. The portlet container must support this. Extract from Spec..under PLT.2.5 Compatibility section. The Java Portlet Specification V 2.0 does not break binary compatibility with V 1.0. This means that all portlets written against the V 1.0

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to configure JBoss 4.2.3.GA to use Derby datasource,

2009-05-08 Thread PeterJ
You have declared an XA data source. Such a data source does not use the connection-url tag. If you don't need an XA data source, use local-tx-datasource and it will read the connection-url tag. If you need an XA data source, you should pass a xa-datasource-property that sets the port. You'll

[jboss-user] [Beginners Corner] - Re: JBoss needs server version of java. How do I configure j

2009-05-08 Thread turks
Without the \bin\server folder (you are correct I'm on Windows), if I run run.bat it fails with cannot find JAVA_HOME yet it points to the following in the error : C:\Program Files\Java\jre6\bin\client (Sun Java) Again if I dup \bin\client to \bin\server, then run.bat will run properly ?

[jboss-user] [Beginners Corner] - Re: JBoss needs server version of java. How do I configure j

2009-05-08 Thread PeterJ
Based on the directory, you should set JAVA_HOME=C:\Program Files\Java\jre6 And some advice. First, this is a JRE and not a JDK. I suggest you install a JDK and set JAVA_HOME to it's installation directory. Second, do not install the JDK in Program Files - spaces in path names tend to confuse

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-08 Thread zradick
In further testing, we installed the Topic producer on a remote JBoss5 server and verified that the client (in a different JBoss5) would receive the message payloads correctly. This works as expected. We then put a copy of the Topic producer on the same JBoss5 as the client, but continued to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-08 Thread zradick
We also tried setting the following properties (to no avail): server/default/deployers/ear-deployer-jboss-beans.xml true true server/default/deployers/ejb-deployer-jboss-beans.xml true server/default/conf/jboss-service.xml true View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-08 Thread zradick
We also tried setting the following properties (to no avail): server/default/deployers/ear-deployer-jboss-beans.xml | property name=callByValuetrue/property | property name=isolatedtrue/property | | server/default/deployers/ejb-deployer-jboss-beans.xml | property

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.3 errors

2009-05-08 Thread kumarranga
What would be the maximum memory I can have in JBOSS 4.2.3 ? My current settings are: JAVA_OPTS=-Xms1024m -Xmx2048m -XX:PermSize=384m -XX:MaxPermSize=512m If I increase the permsize and/or maxpermsize, i am getting error on startup: === Error occurred during

[jboss-user] [JBoss Messaging] - How to detect duplicate subscribers on durable topic?

2009-05-08 Thread the.finder
Is there any method to detect duplicate subscribers, because if I create new subscriber, it will show errors as following: | 2009-05-09 10:15:02,985 ERROR [org.jboss.messaging.util.ExceptionUtil] SessionEndpoint[94-n9coohuf-1-2lhmohuf-aprgw4-f17hs4] createConsumerDelegate

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-08 Thread gaohoward
OK. I guess you need to change the jndi.properties in the example's etc dir. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229839#4229839 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229839

[jboss-user] [JBoss Messaging] - Re: How to detect duplicate subscribers on durable topic?

2009-05-08 Thread gaohoward
Hi, you can just use this exception to detect duplicated durable subscribers. If you are creating durable subscribers on a topic, make sure each subscriber has a unique name. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229840#4229840 Reply to the post :