[jboss-user] [JBoss Seam] - Re: Inside Working Memory

2006-09-12 Thread sbryzak2
From what I understand, fireAllRules() itself doesn't really do much. Most of the actual rule evaluation work occurs while you're asserting objects into the working memory. Here's a snippet from the JBoss Rules documentation: anonymous wrote : | Assertion is the act of telling the working

[jboss-user] [Installation, Configuration Deployment] - Re: Difference btn jboss-4.0.4.GA-Patch1-installer.jar and j

2006-09-12 Thread manglu
Hi, I am trying to install jboss-4.0.4.GA-Patch1-installer.jar on a Fedora box. Looks like Xwindows is required to apply the patch. Can i apply this in a headless mode or a command line mode without relying on GUI? Thanks, Manglu View the original post :

[jboss-user] [JBoss jBPM] - Re: What does on BPM build content impact?

2006-09-12 Thread [EMAIL PROTECTED]
anonymous wrote : It seems there are a lot of bugs in open software. Or may this is trick to force client to buy a support? please think twice before make such stupid insults. we try hard to produce the best possible software. we know that our software isn't always polished as it should.

[jboss-user] [Installation, Configuration Deployment] - Re: Difference btn jboss-4.0.4.GA-Patch1-installer.jar and j

2006-09-12 Thread visolvejboss
Hello, Think, it is not possible to install. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970901#3970901 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970901 ___

[jboss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-09-12 Thread jeanwehbe
Hello All. I tried to assign a task to 2 users. I used: String[] actors = {ernie, TonyRog}; assignable.setPooledActors(actors); Nothing is work. Please i need an example applied about this issue. What is the type of the assignment. Please I want also to know what is the difference between :

[jboss-user] [JBoss Seam] - Re: seam + ajax4jsf + facelets

2006-09-12 Thread tobad
Hi We have this combination working. As we are using the fastfilter you need to donwload and have nekohtml.jar and xerces in your classpath Here are our config files web.xml | ?xml version=1.0 encoding=UTF-8? | web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee;

[jboss-user] [JBoss Portal] - Re: What happened to all my portlet windows?

2006-09-12 Thread [EMAIL PROTECTED]
If you can afford it, drop and recreate the database. This is the only time someone report something like this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970908#3970908 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate: failed if the models package in different JAR

2006-09-12 Thread ericmacau
Hello, I create some models in Hibernate (with Annotation and EntityManager). If I packed them into one JAR, everything is fine. If faield if I packed them into two JARs. For example, model1.User mode1.jar model2.Phone model2.jar class Phone { private String no; private User user;

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configuring custom naming service port in Eclipse IDE

2006-09-12 Thread j_ri
Hi, I have the same problem. In JBossIDE 1.5 there was a tab pane in the server configuration named Shutdown where I put the program argument: --server=localhost:11099 -S That Shutdown register is missing in JBossIDE 2.0Beta1. It would be very nice to get it again;-) Cheers Jochen View the

[jboss-user] [JBossWS] - Re: ejb3.0 implementation production ready?

2006-09-12 Thread maeste
Yes, just finished the porting from jboss-net to jbossws annotated ejbs3 (something like 40 wsdl, and about 200 different operations). And yes, of course, you can continue to acces your ejbs as ejbs :) bye Stefano maestri http://javalinux.it/blogs/ View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configuring custom naming service port in Eclipse IDE

2006-09-12 Thread [EMAIL PROTECTED]
put it in our jira so Rob will see it everyday ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970913#3970913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970913 ___

[jboss-user] [EJB 3.0] - Re: persistence.xml: tag jar-file

2006-09-12 Thread mzeijen
There is a bug in the jboss ejb3 implementation. The path to the jar file gets resolved wrong. You can use a workaround by specifing every entity class using the tag. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970914#3970914 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-Eventing and subscription expiration time

2006-09-12 Thread maeste
Hi, I'm a collegue of Alessio(palin). We took a look to the code and it seam pretty easy to patch to have configurable timeout for ws-eventing. Before go on, we would like to know some other opinions and/or the motivation of the 10 minutes choice. Are there any other people implementing

[jboss-user] [EJB 3.0] - Re: Entity Cache Question

2006-09-12 Thread mrohad
ok , thanks.. I rethought about that and i've 2 more question.. 1) I've 2 entities Event and EventText for each Event there are many EventText EventText is an entity that I am only inserting(never update/delete) but it hold one Event and Event is an entity that can be changed once in few weeks

[jboss-user] [JBoss Seam] - Maintain object associations during edit

2006-09-12 Thread kannan
Hello : What is the best way to maintain object associations in Seam applications ? Let me give a scenario. I have a User entity bean and a UserDetail entity bean with one to many relationship. (There can be multiple entries in UserDetail table for one User ). My view has input

[jboss-user] [JBoss jBPM] - Assign task to many users.

2006-09-12 Thread jeanwehbe
Hello All. I tried to assign a task to 2 users. I used: String[] actors = {ernie, TonyRog}; assignable.setPooledActors(actors); Nothing is work. Please i need an example applied about this issue. What is the type of the assignment. Please I want also to know what is the difference between

[jboss-user] [JBoss jBPM] - Re: Disabling DBLoggingService

2006-09-12 Thread jbaton
A way is to replace the DBLoggingFactory by some own 'do nothing' implementation. 1/ Create a service public class NothingLoggingService implements LoggingService { | public static Logger LOG = Logger.getLogger(NothingLoggingService.class); | | public void log(ProcessLog

[jboss-user] [JBoss Seam] - Re: Drop Down Menu Using Seam and Facelets

2006-09-12 Thread denis-karpov
http://wiki.jboss.org/wiki/Wiki.jsp?page=SelectItems Just added. This one is interesting that it is direct usage without custom annotations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970921#3970921 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Getting Conversation Id in javascript. Is there a better

2006-09-12 Thread fhh
Im not an expert when it comes to seams remoting fuctionality but I think this: | script type=text/javascript | Seam.Remoting.getContext().setConversationId(#{conversation.id}); | /script | has the disadvantage of doing an extra round trip to the server which is quite unnecessary.

[jboss-user] [JBoss Seam] - Re: Remoting with Apache ? a problem

2006-09-12 Thread fhh
I am not 100% sure what you mean by transfering the /seam/remoting/resource/ to jboss but I think the solution you are looking for lies in the mod_rewrite module. Regards fhh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970925#3970925 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Task assignment via pooled actor

2006-09-12 Thread appendix
Here's a follow-up to my previous post I've started the debugger to look into PooledTaskInstanceList.getPooledTaskInstanceList() to see why the task is never assigned if the actorId is used instead of a group of the actor. |public ListTaskInstance getPooledTaskInstanceList() |{

[jboss-user] [EJB/JBoss] - EJB 1.1 for JBoss 4.0.4

2006-09-12 Thread alicia_hue
My application has been developed for ages and now we are considering migrating it from Weblogic to JBoss. It's in EJB 1.1 and it's all BMP. Can I know if JBoss 4.0.4 can support it without migrating to EJB 2.1? Thanks. View the original post :

[jboss-user] [EJB 3.0] - Re: Missing comprehension in EJB3 and JBoss in Elcipse

2006-09-12 Thread hispeedsurfer
Hello, her is my solution tot he problem above, solved with JBoss Seam and Facelets 1.) First I follow the discription http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeamGettingStartedGuide and installed JBoss IDE and SEAM as described. 2.) Now the steps in Eclipse for an new ?Enterprise

[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)

2006-09-12 Thread jits_1998
heyi, As Far As I Know (AFAIK) jBPM does not do any kind of checks while signaling a token on whether the person who has been assined is signalling. The way this is controlled in the sample web-app is by showing only my tasks to me on login so that i can signal or act on only my tasks. In

[jboss-user] [JBossCache] - Re: JBossCache 2.0.0 and JMX: Design ideas

2006-09-12 Thread [EMAIL PROTECTED]
Any more thoughts on this? Are we happy to provide: 1) A ServiceName attribute which binds a CacheMBean interface which allows retrieval of configuration and statistics, as well as lifecycle operations, and setters on some configs that may be changed at runtime and 2) A JndiName attribute

[jboss-user] [JBossWS] - JSR-109 service endpoint and EJB3

2006-09-12 Thread be324854
I know that an EJB3 Stateless sessions beans that doubles as a web service endpoints should be annotated according to the JSR-181 standard. But since JBossWS 1.x does not support related standards like JAX-B 2.0 (e.g. namespace of the elements) and JAX-WS 2.0 (e.g the Exception structure).

[jboss-user] [JBossCache] - Remote cache loaders: TCP, RMI and RPC

2006-09-12 Thread [EMAIL PROTECTED]
Hi all. I'd like to query what the usage on the above is like. Are these cache loaders things people use frequently? Is there a need to maintain all 3, given that they all pretty much do the same thing and choosing one over the other is just a matter of preference? Basically, what does

[jboss-user] [Beginners Corner] - How can i debug my application using gdb?

2006-09-12 Thread pedrosacosta
Hi, i've my ear installed in the deploy directory sigo-base, and i want to debug the application using gdb. I launch the AS with the following command: debug.bat -c sigo-base -Dhttp.proxyHost=proxy.xxx.pt -Dhttp.proxyPort=3128 log_sigo.txt I've tried launch gdb with the command: gdb target

[jboss-user] [Beginners Corner] - Re: How can i debug my application using gdb?

2006-09-12 Thread pedrosacosta
Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970945#3970945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970945 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: How to Add Controller's variable in event's action?

2006-09-12 Thread Jinguo.Yin
Thanks your reply.But which Event's Action execution this statement? I can set variable using TaskControllerHandler.but when TaskControllerHandler executing(initializeTaskVariables), the actorId is NOT set; View the original post :

[jboss-user] [JBoss jBPM] - Re: Error in compositeLog

2006-09-12 Thread jbaton
See http://www.jboss.com/index.html?module=bbop=viewtopict=90365 if you want to disable DBLogging. HIH JBaton View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970949#3970949 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)

2006-09-12 Thread antitrust1982
for print my tasks which are assign to my user I must know the tasks that will be execute just after the task where I am. How can I do this? I have tried to find with the token using GetActiveToken(), but they aren't yet active because I have execute it. Must I use the swimlaneinstance?,

[jboss-user] [JBoss Eclipse IDE (users)] - Cannot start JBoss4 Server from IDE2

2006-09-12 Thread humanlikerobot
I can start JBossServer from command prompt. C:\jboss4\bin run.bat server start. I can see http://localhost:8080/ But!! I can't start JBossServer from IDE JBoss Server View. Right click on the server icon, and choose start menu. It begin to start and I can see logging in Console View. After

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hbm.xml

2006-09-12 Thread ericmacau
Hello, As I am a beginner in Hibernate and I usually used Annotated classes. I am now going to tried hbm.xml. Could you please to tell me how I can convert the following annotated classes into hbm.xml ? | package mo.putoweb.model.account; | | import java.io.Serializable; | import

[jboss-user] [Installation, Configuration Deployment] - Mdb + ssl

2006-09-12 Thread rpersson
Hi, I'm having a problem enabling SSL with certificates from an Ejb. Basically what I have is an Ejb3.0 Mdb consuming messages from an queue and then it uses org.apache.commons.HTTPClient to send a message to a server, the problem is that I have to use mutual authentication but don't know how.

[jboss-user] [JBoss jBPM] - Re: How to Add Controller's variable in event's action?

2006-09-12 Thread jits_1998
Ah oh! An overlook on my part. We cannot add controller to the event driven tasks. Controller is only allowed in task-nodes. Try on saving in the context instance from the executionContext, you can use some kind of naming convention like ,username-node-name-variable name to keep track of the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate: failed if the models package in different JAR

2006-09-12 Thread ericmacau
I found that it only not worked in Annotated classes. If I used hbm.xml, it works. And I have to add some mapping into the hibernate.cfg.xml: But I tried to add the Annotated in the hibernate.cfg.xml, it didn't worked. What can I do if I really want to use Annotated classes and require to

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB multiple queues

2006-09-12 Thread jpersson
Thanks! Now my MDB is partly annotated and partly XML-descriptor driven. Works fine. When my MDB runs in two instances is there a concurrency issue when passing incoming messages to the 'next' queue (two mdb instances sending/routing to a single queue) ? THIS IS SOURCE MDB: package

[jboss-user] [JBoss jBPM] - Re: saving own objects with Hibernate in jbpm

2006-09-12 Thread jbaton
Hi jits_1998, As an example, my principal custom object has, amongst its fields, a long that is an id of a jbpm process instance. This custom object is saved in DB by Hibernate through a regular session while the jbpm process instance is saved using a jbpmcontext. The hib. session is obtained

[jboss-user] [JBoss Portal] - about applet

2006-09-12 Thread yxyang
Hello I tested on a few new computers(1 year old) today, it seems that JVM runtime was preinstalled when shipment. Is this true? How is the status of the JVM available/preinstallation for PCs? I assume that the reason people don't use applet is becasue of the unavailable of the JVM. If

[jboss-user] [Beginners Corner] - Re: Big problem!How to reload a web module without restart t

2006-09-12 Thread shivanisawhney
Hi Everyone, I can't deploy my application as an ear file and is running in exploded format. Now is there a way that i can use hot reload option through JMX console. If yes then please tell me how. Thanks in advance. Shivani View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: XStream XML JMS Message

2006-09-12 Thread jpersson
We will build a message type of our own for carrying payload to/from proprietary formats (yet another proprietary layer :-) to be sure payload always shows up in both ends as expected when using XML marshall/unmarshal strategy with XStream. (Did'nt CORBA do marshalling out of the box 10 years

[jboss-user] [Security JAAS/JBoss] - Re: Strange think!

2006-09-12 Thread fhh
| UsersRolesLoginModule] Failed to load users/passwords/role files | java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found | I had the same problem. It means that the specidied security context was not found and that it is trying to use the

[jboss-user] [Management, JMX/JBoss] - Re: Scheduler, InitialStartDate, different date formats

2006-09-12 Thread kresho
The mbean has an undocumented attribute: DateFormat: attribute name=DateFormat-MM-dd HH:mm:ss/attribute | attribute name=InitialStartDate2006-09-01 21:00:00/attribute (This is for 4.0.3SP1, don't know how far back it goes). View the original post :

[jboss-user] [Clustering/JBoss] - Jgroups jboss cache deadlock

2006-09-12 Thread lmouton
We are running jgroups 2.3 and jboss cache 1.2.4.SP2 on Red Hat Linux Enterprise Application Server 4r3. Our jgroups is setup with UDP and tree cache is in replicated synch mode. Sometimes when we access the cache, on both put and get, it does not respond. At the same time that the cache stop

[jboss-user] [The Lizzard's corner] - Are Open Source Software Tools Better than Commercial?

2006-09-12 Thread martinig
More and more developers are using development tools produced by the open source community like MySQL, Eclipse, PHP or JBoss. A recent poll asked to compare the quality of open source and commercial software development tools. And the winner is... not obvious ;o) Open source versus commercial

[jboss-user] [JBoss jBPM] - Re: Help getting a condition to work

2006-09-12 Thread earniedyke
Thanks for the help. You are correct the variable in the controller was not valid. This is what I have now that works: ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=test2 |start-state name=BeginLogin | transition

[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)

2006-09-12 Thread antitrust1982
I will explain you. when I put end-tasks='true' in my process definition when I do a getTaskMgmtInstance().getUnfinishedTasks(token); I haven't any task that I can execute. And when I do a token.getName() it Null. But when I delete the end-tasks='true' I have all the tasks taht I have already

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Associations between entity beans under different datasource

2006-09-12 Thread gemig
Hi! I want to partition my application so that the majority of the entity beans are mapped against tables in one (physical) datasource/database, and a few entity beans against another datasource/database. However, I seems to get into trouble when one bean in one 'partition' is associated with

[jboss-user] [JBoss Portal] - Re: Using UserModule in EJB

2006-09-12 Thread [EMAIL PROTECTED]
you should tag your bean methods with the transactionnal attribute REQUIRED View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970983#3970983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970983

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread vmnokso1
Hello My system behaves in a similar way, but in my case the status of the serves seems to be permanently Starting. Propably this depends on the settings we have used in Window = Preferences = JBoss Eclipse IDE = JBoss Servers. The time of the Start timeout seems not to depend on the settings

[jboss-user] [JBoss jBPM] - Re: Installing JBPM without using starter kit

2006-09-12 Thread cpob
You've got to give more detail than I get into trouble What errors are you seeing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970990#3970990 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970990

[jboss-user] [Messaging, JMS JBossMQ] - JBossMQ using Derby instead of Hypersonic

2006-09-12 Thread jpersson
Hi, I am trying to remove Hypersonic as the backbone for the JBossMQ and replace it with Derby. Reading the Changing the database used by JBossMQ document found at (http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB), with no luck. When setting up Derby there is one file missing for the

[jboss-user] [JBoss Seam] - security question

2006-09-12 Thread mrohad
i've a page for user profile editing my User has a currentMoneyAmount property. in my JSF I show User.currentMoneyAmount as output text this is a edit screen , I am outjecting the properties to some SB and do em.merge(editedUser) can hacker or anyone else who knows seam make my page outject

[jboss-user] [Beginners Corner] - Binding multiple instances of jboss on seperate IP and setti

2006-09-12 Thread jbarrancos
Hello, We're running multiple instances of JBOSS on one server. The applications call theirselfs by using localhost. The problem is when you bind an application to a specific IP addres (wich must be, because of the multiple instances), they can't find theirselfs. It pretty logical that the

[jboss-user] [JBoss jBPM] - Re: Installing JBPM without using starter kit

2006-09-12 Thread exhilarator
It says connection could not be made with a bunch of exception trace. It says build.jbpm: [get] Getting: http://localhost:8080/jmx-console/HtmlAdaptor?action=invoke OpByNamename=jboss.system:service%3DMainDeployermethodName=redeployargType=ja

[jboss-user] [JNDI/Naming/Network] - Remote/local JNDI Names

2006-09-12 Thread jpersson
Hi, Bundling 3rd party product Apache ServiceMix ESB within JBoss. There are good tools for setting up/deploying stuff into JBoss. When ServiceMix wants resources from JBoss (JMS factories och queues) it uses JNDI global names and : notation. Should'nt local JNDI names be used when executing

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

2006-09-12 Thread the_dude
Hi, Until now I have stored all process variables by using the mechanisms that are built in jBPM. I fetch my objects using hql statements that check some process variable values. No prob here. This was fine until my customer expressed his wish that a separation between jbpm specific data and

[jboss-user] [Security JAAS/JBoss] - Re: Domino LDAP

2006-09-12 Thread rsoika
hi, we solved the configuration problems with the following configuration (inside the login-config.xml !-- LDAP login configuration for Domino -- | application-policy name=imixsIX | authentication | login-module code=org.jboss.security.auth.spi.LdapLoginModule

[jboss-user] [JBoss jBPM] - Re: saving own objects with Hibernate in jbpm

2006-09-12 Thread jits_1998
Is your problem similar to this? http://www.jboss.com/index.html?module=bbop=viewtopicp=3971000#3971000 I think it is. Lets wait for a solution from someone on this. I am also just a couple of weeks old jBPM user. cheers! View the original post :

[jboss-user] [JBoss jBPM] - Re: Installing JBPM without using starter kit

2006-09-12 Thread jits_1998
Is your jboss running when you try to deploy the app? It should be. cheers! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971003#3971003 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971003

[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)

2006-09-12 Thread antitrust1982
hello, when I wrote this : | System.out.println(test pour voir tasks); | Collection tasks= (Collection) swimlane.getTasks(); | Iterator ittasks= tasks.iterator(); | while(ittasks.hasNext()){ | TaskInstance

[jboss-user] [Security JAAS/JBoss] - Username/Password Encryption in jboss

2006-09-12 Thread manogaranyuvaraj
Hey All, Normally we are using the username password available in the users.properties file. My question is how we encrypt the username password, so that we can use the secure username password. If anybody have any idea, Please Let me know. Thanks View the original post :

[jboss-user] [Installation, Configuration Deployment] - Installing JBoss 4.0.4GA with full J2EE support plus EJB3

2006-09-12 Thread tulsirai
Hello All, According to the documentation, one of the way I can install jboss 4.0.4GA that support is choose all profile in installation process. I want to install the configuration that is full J2EE 1.4 support plus EJB3, so I did chose the all profile but when deploying EJB 3.0, it throws

[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)

2006-09-12 Thread jits_1998
We must go back and have a look at how the sample web app that comes with jbpm is handling it. Have a look at it, I will also refresh it. cheers! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971006#3971006 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)

2006-09-12 Thread jits_1998
Use this: | jbpmContext.getTaskMgmtSession().taskMgmtSession.findTaskInstances(ernie); | Let me know if this works. swimlane.getTasks should be used to find tasks defined for the swimlane in the process definition. It will not give the pending tasks in various process instances..which

[jboss-user] [EJB 3.0] - entity question

2006-09-12 Thread Cybernd
Hi, Is it possible to use Interfaces for OneToOne relations? For example (Pseudocode): | Entity A implements MarkerInterface {} | Entity B implements MarkerInterface {} | Entity C { | MarkerInterface something; | } | I know that its possible to use Inheritance, but im unable to

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configuring custom naming service port in Eclipse IDE

2006-09-12 Thread [EMAIL PROTECTED]
This has been added in cvs about a week or two ago. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971010#3971010 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971010 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configuring custom naming service port in Eclipse IDE

2006-09-12 Thread [EMAIL PROTECTED]
To clarify: In the currently released version, it still by default just used -S for its shutdown arguments, and you had no ability to change that. It did not use the JNDI port. In the CVS version, you can change the shutdown arguments entirely to your choosing. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configuring custom naming service port in Eclipse IDE

2006-09-12 Thread heapifyman
Okay, thanks for the answer. I was just confused because the JIRA entry said fix version 2.0.0.Beta1 and I couldn't find the setting anywhere. Sorry, no offence ;) Greetings, Philip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971012#3971012 Reply to the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread [EMAIL PROTECTED]
In the released beta there should be a preference page (window - preferences - jboss ide - jboss servers) in which you can select your server and set both its timeout duration and its action upon timeout. JBoss IDE polls the jboss server using twiddle, a JMX-based executable that comes with

[jboss-user] [JBoss Seam] - Re: f:facet Facet Tag can only have one child UIComponent

2006-09-12 Thread petemuir
It means exactly that, a facet tag can only have one child. If you want to have multiple children you need to enclose them in e.g. h:panelGroup. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971015#3971015 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Mapping the User Name to the full DN in the LDAP Entry?

2006-09-12 Thread rsoika
hi, I have still problems to understand org.jboss.security.auth.spi.LdapLoginModule It seems I have configured the login-config.xml well. So users can authenticat against my LDAP. But once authentication succeeds CallerPricipal (inside my EJB Context) is the actual user name, the user entered

[jboss-user] [Installation, Configuration Deployment] - Re: Installing JBoss 4.0.4GA with full J2EE support plus EJB

2006-09-12 Thread [EMAIL PROTECTED]
all profile doesn't currently include EJB3. We are planning to fix this in the next installer release: http://jira.jboss.com/jira/browse/JBINSTALL-44 For now you will have to install all profile, and then install EJB3 manually. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread vmnokso1
Thanks for Your answer, Rob. In my case the listing on the console ends with 17:02:34,875 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 47s:141ms but the status of the Server in the Jboss Server View remains Starting. After 450

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Jmx-Cosole on Solaris/Windows

2006-09-12 Thread manogaranyuvaraj
I had a problem with the jmx-console on windows-XP in the case of jboss-3.2.3. When i try to access in the Solaris it works fine. This is only in the Jboss 3.2.3 version not all other. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971021#3971021

[jboss-user] [JBoss Seam] - Timers with EL expressions

2006-09-12 Thread dgallego
Hi, I want to execute an action inside a timer. No problem, the action executes. But I want to be able to insert the values of EL expressions in the process definition file, just like when using DroolsActionHandler. | /* #{messageId} is resolved from outside a timer. */ | timer

[jboss-user] [Installation, Configuration Deployment] - How to Add Dependency on JMS Service

2006-09-12 Thread ofunkhouser
I have a har file that is dependent on the JMS service. Within my META-INF/hibernate-service.xml file, what do I need to add to ensure that the JMS service is started before the har? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971023#3971023 Reply to the

[jboss-user] [Installation, Configuration Deployment] - java.lang.LinkageError: loader constraints violated when lin

2006-09-12 Thread master_yoda
We have 2 wars A and B. Both contain same commmon.jar in thier lib dir. When we run the application separately it works fine. But first invoking the first app, and then invoking the second app give us the following error. java.lang.LinkageError: loader constraints violated when linking We

[jboss-user] [JBoss Seam] - Re: Questions on Seam's PAGE scope

2006-09-12 Thread petemuir
I think that the PAGE scope means the context lives until the NEXT render response phase. So as long that occurs it will be cleaned up then. What happens otherwise I don't know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971025#3971025 Reply to the post

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread [EMAIL PROTECTED]
Hi: I'm not concerned with what is in the console window. That details how the server itself is starting, and is not an issue here. The issue here is the IDE terminating the process when it shouldn't. What I'm looking for is information from the JBoss Servers View when you expand the Event

[jboss-user] [JBoss Portal] - Re: Using UserModule in EJB

2006-09-12 Thread angelo.dangelo
thank you very much! Angelo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971028#3971028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971028 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: mySQL: NoClassDefFound forName(Native method)

2006-09-12 Thread g4dpz
The getLocalGraphicsEnvironment() call is important as it tries to work out what the display device was that started the application. We found that it was OK if you used say ssh to a remote machine to start run.sh On an X11 workstation we had to add -Djava.awt.headless=true to the JAVA_CONFIG

[jboss-user] [EJB 3.0] - Using SSL at the persistence layer

2006-09-12 Thread c_eric_ray
How do I set up my jta-data-source to use SSL. I can't find any documentation that shows what property must be set to make this work. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971071#3971071 Reply to the post :

[jboss-user] [JBossCache] - Re: Exceptio in startService with PojoCache

2006-09-12 Thread yudivian
I'm using the TreeCache for a different purpose than I'm using the PojoCache . When I use the TreeCache all works fine, and when I use the PojoCache in only one PC it works fine. The problem is when I try to use the PojoCache in more than one PC. View the original post :

[jboss-user] [JBossCache] - Re: [TreeCacheMarshaller140] Unknown Magic Number 49

2006-09-12 Thread [EMAIL PROTECTED]
This may just be a problem with jboss-serialization.jar and nothing to do with JBoss Cache at all. Clebert's investigating the potential problem with jboss-serialization. http://jira.jboss.com/jira/browse/JBSER-89 FYI, JBoss Cache 1.4.0.GA and 1.4.0.SP1 both ship with

[jboss-user] [JBoss Seam] - Re: Questions on Seam's PAGE scope

2006-09-12 Thread gus888
Hi Petemuir, Can I use the PAGE Scope SFSB in multiple same requests? e.g. DataModel category, DataModelSelection subcategory, deep looping. At this situation, the PAGE Scope SFSB is similar to Conversation Scope SFSB, is it correct? Thank you in advance. View the original post :

[jboss-user] [JBoss Portal] - Re: MyFaces 1.1.2 Portal 2.4

2006-09-12 Thread alain_fr
well, what you tell me solve my error but i have another one. 2006-09-12 18:47:18,828 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/helloworldportlet]] Exception sending context initialized event to listener instance of class

[jboss-user] [JBoss Portal] - Re: how to hide a portlet/pages that user doesn't have view

2006-09-12 Thread tmz_ca
Thanks for reply... mightbe I didn't address my problem correctly. I had specified access right for my page, and I got access denied message when page was invoked by a user who doesn't have access right. My problem is that how to hide the page from user view, since there is no need for the

[jboss-user] [Performance Tuning] - Jar Isolation Not Working

2006-09-12 Thread wcydaip
All, I've been up and down this road many times, but, I've finally come to the conclusion that the Jar Isolation mechanism posted in the documents does not work. Here's why: I've flipped the flag UseJbossWebLoader found in

[jboss-user] [JBossWS] - Re: How to generate mapping.xml webservices.xml from WSDL?

2006-09-12 Thread ewade
Ok. This is exactly the information I need. I too wish to generate java stubs from a wsdl with wstools. I appreciate the sample configuration file. I am generating stubs, but I wonder what is in the mapping file? View the original post :

[jboss-user] [Performance Tuning] - Re: Jar Isolation Not Working

2006-09-12 Thread master_yoda
I am facing the same problem. Is this thing working on Weblogic?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971097#3971097 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971097

[jboss-user] [JBossWS] - Re: ejb3.0 implementation production ready?

2006-09-12 Thread sursha
Cool. Thank you!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971099#3971099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971099 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Weird error after Jboss sits idle

2006-09-12 Thread smithbstl
I get a weird error after JBoss sits idle for a period of time. 2006-09-12 12:36:40,984 ERROR [STDERR] Exception in thread AWT-EventQueue-0 | 2006-09-12 12:36:40,984 ERROR [STDERR] java.lang.NullPointerException | 2006-09-12 12:36:40,984 ERROR [STDERR] at

[jboss-user] [JBoss Portal] - Re: MyFaces 1.1.2 Portal 2.4

2006-09-12 Thread alain_fr
maybe it can help my web.xml ?xml version=1.0? | !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 | | context-param | param-namejavax.faces.CONFIG_FILES/param-name |

[jboss-user] [JBoss Portal] - PortalNode.getRoot() seems to always throw UnsupportedOperat

2006-09-12 Thread rsnell
Is this broken or does anyone have an example? I would assume I can call it from any node type. --- My environment: JBoss Portal 2.2.1 SP3, downloaded JBoss AS 4.0.4 Oracle 10g Windows XP SP2 jdk 1.5.0_07 View the original post :

[jboss-user] [JBoss Seam] - conversational bean not always redirecting to ifNotBegunOutc

2006-09-12 Thread knaas
This is probably my misunderstanding of the phases and conversations, but here it goes We have a seam app with a lot of @Conversational beans. Many of these beans support wizards. If a user is on the nth page of one of the wizards, and the server was just bounced, I would expect the

[jboss-user] [JBoss Portal] - Dynamic default page

2006-09-12 Thread halversp
I'd like to change the default page a user sees when she logs in based on certain user attributes (roles, prefs, business location). Ideally, I'd like to have something linked to a specific (protected) target page which intercepts the request, inspects the user context, and redirects (if

[jboss-user] [JBossWS] - Re: Handling anyType

2006-09-12 Thread centecbertl
Hi, unfortunately I ran into the very same problem when using any of my web-services providing methods consuming complexType ... arguments with nillable elements of any type. My Environment: JBoss 4.0.4.GA (EJB3-RC8 patch and update to JBossWS 1.0.3 applied/) which takes any web-mehtod

[jboss-user] [JBoss Seam] - Re: i18n entity validation message?

2006-09-12 Thread mosabua
From my experience you have to have all validation properties in messages* and ValidatorMessages* properties. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971110#3971110 Reply to the post :

  1   2   >