[jboss-user] [JBoss Messaging] - Re: JBoss Messaging - classcast exception

2008-10-14 Thread timfox
Client id and subscription name are used in JMS to define *durable subscriptions*, in JMS they have absolutely no meaning for non durable subscriptions. In fact, there is no way using the JMS API to create a non durable subscription with a specific id so you couldn't be doing this on JBoss MQ e

[jboss-user] [JBossMQ] - Re: No ClassLoaders found for: ClassLoading problem in JMS M

2008-10-14 Thread pbhatanglikar
I am also facing the same problem. Hey avis , you got the solution?? Please share with us.. Thanks, Prat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182021#4182021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Portal] - Re: Quick Start - Quick Fail

2008-10-14 Thread halilagin
Hello; I got the same exception and think i solve the problem. I am using Turkish locale in my OS and Jboss AS has some problem with Turkish locale. I do not know which locale you use, but it seems that you are using the turkish locale (because your name is turkish) I solve the problem by chan

[jboss-user] [JBoss jBPM] - Re: deploy jbpm-enterprise.ear on jboss 4.2.2 ga

2008-10-14 Thread AJanz
did you download the code? look at https://www.jboss.org/jbossjbpm/jpdl_sources/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182025#4182025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182025

[jboss-user] [JBoss Portal] - Re: Quick Start - Quick Fail

2008-10-14 Thread halilagin
I report the situation. here are the links https://jira.jboss.org/jira/browse/JBAS-6085 https://jira.jboss.org/jira/browse/JBAS-6086 regards, -halil agin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182028#4182028 Reply to the post : http://www.jboss.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploy app multiple times on same JBoss instance?

2008-10-14 Thread DieterVDW
Hello, We have an application containing servlets and beans. For the moment, we are running a different JBoss instance for each different configuration/version of our application. Our application is used by multiple clients. Most clients use our main JBoss server instance, running the latest s

[jboss-user] [JBoss Portal] - Re: JBoss Portal and HTTPS issue

2008-10-14 Thread [EMAIL PROTECTED]
I double-checked all available documentation but nothing new at horizon. I'm working on JBoss 4.2.2 GA (clustered), JBoss Portal HA 2.6.5 SP1 and JBossWS 3.0.2 GA (native). I readed about WSRP and changed xml files according available documentation and wiki (nothing seems to be done with WSDLPo

[jboss-user] [EJB 3.0] - Re: @PersistenceContext annotation in an abstract superclass

2008-10-14 Thread ejb3workshop
I know this thread goes back quite a while. Yet I am facing the same issue. I have declared and inject a PersistenceContact in an abstract superclass, which is extended by serveral concrete MDBs and SLSBs. However when I deploy this I get the following error : anonymous wrote : | ObjectName

[jboss-user] [JBoss jBPM] - Re: Correlation problem

2008-10-14 Thread Turanyi
Now it works. | | http://eclipse.org/bpel/correlwait"; | xmlns:tns="http://eclipse.org/bpel/correlwait"; | xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"; | xmlns:bpel="http://schemas.xmlsoap.org/ws/2003/03/business-process/"; | xmlns="http://

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot access server from remote machine

2008-10-14 Thread Ponvinayagan
While starting the server give the argument as -b . This will start your JBoss server to listen on the hostname/ip address so that you will be able to access the server from other systems which is on the same network and with no firewall. View the original post : http://www.jboss.com/index.html

[jboss-user] [ JBOSS/HIBERNATE/SPRING ] - exception

2008-10-14 Thread Edoardo Causarano
Hi folks, We have an EAR with it's own spring (1.2.5), hibernate (3.0.5) (and other ancillary libs) running on a pretty standard clustered JBoss AS 4.0.4 running a bunch of other apps. The app usually deploys OK, runs fine for a variable time period (spanning from days to hours) then falls apart w

[jboss-user] [JBoss Portal] - cannot deploy 286 portlet on 2.7

2008-10-14 Thread michaelchan
It seems that Jboss AS doesn't know that my portlet is 2.0, it thinks that is 1.0... 14:21:28,902 ERROR [LifeCycle] Cannot start object org.jboss.portal.portlet.container.PortletInitializationException: The portlet Event Publishing Example Portlet threw a runtime exception during init at

[jboss-user] [JBoss jBPM] - Redeploying of deployed processes

2008-10-14 Thread Turanyi
Hi. When process is deployed and application server is restarted then application server redeploy this process again. There an issue because app server does not work it out. | DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/usr/jboss/jboss-4.2.2GA/server/defaul

[jboss-user] [JBoss Portal] - Re: JBoss Portlet Bridge - WSRP !?

2008-10-14 Thread [EMAIL PROTECTED]
What issues are you encountering? Exposing a JSF portlet via WSRP shouldn't be a problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182109#4182109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182109

[jboss-user] [JBoss jBPM] - Can process and task variables be defined in the process def

2008-10-14 Thread nbhatia
I understand that process and task variables exist on process instances and task instances. However, is there a way to define them in a process definition? This would allow us to create a predefined variable whenever a process instance or a task instance is created from a process definition. Is

[jboss-user] [EJB/JBoss] - Specifying pool size for message driven beans

2008-10-14 Thread JReifsnyder
Hi all, I am creating a message driven bean at startup, and posting messages to it during operation. I have tried every configuration parameter I can find, but I cannot adjust the max pool size -- which is currently set at 15. Performance hits a wall at a set message/sec level and we get a back

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread bfach
I have run a test with 1.4.1.CR1 with 4.2.3.GA. The result is the same. The first time the server dies the Client receives an Exception however the second time this does not occur. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182118#4182118 Reply to th

[jboss-user] [Beginners Corner] - How to communicate Jboss with unisys mainframe

2008-10-14 Thread acastanheira2001
Hi, We have a java program, outside Jboss, that connects a Unisys mainframe (Nx) over TCP/IP, in order to get some data. We want to "put" this java program into Jboss. First idea: Create a Jboss service that calls the java program. Second idea: Search for a standard method of communication bet

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread bfach
Thanks for the help. I see the issue in the link is in fact the problem I am having however this problem only occurs the second time the server is killed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182121#4182121 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Portal] - Re: JBoss Portlet Bridge - WSRP !?

2008-10-14 Thread hjn76
Hi, when I deploy a portlet remotable and then consume it it doesn't seem like it's getting any request or sending a response. When the submit button is pressed it just reloads the same page in the portlet. The portlet is displayed just fine in the consuming portal but it doesn't seem like it's

[jboss-user] [JBoss Tools (users)] - Re: (3.0.0.Alpha1) Server launch config is not customizable

2008-10-14 Thread [EMAIL PROTECTED]
I cannot repeat hte launch configuration issue in the current TRUNK stream. I must have made the launch configuration more liberal some time ago. 1) You must create a server via servers and runtimes. The API provided by webtools does not allow willy nilly launch configuration creation. 2) This

[jboss-user] [JBoss jBPM] - Re: fork node

2008-10-14 Thread provaJbpm
token name is ST1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182101#4182101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182101 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss jBPM] - Re: Creating form fields using Swings or XHTML?

2008-10-14 Thread vikas_khengare22
Hi Friends, I am not getting the location of forms.xml file and XHTML file. Do I need to put these files in same folder and make some entry in process definition's xml file? or will process definition will pickup XHTML file by reading forms.xml file? (here I just need to know where should I put

[jboss-user] [JBoss Portal] - Re: How to store the user data in DataBase?

2008-10-14 Thread PeterJ
Your have to write your own code to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182146#4182146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182146 ___ jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Question about WritingDeploymentTemplates

2008-10-14 Thread martin.capote
Hi, sorry for my english, I speak spanish. I'm trying to deploy MDBs at runtime using the deployment templates, but I get an InstanceAlreadyExistsException. I think (correct me if I am wrong) the solution is to dynamically establish the jar name in this url there is a similar case https://www

[jboss-user] [JBoss Tools (users)] - Re: (3.0.0.Alpha1) Server launch config is not customizable

2008-10-14 Thread garu
Hi Rob, first of all, WOW!! In the mean time i peeked around a bit in the doc and if your beast maintains just half of the promises i see there, it looks really great! anonymous wrote : I cannot repeat hte launch configuration issue in the current TRUNK stream. I must have made the launch config

[jboss-user] [JBoss Portal] - Re: Portlet Preferences and serveResource method

2008-10-14 Thread analyzediz
Here's some additional info that I might have omitted; I'm running on JBoss Portal 2.7.1 CR1 (Bundled). My database is MySQL. The portlet is coded to take advantage of the Portlet 2.0 spec. Can anyone please help? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossWS] - Re: Problem: Web Service fails when jboss started using wrap

2008-10-14 Thread PeterJ
Tanuki uses the wrapper.conf file to define both JVM and application arguments. You need to set the wrapper.java.additional.N property (where N is the next number - for example, if there are already wrapper.java.additional.1 and wrapper.java.additional.2, you should set wrapper.java.additional.3

[jboss-user] [JBoss Portal] - Re: where to get Identity Portlets source?

2008-10-14 Thread PeterJ
Sure, use this command line: svn co http://anonsvn.jboss.org/repos/portal/modules/identity/tags/JBP_IDENTITY_1_0_4/ identity-1.0.4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182132#4182132 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: top command show wrong memory for java

2008-10-14 Thread PeterJ
Let's see: 6144MB for the heap +256MB for the permgen +256KB * number of threads for the stacks (the 256KB is a guess, I cannot offhand recall how big each thread stack is) +xxxMB C/C++ data overhead (this is the JVM's data used to manage/run the Java app) +xxxMB for the code (the JVM and the sh

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread bfach
I think so. Just to be clear. 1.4.1.beta1 is equivalent to 1.4.1.CR1 or is this different? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182156#4182156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182156 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - top command show wrong memory for java

2008-10-14 Thread rmokrane
Why the top command on linux show 7775m for java process and in my jboss I set it to Xms6144m -Xmx6144m -XX:MaxPermSize=256m. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182106#4182106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JCA/JBoss] - Issue with multiple SecureIdentityLoginModule(s) under a sin

2008-10-14 Thread dbush21
I am attempting to setup two (s) under a single . If I separate the login-module(s) under separate (s) it works but, it I attempt to put them under a single like: USER_NAME

[jboss-user] [EJB/JBoss] - Re: Specifying pool size for message driven beans

2008-10-14 Thread jaikiran
See if this helps https://www.jboss.org/jbossejb3/docs/reference/build/reference/en/html/session-bean-config.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182158#4182158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NullPointerException: Monitor Status Monitor n

2008-10-14 Thread jaikiran
anonymous wrote : javax.naming.NameNotFoundException: dn=Status Monitor,i=1 not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) | at org.jnp.server.NamingServer.getObject(Namin

[jboss-user] [Beginners Corner] - Re: How to communicate Jboss with unisys mainframe

2008-10-14 Thread PeterJ
Is the Unisys mainframe a OS2200 or an MCP? Either way, you should open a CONTACT with Unisys support, They will forward it to the appropriate development group who can provided a better answer than I can. They will, of course, want more details. I do know that there are JDBC drivers for the da

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread [EMAIL PROTECTED]
1.4.1.beta1 is only for JBoss5. You would be better doing this test on JBoss5 (if you want to try 1.4.1.Beta1). For Jboss4, we are working on a release now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182165#4182165 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread bfach
Clebert, I will use the CP04 release. Thanks for all the help! I will let you know how it turns out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182182#4182182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182182

[jboss-user] [JBoss Messaging] - Unique problem with Messaging

2008-10-14 Thread pradeeps
Hello, I am using JBOSS 4.2.3 GA and JBoss Messaging 1.4.0 and Spring 2.5 and facing JNDI problems deploying as a RAR. If I deploy the application to a running JBOSS instance everything works just great. The moment I shutdown the server and restart it I get exceptions saying - ConnectionFac

[jboss-user] [JBoss Portal] - How to call a portlet in minimize mode?

2008-10-14 Thread javauser007
Hi, when i logged in to the portal, it is taking too much of time for login because all my portlets are opened in normal mode (i think so).. for that i need to call my portlets in minimize mode ... is there any way to do that...? plz help me out... thanks in Advanc.. Regards, J View the origi

[jboss-user] [JBoss Messaging] - Re: Unique problem with Messaging

2008-10-14 Thread [EMAIL PROTECTED]
You should add the dependency to the ConnectionFactory on your Bean description, to inject the dependency View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182208#4182208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=418

[jboss-user] [JBoss Portal] - Re: How to store the user data in DataBase?

2008-10-14 Thread javauser007
Hi Peter thanks for ur reply... what i want is there are some predefined user profile attributes are there for user like first name, last name, occupation... etc... To store these data in hsqlDB there is some class which take care of it...In that class i want to add my own code to store my own

[jboss-user] [JBoss Portal] - Re: where to get Identity Portlets source?

2008-10-14 Thread javauser007
ThankQ peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182210#4182210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182210 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBossWS] - Enable debug logging

2008-10-14 Thread tomstrummer
I'd like to see the HTTP stream for a WS client using JBossWS-native v3.0.3 on JBossAS 4.2.3. I've found this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126403 which mentions a log4j.properties file in the JAR, but that kinda sucks when I'm using Maven and don't really want

[jboss-user] [JBoss Portal] - Re: How to store the user data in DataBase?

2008-10-14 Thread PeterJ
I am sorry, but I did not notice that this post was in the JBoss Portal forum, for some reason I thought it was in the JBoss AS configuration forum. If you search through this forum you will see that others have asked a similar question and have gotten some tips. Of course, if all you want to d

[jboss-user] [JBossWS] - Re: Enable debug logging

2008-10-14 Thread PeterJ
The jboss-log4j.xml setting should work. When I uncomment it, I see entries like the following in the server.log file: 2008-09-29 13:45:04,899 TRACE [org.jboss.ws.core.MessageTrace] (http-127.0.0.1-8080-1) Incoming Request Message | | | | |NH | | | | ... | 2

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Question about WritingDeploymentTemplates

2008-10-14 Thread [EMAIL PROTECTED]
I suppose you really mean you want to create Queues or Topics? You probably need to pass a different name for your queue/topic, in the list of properties, when doing: | createModule("my-queue", "jms-queue", properties); | Maybe take a look at this testcase that shows how the API is used to

[jboss-user] [JBoss Messaging] - Re: Unique problem with Messaging

2008-10-14 Thread pradeeps
Thanks for the instant reply Clebert. I am new to JBOSS. The logs clearly show that JBOSS is deploying my RAR before it got around to creating the queues and ConnectionFactory which the RAR is using. In my applicationContext.xml I am setting the dependency in the beans definition. Where do I

[jboss-user] [Management, JMX/JBoss] - Does Jboss correctly emit version 2 SNMP traps?

2008-10-14 Thread baronDodd
Has anybody seen this working? I started prototyping our own custom SNMP traps a while back using the snmp adapator. I used a couple of different SNMP monitors and they stopped receving traps when I configured the adaptor to snmp version 2. I put breakpoints in the jboss source code and it was

[jboss-user] [JBoss jBPM] - Re: Not able to login as a different user

2008-10-14 Thread johnhurtchan
Thanks danya its working now. I modified the web.xml to look like this... admin user participant and... user participant I'm not sure how the organizations are under the security-roles in the JBPM_ID_

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot access server from remote machine

2008-10-14 Thread Ponvinayagan
-b [your host name] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182054#4182054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182054 ___ jboss-user mailing list jboss-user@

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NullPointerException: Monitor Status Monitor n

2008-10-14 Thread rks_86
could anyone help me in getting it resolved please Ricky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182073#4182073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182073 _

[jboss-user] [JBoss jBPM] - Re: Role assignment problem-Task of one user can be accessed

2008-10-14 Thread johnhurtchan
Hi, I have the exact same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182221#4182221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182221 ___ jboss-user mailing l

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread bfach
Clebert, I installed 1.4.0.SP3.CP04 with 4.2.3.GA. The same problem exists. The first reconnect is successful (the exception listener receives the callback). On the first/second attempt the following message is displayed in the logs [JMXMON:JMSConnection] [INFO ] [2008-10-14 13:50:42,337] :

[jboss-user] [JBossWS] - No Classloaders found for ProviderImpl

2008-10-14 Thread tomstrummer
I have a default JBossAS 4.2.3 server on which I've installed JBossWS-Metro 3.0.3. I have an EAR which uses a web service client. When I try to invoke the client I get this: | java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ws.core.jaxws.spi.ProviderImpl |

[jboss-user] [JBossWS] - Re: Error in calling webmethod by jbossws client in jboss4.2

2008-10-14 Thread amitru
Thanks Richard, My problem is solved actually in my war file i remove jaxws.jar & saaj.jar n then i put the necessary client files as you mentioned .. n then its running well There is the problem related to missing jar's. Amit View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBossWS] - Re: Enable debug logging

2008-10-14 Thread tomstrummer
Is there any way to get logging at the HTTP level? It looks like the server is throwing a nasty exception and it's not even returning a valid SOAP response. So it's not being parsed and I never get the log output. On top of that, the service is over HTTPS so I can't use WireShark to watch the

[jboss-user] [JBoss Messaging] - Re: Unique problem with Messaging

2008-10-14 Thread [EMAIL PROTECTED]
This would be a question more appropriate to JMX or JBAS users forum. I'm not sure how users usually create RARs. But look on docs for the depends on MBean definitions. Something like: jboss.messaging.connectionfactory:service=ConnectionFactory | And yes, you could also add the Con

[jboss-user] [JBoss Portal] - How to store the user data in DataBase?

2008-10-14 Thread javauser007
Hi, As part of my requirements the user profile having my own attributes... I want to store those values in database , for that i searched somany jboss server classes for storing the data but i didn't find any code related to database operations in those classes..can anyone help me out.. than

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread bfach
Clebert, Thanks for the information! The versions are changing all the time so knowing the correct version is difficult. If I were to use 4.2.2.GA, I assume the messaging version would be 1_4_0_SP3_CP02 correct? Thanks again! View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss Upgrade and OS upgrade

2008-10-14 Thread Ponvinayagan
Hi, I am planning to upgrade my JBoss from 4.0.1 to 4.3 and also planning to upgrade windows service pack from SP1 to Sp2. Please let me know whether there will be any impact due to these upgrade. Thanks Ponvinayagan View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Tools (users)] - Re: (3.0.0.Alpha1) Server launch config is not customizable

2008-10-14 Thread garu
Hi all, i have to partially reset what i said in my previous post. Probably i made some mistake pasting the properties file path and perhaps that's the reason why the --properties option was ignored. Anyhow creating again the runtime and server i'm now able to use the --properties option. Nonethe

[jboss-user] [Beginners Corner] - Interrupted Exception while shutting down instance

2008-10-14 Thread babernat
Hi, I'm seeing the following InterruptedException while shutting down an instance of JBoss 4.2.3.GA. It seems intermittent and I can't figure out a reason why it occurs. Is this a benign warning or is this indicative of a configuration or coding issue on my end? Thanks. 13:03:31,355 WARN [Ne

[jboss-user] [EJB 3.0] - Resolved: Entity bean @Post... lifecycle methods that call S

2008-10-14 Thread lpmon
Adding this to the datasource .xml file fixed the problem: transaction-isolation TRANSACTION_READ_UNCOMMITTED transaction-isolation (XML tags removed) This is okay for my app. Not for all apps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182232#

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - One-to-Many mapping issue

2008-10-14 Thread chip_schoch
I have a situation where I have a one-to-many: Document 1 ---> m DocumentVersion. The document version has a composite-id. | | | | | | |

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-14 Thread alesj
"Herman06" wrote : | Looks the spring deployer has been recoganized by the maindeployer. | No, you should see something like this: | 2008-10-14 11:18:00,578 DEBUG [org.jboss.deployers.plugins.deployers.DeployersImpl] (main) Added deployer [EMAIL PROTECTED] for stage Parse | or/and

[jboss-user] [EJB 3.0] - Re: MBean start ordering in 5.0CR2

2008-10-14 Thread huberth
I should probably add that to get this far, I had to download, build and apply the 1.0.0-Beta4 release of the EJB3 module. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182236#4182236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Tools (users)] - Re: Verification of Enterprise Beans Failed..

2008-10-14 Thread Kamalashi
Hey, 17:08:10,154 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- Incompletely deployed packages --- [EMAIL PROTECTED] { url=file:/C:/jboss-4.0.2/server/ default/deploy/dnbi.ear/bas-ejb.jar } deployer: [EMAIL PROTECTED] status: Deployment FAILED reason: Verification of Enterpr

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread [EMAIL PROTECTED]
anonymous wrote : I am using the remoting jar that comes with 4.2.3.GA, and the messaging-cleint jar that comes with 1.4.0.SP3 I didn't realize this part until I edited your original post adding the code tags to proper format your code. You must use the remoting jar we ask you to use on the doc

[jboss-user] [JCA/JBoss] - Re: Datasource problem.

2008-10-14 Thread muddu_shafi
Please can anyone just tell me the possible reasons for this error... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182239#4182239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182239 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to add custom code to JBoss shutdown hook

2008-10-14 Thread bugsbunnyca
I need to execute some Java code before shutting down jBoss. How is this possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182096#4182096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182096

[jboss-user] [JBoss Getting Started Documentation] - Web Service - what needs to be in the .war?

2008-10-14 Thread ClarkValentine
Hi, I'm more or less a newbie to Java EE, and I'm attempting to design a web service that accepts incoming SOAP requests and does (something). I've been playing with sample code, but I can't get anything to deploy correctly. For some reason, I cannot find a good, solid list of what needs to be

[jboss-user] [JBoss Getting Started Documentation] - Re: Web Service - what needs to be in the .war?

2008-10-14 Thread ClarkValentine
And, of course, I meant to post this over in Beginners Corner. Off to a rousing start! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182241#4182241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182241 ___

[jboss-user] [Beginners Corner] - Web Service - what needs to be in the .war?

2008-10-14 Thread ClarkValentine
Hi, I'm more or less a newbie to Java EE, and I'm attempting to design a web service that accepts incoming SOAP requests and does (something). I've been playing with sample code, but I can't get anything to deploy correctly. For some reason, I cannot find a good, solid list of what needs to be

[jboss-user] [JBoss Cache: Core Edition] - Re: Bug with commit

2008-10-14 Thread [EMAIL PROTECTED]
This seems like a valid bug. Thanks for reporting. JBCACHE-1426. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182088#4182088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182088

[jboss-user] [EJB/JBoss] - Re: Specifying pool size for message driven beans

2008-10-14 Thread JReifsnyder
Forgot to mention: we are posting messages on queues and we have the connection set for "slow consumer" by necessity. This is why we need more than 15 beans in play. Thanks, J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182131#4182131 Reply to the post :

[jboss-user] [EJB 3.0] - MBean start ordering in 5.0CR2

2008-10-14 Thread huberth
I'm having difficulty with MBean start ordering in AS 5.0CR2. I've got two MBeans: MBeanA with an @Depends annotation referencing the other, plus an injected (@Resource) reference to it. In the start method of MBeanB I initialize a POJO singleton. When MBeanA's start method is called, it call

[jboss-user] [EJB 3.0] - Re: Entity bean @Post... lifecycle methods that call SLSB ha

2008-10-14 Thread jaikiran
I am not an expert at this, but i think this is what is happening: - SLSB calls some method with transaction T1. In this T1 transaction, the entity is inserted/updated (but not yet commited because the transaction is not complete). During this flow, the @PostUpdate lifecycle method is called in

[jboss-user] [JBoss Cache: Core Edition] - Multiplexer

2008-10-14 Thread lovelyliatroim
Hi Guys, At the moment I have 2 jgroups channels, one that JBoss Cache is using and the other is what the app is using. Now debating with myself to setup the multiplexer so both use one channel. The channel the app uses has very few messages going between nodes, just a few at startup and if e

[jboss-user] [JBoss jBPM] - Re: Creating form fields using Swings or XHTML?

2008-10-14 Thread kukeltje
location should be in the processarchive. If you use the GPD to design them, you can see where they are put. processdefinition can be empty. The console uses these files. Not the engine or the processdefinition View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Portal] - Re: ERROR Using JPortal 2.7.0, Oracle 10g, JDK 1.5.0_07

2008-10-14 Thread PeterJ
It sounds like you have another *-ds.xml file that declares PortalDS. Did you by any chance not remove the portal-hsqldb-ds.xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182140#4182140 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Cache: Core Edition] - java.io.NotSerializableException: java.util.concurrent.Futu

2008-10-14 Thread guazi
I used jbossCache in "cluster" mode, Tomcat as the servers. when I start up one server and do nothing before other one start up, it works well. but I did someting before other one start up, an exception occured. like this: | Caused by: | org.springframework.beans.BeanInstantiationException:

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread [EMAIL PROTECTED]
for 4.2.3 you should use http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_0_SP3_CP04/ | svn co http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_0_SP3_CP04/ jbm1.4 | cd jbm1.4 | ant release-bundle | Make sure you update the messaging-client.jar from the

[jboss-user] [JNDI/Naming/Network] - Lookup error [Jboss 3.2.5 >> 4.2.2]

2008-10-14 Thread aaraujo
Hi, I have an application A, which runs on Jboss 3.2.5 (JDK 1.4) and I'm trying to lookup an EJB (2.1) on another application B, which runs on Jboss 4.2.2.GA (JDK 1.6), but I'm getting the following error: 2008-10-13 21:40:45,023 INFO [STDOUT] javax.naming.CommunicationException [Root excepti

Re: [jboss-user] [JBoss Tools (users)] - Re: Verification of Enterprise Beans Failed..

2008-10-14 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Kamalashi. There is usually at least one stack trace (often more), earlier in the deployment process. This is just a summary of the "damage" from that error -- you want to have a look for the cause. Note that you want to start with the FIRST stac

[jboss-user] [EJB/JBoss] - EJB3 and CORBA status

2008-10-14 Thread dkruse
I've searched around on the JBoss forums and have found several people having problems accessing an EJB3 bean with a CORBA client. I haven't seen any solutions and there are some indications (https://jira.jboss.org/jira/browse/JBREM-269?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acom

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread [EMAIL PROTECTED]
anonymous wrote : If I were to use 4.2.2.GA, I assume the messaging version would be 1_4_0_SP3_CP02 correct? The latest release available if 1.4.0.SP3. The cumulative patches releases are built for JBoss EAP Customers. If you want to use one of the CP releases, use the version I told you befor

[jboss-user] [JBoss jBPM] - Re: Can process and task variables be defined in the process

2008-10-14 Thread kukeltje
what does the manual say about this? Probably nothing for one reason or another it probably is not possible directly from jPDL. That would probably my conclusion. I'd probably start searching the Forum, probably the Web, or even probably the Wiki and if I'd not found anything yet I'd probably as

[jboss-user] [EJB 3.0] - Re: @EJB injection in JBoss 5 application clients?

2008-10-14 Thread jaikiran
I haven't tried this on my local setup. Let me give it a try and see how it goes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182174#4182174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182174

[jboss-user] [JBoss jBPM] - Any Way to Un-Hardcode Task Assignment From Process Model?

2008-10-14 Thread johnhurtchan
Can jBPM handle dynamic assignment of Tasks? For example, a simple case is to have Employee and Managers. WIth Task of "Performance Review". Manager is the swimlane and its assigned to group(manager). That is simple but hardcoded into the process model. < swimlane name="manager" > < assignment

[jboss-user] [JBoss Cache: Core Edition] - Re: Bug with commit

2008-10-14 Thread yerenkow
Cache and HIbernate are separated; I'm not using Cache to work with DB. I have a cache for one purpose, and hibernate for working with DB. When I'm doing something with DB, I'm doing this so: | Transaction t =sess.beginTransaction(); | ... Some DB stuff | t.commit(); | And all ok. when

[jboss-user] [JNDI/Naming/Network] - Creation of InitialContext fails when i hot-deploy scheduler

2008-10-14 Thread vgunse
Creation of InitialContext fails when i hot-deploy scheduler-service.xml I configured scheduler-service as follows in Jboss 3.2: scheduler-service.xml true com.beta.my.utils.FMScheduler Schedulabe Test,12345 java.lang.String,int 0 1 -1 Schedulable Class pa

[jboss-user] [JBoss Portal] - JBoss Portlet Bridge - WSRP !?

2008-10-14 Thread hjn76
Hi, trying to set up a portlet to be consumed via WSRP. But I'm not getting anywhere. Is it possible to expose a JSF portlet using the jboss portlet bridge via WSRP? Im using JBoss Portal 2.7 CR1. Thanks in advance // Henric View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JCA/JBoss] - Re: Datasource problem.

2008-10-14 Thread PeterJ
The lack of formatting for the source code (you did not use the 'code' tags to maintain indentation) and the use of bold text makes your post extremely difficult to read. I cannot tell if you have one or more source files, what text is your comments/questions and what is source code - it all jus

[jboss-user] [JBoss Messaging] - Re: JMS Reconnect Issue

2008-10-14 Thread bfach
Thanks for clearing that up. I should be using 1.4.1.CR1 for jboss 4.2.3.GA then. I will need to download the source and build this as there is no binary release for this yet correct? I will double check that my version of remoting is the correct version. View the original post : http://w

[jboss-user] [Beginners Corner] - Re: Web Service - what needs to be in the .war?

2008-10-14 Thread PeterJ
In a WAR filer all you need are the POJO web service and the web.xml. Simple hello service: package ws.simple; | @javax.jws.WebService | public class HelloService { | @javax.jws.WebMethod | public String sayHello(String name) { | return "Hello, " + name; | } | } The web.xm

[jboss-user] [JBoss Messaging] - Re: MessagingXAResourceRecovery can not reconnect

2008-10-14 Thread szhigunov
Can anybody comment on this, please? I think JBM recovery code is expected to handle the remote resource restart. To restate the problem. I have recovery configured on the JMS client, which connects to the remote server. If I bounce (restart) the remote server, the recovery module starts giving

[jboss-user] [Beginners Corner] - Re: Web Service - what needs to be in the .war?

2008-10-14 Thread PeterJ
If your web service is EJB-based, all you need is a jar file with the web service class. Add two more annotations to the class: | ... | @javax.jws.Stateless | @org.jboss.wsf.spi.annotation.WebContext(contextRoot="/hello", urlPattern="/hello") | @WebService | public class HelloService

[jboss-user] [JBoss jBPM] - Re: Can process and task variables be defined in the process

2008-10-14 Thread nbhatia
I have not seen any reference to such functionality in the manual or on the web. The jpdl schema also suggests that this is not possible. I am fairly certain that such a feature will improve the usability of jBPM as it provides an easy way to provide "personality" to processes and tasks at proce

[jboss-user] [JBoss jBPM] - Re: deploy jbpm-enterprise.ear on jboss 4.2.2 ga

2008-10-14 Thread ligang1111
I downloaded the code from the URL by using svn. Can you tell me the location of the demo code? I want the client code of invoking EJB from jbpm-enterprise.ear.Thank you for your patience again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182255#4182255 R

  1   2   >