[jboss-user] [Installation, Configuration & Deployment] - Re: ejb3.deployer?

2006-10-03 Thread djr667
You need to choose the 'EJB' configuration when installing, not 'all'. Doing so creates a 'ejb3.deployer' directory under deploy. Dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975675#3975675 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossCache] - Re: UNICAST - min_threshold, window_size

2006-10-03 Thread [EMAIL PROTECTED]
yes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975676#3975676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975676 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: examples/security

2006-10-03 Thread sbryzak2
The security example only implements model security, not page security so while you can directly access protected.seam you will not be able to execute the protected action. That being said, I'll shortly be reworking the security API to make it much more complete than the state it's in right now

[jboss-user] [JBoss Seam] - Re: examples/security

2006-10-03 Thread Ci
Yes, model security works fine. Are there any options for page security now? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975678#3975678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975678

[jboss-user] [Installation, Configuration & Deployment] - Version number in JAR, SAR and EAR names

2006-10-03 Thread djr667
Is there a reason why version numbers are not included in all JAR, SAR, EAR. ?AR filenames. For example you have the following: antlr-2.7.6.jar bsh-1.3.0.jar ehcache-1.1.jar quartz-all-1.5.2.jar but all other JARs have no version number. What about SARs etc. Why not: jbossweb-tomcat-5.5.17.sar

[jboss-user] [EJB 3.0] - Re: PermGen leak when passing detached entities over remote

2006-10-03 Thread stnor
I can try to get a testcase on this. I spent an hour tring last week but had no success. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975680#3975680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975680 _

[jboss-user] [EJB 3.0] - Re: SLSB with @Local and @Remote gets Remote Proxy in @EJB i

2006-10-03 Thread stnor
Anyone care to comment on this please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975681#3975681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975681 ___ jboss-user maili

[jboss-user] [EJB 3.0] - Re: SLSB with @Local and @Remote gets Remote Proxy in @EJB i

2006-10-03 Thread stnor
Anyone care to comment on this please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975682#3975682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975682 ___ jboss-user maili

[jboss-user] [EJB 3.0] - Re: can a entity be related to a superclass of a joined-inhe

2006-10-03 Thread goldfrog
i have try the codes on jboss 4.0.4 GA and jboss-EJB-3.0_RC8-FD. it runs well the result is run: [java] Sox [java] Junior [java] Test [java] Test2 is this a bug or any solution available View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397568

[jboss-user] [EJB 3.0] - Re: interceptor metadata issue

2006-10-03 Thread tterm
The interceptors (org.jboss.aop.advice.Interceptor) are requested during an ejb3 method call. The client side interceptor code is the following: public class ExampleClientInterceptor implements Interceptor, Serializable { |private static Logger logger = Logger.getLogger(ExampleClientI

[jboss-user] [JBoss Seam] - How to catch sql exception on transaction commit

2006-10-03 Thread umarzubair
I am using Hibernate Seam managed Persistence Layer. How can I catch sql exception thrown on transaction commit. My application behaves normally even on sql exception on transaction commit. I want to show some message etc on exceptions. Thanks, Umar View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Shared JAR files ?

2006-10-03 Thread balamg
Can multiple EAR/WAR files share the follwing JAR files by placing them in server/deploy/lib instead of packaging them in each application ? jboss-seam.jar jboss-seam-ui.jar el-api.jar el-ri.jar jsf-facelets.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[jboss-user] [JBoss Seam] - Re: mixing ejb-jar and annotations

2006-10-03 Thread balamg
Could not get it to work yet. Any success anyone else? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975687#3975687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975687 ___

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging server cannot connect to Remote Messagin

2006-10-03 Thread tpaterson
"[EMAIL PROTECTED]" wrote : This is related on how callbacks work at Messaging 1.0. | We are working in a multiplex protocol what will be available in future releases. | | Take a look at this documentation, and let me know if you still have a question: | | http://labs.jboss.com/file

[jboss-user] [JBoss Portal] - Problems deploying IPC example on JBoss 2.4.0-GA

2006-10-03 Thread franco12
hello I try to deploy the IPC example on my JBoss 2.4.0-GA server but I get some errors here is a part of my server.log 2006-10-03 10:08:13,084 ERROR [STDERR] java.lang.IllegalArgumentException | 2006-10-03 10:08:13,084 ERROR [STDERR] at org.jboss.portlet.JBossRenderResponse.createRenderUR

[jboss-user] [EJB/JBoss] - migration from JBoss4.0.4 to Websphere5.1

2006-10-03 Thread albertogiantin
Hi all, i've developed my J2ee application with JBoss server but now i have to make it run on websphere application server in production. Anyone knows the way to migrate my application. I have some problems with descriptors Thanks View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: webapp development

2006-10-03 Thread frassi
OK. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975693#3975693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975693 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Getting Started Documentation] - query regarding Drools

2006-10-03 Thread ashish261080
Hi, Could you please tell me if database or XML file can be used to define the rules and rulesets instead of specifying the rules in an Excel file. If yes then it would be really helpful if you could also give a small example of each. Thanks, Ashish Abrol View the original post : http://www.j

[jboss-user] [JBoss jBPM] - Regarding tasknode

2006-10-03 Thread jagadeeshrao
Hi, How to find out a tasknode in a process instance ? and how can we navigate to that tasknode. Please guide me. Thanks in advance. Jaga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975692#3975692 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Problem with conversation stack(nested Pageflows blocker)

2006-10-03 Thread denis-karpov
public class Pageflow implements Serializable { | ... |public static Pageflow instance() |{ | ... | return (Pageflow) Component.getInstance(Pageflow.class, ScopeType.CONVERSATION, true); |} | ... | public class Component { | ... |public static Object getI

[jboss-user] [JBoss jBPM] - [b][color=red]How to undeploy a process? [/color][/b]

2006-10-03 Thread Mohab
Hi i had depolyed a process using eclipse,but i cant find a way to undepoly that process, i want to know how to undepoly a process View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975695#3975695 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss jBPM] - Re: [b][color=red]How to undeploy a process? [/color][/b]

2006-10-03 Thread kukeltje
search the forum, has bean asked before and please do not make the headers red and bold View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975697#3975697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975697 __

[jboss-user] [Beginners Corner] - Re: Axis.war can't deploy in a .ear

2006-10-03 Thread peb_jboss
nobody an idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975696#3975696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975696 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss jBPM] - how finish a task?

2006-10-03 Thread antitrust1982
Hello, I created a processdefinition: | ""+ | ""+ | ""+ | ""+ | | ""+ | ""+ | ""+ |

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging server cannot connect to Remote Messagin

2006-10-03 Thread tpaterson
Please ignore the previous post. We have discovered that the client is opening a listening socket; it was probably that we had a firewall/configuration issue, and we can now successfully send messages between client and server. It looks like multiplexing would greatly simplify the network setup

[jboss-user] [Clustering/JBoss] - how to restrict number of connection or request to JBOSS SER

2006-10-03 Thread pallam
Hi How to redirect connections after 40 connected to JBOSS to another JBOSS if any one connects to First JBOSS.Please if any one can solve my problem. And if any one want more specific i will explain as your wish Bye Gopi Krishna View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: Regarding tasknode

2006-10-03 Thread kukeltje
look at the docs and the testcases/examples. Lots of info there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975701#3975701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975701 __

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-03 Thread superfis
Hi Gavin, I didn't notice it earlier because there was time to bad :) but tag doesn't support view data binding correctly yet. I took a look into newest HtmlLink.java and there exists data binding implementation but without influence encodeUrl content. Is it possible to relocate mentioned

[jboss-user] [Management, JMX/JBoss] - SNMP support

2006-10-03 Thread ssundell
Hello, I'm developing an application using JBoss, and one of the requirements for this application is SNMP monitoring support. The JBoss SNMP adaptor supports reading properties using SNMP etc as well as sending SNMP traps. However, I'd like to know a bit more about the support. Specifically,

[jboss-user] [EJB 3.0] - Stateless Session Beans Calculator

2006-10-03 Thread Ericia
I am new to EJB and I am doing a tutorial about stateless session beans for calculator. In the code, there are the following codes in the client file: import org.jboss.tutorial.stateless.bean.Calculator; import org.jboss.tutorial.stateless.bean.CalculatorRemote; Are these libraries? Where ca

[jboss-user] [Beginners Corner] - Re: Version Problem - Jboss 3.2.5 and jboss 4.0.2

2006-10-03 Thread dineshg
I passed the remote home interface, TestHome here. Here is the code RemoteHome Code | package TestBean1; | | import javax.ejb.*; | import java.rmi.*; | | public interface TestHome extends EJBHome | { | public TestBean1.Test create() throws RemoteException,CreateException;

[jboss-user] [JBoss Seam] - Seam on Tomcat without ejb3

2006-10-03 Thread fguerzoni
Is it possibile to not include jboss-ejb3-all.jar in the WAR deployed to Tomcat? If I don't include it, during Tomcat startup, I get an error because Seam is searching for javax/ejb/stateful. I noted that in hibernate example (only javabeans) this jar is included too. I would prefer to not include

[jboss-user] [Clustering/JBoss] - Re: New to JBoss Clustering? Please read before you post.

2006-10-03 Thread bashbish
None of the links work on the Jboss Clustering site. http://www.jboss.org/wiki/Wiki.jsp?page=JBossHA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975712#3975712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39757

[jboss-user] [EJB/JBoss] - Re: PermGen memory leak

2006-10-03 Thread icecuber
"stnor" wrote : We are experiencing severe problems with perm gen leaks in the server with detaching entities (with relations). | | Tested on Jboss 4.0.4 with EJB3 RC9 and different JVMs up to latest 1.6.0. | | There is a lot of classloading going on from javassist it seems that fills p

[jboss-user] [JBoss jBPM] - Using my own identity database

2006-10-03 Thread bagrehc
Hi all, I have the following situation: I have my own user, groups and roles table structure that a I use to my authentication module of my system, and i want to use it as the identity database of jbpm. I read that it is possible, but i didn't find how. Well, if anyone knows how i can do that

[jboss-user] [JBoss jBPM] - Help:type of nodes returned by root.getNode() is unnarrowed

2006-10-03 Thread gmournos
I have created a custom node type and I need to cast to it during the workflow execution. However, when I cast the result of calling token.getNode() to my custom type, I get a ClassCastException, although the token is at my custom node at the time. My code is complicated so I created a simple t

[jboss-user] [JBoss jBPM] - Transacted JMS from an Action

2006-10-03 Thread andyredhead
Hi, I have an action on a transition, in that action I post a message onto a JMS queue (using a jms session created with transact=true). jBPM is being called from an EJB3 stateless session bean with the default "REQUIRED" transaction setting. The behaviour I was hoping to see was that if the e

[jboss-user] [EJB/JBoss] - Howto log EJB transaction boundaries?

2006-10-03 Thread askesis
Is it possible to log EJB tansaction boundaries together with all the JDBC that is part of the pransaction? TIA Joost View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975718#3975718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss jBPM] - Re: Specifying jbpm config xml file

2006-10-03 Thread michaelholtzman
Done: http://jira.jboss.com/jira/browse/JBPM-761 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975719#3975719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975719 ___ jboss-

[jboss-user] [JBoss jBPM] - Re: task priority not persisted, small BUG.

2006-10-03 Thread gmournos
Ha Ha, The search I did was in the JBPM forum, but I specified the affected versions field. I have actually put all the flavors of jbpm3.1, cos I am using jbpm3.1. The result is 36 TOTALLY irrelevant issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[jboss-user] [JBossWS] - StackOverflow while running wstools for Amazon WSDL

2006-10-03 Thread [EMAIL PROTECTED]
Hi, I'm trying to generate the java sources for the Amazon Webservice defined at http://webservices.amazon.com/AWSECommerceService/DE/AWSECommerceService.wsdl I'm getting a StackOverflow-Exception while running wstools from the command line. I'm using latest jbossws-1.0.3-GA-release. This is a

[jboss-user] [JBoss jBPM] - Re: how finish a task?

2006-10-03 Thread antitrust1982
when I "end" the task the task disapear of my list of unfinished task. The problem with that is if I do a : task.end(); we arrived in the end task and so I cna execute my process, because the other tasks are finished too. Somebody can help me to finish a task to pass to the next one, without fin

[jboss-user] [Security & JAAS/JBoss] - Re: Rich Client Authorisation and JAAS

2006-10-03 Thread pdrummond
Thank you very much for replying - I was beginning to loose hope. I will look into what you suggest - thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975738#3975738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBossWS] - Re: StackOverflow while running wstools for Amazon WSDL

2006-10-03 Thread omatzura
Hi! I've had the same issue and filed a bugreport in JIRA: http://jira.jboss.org/jira/browse/JBWS-1259 no reply yet though.. /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975739#3975739 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Eclipse IDE (users)] - How to use Hashtable in Rules

2006-10-03 Thread vivonpereira
I have an object containing Hashtable. I want to take the value from the hashtable and use it for the LHS side of the rule. How do I do that? Object: Test Hashtable in Test: inputHT (the hashtable contains the key as 'age' and value as '21'. Like: inputHT.put(age, new Integer(21)) ) The rule d

[jboss-user] [EJB 3.0] - Re: Where to place annotations?

2006-10-03 Thread rhino247365
Is there any functional difference between putting the annotations in one place vs another? Yes, Eclipse will usually pick up on the error. Don't know about fields themselves, but getters and setters depends on whether or not you need to set TransactionAttributes. View the original post : ht

[jboss-user] [JBoss Portal] - Spring Poratls

2006-10-03 Thread HemanthKota
Hi, I am new to the Spring Portlets. Can some body help me to understand the concepts and flow for the SpringPortlet application. If somebody reply to this mail it will be a great help for me. I am planning to use JBoss portal 2.2 server. Thanks in advance. Truly, Hemanth. View the origi

[jboss-user] [JBossWS] - SOAP Forwarding Service: Best Approach

2006-10-03 Thread acxsjones
I need the ability to forward some SOAP requests to one set of servers and others to another set of servers. I am look for the best approach to do this. Any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975744#3975744 Reply to the post : http

[jboss-user] [JCA/JBoss] - Re: jbossjca-service.xml and DataSources

2006-10-03 Thread [EMAIL PROTECTED]
Nothing in jbossjca-service.xml is really relevant. Those JMX MBeans manage the WorkManager, XslDeployer and the CacheConnectionManager. These should rarely, if ever, need to be changed from their defaults. For *-ds.xml level configuration please see the Wiki: http://wiki.jboss.org/wiki/Wiki.j

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging server cannot connect to Remote Messagin

2006-10-03 Thread [EMAIL PROTECTED]
anonymous wrote : is this ready for use/testing? No, Not yet... We have it in our roadmap. We will get it done soon. Thanks, Clebert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975746#3975746 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Installation, Configuration & Deployment] - Sar Mapping

2006-10-03 Thread AndrewBoyd
Hi All, Is there a mapping anywhere that maps services with sars? It is easy for me to remove the jms dir in my deploy directory if I'm not doing any jms but what about corba? I get the following at startup: 09:38:05,765 INFO [orb] ORB run | 09:38:05,921 INFO [CorbaNamingService] Naming:

[jboss-user] [Installation, Configuration & Deployment] - Re: Sar Mapping

2006-10-03 Thread jiwils
Remove deploy\iiop-service.xml and you should be good to go. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975748#3975748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975748 __

[jboss-user] [Clustering/JBoss] - Re: how to restrict number of connection or request to JBOSS

2006-10-03 Thread [EMAIL PROTECTED]
What kind of connection? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975749#3975749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975749 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss jBPM] - Re: Transacted JMS from an Action

2006-10-03 Thread andyredhead
Doh, being stupid - should have been looking up java:/JmsXA Works fine now. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975751#3975751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975751 ___

[jboss-user] [EJB 3.0] - where to find document explaining all annotations for ebj3

2006-10-03 Thread [EMAIL PROTECTED]
Hi, I'm trying to use eclipse 3.3 to create ejb 3, but couldn't find out documents explaining how to use the annotation for ejb 3. Can any one point it out? -- Thanks John Toronto View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975750#3975750 Reply to the p

[jboss-user] [Clustering/JBoss] - Re: New to JBoss Clustering? Please read before you post.

2006-10-03 Thread [EMAIL PROTECTED]
It seems to be working now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975752#3975752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975752 ___ jboss-user mailing list jbo

[jboss-user] [EJB 3.0] - Re: Data not getting refreshed, how to disable cache?

2006-10-03 Thread sjmenden
I even disabled second level cache to no avail? I am still getting stale data. Mysql command line is still reporting something different than what I am seeing in my view. | | | org.hibernate.ejb.HibernatePersistence | java:/testDatasource | | | | |

[jboss-user] [JCA/JBoss] - Re: jbossjca-service.xml and DataSources

2006-10-03 Thread [EMAIL PROTECTED]
Thanks Weston. You confirmed my suspicion that there wasn't anything of interest configuration-wise outside of -ds.xml or the full blown -service.xml Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975755#3975755 Reply to the post : http://www.jboss.c

[jboss-user] [EJB 3.0] - Re: PermGen leak when passing detached entities over remote

2006-10-03 Thread pmpm
I also have observed this leak, take a look at this topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=84255 As far as I observed, the leak is caused by the following sequence of operations: - querying server for entities and obtaining them via rmi to the remote java client - constu

[jboss-user] [Management, JMX/JBoss] - How to send a notification from one web app to another?

2006-10-03 Thread anniexie
I have deployed two web applications as wars to JBoss and both can modify a configuration file. I want them to notify each other when one modified the config. How do I achieve this using JMX? I'm using Jboss4.03sp1 and jdk1.4.2 View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Cannot see Management and CMS portlet

2006-10-03 Thread portalgeek
Hi, I am using JBoss AS 4.0.4 +JBossPortal 2.2 bundle. I did install correctly. but i have following issues 1. Cannot see Managment tab and Management Portlet 2. Cannot see CMS tabCMS admin protlet. 3. When i click on user portlet, it takes me to login screen, but when i try to login as ad

[jboss-user] [JBossWS] - EJB Endpoint with WSS

2006-10-03 Thread lamaral
Hi all, I would like to have a sample or wiki page on how to enable WSS on EJB Endpoints Services. I follow the steps on the WSSercurityExample (http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecurityEncryptExample) but it's apear to work only on the WS RPC Servlets. Any help is welcome. Thanks,

[jboss-user] [JBoss jBPM] - Re: Storage of process variables outside jbpm?

2006-10-03 Thread meeru777
Hi "the_dude", I have written a tutorial on integrating jbpm + springmodules + appfuse here, using 2 datasources. If you have any questions please let me know. http://raibledesigns.com/wiki/IntegratingJBPMIntoAppFuse.html Ameer View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Re: Cannot see Management and CMS portlet

2006-10-03 Thread [EMAIL PROTECTED]
You should see them if you could connect as the admin user. Check that it exists in the database. It should have been pushed to your database during the first startup. If you don't see it in the database you can try to drop and recreate your database. To drop it, simply delete the folder server

[jboss-user] [Installation, Configuration & Deployment] - Re: ejb3.deployer?

2006-10-03 Thread lightbulb432
Then what is the difference between "all" and "ejb3" and the other configurations?shouldn't "all" include everything else as well? I'd like to know if I select "all", what else am I missing out on under that configuration? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [EJB 3.0] - Re: Where to place annotations?

2006-10-03 Thread lightbulb432
Perhaps I should clarify. I mean annotations such as Column that intuitively could appear in either place. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975764#3975764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=397

[jboss-user] [JBoss Messaging] - jboss-messaging performance testing

2006-10-03 Thread tpaterson
We are trying to run the performance testsuite for jboss-messaging, and are running into compile-time errors. We have installed JBoss-4.0.4.GA with jboss-messaging-1.0.1.CR5, and are trying to follow the instructions at http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/d

[jboss-user] [Installation, Configuration & Deployment] - JBoss COnfigrasyon Web-Console

2006-10-03 Thread void22
Hello; I cant open the http://localhost:8080/web-console/ URL. What is the problem?What is the suggest? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975766#3975766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=397576

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml must either obey the right xml schema or def

2006-10-03 Thread petemuir
Did you install JBoss using the JEMS installer as specfied in the getting started guide? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975767#3975767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975767 _

[jboss-user] [Security & JAAS/JBoss] - Re: EJB3 @SecurityDomain and @RunAs or @RunAsPrincipal not w

2006-10-03 Thread galo.navarro
Put ne in the list, has anybody solved this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975768#3975768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975768 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml must either obey the right xml schema or def

2006-10-03 Thread anusanj
I installed using jems installer, i chose the option all instead of ejb3 profile, does that make a difference? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975769#3975769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Installation, Configuration & Deployment] - /client vs /lib

2006-10-03 Thread lightbulb432
What is the difference between the JBOSS_HOME/client and JBOSS_HOME/lib directories? Do they both contain JARs and nothing else? I read the definitions, but I'm not sure what exactly the /client files should be. Does this mean application clients that access EJBs and other things within the ser

[jboss-user] [EJB 3.0] - Automatic Destroy State in Stateful Session Bean

2006-10-03 Thread grdzeli_kaci
hi all, i'm using ejb3 for server side component model and jsf for client side user interfase. on server i want catch the event when client close connection (for example close internet browser) i know @Remove and @Predestroy annotations but they is not usefull for me. i want that when clien di

[jboss-user] [Installation, Configuration & Deployment] - Deploying a JAR with props file in it

2006-10-03 Thread JEFFASTOREY
Hi everyone, I have a bunch of EJB stateful and stateless beans I would like to deploy on a JBoss server. These beans have methods in them that read from a props file (using the getResource method to find the props file). To avoid hard-coding the path of this props file, I want to include it

[jboss-user] [Clustering/JBoss] - What defines

2006-10-03 Thread beck4353
I am on a corporate network where I get a different set of IP address depending on if I connect via wired or wireless. With wire: 144.250.133.30 Without: 10.194.19.143 I can ping both computers from each other. I am able to start 2 instances of JBoss 4.0.4 on my 144... address and have them cl

[jboss-user] [Messaging, JMS & JBossMQ] - JBossMQ (JBoss 4.0.4) with PostgreSQL 8.1: XAConnectionFacto

2006-10-03 Thread askesis
i am trying to get JBossMQ working with PostgreSQL 8.1. I have followed the instuction I found and got most things working. I am having just 1 exception that I had not when using hsqldb (see below). Is there anyone who is using this combination (Jboss 4.9.4 jBossMQ in PostgreSQL 8.1) who can he

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Window > Preferences -> JBoss-IDE > Deployer. Not prese

2006-10-03 Thread fatbatman
anyone? Are there any release notes for IDE2 beta1 that might explain this? I couldn't find any. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975776#3975776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975776 ___

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml must either obey the right xml schema or def

2006-10-03 Thread anusanj
Looks like it makes a difference, I instaaled jems again with ejb3 profile. The seam booking example works fine. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975777#3975777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Clustering/JBoss] - Re: What defines

2006-10-03 Thread [EMAIL PROTECTED]
You mentioned editing the jndi.properties file on the 10... address. If you are talking about the conf/jndi.properties file, please remove your changes; they will break all sorts of things and are almost certainly the cause of your NameAlreadyBoundException. Your problem is likely that your ne

[jboss-user] [JBoss Portal] - How to Remove/Disable a Maximize button for a Portlet?

2006-10-03 Thread sd_76
Hi, Can Please anyone let me know as to what's the way to remove a Maximize button from a portlet window. Say I have some portlets displayed in a portal page with default window states and out of them in case of one particular portlet i just want to disable the Maximize button for th

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml must either obey the right xml schema or def

2006-10-03 Thread [EMAIL PROTECTED]
You must use "ejb3". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975780#3975780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975780 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: How to catch sql exception on transaction commit

2006-10-03 Thread [EMAIL PROTECTED]
Unfortunately, exception handling is a big hole in JSF. The best approach is probably to use a servlet filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975781#3975781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: Shared JAR files ?

2006-10-03 Thread [EMAIL PROTECTED]
Should be ok. Try it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975782#3975782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975782 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: mixing ejb-jar and annotations

2006-10-03 Thread [EMAIL PROTECTED]
Ask in the EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975783#3975783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975783 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Re: Problem with conversation stack(nested Pageflows blocker

2006-10-03 Thread [EMAIL PROTECTED]
Yes, this is an issue I am aware of, and almost asks for a new pseudo-scope "NESTED_CONVERSATION". I have a JIRA issue for the problems with pageflow, but I should generalize the issue to one of a missing "scope". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Portal] - Re: Spring Poratls

2006-10-03 Thread [EMAIL PROTECTED]
http://opensource.atlassian.com/confluence/spring/display/JSR168/Home View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975786#3975786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975786 _

[jboss-user] [JBoss Portal] - Re: Problems deploying IPC example on JBoss 2.4.0-GA

2006-10-03 Thread [EMAIL PROTECTED]
Are you using the 2.4 sample from the docs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975787#3975787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975787 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: User Input Req for 2.6 Usability and UI enhancements

2006-10-03 Thread [EMAIL PROTECTED]
Its something to consider. I'll see if its possible, given the time-frame. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975784#3975784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975784

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-03 Thread [EMAIL PROTECTED]
huh? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975788#3975788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975788 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Re: CMS and Oracle

2006-10-03 Thread [EMAIL PROTECTED]
The only outstanding issue with Oracle is that large file uploads seem to not make it in to the repository, cos of the bonehead oracle drivers. That being said, what we have is a web conent manager. If you're looking for a full-featured data management system, look at Alfresco. View the origina

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Window > Preferences -> JBoss-IDE > Deployer. Not prese

2006-10-03 Thread [EMAIL PROTECTED]
right-clicking the .war file and selecting 'run on server' should deploy the war file. Not deploying when right-clicking the project seems to be a bug upstream of jboss ide (in webtools) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975790#3975790 Reply

[jboss-user] [JBoss Portal] - Re: URL linking one cms html page to another cmls html page

2006-10-03 Thread [EMAIL PROTECTED]
When you upload a file, you specify a locale. Make sure its english for you... Im guessing. Can you check the log and paste any erros you see, here. Typically when something is not found, there is *something* in the log to that effect. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Seam on Tomcat without ejb3

2006-10-03 Thread [EMAIL PROTECTED]
There is a smaller jar that just contains the EJB3 standard annotations and interfaces. Its small. You could include that instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975792#3975792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Problem with conversation stack(nested Pageflows blocker

2006-10-03 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-381 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975793#3975793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975793 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Parameterized portlet initialization

2006-10-03 Thread [EMAIL PROTECTED]
Look at how portal urls are created, and then tell them to do the same formatting. Sample: http://domain.com/auth/index.html?ctrl:cmd=render&ctrl:windowstate=maximized&ctrl:window=default.Home.UserPortletWindow¶m=blah&foo=bar Its hackish, but it'll work. View the original post : http://www.jbo

[jboss-user] [JBoss Portal] - Re: Cannot see Management and CMS portlet

2006-10-03 Thread portalgeek
Thanks for the reply. I deleted the protal folder in data directory and idid the start-up again (by running run.bat). but no help. I am using mysql databases. Tables are created, but all the tables are empty.( i.e jbp_users, jbp_roles, jbp_cms_cmsentry). I checked the log and found nothing sus

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss COnfigrasyon Web-Console

2006-10-03 Thread [EMAIL PROTECTED]
did you use zip distribution or installer? if you used installer, which profile did you select? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975796#3975796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975796 __

[jboss-user] [Installation, Configuration & Deployment] - Installation Configuration

2006-10-03 Thread TheAndruu
Hello, I'm trying to write a script to automatically install JBoss and I'm have a few questions about the installation. I've tried running the automatic install with the only variables I knew of, installGroup and installpath, like so: java -jar jboss-4.0.4.GA-Patch1-installer.jar -installGrou

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-03 Thread pbrewer_uk
Hi Todd, I'm just starting to look at integrating Seam and ajax4jsf. It would be great if you could email me a working example of the two working together (or better still add a wiki entry). My email address is peter (at) iblocks.co.uk. Thanks in advance for saving alot of head scratching, Che

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Would I use mod_jk to do this...?

2006-10-03 Thread rcjboss
Hi, In the war file that you want to be default, add a file in "WEB-INF" folder as "jboss-web.xml" with the following: / JBoss should pick your app as the default and will show the default page of your war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

  1   2   3   >