[jboss-user] [JBoss Eclipse IDE (users)] - Re: Starting JBoss from Eclipse

2006-11-28 Thread [EMAIL PROTECTED]
you set that in the launch configuration of the server. you set them by entering them into the command line arguments field. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989177#3989177 Reply to the post :

[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
[EMAIL PROTECTED] wrote : It sounds like your problem is not related to ICEfaces, but rather to the migration to 1.1 CR1. I'm not sure, because, I've revert backup of my projekt before migration to 1.1CR1 and checked all. Everythink works fine! h:dataTable is visible. By the way, IceFaces

[jboss-user] [JBoss jBPM] - Re: OutOfMemory error when running jbpm.db test suite

2006-11-28 Thread kukeltje
come one, don't be so pessimistic. 150 people read the post, lost of them probably had no clue, some probably would have suggested what you already tried (I would have) and then john came by... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989179#3989179

[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
sherkan777 wrote : [EMAIL PROTECTED] wrote : It sounds like your problem is not related to ICEfaces, but rather to the migration to 1.1 CR1. | Everythink works fine after migration to Seam 1.1 CR1! Problem get started after added IceFaces to project. View the original post :

[jboss-user] [JBoss jBPM] - Re: Waiting for external input

2006-11-28 Thread kukeltje
partly correct, and by magic, dutch beer makes it to the stage again :-) If there are multiple tokens, it could be that you need to signal a specific token and not the process in general. In that case you do need to eventually refer to a token ID, either directly, or by e.g. passing a node name

[jboss-user] [JBoss Portal] - Re: Determine portal logged-in user from external servlet

2006-11-28 Thread bdaw
anonymous wrote : If the portlets and servlets are part of the same web application context, There is a portal web application (the one in which you authenticate) and a separate web application containing portlets and servlets. So portal just switches the context to access portlet and invoke

[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-28 Thread toni
Hi Norman, I checked all my xml descriptors. Everything looks ok. What version of seam and jboss are you using? Could you do me a favour and try to reproduce the error: 1. Create 10 nested conversations by clicking 10 times on the Nested link. 2. Switch to converstion with counter id 5 3. End

[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
Can anyone create an simple project with List of objects and check it with IceFaces + Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989187#3989187 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989187

[jboss-user] [JBoss jBPM] - Re: Process Definition Creation APIs

2006-11-28 Thread kukeltje
Yes, although I think your definition of public differs from mine here. The JbpmContext is normally the api to direct the engine. But you can use the ProcessDefinition object and all related objects to create one and deploy it. You could also have your code generate an xml document. The latter

[jboss-user] [JBoss Portal] - Re: Determine portal logged-in user from external servlet

2006-11-28 Thread [EMAIL PROTECTED]
Correct. The web application will return null on getUserPrincipal() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989186#3989186 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989186

[jboss-user] [JBoss jBPM] - Re: Jbpm Process Designer Expression support

2006-11-28 Thread kukeltje
1: Not on the short roadmap. If it is not in the Jira, create an issue and it will (eventually) be assigned a version. 2: A generic java based actionhandler which takes it's input as normal actionhandlers do and sets the variables 3: As you can see, jbpm has 2 ways to set a value designtime.

[jboss-user] [JBoss jBPM] - Re: jBPM vs jPDL

2006-11-28 Thread kukeltje
what do you mean by 'some tools' The GPD did not change (well it did, but mostly below the surface) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989190#3989190 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989190

[jboss-user] [JBoss Seam] - Re: Problems with Seam adn JBPM

2006-11-28 Thread MelampO
Ok, thanks to both, adding ehcache.jar starts working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989191#3989191 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989191 ___

[jboss-user] [Security JAAS/JBoss] - How to get method permission roles from session bean

2006-11-28 Thread FrancoisThirion
How do I get the roles allowed to invoke a method from within a session bean? It seems that I can query the container: Set methodRoles = container.getMethodPermissions(mi.getMethod(), iface); And then call doesUserHaveRole, but how do I get a reference to the container from within a session bean?

[jboss-user] [Beginners Corner] - Re: Portlet keeps data on reload

2006-11-28 Thread francsi
Ok, the solution is to store such variables into sessions and delete them at the end. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989193#3989193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989193

[jboss-user] [EJB/JBoss] - Re: How to connect to remote server correctly

2006-11-28 Thread sprightee
Hi, Even i've the same problem. When the remote server is up and running, my client code invokes the EJB in remote server. If the server is down instead of throwing exception, it looks up the localhost and invokes the EJB there. could anyone help me resolve this isuue? Thanks, Sprightee

[jboss-user] [JBossWS] - Re: Problem with java.sql.Data

2006-11-28 Thread goran381
Thanks I assumed that it could be a work around. new java.util.Date(rset.getDate(4).getTime()) Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989196#3989196 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989196

[jboss-user] [JBoss Portal] - Re: Easiest way to get the Current Users's Role?

2006-11-28 Thread djmacpac
OK I managed it: I had to delete all portlet and portal libs from my lib folder in the application-war... thx for your help guys ;-) Have a nice day View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989202#3989202 Reply to the post :

[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
I've removed tomahawk as ellenzhao said; still nothing... Here are my libraries in ear file: icefaces.jar jboss-seam.jar jbpm-3.1.2.jar (added to application.xml info about ifefaces.jar) *.war file = web-inf\lib el-api.jar el-ri.jar icefaces-comps.jar icefaces-facelets.jar jboss-seam-debug.jar

[jboss-user] [EJB 3.0] - Re: Interceptors and AroundInvoke

2006-11-28 Thread mwoelke
try to use 4.0.4GA. this should solve it. 4.0.5GA should be ok too, if you are able to use it. Sadly thats no option for me since its buggy when redeploying the app. regards, milan wölke View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989206#3989206 Reply to

[jboss-user] [Performance Tuning] - modify the values of attributes in ServerInfo

2006-11-28 Thread Nainar
I am doing load testing with JMeter - comparing jboss3.2.5 and jboss3.2.8. I found after whatever testing I have completed that jboss3.2.5 is performing better than jboss3.2.8 (interms of no of users i.e., when the no of users is increased then jboss3.2.8's performance starts falling down)

[jboss-user] [Installation, Configuration Deployment] - JBoss 4.0.4 SP1 availability

2006-11-28 Thread asifkhanr
Hello, I am using JBoss 4.0.4 and there are a lot of our components already using this. And there was an error as reported in http://jira.jboss.com/jira/browse/JBAS-3258. It indicates that it is solved with 4.0.4 SP1 and 4.0.5. So when is the 4.0.4 SP1 available? We ar currently not planning

[jboss-user] [JCA/JBoss] - OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread djr667
Configuring a valid-connection-checker-class-nameorg.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker/valid-connection-checker-class-name sometimes causes a OutOfMemoryError: unable to create new native thread caused by oracle.jdbc.dbaccess.DBAccess.pingDatabase This has

[jboss-user] [JBoss Portal] - onload-event in body-tag

2006-11-28 Thread thomas-pich
Hello all, can anybody give me a hint, how can I put an onload-event-functioncall to the body-tag of the page from processAction()- or doView()-Method of a JBossPortlet-class, for example body id=body onload=FunctionXYZ(...) That means, I want manipulate the body-tag by portlet methods.

[jboss-user] [Installation, Configuration Deployment] - jboss shutdown and secured

2006-11-28 Thread ge0ffrey
In my startup script (for Ubuntu server 6.10) I need to be able to shutdown the jboss server when the server stops. However my server's jmx console is secured - because it's a public server. so shutting it down with the jboss's bin command won't work, unless I hardcode my server password in the

[jboss-user] [JBossWS] - Incomplete Deployment: 4.0.5 and 1.0.4

2006-11-28 Thread bocio
During my tests I downloaded a brand new 4.0.5 and I followed the instructions and release notes to install JBossWS 1.0.4 When I start JBoss I get: | 11:17:32,732 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName:

[jboss-user] [JBossWS] - The problem with @WebServiceRef

2006-11-28 Thread stewchicken
Dear All I publish my webserivce wsdl on my localhost successfully Then i wrote a testclient(following JAVAEE tutorial) but i could not get HelloServiceBeanService instance via @WebServiceRef I always get nullpoint exception when i try to use service. Anyone can give me some hints on it?

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4 SP1 availability

2006-11-28 Thread [EMAIL PROTECTED]
There will not be a 4.0.4.SP1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989218#3989218 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989218 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: onload-event in body-tag

2006-11-28 Thread [EMAIL PROTECTED]
You can't. What mess would it be if you could do it from the portlet. Each portlet could add its own code, portlets usually come from different resources and must not interfere. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989219#3989219 Reply to the post

[jboss-user] [JBoss Seam] - JBossSeam Quartz: how?

2006-11-28 Thread MmarcoM
hi all, i have an existing JSF application that uses Spring + Hibernate. in my app, i am using Quartz (configured via spring) for scheduling tasks.. I was wondering to move my application to use JBossSeam (it integrates well with JSF, and i can use EJB3 for persistence), but i am completely

[jboss-user] [JCA/JBoss] - no-tx-datassource and required transaction type

2006-11-28 Thread denis.etienne
Hello, In our project, we have defined a datasource using no-tx-datasource. A client component does a remote call to a session bean method declared with trans-attributeRequired/trans-attribute In this session bean method, the datasource (no-tx) is obtained through JNDI, a connection is used

[jboss-user] [Messaging, JMS JBossMQ] - Durable topic: Configure clientID/subscriptionName of MDB at

2006-11-28 Thread iguane18
Hi everyBody, I would like to configure a durable topic listened by a MDB. But I would not like to have the name of the clientID/subcriptionName set (hardcoded) in the ejb-jar.xml. Because I would like to be able to have several different MDB on different servers to listen to that particular

[jboss-user] [JCA/JBoss] - Re: OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread vickyk
OutOfMemoryError: unable to create new native thread The default stack size for Java 1.4x 64-bit mode JVM- created threads is 1MB. Try reducing this by using the -Xss switch you will be able to generate more Threads , yes the application threads . I think you are getting this error when there is

[jboss-user] [Beginners Corner] - Url needs port no. in one case, and in other case doesn't

2006-11-28 Thread vikkyultimate
Hi, I have two jboss setups(both versions 4.0.3) on different machine. In one of the machines the application is accessible without the port no. whereas in the other machine the url needs port no. Eg. URL with port no. : http://www.:/testApp/. URL without port no. :

[jboss-user] [JCA/JBoss] - Re: no-tx-datassource and required transaction type

2006-11-28 Thread vickyk
anonymous wrote : We expected JBoss to be very noisy/angry about the Required-transaction method using a no-tx-datasource. Why would you expect this ? In JEE can't you have a EJB calling the DAO which is getting the connection from the custom connection pool (a properiotary one) ? It is ok , I

[jboss-user] [JBoss AOP] - Re: Bug in SuperClassesFirstWeavingStrategy?

2006-11-28 Thread chasta
Thanks for your quick reply (and for a great product :-) ) ! I tried out the fix, and it seems to be working. However, trying a few runs, one of them still seemed to hang as before. This didn't happen again, though... I'm trying to create a simple program to reproduce the bug (using the old

[jboss-user] [JBossWS] - Re: expose jboss mbeans as a webservice?

2006-11-28 Thread [EMAIL PROTECTED]
actually we talked about this a while ago. but it's currently not on the roadmap. any contribution is welcome though... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989234#3989234 Reply to the post :

[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-11-28 Thread [EMAIL PROTECTED]
webserviceRef doesnt work with standalone java clients. It requires a managed environment that's capable of injecting the service stub. These capabilities will be provided with jboss5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989235#3989235 Reply to the

[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
I've resolved problem! There cannot be same Entity bean name as person and variable in dataTable-var=person. Strange, IceFaces should throw error when I'm trying to get some field from person. But in clear Seam framework it works fine! Maybe this helps someone in future... As again problem

[jboss-user] [JBossWS] - Re: jbossws1.0.x is a preview implementation with support fo

2006-11-28 Thread [EMAIL PROTECTED]
read it more carefully: anonymous wrote : | In jbossws-1.0.x we provide a preview implementation for JSR-181 | JSR-181 is an annoatation driven approach that can be used insetad of JSR-109. jbossws-1.0.x is production ready since 1.0 View the original post :

[jboss-user] [JBoss Seam] - Re: si:selectItems Value is not a valid option.

2006-11-28 Thread fonseca
Hi Peter, I understand that the equals in my Entity should be overridden as to prevent the default comparison of instances, but is id equality a requirement somehow? Currently, my equals does a value comparison of all fields in the Entity, save for the id, and I'm still having the same error

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Problems starting JBOSS

2006-11-28 Thread reservator
Hi, i have a problem starting JBOSS server 4.0.4. The start hangs if i put these lines in web.xml file: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd' web-app

[jboss-user] [Installation, Configuration Deployment] - Query Reg session replication

2006-11-28 Thread technocrist
HI, i have cluster with 3 jboss nodes(jboss-4.0.2). when the master node is down and then if i send create new request the secondary node becomes the master it works fine. but my problem is when i try to stop the server at the mid way of processing the processed request is not transferred to

[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-28 Thread ellenzhao
Since there is fileset id=ejb3.lib dir=lib | include name=jboss-seam.jar / | /fileset in the !--- EJB3 --- section in your build.xml, I suppose there would be something like module | javajboss-seam.jar/java | /module in the application.xml. Now the question

[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-28 Thread ellenzhao
Ah sorry i made a mistake. That was EJB3 section but not EAR section. So I guess the jboss-seam.jar may well be already be found at deploy time. I modified the hotel booking example too and the packaging strategy also followed the example (your packaging is a bit different). Everything

[jboss-user] [JCA/JBoss] - Re: no-tx-datassource and required transaction type

2006-11-28 Thread denis.etienne
In my opinion, datasource knows the context of the call (ie Session Bean with Transaction Type=Required) but this datasource is not capable of handling transaction, that's why I expected JBoss to warn us. But I may miss some point. View the original post :

[jboss-user] [JBoss jBPM] - Re: Waiting for external input

2006-11-28 Thread thuat
how my project run? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989267#3989267 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989267 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-11-28 Thread stewchicken
Thanks for you input what do you mean by JBoss5 supports it? It means A) Should I run this client in JBoss5 container? B) or I can run this client against Webservice published in JBoss5 container? If it is A how do i run it? with which command? Rgds View the original post :

[jboss-user] [JBoss jBPM] - Cannot start jbpm

2006-11-28 Thread OBeyerbach
I'm using tomcat and want to deploy the holiday-demo process shown in the Product Demo However, the Deployment does not work. Can someone help me to make it run. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989325#3989325 Reply to the post :

[jboss-user] [JBoss Seam] - Seam + JSF

2006-11-28 Thread lara
Hi there, I have the following code in the JSF page: | h:commandLink type=submit value=Apply | action=#{updatePasswordAction.UpdatePassword} | f:param name=actorId value=#{actorEditor.instance.id}/ | /h:commandLink The above code is working perfectly which means

[jboss-user] [Messaging, JMS JBossMQ] - JBoss in Live Environment

2006-11-28 Thread prashant_p
Hi, Has anyone deployed JBoss on a machine with dual IP? I.e. an external virtual IP for the clients, traffic to this virtual IP will be redirected to the internal IP at firewall level. I tried to follow the link http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall but it

[jboss-user] [JNDI/Naming/Network] - JBoss in Live Environment

2006-11-28 Thread prashant_p
Hi, Has anyone deployed JBoss on a machine with dual IP? I.e. an external virtual IP for the clients, traffic to this virtual IP will be redirected to the internal IP at firewall level. I tried to follow the link http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall but it

[jboss-user] [JBossCache] - Re: TreeCacheMBean and TreeCache references

2006-11-28 Thread JerryGauth
In JBossCache 1.4 and earlier, the cache's mbean has an Instance attribute which provides a reference to the instance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989326#3989326 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Jboss in live environment

2006-11-28 Thread prashant_p
Hi, Has anyone deployed JBoss on a machine with dual IP? I.e. an external virtual IP for the clients, traffic to this virtual IP will be redirected to the internal IP at firewall level. I tried to follow the link http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall but it

[jboss-user] [Installation, Configuration Deployment] - jboss startup web-console.war deployment errors

2006-11-28 Thread y0ur1
Hi I installed JBoss jboss-4.0.5.GA on Fedora Core 6 using jems-installer-1.2.0.CR1 but on start i get the following errors: anonymous wrote : | 14:37:31,393 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ | 14:37:31,986

[jboss-user] [JBoss and NetBeans] - Re: Netbeans 5.5 and JBOSS 4.0.5GA - Can't debug!!

2006-11-28 Thread rmemoria
Forget about it folks... My fault! ... I found out that I also had to use the Run for Debug command. thanks, Ricardo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989317#3989317 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread djr667
Thanks for the quick answer. The server is not under heavy load, we have seen this problem just after startup when no more than 2 or 3 users are active. Admittedly 2 users are using a EJB3-heavy (i.e. lots of bean cross references, fetch joins etc) page simultaenously. We have had problems

[jboss-user] [JBoss and NetBeans] - Netbeans 5.5 and JBOSS 4.0.5GA - Can't debug!!

2006-11-28 Thread rmemoria
Hi all, I'm using netbeans 5.5 and JBOSS 4.0.5GA. My app is an EJB 3.0 app. I insert breakpoints in Statefull beans using netbeans, but they're ignored (I run the app in debug mode). Does anybody know how can I debug my app? I'm fed up with sending messages to the console (to replace

[jboss-user] [JBoss Seam] - Multi Managed Persistence Context Problem

2006-11-28 Thread cavani
My program has three different managed persistence context. In one form, I use two entity from two different context. I'm having IllegalArgumentException exception on Seam code because it tries use contains in persistence context that don't have the right entity mapped.

[jboss-user] [JBossCache] - TreeCacheMBean and TreeCache references

2006-11-28 Thread astrien
I've been through the forums, wiki, and google, so at last I'm forced to post. We're setting up a treecache where nodes are created, each with it's own expiration date. Each of these nodes will be leaf-nodes, so there's no problem with expiring a node that has children that aren't ready to

[jboss-user] [JBossWS] - Re: BUG JBossWS 1.0.4 : WsdlGenerator crashes on void-method

2006-11-28 Thread bashburn
I'm having this same issue with JBossAS 4.0.4.GA, JBossWS 1.0.4, and jboss-xml-bindings.jar 1.0.1.TEST. Does anyone have any information on this. These were deploying on 1.0.3, but the executions were failing because of previous bugs. That is why I need to be on 1.0.4. -BA View the

[jboss-user] [Installation, Configuration Deployment] - UDP pot error

2006-11-28 Thread robz81
I am running jboss 4.0.2 and it is bring up these errors. Does any body have an idea where I should start looking to resolve them. I'm running it on Fedora 6. Cheers --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.cache:service=TomcatClusteringCache State: FAILED

[jboss-user] [JBossCache] - Replication problem and stuck of Jboss-Cache

2006-11-28 Thread JochenWeberFMI
Hello all, we have some strange problems in our standalone application with our JbossCache/JGroups implementation. The application is working fine for a while and then the application get stuck, and each put in the tree-Cache will lead to a ReplicationException (see below). The port that is

[jboss-user] [JBossWS] - Re: jbossws1.0.x is a preview implementation with support fo

2006-11-28 Thread bocio
[EMAIL PROTECTED] wrote : | | jbossws-1.0.x is production ready since 1.0 | | ROTFL :-) So recent posts are just my fantasy outcomes. Thank you indeed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989327#3989327 Reply to the post :

[jboss-user] [EJB 3.0] - Problems using @SessionContext getInvokedBusinessInterface

2006-11-28 Thread yurimorais
I'm trying to use getInvokedBusinessInterface from SessionContext, but it throws IllegalStateException. I'm accessing through WebService interface. I've seen in some forums that Jboss doesn't support this operation yet. Does anyone know a solution??? Yuri View the original post :

[jboss-user] [JBoss Seam] - Seam-Icefaces example...TabSet bug?

2006-11-28 Thread sherkan777
Hi, I've try to use TabbedPane in Seam-IceFaces example, but i'm little confused. Why when I add TabSet, to example it's rendered without graphic? I see only frames but tabs works fine!Is this bug, or is this my problem? I've worked on clear IceFaces project (wihout Seam) on TabSet and they're

[jboss-user] [JBoss jBPM] - Re: Can't deploy hello examble

2006-11-28 Thread [EMAIL PROTECTED]
Hi Hans, Thanks for sharing your solution with the community. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989333#3989333 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989333

[jboss-user] [JBoss Seam] - Migration to Seam 1.1.CR1

2006-11-28 Thread dgallego
Hi, I'm trying to run hibernate under seam 1.1, but I can't (with seam 1.0 yes) Here is my components.xml: | component name=hibernateSessionFactory class=org.jboss.seam.core.HibernateSessionFactory/ | component name=databaseComponent auto-create=true

[jboss-user] [JBoss Seam] - Seam web.xml question

2006-11-28 Thread chris.morrisette
The seam examples ship with a web.xml that references servlet 2.5. I had to downgrade this declaration in order to get JSTL to work. Anybody else had to do this? I am surprised that the Seam examples ship with a servlet 2.5 declaration, when JBoss 4.0.x that uses Tomcat pre 6.0 doesn't

[jboss-user] [JBoss Portal] - Re: Determine portal logged-in user from external servlet

2006-11-28 Thread bdaw
Yes. If you have a portlet and a servlet inside same war file you can store object in PortletSession using APPLICATION_SCOPE and it'll be visible in servlet HttpSession. PortletSession is mostly a wrapper around HttpSession and PORTLET_SCOPE use namespacing mechanism to hide attributes from

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-28 Thread stu2
anonymous wrote : | Fundamentally the problem appears to arise because the EJBs and the web application are loaded by different classloaders. If an EJB returns and ICEfaces-specific type, it may have the same class name, but will be a different class than ICEfaces expects (as running in the

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-11-28 Thread dhartford
so...yeah, problem still not resolved. The problem occurs when entering incorrect credentials, but the client does NOT get any feedback. Needless to say, hard to handle credential requests from the client-side when you have no feedback if the credential was incorrect because the server-side

[jboss-user] [JCA/JBoss] - Re: OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread [EMAIL PROTECTED]
Please follow up on this and let us know if you are still having issues. If so, I need to find the cause. The OracleValidConnectionChecker could stand some reworking as it is. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989342#3989342 Reply to the post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Failed to Laizy load the Collection

2006-11-28 Thread efmcuiti
reubenf wrote : I think the problem is as follows: With lazy loading, objects are not loaded until referenced. Until then, references are to proxy objects. So, since all loads need to be done in the context of a session, if you load a parent object and never reference the child object until

[jboss-user] [Beginners Corner] - Preferred method for JBoss shutdown

2006-11-28 Thread jmillet
Hello all, I'm an entry level developer working on a project that uses JBoss version 3.2.2. I was wondering what is the preferred method of shutting down JBoss under UNIX. I have looked at the shutdown.sh script that comes with the software, but unfourtunately I'm unable to use it. It

[jboss-user] [Installation, Configuration Deployment] - CorbaORB is not registered

2006-11-28 Thread russray
I am working through the deployment of my application using JBoss 4.0.5. I've turned on some logging capability to ensure I have JBoss working correctly. However, in the log files, I see several statements like the below. Should I be concerned at this? | 08:50:46,562 INFO

[jboss-user] [EJB 3.0] - external configuration for service beans

2006-11-28 Thread jahlborn
hi, i love the service bean extension added by jboss. i seem to have one problem with it though: i can't figure out how to configure the beans in any sort of external file. i need to create multiple deployments where some of the bean properties are configured differently. for a true mbean

[jboss-user] [JBoss Seam] - Re: Seam + JSF

2006-11-28 Thread [EMAIL PROTECTED]
Do you actually need anything from the h:form that h:commandButton would require? If not, why not try Seam's s:button? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989349#3989349 Reply to the post :

[jboss-user] [Clustering/JBoss] - Hanging on to RMI threads

2006-11-28 Thread endolf
Hi Tried this on an empty 4.0.2 and a 4.0.5.GA setup, also tried jgroups 2.4.0.GA in the 4.0.5.GA containers. We are tracking down an infrequent OutOfMemoryExceptionon our JBoss app servers (It occurs every few months, we have 2 gig in each machine, so it's a slow leak, but does eventually

[jboss-user] [Installation, Configuration Deployment] - Re: jboss startup web-console.war deployment errors

2006-11-28 Thread [EMAIL PROTECTED]
Yes, this is a bug in the CR1 version of the installer, we are working on it. In the mean time, if you need a clean ejb3-enabled server you can download the source code of the 4.0.5.GA server, build it (run build.bat or build.sh in the build folder) and it will make a working ejb3 server in the

[jboss-user] [JBoss Portal] - Migration of the encoded Password from another DB

2006-11-28 Thread djmacpac
Hi, I have an old Database, with Usernames and Passwords etc.. Now I want to migrate these files to JBoss Portal and his Database (I'm using mysql). But the Problem is, that JBoss encodes the password in a special way...i don't know in which way and so i don't know how to encode my old

[jboss-user] [JBoss Portal] - Re: Migration of the encoded Password from another DB

2006-11-28 Thread bdaw
JBoss Portal uses md5 hash with hex encoding. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989356#3989356 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989356 ___ jboss-user

[jboss-user] [Beginners Corner] - Execute code on deploy?

2006-11-28 Thread sebstr
Hello I have a few TimerTasks and I want them to be scheduled up when my ejb module is deployed. In a web application i would use ServletContextListener, but how can it be done with an ejb module? Regars, Seb View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problems starting JBOSS

2006-11-28 Thread PeterJ
It would appear that your filter is causing the hang, but to verify that you could take at thread dump and look at the resulting stack traces. On taking a thread dump, see http://wiki.jboss.org/wiki/Wiki.jsp?page=StackTrace View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: UDP pot error

2006-11-28 Thread PeterJ
Earlier in the console output there should have been some stack traces. Those are more helpful in solving problems like this than the text you posted. Could you post the stack traces? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989360#3989360 Reply to

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread NiB
Both :-) Default module. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989361#3989361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989361 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM EJB3

2006-11-28 Thread NiB
Ahh I got some trouble: I use the newest package: RC9. After i install it with ant I can't start the jmx-console anymore :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989362#3989362 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-28 Thread EricChile
Thank you for your reply... I will test it out! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989364#3989364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989364 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Preferred method for JBoss shutdown

2006-11-28 Thread PeterJ
A simple CTRL-C in command window which is running JBoss works fine. JBoss intercepts the CTRL-C signal and performs an orderly shutdown. (Note that you could also do a kill -s SIGINT jboss-process-id from another command prompt.) View the original post :

[jboss-user] [JBossWS] - Re: jbossws1.0.x is a preview implementation with support fo

2006-11-28 Thread maeste
Probably you didn't understand what here and in other post was said. Just jsr-181 is a preview. Jbossws is production ready and we use it in our production environment with something like 200 operations in 49 wsdls. And jsr-181 implementation is a good preview, because we are using in a lot of

[jboss-user] [JBoss Seam] - Re: Seam + JSF

2006-11-28 Thread lara
Thanks for replying.. Well this is my JSF page: | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | ui:composition xmlns=http://www.w3.org/1999/xhtml; | xmlns:ui=http://java.sun.com/jsf/facelets; |

[jboss-user] [Beginners Corner] - EJB entity with static final field

2006-11-28 Thread buggsbunny101
Hi, I'm new in EJB, and i'm looking for a way to define constant for entity. I have a Client class. This client can be of various type, and i want to define constant for this definition. Apparently, the use of static filed in EJB is not a good practice. SO my question is : How to define this

[jboss-user] [JBoss Seam] - Re: Exception about Seam taglibrary

2006-11-28 Thread hubaer
Hi, you must put the jboss-seam-ui.jar into the WEB-INF/lib in your war-file. Regards Marco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989369#3989369 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989369

[jboss-user] [JBoss jBPM] - Re: Waiting for external input

2006-11-28 Thread kukeltje
please do not threadjack View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989372#3989372 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989372 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: EJB entity with static final field

2006-11-28 Thread PeterJ
You used the term constant. Do you mean something like this: public static final String FOO = something; public static final int BAR = 123; If so, feel free to use these in EJBs, as static finals (constants) of the basic data types and strings are perfectly acceptable. View the original post

[jboss-user] [JBoss Seam] - Re: Handling remoting exceptions

2006-11-28 Thread andrew.rw.robinson
I ended up creating a special return class that can hold a value as well as return an exception to the client caller, but I would be nice to be able to have this automatically wrapped. I tried a custom annotation and interceptor on my @WebRemote method that would catch exceptions and change the

[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-28 Thread EricChile
If you have a remote client, how do you specifiy which server to connet to? Ie if I am running jboss and OC4J, how does it know to lookup jboss beans and not OC4J? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989374#3989374 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problems starting JBOSS

2006-11-28 Thread reservator
OK, i've done it and the problem was the filter. Thank you very much!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989379#3989379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989379

[jboss-user] [JBoss jBPM] - Re: Cannot start jbpm

2006-11-28 Thread kukeltje
not without more info View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989375#3989375 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989375 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Monitoring BPEL processes

2006-11-28 Thread [EMAIL PROTECTED]
Starting from jBPM BPEL 1.1.Beta2, you can deploy the jBPM web console (jbpm.war) and use it to monitor BPEL processes as well. The process instance monitoring page is broken, but this should be fixed in a forthcoming jBPM 3.1.x release. To build the jBPM web console, run target build.webapp

  1   2   3   >