[jboss-user] [Beginners Corner] - Re: Cannot even get started... :(

2008-10-14 Thread Raconteur
Do things work per the installation doc and tutorial for everyone else? Or did something change as of the latest verision that obviates them? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182283#4182283 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - Very urgent An EJB3.0 Exception

2008-10-14 Thread shangzihao
Our Development Environment was Windows ,and we had achieved logic-communion among web sets with jboss4.2.3 ejb3 which was transfered by tomcat5.5 . And ejb3 was just used as interface of data transmission,which accessed business logic code according to the transmitted date. That is to say,all

[jboss-user] [EJB 3.0] - Lookup Remote EJBs (ejb3) on a different version of JBoss 4.

2008-10-14 Thread yousuf.raza
Ok here is my scenario. I have a ejb3 session bean deployed on a JBoss instance whose version is 4.2.0CP02. I have another application that lookups and consumes that EJB. This application is deployed on jboss version 4.3.0.GA_CP02 First of all is this possible ? The compatibility matrix on

[jboss-user] [EJB 3.0] - Invalid User on EJB authentication (JBoss 5 CR2)

2008-10-14 Thread javidjamae
I'm trying out JBoss 5 CR2. I have an EJB application that uses dynamic login config. The application seems to deploy fine, and my security configuration is correct, because I can access the application from a Web interface. But when I try to authenticate with the same user from a remote EJB cli

[jboss-user] [EJB 3.0] - Re: Problem Creating sequence

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

[jboss-user] [EJB 3.0] - Re: Problem Creating sequence

2008-10-14 Thread lalsamir
property name="hibernate.hbm2ddl.auto" value="create-drop" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182277#4182277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182277 __

[jboss-user] [JBoss Portal] - Re: Page policy redirect policy not working

2008-10-14 Thread iamnew2jboss
Did you ever get answer to this question? I'm sailing in a same boat as yours and looking for answer. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182271#4182271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Portal] - 2.6.6 Installation exceptions

2008-10-14 Thread nayabinghi
Hi guys, I just install Jboss portal 2.6.6 and am getting some exceptions am having problems resolving. I would like to use the portal-hsqldb-ds.xml below but am getting a IllegalStateException after the installation. datasources> PortalDS jdbc:hsqldb:${jboss.server.data.dir}${/

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

2008-10-14 Thread Herman06
Hi Ales, You are right. The springdeployer isn't picked up by jboss. The deployer I downloaded has the xml file as spring-deployers-beans, and in your log file you have spring-deployers-jboss-beans. So I changed my xml name to yours. It's all working! Thanks a lot. Herman View the original p

[jboss-user] [JBoss Tools (users)] - Use JBossTools-3.0.0.Beta1-N200810141843-ALL-win32, Could no

2008-10-14 Thread wangcx
I use Eclipse 3.4.1 + JBossTools-3.0.0.Beta1-N200810141843-ALL-win32, then i found UI have oracle ADF tags but didn't found Richfaces tags, then i open some jsp file, but it tell me the error :"Could not open the editor: An unexpected exception was thrown." below is the detail information: jav

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with java.lang.OutOfMemoryError

2008-10-14 Thread ridzuan_majid
This is the version on Java that im using. java version "1.3.1_06" Java(TM) 2 Runtime Environment, Standard Edition (build SCO-UNIX-J2SE-1.3.1_06:*FCS*:20021212) Classic VM (build SCO-UNIX-J2SE-1.3.1_06:*FCS*:20021212, native threads, sunwjit) View the original post : http://www.jboss.com/ind

[jboss-user] [Beginners Corner] - Cannot even get started... :(

2008-10-14 Thread Raconteur
Hi all, I am running eclipse 3.4.1 and am trying to integrate JBoss. I have searched high and low, and cannot seem to get it to work. Here is the scoop. At http://docs.jboss.org/jbosside/tutorial/build/en/html/the.project.html there is a tutorial, in which it begins with making a new JBoss I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Composite keys that includes a relationship

2008-10-14 Thread elgabo
Hi everyone, I'm stuck with a legacy database with tables that use foreign keys also as part of a composite primary key, eg | TABLE A |a_id (PK) | | TABLE B |a_id (PK, FK) |b_id (PK, FK) | "Pro EJB3 Java Persistence API" tips me how to handle this kind of structure

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

2008-10-14 Thread kukeltje
anonymous wrote : 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. Correct, that was the first part of my statement anonymous wrote : I am fairly certain that such a feature will improve the usability of jB

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

2008-10-14 Thread kukeltje
the testcases are the 'demo'/'examples'/... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182259#4182259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182259 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Any Way to Un-Hardcode Task Assignment From Process Mode

2008-10-14 Thread ligang1111
You can implement the AssignmentHander interface which is included in jpdl.jar according to your assignment logic. I think you can implement un-hardcode task assignment from Process Model,because it's a dynamic assignment solution. View the original post : http://www.jboss.com/index.html?modul

[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

[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] [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 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
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] [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 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 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/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] [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 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] [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] [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] [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] [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] [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] [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] [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] [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] - 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] [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 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] [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] [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] [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] [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] [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 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] [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] [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 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] - 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] [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] [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 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] [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

[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] - 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

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] [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] [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] [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 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] [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 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] [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] [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] [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] [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] [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] - 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 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] [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] [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 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] [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] [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] [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] [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] [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 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 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] [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
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] [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] [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 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] [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] - 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] [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] [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] - 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/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] [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] [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] [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 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] [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 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] [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 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] [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 _

  1   2   >