[JBoss-user] [EJB 3.0] - Re: entitymanager does not flush ?

2006-02-03 Thread elkner
"[EMAIL PROTECTED]" wrote : flush() just calls JDBC updates, it doesn't commit. Ahh, so I interpreted the spec not as assumed. OK, thinking a little bit more about it, it is probably not so easy to rollback already db commited data ;-) anonymous wrote : For transacted JMS use the "java:/JmsXA" f

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-03 Thread [EMAIL PROTECTED]
I'm half-asleep and this is half-baked, but want to write it down before I sleep and forget about it :) Luckily I have the power to delete posts, so if I wake up, read this and am embarassed, well poof! Use integers as keys. In CachedSetImpl add a field private Map keyLookup = new HashMap(

[JBoss-user] [JBoss Portal] - portal management response time > 3 secs !

2006-02-03 Thread PMO
Is there any reason that would explain why the response time is between 2 and 4 seconds, sometimes more ? It must be something, right? great product anyway... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921633#3921633 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Eclipse IDE (users)] - cannot launch jboss4.0.3sp1 from within the jbosseclipseide

2006-02-03 Thread jay_franklin
Here is what the console is showing. it gets as far as rar deployment and hangs. yet the whole thing goes swimmingly when launched from the command line. when I try to access the console from mozilla that just hangs as well. 00:19:26,213 INFO [Server] Starting JBoss (MX MicroKernel)... 00:19:26

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-03 Thread ScottMarlowNovell
I don't think the hashed search will work either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921629#3921629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921629 ---

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-03 Thread ScottMarlowNovell
Brian, Your right of course, I'm getting fast performance locally but I'm guilty of double buffering the data in the same network rpc call (and then some). I could omit the data field and only pass it in the key but that would be too coarse grained (the entire value would be passed in the fqn a

[JBoss-user] [JBoss Portal] - Re: JAASLoginModule

2006-02-03 Thread cs_ckpaa
My conclusion (2) should be "JBoss Portal 2.2.1 RC1 bug may contribute to the previous problem" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921625#3921625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921625 -

[JBoss-user] [EJB 3.0] - Re: Hibernate is ignoring my @TABLE on select

2006-02-03 Thread amccarty
It is using the correct table name. anonymous wrote : from ROLE_TEXT It is just aliasing it to anonymous wrote : roletype0_ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921624#3921624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss Portal] - Re: JAASLoginModule

2006-02-03 Thread cs_ckpaa
Dear all, My situation has been improved. Initial Configuration: 1) Java SDK 1.5 2) JBoss AS 4.0.1 SP1 3) JBoss Portal 2.2.1 RC1 4) Oracle 8i/10g 5) Oracle JDBC driver for JDK 1.2/1.3 ie. classes12.zip ==> Not work, CMS Portlet shows nothing Existing Configuration 1) Java SDK 1.5 2)

[JBoss-user] [JBoss Portal] - virtual-host and context-root for portal

2006-02-03 Thread sverker
Hi maybe I'm missing something obvious but I have not been able to deploy a portal on the root context in a virtual host, at least not in the usual way by seting virtual-host and context-root in jboss-web.xml. Is this correct that it's not possible to deploy a portal as a virtual host and in a

[JBoss-user] [EJB 3.0] - Hibernate is ignoring my @TABLE on select

2006-02-03 Thread vlewis
I am using EJB3/Hibernate against and existing schema. I specify a table in my entity class (ROLE_TEXT, source below) but when Hibernate constructs the SQL for a query (SELECT statement below) it uses its own value for the table name, not the one I gave it. What have I done wrong. Please help

[JBoss-user] [Installation, Configuration & Deployment] - Lazy instantiation/loading of EJB classes

2006-02-03 Thread kalapraveen
Greetings, I have an ear file whcih contains a jar, war and an application.xml file. Some of my web components(servlets) access ejbs. In normal circumstances it works fine. But, while starting the server, if I send a request to a servlet which delegates the invocation to ejb I am getting a clas

[JBoss-user] [JBoss jBPM] - jBPM Web Console (on Wiki) sources?

2006-02-03 Thread ziya
Hi Are jbpm.war sources available? It's attached here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmWebConsole Thanks in advance. --Ziya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921618#3921618 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Getting Started Documentation] - deploying an ear file

2006-02-03 Thread kalapraveen
Greetings, I have an ear file whcih contains a jar, war and an application.xml file. Some of my web components(servlets) access ejbs. In normal circumstances it works fine. But, while starting the server, if I send a request to a servlet which delegates the invocation to ejb I am getting a clas

[JBoss-user] [Messaging, JMS & JBossMQ] - JBAS-2503: Testing JBossMQ in JBoss 3.2.x against Oracle9i

2006-02-03 Thread [EMAIL PROTECTED]
In the course of tesing JBAS-2503, I found an error in the jbossmq testsuite which only occurs when running against Oracle. I have a custom jboss server (based on all) which uses an Oracle 9i datasource for jbossmq persistence. I followed http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQD

[JBoss-user] [JBossWS] - Re: Unable to get document/literal sample2 working from Step

2006-02-03 Thread rondouthit
It looks like there is a case bug somewhere in the JBOSS webservices processing. I worked around the problem by changing the element names in the WSDL from String_1 and String_2 to string_1 and string_2. The client was sending the correct names, but somwhere jboss is obviously comparing the el

[JBoss-user] [JBoss jBPM] - jBPM on Weblogic 9

2006-02-03 Thread Paz
I am attempting to deploy the jbpm.war on Weblogic. Does anyone have insights? Has anyone been able to run jBPM on Weblogic? Any assistance is appreciated. Especially what .xml or configuration files to work on. Most importantly what do I need to change to migrate to another J2EE app server.

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.net.UnknownHostException during startup

2006-02-03 Thread PeterJ
Try adding -Djava.net.preferIPv4Stack=true to JAVA_OPTS and see if that helps. I had a similar problem, though on Fedora Core 4 with the Sun JVM 1.4.2_10, and setting that option fixed the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921613#392161

[JBoss-user] [EJB 3.0] - Re: @Resource SessionContext problem

2006-02-03 Thread aranzuglia
Where can I download RC5, in http://www.jboss.com/products/jbossas/downloads all I see is 4.0.3SP1 And in http://www.jboss.com/products/list/downloads I see Jboss EJB3 RC4 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921608#3921608 Reply to the pos

[JBoss-user] [JBossWS] - Re: Webservice Security on JBoss

2006-02-03 Thread pknepper
How would you secure a Java pojo service endpoint? Also, will this approach work with non java clients like .net? Thanks, Paul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921607#3921607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss jBPM] - Re: BPEL while activity implementation

2006-02-03 Thread adrian.andrei
I am not sure that this feature complies with the BPEL specs. I know for sure that it doesn't with the BPML ones. There is not need to keep the stack alive for all activities, just for activites that can be compensated fro instance. My use case consists in execution of a sub-process (BPEL) over

[JBoss-user] [EJB 3.0] - Oracle Type Mapping not being used

2006-02-03 Thread aranzuglia
Hi, we use JBoss 4.0.3SP1, we have defined oracle datasources in: - deploy/oracle-ds.xml - conf/standardjaws.xml - conf/standardjbosscmp-jdbc.xml - conf/login-config.xml - deploy/jms/oracle-jdbc2-service.xml - deploy/jms/oracle-jdbc-state-service.xml - deploy/ejb3.deployer/META-INF/persistence.prop

[JBoss-user] [Installation, Configuration & Deployment] - java.net.UnknownHostException during startup

2006-02-03 Thread bulloncito
Hi all. It has happened to me in a couple of Win32 installations that a fresh new install fails to startup properly with the given error: | 15:29:02,468 WARN [ServiceController] Problem starting service jboss:service=invoker,type=http | java.net.UnknownHostException: DS-SW-0001: DS-SW-000

[JBoss-user] [Installation, Configuration & Deployment] - JBoss JDOM Jaxen

2006-02-03 Thread ecsrini
Hi, I would like to know why is JBoss4.0.1 is bundled with Jaxen jar with JDOM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921602#3921602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921602

[JBoss-user] [JBoss jBPM] - Re: subprocess ? or task-node with *blocking* ?

2006-02-03 Thread [EMAIL PROTECTED]
Changing the database directly is not at all advisable, because jBPM will *not* realize you changed the node or "automagically" resume execution from there. My suggestion was more along these lines. If your external program is sufficiently short lived, you can wait synchronously for it to finish

[JBoss-user] [JBoss jBPM] - Re: BPEL while activity implementation

2006-02-03 Thread [EMAIL PROTECTED]
This is a known feature, a consequence of the graph traversal technique used in jBPM derived from the classic chain of responsibility pattern (more details in section 4.4 of the user guide). The biggest advantage of this technique is that it deals neatly with multiple transitions going out of a

[JBoss-user] [Installation, Configuration & Deployment] - Exception while installing openCRX

2006-02-03 Thread mbhavana
I am getting the following error while installing openCRX 1.8.1 with JBoss 4.0.3SP1. Any help will be appreciated 13:08:50,640 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.3SP1/server/default/deploy/opencrx-core-CRX-App.ear/ 13:08:51,296 WARN [verifier] EJB spec violation: B

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-03 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | 4. In the case that Key is non-primitive, we shall require them to be Serializable. I think this is in line with regular POJO Cache where we require the POJO to be aspectizable (.e.g, with xml or annotation declaration), otherwise, it needs to be Serializable.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem after upgrading JBoss 4.0.3-sp1 to Hibernate 3.1

2006-02-03 Thread javagrl
parmaley, How did you not use Jboss's hibernate deployer? I have the same problem you have and would like to not use JBoss's har deployer, but I am not sure how to do that. Please post how you configured Jboss to not use the .har deployer and how you configured your hibernate session,etc. I'

[JBoss-user] [JBoss jBPM] - Re: BPEL Process Instance

2006-02-03 Thread adrian.andrei
Done. See issue BPEL-89 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921593#3921593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921593 --- This SF.net email is

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Which version of Hibernate comes with JBoss 4.0.3?

2006-02-03 Thread javagrl
I am using JBoss 4.0.3 and would like to use Hibernate 3.1.1. But I am having some trouble deploying annotated pojos using the HAR deployer. So, my question is two fold: 1. which version of Hibernate ships with Jboss 4.0.3. Where is this information posted? 2. can I use hibernated annotat

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread [EMAIL PROTECTED]
yes (not sure if this is in the released version yet). and yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921591#3921591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921591 ---

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-03 Thread deniss.parhomenko
Ok, I'll try to do this during weekend View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921590#3921590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921590 --- This S

[JBoss-user] [JBoss jBPM] - Re: subprocess ? or task-node with *blocking* ?

2006-02-03 Thread forJbpm
oh! Thanks a lot for your quick answer. But problem here is, external program is perl program. I will go through all your suggestions. As I didnt get any answer earlier, I started with a different approach. If I am not mistaken signalling token is nothing but changing node_ in *jbpm_token* fiel

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-03 Thread ScottMarlowNovell
I'm past the stack overflow and on to the next error. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921589#3921589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921589

[JBoss-user] [Messaging, JMS & JBossMQ] - ClassNotFound: JBossMQProvider

2006-02-03 Thread carcher
Hi, I'm trying to configure my JBoss 4.0.1SP3 server to access a remote message queue. The remote message queue is simply another instance of the same version of JBoss running on a different machine. I've added the following to my jms-ds.xml file: | | RemoteJMSProvi

[JBoss-user] [EJB 3.0] - Re: primarykey mapping problem

2006-02-03 Thread zimmek
Thanks for fast reply, but I still having problems get it working. The following schema is generated CREATE TABLE t_customer | ( | customer_id int8 NOT NULL, | firstname varchar(255), | lastname varchar(255), | CONSTRAINT t_customer_pkey PRIMARY KEY (customer_id) | ) | WIT

[JBoss-user] [Remoting] - Re: MBean as a Listener

2006-02-03 Thread [EMAIL PROTECTED]
First off am not sure why you are not seeing an exception when making the following call: client.removeListener(listener); Upon making this call on the client, the client will remove the listener from the callback server and the target server. Since the callback server has been destroyed, s

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - HSQLDB in production

2006-02-03 Thread ihunter
Hi Folks, We are starting a project in JBoss and we have a debate as to whether to use MySQL or HSQLDB in production. The timescale for deployment is tight Can anybody give practical experience and/or facts to fuel this debate. The basic argument is Pro Mysql: Good solid performant databa

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamic registration of a custom login module?

2006-02-03 Thread j2ee_junkie
Most likey this is because you did not change the name of the mbean in the descriptor file. If you just copy and pasted from wiki page, the name is the same as an already deployed mbean. So just rename it to something that is important to you. enjoy, c View the original post : http://www.jb

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-02-03 Thread elkner
See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=76094 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921580#3921580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921580 --

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread [EMAIL PROTECTED]
Does the jBMP GPD tool allow for graphically defining pageflow definitions? Can you use the hibernate reverse engineering tools to create a Seam application from just annotated Entity beans? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921582#3921582 Reply

[JBoss-user] [Remoting] - Re: Question on using Transporter

2006-02-03 Thread [EMAIL PROTECTED]
Can't be done currently. Good idea though and have created a jira task for this (JBREM-312). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921581#3921581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921581 --

[JBoss-user] [JBoss jBPM] - Re: BPEL Process Instance

2006-02-03 Thread [EMAIL PROTECTED]
Big oops. I thought the ProcessInstance fired it upon its construction: // fire the process start event | if (rootToken.getNode()!=null) { | ExecutionContext executionContext = new ExecutionContext(rootToken); | processDefinition.fireEvent(Event.EVENTTYPE_PROCESS_START, executi

[JBoss-user] [JBoss jBPM] - Re: where is the PERMISSIONS.hbm.xml?

2006-02-03 Thread [EMAIL PROTECTED]
the permissions table is mapped in the user.hbm.xml and the group.hbm.xml the way to insert permissions are to give some permissions to a group or user object and save it with hibernate. we are hoping for a community contribution for adding these crud operations to the jbpm console webapp. reg

[JBoss-user] [JBoss jBPM] - Re: Process Variables stored as Date have problems...here's

2006-02-03 Thread [EMAIL PROTECTED]
today, i checked head and there the fix was applied. regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921575#3921575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921575 -

[JBoss-user] [Installation, Configuration & Deployment] - Deployment Dependency Not Working

2006-02-03 Thread tomansley
Hi all, I am trying to deploy a hibernate service that uses a datasource. But, when JBoss starts the service attempts to deploy before the datasource even though I have a tag that specifies the datasource. Can anybody explain to me why it is not working? Cheers Tom Hibernate MBean Service X

[JBoss-user] [JBoss jBPM] - Re: jbpm in a cluster

2006-02-03 Thread [EMAIL PROTECTED]
hi rainer, can you send me an email at tom-dot-baeyens-at-jboss-dot-com so that i have your current email address ? i tried sending you an email, but maybe it didn't arrive... regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921574#3921574 Rep

[JBoss-user] [JBoss Portal] - Re: clusteting jboss portal

2006-02-03 Thread [EMAIL PROTECTED]
I will add the clustering to the ref docs. noi, email me personally, and send me the PDF. I recently got a new laptop and lost most of what I had in the old slow one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921572#3921572 Reply to the post : http://w

[JBoss-user] [Installation, Configuration & Deployment] - Re: Recurring JVM_BIND:nnnn port nnnn already in use excepti

2006-02-03 Thread Martinator
Awesome, that did the trick!!! Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921576#3921576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921576 --- Thi

[JBoss-user] [EJB 3.0] - Re: why is it inserting nulls in my id column... since grabb

2006-02-03 Thread [EMAIL PROTECTED]
it appears that AUTO does not work but SEQUENCE does. However there are serveral problems running this version of Hibernate with my version of MySQL: I commented on another with ddl generation here: http://opensource2.atlassian.com/projects/hibernate/browse/EJB-64 View the original post : ht

[JBoss-user] [EJB 3.0] - primarykey mapping problem

2006-02-03 Thread zimmek
I have got a question about primarykey-mapping. Having two tables: t_customer --- int | customer_id (PK) varchar | firstname varchar | lastname t_friendship --- int | customer_id (PK) int | friend_customer_id (PK) date | created Is it possible to map this two tables to

[JBoss-user] [JBoss Portal] - Re: how to get the /portal/testportal

2006-02-03 Thread [EMAIL PROTECTED]
User guide is in the same link. I just updated them in CVS and on the web. I could change the date, but it would prob lead to confusion... maybe an "updated date" would help. Ref guide is not updated yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921567

[JBoss-user] [JBoss Portal] - Re: displaying XML in poerlet jsp

2006-02-03 Thread [EMAIL PROTECTED]
Did you set the proper mime-type in the portlet.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921566#3921566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921566

[JBoss-user] [JBoss Portal] - Re: 60

2006-02-03 Thread [EMAIL PROTECTED]
Read the portlet spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921563#3921563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921563 --- This SF.net email is s

[JBoss-user] [JBoss Seam] - Re: Questions on JBoss/Seam enterprise app architecture.

2006-02-03 Thread cjalmeida
Very nice. I'll study the examples. Thx again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921564#3921564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921564 -

[JBoss-user] [JBoss Seam] - Re: Questions on JBoss/Seam enterprise app architecture.

2006-02-03 Thread cjalmeida
Thanks for the reply Gavin. I guess the answer for both A and B will be duplicating my entity beans. Hopefully, I can set up ant to build one ejb3 and copy it into the multiples ears. But won't it confuse the deployer or the classloader? Is there a problem to deploy "beans.ejb3" multiple time

[JBoss-user] [EJB 3.0] - Re: primarykey mapping problem

2006-02-03 Thread [EMAIL PROTECTED]
Use @IdClass See Hibernate EntityManager doco or specification . I don't have an wxample of it in the tjutotirals Only @EmbeddedId View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921570#3921570 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Seam] - Re: @JndiName on Seam Components

2006-02-03 Thread icotting
Yes, I see that very clearly in the example; got a little post-happy there. Thanks for the clarification. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921568#3921568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392

[JBoss-user] [JBoss Portal] - Re: Editing themes

2006-02-03 Thread [EMAIL PROTECTED]
Take a look at the havana theme in portletswap http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=portletswap&category=.layouts.2_2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921565#3921565 Reply to the post : http://www.jboss

[JBoss-user] [EJB/JBoss] - Re: "FROM NOT FOUND" errors

2006-02-03 Thread zoolai
Eventually figured out what was happening: I had several "findAll()" ejb finder methods empty. This works fine under JB3.2.7 but for some reason, JB4 did not implement them for me. Had to go through each EJB and manually flesh out the SQL queries for each one. View the original post : http://

[JBoss-user] [JBoss Seam] - Re: Questions on JBoss/Seam enterprise app architecture.

2006-02-03 Thread [EMAIL PROTECTED]
You will need to use scoped classloading. In all our examples, we have a jboss-app.xml for that reason. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921561#3921561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392156

[JBoss-user] [JBoss Portal] - 60

2006-02-03 Thread glodo
What mean this? 60 is a xml tag of one portlet of portal-samples-war.. what do this? Thanks for the help.. glodo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921556#3921556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss jBPM] - Re: Process Variables stored as Date have problems...here's

2006-02-03 Thread kukeltje
I'm pretty sure I once changed this, but It could have been on the trunk and not the 3.0 branche. In that case this bug has been there from the start of 3.0. If it was not even on the 3.1 branche than I'm totally flabbergasted View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss jBPM] - Re: difference between WAR and SAR files?

2006-02-03 Thread kukeltje
The SAR file (http://wiki.jboss.org/wiki/Wiki.jsp?page=ServiceArchive) contains the jBPM engine, config etc. So this should be 'deployed' before the WAR file. On other systems, like tomcat, the jbpm engine etc, could be in the WAR file, but that is a packaging issue. In the first case, the engin

[JBoss-user] [JBossWS] - Illegal null argument:ns when deploying

2006-02-03 Thread [EMAIL PROTECTED]
java.lang.IllegalArgumentException: Illegal null argument:ns at org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel.createNamespaceItemIfNotExistent(JBossXSModel.java:504) at org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel.addXSAnnotation(JBossXSModel.java:312) at org.jbo

[JBoss-user] [EJB 3.0] - DefaultJMSProvider not bound for ActiveMQ rar with EJB3-RC5

2006-02-03 Thread rtselvan
Getting the following exception when I deployed a message drive bean to use the active-mq. adapter for jca-inflow. I followed the swiftmq rca instruction and getting the following error. Caused by: javax.naming.NameNotFoundException: DefaultJMSProvider not bound at org.jnp.server.Namin

[JBoss-user] [JBossWS] - Re: Error: Invalid byte 1 of 1-byte UTF-8 sequence

2006-02-03 Thread msell
Hmmm okay... The actual character sequence that I see on the wire (using Ethereal) is the following: #xA0; (There is an ampersand (&) before the pound sign) The character I sent is visible on the console in the error. View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Performance Tuning] - CPU usage increases on Solaris

2006-02-03 Thread arielah
I have an application deployed on Solaris system. And I noticed that the CPU percentage always increases and doesn't come down even when I log out of the application. The application logs don't show anything. And I end up restaring JBoss every several days. My questions is what could be the rea

[JBoss-user] [Clustering/JBoss] - Re: Is cache Invalidation possible under ...

2006-02-03 Thread [EMAIL PROTECTED]
Yes, you can mark beans for clustered invalidation without adding a cluster-config. See page 93 of the clustering guide http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf; your proposed config is basically what's shown :) BTW, EJB 2.1 entity beans are not replicated. View the origi

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-03 Thread deniss.parhomenko
May be some one can create manual how to run Seam +ADF + Facelets and also make some scripts and sample in seam code I can help with this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921545#3921545 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-03 Thread [EMAIL PROTECTED]
If anyone can put the necessary instructions up on the Wiki, that would be great. I would even be happy to merge this stuff into the Seam docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921548#3921548 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Seam] - Re: ArrayStoreException on EJB3 deployment

2006-02-03 Thread [EMAIL PROTECTED]
anonymous wrote : Bill Burke: i think it is that an annotation is not in your classpath that you've annotated the class with View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921539#3921539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss Seam] - Re: Questions on JBoss/Seam enterprise app architecture.

2006-02-03 Thread [EMAIL PROTECTED]
"cjalmeida" wrote : A) I want to have multiple applications interacting with the same Entity Beans (an ?Order? bean should be accessible from the ?Manufacturing? app and the ?Sales Mgmt?, a ?User? bean should be accessible everywhere). What's the best approach so I don't have to deploy the same

[JBoss-user] [JBoss Seam] - Re: @JndiName on Seam Components

2006-02-03 Thread [EMAIL PROTECTED]
yes, use: org.jboss.seam.core.init.jndiPattern just like in the examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921536#3921536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921536 -

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread [EMAIL PROTECTED]
What I would love to have is the ability to click through from an EL expression to an action listeber method or attribute in the Java code. Not really sure how hard this is View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921533#3921533 Reply to the post

[JBoss-user] [JBoss Seam] - Re: Oracel ADF, Facelets, Seam and

2006-02-03 Thread [EMAIL PROTECTED]
"tobad" wrote : | The printComponent method is called after Seam has called clearThreadlocals in org.jboss.seam.contexts.Lifecycle.java which results in the error above. | Please report this in our JIRA, it seems we are a bit overzealous with throwing exceptions here. View the original po

[JBoss-user] [JBoss Portal] - Re: JAASLoginModule

2006-02-03 Thread glodo
Hi everyone!! i dont know whats is the exactly problem.. If you have installed the jboss AS from the jboss-4.0.3SP1-installer, i have that problem... I try with the Jboss that have the complete install.. just in that case works with any problems.. I would be interesting know what is the problem w

[JBoss-user] [JBoss Seam] - Re: Is seam compatible with Oracle ADF?

2006-02-03 Thread [EMAIL PROTECTED]
Yes, search the forum, some people are successfully doing this. It does look to me like the ADF component library is going to be really popular and useful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921538#3921538 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss Seam] - Re: ArrayStoreException on EJB3 deployment

2006-02-03 Thread [EMAIL PROTECTED]
Ask in the EJB3 forum, see if Bill has any idea... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921537#3921537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921537 --

[JBoss-user] [JBoss Seam] - Re: Update schedule... JBoss 4.0.4RC1, JBoss EJB3 PFD, Seam

2006-02-03 Thread [EMAIL PROTECTED]
What is in CVS now is very, very, very close to what well be released as beta 2. And note that most of what is in beta2 is now very stable and I don't expect big changes to the currently existing functionality in Seam 1.0. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JBoss jBPM] - Re: jbpm in a cluster

2006-02-03 Thread RAlfoeldi
Tom, even jBPM 3.0.1 works splendid in a cluster. You just have to take the same precautions as with any other clustered app with failover and all bells and whistles. And if it's worth anything to you, I've just (literally 30 minutes ago) deployed a fairly large (volume wise) clustered app and

[JBoss-user] [JBoss Seam] - Re: Can i use seam in glassfish ?

2006-02-03 Thread [EMAIL PROTECTED]
The intent is that Seam will work in any appserver. At some stage we will do all the testing and re-configuration to make sure it runs correctly on GlassFish, but don't expect the Seam examples to immediately run on GlassFish today. View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Seam] - Re: Force re-outjection ?

2006-02-03 Thread [EMAIL PROTECTED]
I don't understand what you mean. What is your usecase exactly? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921524#3921524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921524 -

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-03 Thread ScottMarlowNovell
No, looks like I was wrong, it wasn't your change. You only changed Map handling. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921522#3921522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921522 --

[JBoss-user] [JBoss Getting Started Documentation] - Re: EJB Client log4j warnings

2006-02-03 Thread srikanthpragada
I am experiencing the same problem. Can any one provide details regarding how to surpress the warning message. Thank you, Srikanth. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921519#3921519 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBossCache] - Re: New version of CachedSetImpl

2006-02-03 Thread ScottMarlowNovell
I took the latest source and ran the testsuite against my new CachedSetImpl and I'm getting a stack overflow. I need to adjust to the adjustment that you made (I'm guessing). :) Caused by: java.lang.StackOverflowError at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:394

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems With Persistence Context Injection

2006-02-03 Thread p4781c
The persistence.xml file should look like: | |java:/MySqlDS |../calc-beans.ejb3 | | | | | | | | | | | View the original post :

[JBoss-user] [Clustering/JBoss] - Re: RetryInterceptor problem with cluster shutdown

2006-02-03 Thread [EMAIL PROTECTED]
1) Yep, it retries once a second until it succeeds. The downside to this is if it never reconnects your client is hung. 2) You're opinion is correct. We have it on the roadmap to allow a shared JGroups channel between multiple services, and it's high priority. The reason it's the way it is

[JBoss-user] [JNDI/Naming/Network] - Re: Changing the timeout for HA JNDI lookups

2006-02-03 Thread tanked
I found what I was looking for, I should have looked a bit closer at the InitialContext. I closed the old context (which cleared the default/cache) and recreated it when I loose connection. After that, lookups "fail" when I want them to... View the original post : http://www.jboss.com/index.

[JBoss-user] [EJB 3.0] - Re: java.rmi.MarshalException thrown under RC4

2006-02-03 Thread okiSM
As I posted, it works now, but with @JoinColumn. I think that there was something wrong in RC3 with referencedColumnName in @JoinColumn. That's why I didn't use it and that's why it surprised me to work now. Anyway, hopefully there will be no more big changes in final release and I will not have

[JBoss-user] [EJB 3.0] - Re: @Resource SessionContext problem

2006-02-03 Thread [EMAIL PROTECTED]
download and use RC5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921512#3921512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921512 --- This SF.net email is sp

[JBoss-user] [EJB 3.0] - Re: entitymanager does not flush ?

2006-02-03 Thread jsb
Thanks Bill!! Indeed, replacing @Resource (mappedName="ConnectionFactory") | private QueueConnectionFactory factory; [EMAIL PROTECTED] (mappedName="java:/JmsXA") | private QueueConnectionFactory factory; ...in my SLSB has gotten me the behavior I was looking for (messages get picked up

[JBoss-user] [EJB 3.0] - Re: Programatically obtain the name of the table used in @TA

2006-02-03 Thread truto
Thanks! I've use a.getClass().getSimpleName() and then derived the table name from that, since all classes have the same nomenclature regarding the table. But I will check the annotation retrieval method later :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [EJB 3.0] - @Resource SessionContext problem

2006-02-03 Thread aranzuglia
Hi, I can't make this work: | private @Resource SessionContext ctx; | | ... | System.out.println(ctx); // prints null | ... | I have tried everything, included setters ang getters, @Resource previous and after "private" keyword, I get always a null reference to the session context

[JBoss-user] [JBoss jBPM] - jbpm in a cluster

2006-02-03 Thread [EMAIL PROTECTED]
my good friend Gunther asked me this question about jbpm clustering: anonymous wrote : "jBPM workflow process descriptions and runtime status are persisted to a database but in a cluster they are not automatically failed-over, which makes sense once you realize that some processing steps may no

[JBoss-user] [EJB 3.0] - Re: @Resource SessionContext problem

2006-02-03 Thread aranzuglia
I forgot to mention that this code is inside a stateless session bean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921497#3921497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921497 ---

[JBoss-user] [EJB 3.0] - Re: Is there any easy way to a create primary key for combin

2006-02-03 Thread truto
I use both idcall and embeddedid on entity classes but had no much luck -- a "select table Table from Table table" having Table an idclass annotation or using the embeddedid pattern, returned a list with the correct number of entries, but all of them NULL ... then I abandoned that idea and use r

[JBoss-user] [JBoss Eclipse IDE (users)] - starting up JBoss Eclipse IDE 1.5 problem

2006-02-03 Thread yliuy
When starting up JBoss Eclipse IDE 1.5 under fedora linux, getting error messages: "Unable to read workbench state, workbench UI layout will be reset." How to solve this problem? Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921500#3921500 Rep

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problems With Persistence Context Injection

2006-02-03 Thread p4781c
I'm trying to create a simple web app using ejb3, jboss and the jbosside. The files come mainly from the persistence trailblazer. I'm trying to use a Mysql database in a persistence context ( and not using the jboss default datasource) as discussed in the TrailBlazer, found here: http://trailbl

  1   2   >