[jboss-user] [Security & JAAS/JBoss] - Re: JBoss/WinXP/SPNEGO, Kerberos MIT/unix, JGSS question?

2009-03-13 Thread heizenberg
You've had no luck here I suppose? I'm trying to investigate a similar thing... is there a way to implement security in JbossWS to work against a MS Active Directory Kerberos implementation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218000#4218000 Reply

[jboss-user] [Remoting] - Re: org.jboss.remoting.marshal.InvalidMarshallingResource: C

2009-03-13 Thread ron.si...@jboss.com
Thanks to a comment by "roirex" on JBREM-1072, I think the problem should be solved. See JBREM-1109 " Eliminate race in MicroRemoteClientInvoker.getDataType()", where I attached a copy of jboss-remoting.jar with the fix. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[jboss-user] [JBoss Tools (users)] - Re: Archive tool destination

2009-03-13 Thread max.ander...@jboss.com
Please report in jira with sample projects/.packages files so we can make sure we reproduce the same as you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217978#4217978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Tools (users)] - Re: Archive tool destination

2009-03-13 Thread jackxxwu
case 2: 1. build archive in exploded form, publish to server. start server, everything works well. 2. delete the war directory under server deploy 3. go to archive view and publish in this case, the exploded war in the project is still there. eclipse should only copy its content into the jboss

[jboss-user] [JBoss Tools (users)] - Re: Archive tool destination

2009-03-13 Thread jackxxwu
there are couple of issues when i use project as archive destination and publish to jboss server. looks like the synchronization is not working well. case 1: 1. build archive in exploded form, publish to server. start server, everything works well. 2. changed a html file, and a javascript file i

[jboss-user] [Security & JAAS/JBoss] - Re: basic authentication against unix password file?

2009-03-13 Thread ellis2323
JPAM http://jpam.sourceforge.net/ can be used to do pam authentication (shadow, nis, LDAP ...). I haven't used it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217975#4217975 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[jboss-user] [Security & JAAS/JBoss] - Re: Error 401 in jboss Negotiation war for the secured test

2009-03-13 Thread ellis2323
Solved. It was a mistake in my kerberos configuration. The encoding algorithms defined in krb5.conf on the kerberos server must be present in the krb5.conf on the client. Otherwise, Jboss (or Glashfish) used aes256 as default encoding. Ellis View the original post : http://www.jboss.org/inde

[jboss-user] [JBoss jBPM] - Get process definition

2009-03-13 Thread armita
In order to get a process instance, I need to call getProcessInstance(ProcessDefinition,key) on jbpm context. I could not find out how can I get the processDefinition. I have my process definition already deployed to the database and I need to read it from the database. View the original post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Setup Jboss in myeclipse

2009-03-13 Thread jochen.reinhardt
Hi dkim, Just took a short look at it, but all the exceptions have the following root cause: anonymous wrote : Caused by: java.lang.NoClassDefFoundError: javax/annotation/Resource Well, I'm far away from being a JBoss Expert - but something with your classpath seems to be wrong. If I am not

[jboss-user] [JCA/JBoss] - Re: Rar deployment inside ear fails with deployment exceptio

2009-03-13 Thread ewinston
Ok, sorry for the delay in posting this reply. This issue turned out to be a configuration error in the ra.xml. I had the wrong value in the messagelistener-type value. Once that was fixed everything deployed fine. I was even able to include the data source in the ear and have everything de

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2009-03-13 Thread andy.mil...@jboss.com
"alesj" wrote : I suggest mavenizing your project. ;-) | | That's the easiest, since MC is distributed over 7+ sub-projects, | each sub-project has multiple modules. | | Perhaps check my MC demos project on how | to easily setup maven for MC binaries usage. Will do. Thanks. View th

[jboss-user] [Remoting] - Socket Timeout?

2009-03-13 Thread klester
Is there a property that can be set for JBoss remoting that will set a socket response timeout in a way similar to the "sun.rmi.transport.tcp.responseTimeout"property for Sun's rmi implementation? Basically we would like to time out a socket connection if it takes too long to complete. We are

[jboss-user] [News & Announcements] - JBossAS 5.1.0.Beta1 released

2009-03-13 Thread rrajesh
JBoss AS 5.1.0.Beta1 has been released and is available for download. http://www.jboss.org/jbossas/downloads/ JBoss 5.1.0.Beta1 Release Notes This is the first beta release of the JBoss 5.1 series for the Java EE™5 codebase that fully complies with the Java EE 5 conformance testing certific

[jboss-user] [JBoss Portal] - jboss 2.6.4-GA wsrp producer not sending correct update

2009-03-13 Thread kharma
i am running the 2.6.4 bundle for both the wsrp producer and consumer. the portlet is a simple hello world portlet (copy of the 2.7.1 example portlet) set to remotable, but built with portletbridge 1.0.0.B2. (I had the same issue for a 2.6.4 producer and 2.7.1 consumer and the 1.0.0.B5 portlet

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2009-03-13 Thread alesj
I suggest mavenizing your project. ;-) That's the easiest, since MC is distributed over 7+ sub-projects, each sub-project has multiple modules. Perhaps check my MC demos project on how to easily setup maven for MC binaries usage. View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [JBossWS] - Re: Problem with inheritance - JbossWS

2009-03-13 Thread pablinkus
Is it real the anybody had to deal with inheritance with service and found a solution? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217952#4217952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217952 _

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2009-03-13 Thread andy.mil...@jboss.com
"alesj" wrote : We reached 2.0.0.GA, meaning all our sub-projects are GA. | Woohooo! Where are the binary downloads? I would like to do some playing around with some ideas I have, but all I need is the binaries. I don't need to build it from source. Right now, there are only download links

[jboss-user] [Remoting] - Re: Messaging blocked by long time-out

2009-03-13 Thread thammoud
We are experiencing the exact same problem on Linux. This is very easy to reproduce. Have two clients running against a server and pull the network cable from one of the clients simulating a kernel death. A few seconds later, the server puts out: anonymous wrote : 13:07:15,064 WARN [SimpleConn

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error deploying flex application server in JBoss 5.0.1 G

2009-03-13 Thread PeterJ
Look into defining a loader repository - this will provide for class scoping and let you use different versions of jar files than what JBossAS provides. To read all about it, you can start from here and follow the links: http://www.jboss.org/community/docs/DOC-9289 Or if you just want to the qui

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error deploying flex application server in JBoss 5.0.1 G

2009-03-13 Thread jtemplet
PeterJ: Thank you! I found the culprit, it was a Third Party jar that we are using that had the xerces lib in it. Since my company paid quite a bit of money for this jar and cannot be excluded, is there another way we can get around this problem? Can I override JBoss' SAX parser? View the ori

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-13 Thread jguser
Peter, thanks for the reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217937#4217937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217937 ___ jboss-user mailing list j

[jboss-user] [Beginners Corner] - Re: MaxBackupIndex limit in JBoss-eap-4.3

2009-03-13 Thread PeterJ
I tried your settings (well, I set MaxFileSize to a smaller number so that I could force new log files), and got the expected results - server.log.1 and so on. There should not be a limit to MaxBackupIndex. Try setting the log4j.debug system property (add "-Dlog4j.debug" to JAVA_OPTS in run.bat

[jboss-user] [JBoss Messaging] - Distributed Topics

2009-03-13 Thread seriousFun
Hi all, I have a small problem with distributed queues. I am using JBoss AS 5.0.1.GA. What I want is to send the message to all the topics with the same JNDI Names on the cluster nodes. I have set the clustered property of the topics to true but doesn't help. Is there a way to do it? My code:

[jboss-user] [JBoss jBPM] - Re: jBPM and Rules integration error

2009-03-13 Thread kukeltje
cool... that's a stacktrace. You seldomly encounter one in the wild all by itself. They normally are accompanied by some text, relatex code where things go wrong and sometimes even a unittest. But always they show up in combination with a jBPM version, and other environmental. View the original

[jboss-user] [Beginners Corner] - Re: How to use shutdown script with servername

2009-03-13 Thread PeterJ
Are you sure you want to use the --serverName option and not the --server option? For the --server option, you use the hostname and optionally the URL. For --serverName you need to know the object name of the MBean that contains the shutdown() method. By default, this is jboss.system:type=Server

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-13 Thread ataylor
Ive added a jms invm example in trunk called InVMExample. This should help you out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217930#4217930 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217930 __

[jboss-user] [EJB 3.0] - Re: NewBie @OneToOne question

2009-03-13 Thread delarue
"Wolfgang Knauf" wrote : Hi, | | I think that the "name" attribute of the "@JoinColumn" denotes the column name in your "User" table. The "referencedColumn" should be the name of the primary key column in your child table. | Ok, I understand better. I found my id and columns back ... Wi

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.7.0 and JBossRenderRequest

2009-03-13 Thread wesleyhales
A little late on the reply here, but you don't need the filter. Just use something like this for 168 bridge: | public String getRemoteWhatever() { |Object responseObject = FacesContext.getCurrentInstance().getExternalContext().getRequest(); |if (responseObject instanceof RenderRequ

[jboss-user] [JBoss Portal] - Re: SSO CAS and Synchronizing -->

2009-03-13 Thread vantek
Well i wrote my own SynchronizingLoginModule based on an old version of this class (found on the anonym svn, for jboss portal 2.6) This old version returns an empty string when the password is asked, and the one present in portal 2.7.1 return a null string. Now i don't have any bug, and the

[jboss-user] [EJB 3.0] - Re: TIMER SERVICE EJB 3.0 - Need Help

2009-03-13 Thread pramkum
I am using Jboss 4.2.1 Does by using following before startTimer() will call the startTimer() method . My application needs to get trigger after every 5 minute. l /** | * An example business method | * | * @ejb.interface-method view-type = "both" | * | *

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread Fuchs
Excuse me, you right apemberton. I didnt saw, that the session-config is only for cluster environments. I also use the JAAS principal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217917#4217917 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss jBPM] - Re: jBPM and Rules integration error

2009-03-13 Thread zjsy1979
23:28:19,531 ERROR [FieldInstantiator:73] couldn't parse set field 'id' to value '10213' java.lang.NullPointerException at org.jbpm.instantiation.FieldInstantiator.setPropertyValue(FieldInstan tiator.java:70) at org.jbpm.instantiation.FieldInstantiator.instantiate(FieldInstantiato

[jboss-user] [JBoss Portal] - Re: Using Portal 2.7.1 + 4.2.3 AS Bundle on Windows XP - n

2009-03-13 Thread PeterJ
The other option for WSRP support is to download the JDK6 variant of JBoss AS 4.2.3 and then download and install the Portal binary (not the AS + Portal bundle). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217911#4217911 Reply to the post : http://www.jb

[jboss-user] [JBoss Portal] - Re: Downloading a File from within a Portlet.

2009-03-13 Thread jjoji1
Hi yacoobkb, I am stuck at the same stage. Did you solve this problem? if so, Can you please share what you did ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217906#4217906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [Security & JAAS/JBoss] - Re: Calling protected ejb method from anoter

2009-03-13 Thread Wolfgang Knauf
Nobody is perfect ;-). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217905#4217905 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217905 ___ jboss-user mailing list jboss-us

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Urgent: Problems of running web service war on JBoss

2009-03-13 Thread PeterJ
Look for the jbossws*.jar files in common/lib. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217903#4217903 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217903 ___ jboss-us

[jboss-user] [JBoss Messaging] - Re: How to configure JBoss Messaging Service (am using JBoss

2009-03-13 Thread PeterJ
The book JBoss in Action, http://www.manning.com/jamae, has a chapter on JBoss Messaging. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217901#4217901 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217901

[jboss-user] [EJB 3.0] - Re: NewBie @OneToOne question

2009-03-13 Thread Wolfgang Knauf
Hi, I think that the "name" attribute of the "@JoinColumn" denotes the column name in your "User" table. The "referencedColumn" should be the name of the primary key column in your child table. So, to achieve your sql snippet, your relationship should be: @OneToOne |@JoinColumn(name="myc

[jboss-user] [EJB 3.0] - Re: cannot simultaneously fetch multiple bags WTH!

2009-03-13 Thread Tchello
I solved this problem today, right now. Just adding @IndexColumn in all Entitys i could find (including by editing another developers entitys). But now i'm getting another problem when i added a new WebService: Error creating callback handler for bean erpagronegociows.ws.VendaWS Well, it was

[jboss-user] [JBoss Portal] - Re: JDK 6 jvisualvm - how to use on Portal 2.7.1 (AS 4.2.3)

2009-03-13 Thread PeterJ
It works for me. I am using JDK 5u17 to run JBoss AS (which have Portal 2.7.1 deployed), and using the VisualVM from JDK 6u12. Also, I am running VisualVM on the same machine as JBoss AS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217898#4217898 Reply to

[jboss-user] [JBoss Portal] - Re: Remove portlet Maximize button.

2009-03-13 Thread apemberton
I don't think you'd want to set overflow, you'd want to set either visibility, display, or use positioning to push the element off the screen: display:none; | visibility:hidden; | position:absolute;left:-em; This solution would still render the links in the markup, but use CSS to hide o

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Reading files from another archive

2009-03-13 Thread PeterJ
For one of our applications what we did was created a subdirectory under the server/xxx/conf directory and placed various configuration and customization files there. Then to look them up, we used the jboss.server.config.url system property to locate the conf directory. For example, to access s

[jboss-user] [EJB 3.0] - Re: cannot simultaneously fetch multiple bags WTH!

2009-03-13 Thread Wolfgang Knauf
Hi, could you post the code snippets of the relationship? Why can't you change to Sets? Do you need the order of items? Maybe it would help to convert the relationship to sets and add some "converter" methods to your entities, which convert the set to a list and vice versa? Wolfgang View the

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-13 Thread slimamar
I want, for example, create a 'javax.jms.TopicPublisher' instead 'org.jboss.messaging.core.client.ClientProducer' and use it to send (publish) messages in the VM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217892#4217892 Reply to the post : http://www

[jboss-user] [JBoss Portal] - Re: Add portlet display name programatically.

2009-03-13 Thread je.a.le
Override the getTitle method in the portlet code, and return your own portlet's title. Nota : getTitle is called first, and outside any "processAction/doView" operation, depending on how you get your data, you may have to do it twice. If the name only change only according to page node, you can

[jboss-user] [EJB 3.0] - NewBie @OneToOne question

2009-03-13 Thread delarue
Hi, I am currently learning EJB3 and I don't know express in EJB3 the following SQL: anonymous wrote : USER( | user_id : int primary key | mycar_id : int | foreignkey(mycar_FK) (mycar_id, CAR.id) | ) | | CAR(car_id : int primary key) | This is a OneToOne association @E

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread apemberton
Note that Fuchs's solution mentioned below enables session-replication for setting up JBoss Portal in a clustered environment; it does not solve the problem of attempting to access session attributes across web applications. View the original post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread apemberton
First, as an FYI: it usually doesn't help get responses to your forum requests by explaining the urgency of your problem. If someone has time to help, they will. Second, the problem you're seeing is a result of setting a session attribute in the portal-server.war web application and trying acce

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread Fuchs
I think, its default not allowed. Use this: | |true | | in the jboss-portlet.xml. i found this in the jboss portal reference guide, so iam not sure if it solve the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217883#4217883 Reply

[jboss-user] [JBoss Portal] - Re: jQuery in jBoss portal - problem with a simple tabbed pa

2009-03-13 Thread apemberton
Sorry; hard to diagnose a fairly generic problem like that. I'd recommend using a JavaScript debugging tool (like FireBug for FireFox) to look at the details of the error your receiving. Are you using a custom theme? If so, you may want to just include the jQuery libraries in the theme definit

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-13 Thread PeterJ
Sorry for the late reply. Looking at the data, I don't see anything wrong. As you pointed out, with taking a snapshot every minute your could have missed the time when the ConnectionCount == InUseConnectionCount. Your database might also keep track of connection counts in one way or another, o

[jboss-user] [JBoss Messaging] - Re: Making a Filtering Bridge in a JBM Cluster

2009-03-13 Thread olimo
OK, in fact I have some specific questions that should help me to begin : I could not find if the JBM bridges can process some filters on the forwarded messages. Is it possible? If not I will certainly do the bridge job with an MDB and XA. In all cases, I worry about the failover management :

[jboss-user] [JBoss Tools (users)] - Re: Feedback on the Smooks editor

2009-03-13 Thread mzeijen
My timezone is CET and Tom's his Timezone is CET-1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217877#4217877 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217877 ___ jbos

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalStateException when calling Blob.length()

2009-03-13 Thread sinergy
Bleh. A thread from April 2008 with the same problem I'm having and no replies with a solution :( What the hell is causing this?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217876#4217876 Reply to the post : http://www.jboss.org/index.html?module=b

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-13 Thread ataylor
what do you mean by manipulate? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217874#4217874 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217874 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Feedback on the Smooks editor

2009-03-13 Thread max.ander...@jboss.com
What timezone ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217872#4217872 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217872 ___ jboss-user mailing list jboss-user@list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - java.lang.IllegalStateException: Failed to find method for h

2009-03-13 Thread sinergy
I have a simple java client that is accessing a jboss oracle connection pool that I have setup. I'm running into an exception using java.sql.Blob. I'm testing the client within Eclipse and have jbossall-client.jar (from jboss-4.3.2GA/client) in the classpath. After grabbing a blob from the da

[jboss-user] [JBoss Portal] - SSO CAS and Synchronizing --> "Failed to sychronize identity

2009-03-13 Thread vantek
Hi I made my own login module by extending IdentityLoginModule. i overrided validatePassword method and getRoleSets method -> it works fine. I tried to Synchronize the new users with jboss portal users (to access to forum or CMS administration) -> it works fine. Now i want to login via CAS,

[jboss-user] [Beginners Corner] - MaxBackupIndex limit in JBoss-eap-4.3

2009-03-13 Thread jerryeads52
I'm trying to configure the jboss-log4j.xml file for a size based appender: | | | | | | | | | | | | | If I set the MaxBackupIndex=8 everything seems to work as described i.e. when the server.log size hits M

[jboss-user] [JBoss Messaging] - Re: Making a Filtering Bridge in a JBM Cluster

2009-03-13 Thread gaohoward
I think the best way is to try out yourself and see if there is some specific issues, and then come back with those issues to seek help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217866#4217866 Reply to the post : http://www.jboss.org/index.html?module

[jboss-user] [EJB 3.0] - Re: Requesting the EJB container to remove an instance

2009-03-13 Thread ALRubinger
I recommended adding onto SessionProxy: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/proxy-spi/src/main/java/org/jboss/ejb3/proxy/spi/intf/SessionProxy.java ...to add a "removeTarget()" method. Usage becomes: Object proxy = jndiContext.lookup("MyBean/remote"); | SessionProxy sPr

[jboss-user] [Security & JAAS/JBoss] - Re: Calling protected ejb method from anoter

2009-03-13 Thread drfranknfurter
K, I am an idiot. Messed up the test. Our current project is required to run on both JBoss and Glassfish. It works as advertised on JBoss, Glassfish on the other hand ignores it like a traffic sign. Thanks again for your help. View the original post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [JBoss Portal] - Re: Remove portlet Maximize button.

2009-03-13 Thread Fuchs
Iam not sure, because dont use any modes. But a other solution could be to overwrite the css. | .portlet-mode-maximized { | overflow: hidden; | } | Maybe with hidden or nothing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217859#4217859 Repl

[jboss-user] [JBoss Portal] - Re: Remove portlet Maximize button.

2009-03-13 Thread apemberton
One technique we've used in the past to do what you're describing is somewhat similar to fuchs recommendation. We extended our custom decoration renderers to look for a window property to disable certain mode/state links. Example property: | maximized.windowstate.decoration.render |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: load-on-startup Servlet doesn't lookup EJB

2009-03-13 Thread landir
Hi jaikiran, thanks for helping... anonymous wrote : Which version of JBossAS? Please post the console logs which show this behaviour. Some detais My Stateless EJB is MenuServiceBean that is named MenuService which implements MenuService interface The package is ehum.ear within ehum-ejb-1.0-SN

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-13 Thread max.ander...@jboss.com
if it didn't work it means you didn't disable the schema validator since the stacktrace will only happen if it is enabled. If it just started working it is probably because you adjusted some properties.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217844#4

[jboss-user] [JBoss Tools (users)] - Re: Suppress Auto-build

2009-03-13 Thread max.ander...@jboss.com
Do you mean you want to disable auto-build or auto-deploy ? Disabling auto-build is done in the Project menu but I really really encourage you to keep that enabled since otherwise nothing in eclipse will be told about changes incrementally and you loose a lot of the power of the IDE. Auto-deplo

[jboss-user] [JBoss Portal] - Re: Get online users

2009-03-13 Thread ameo
Nobody knows the solution how to get all logged in users ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217838#4217838 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217838

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-13 Thread slimamar
Can I manipulate JMS objects with the connector 'InVM' like : javax.jms.Topic, javax.jms.TopicPublisher, javax.jms.TopicSession View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217837#4217837 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Propblems with JBoss AS 5.0.1 Messaging with MySQL

2009-03-13 Thread jochen.reinhardt
Right after having sent the post, I gave google a last try and I found: https://jira.jboss.org/jira/browse/JBAS-6333 That fixed it. Sorry... I hope my post at least may help others that do not find that bug report immediately. View the original post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [Beginners Corner] - How to use shutdown script with servername

2009-03-13 Thread mkprabhu_2009
Hi What is the correct format to use for serverName switch in /bin/shutdown script? shutdown.bat --serverName=default gave the following exception | Exception in thread "main" javax.management.MalformedObjectNameException: Key properties cannot be empty | at javax.management.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Propblems with JBoss AS 5.0.1 Messaging with MySQL

2009-03-13 Thread jochen.reinhardt
Hello, I'm using MySQL (with InnoDB) as database backend for JBoss. Everything works fine untill I change the messaging hsqldb-persistence-service.xml in server/default/deploy/messaging to use MySQL as database by replacing the file with doc/examples/jms/mysql-persistence-service.xml. This caus

[jboss-user] [JBoss Portal] - change role definition for the dashboard

2009-03-13 Thread Fuchs
hello, default all users with user-role have access to dashboard. i like to change this user-role definition, that only the admin-role has access to dashboard. can someone help me? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217832#4217832 Reply to the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-03-13 Thread jochen.reinhardt
The attached file works a treat. Thanks a lot again. Very good job! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217825#4217825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217825 ___

[jboss-user] [JBoss Portal] - jQuery in jBoss portal - problem with a simple tabbed pane

2009-03-13 Thread stgarp
Hi, I want to use jQuery in a simple portlet. The page works fine standalone (use jQuery tabbed pane), but when I deploy it inside a portlet (using the jboss-portlet;µxml file to include the js in the header), it produces javascript error and I'm not able to correct it. Did you experienced th

[jboss-user] [JBoss Portal] - Re: Using Portal 2.7.1 + 4.2.3 AS Bundle on Windows XP - n

2009-03-13 Thread thomas.he...@jboss.com
You can update the webservice stack to have WSRP working with JDK6, see the wiki View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217817#4217817 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217817 __

[jboss-user] [JBoss Portal] - Re: Using Portal 2.7.1 + 4.2.3 AS Bundle on Windows XP - n

2009-03-13 Thread rezensor
Ok, thank you. I'll download it again. For now I'd be fine without WSRP but will there be WSRP support for jdk6 in the future ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217816#4217816 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[jboss-user] [JBoss AOP] - Different jboss-aop.xml files for unit testing

2009-03-13 Thread nizzy
Hi All, As mentioned in my previous post I'm reviewing AOP for use with unit testing. I define my jboss-aop.xml in test/META-INF folder in my eclipse project. I have noticed that it is going to be quite probable that poincut definitions are going to cause undesired side-effects. For instance -

[jboss-user] [Microcontainer] - Re: Ordering a deployer which needs multiple inputs

2009-03-13 Thread alesj
"jaikiran" wrote : | I believe the ordering of the deploying is done based on the input/output of various deployers. | The order of _deployers_ is done based on inputs/outputs. This is not dynamic, it's resolved when a deployer is added per deployment stage. "jaikiran" wrote : | But, i

[jboss-user] [EJB 3.0] - Re: Requesting the EJB container to remove an instance

2009-03-13 Thread pete.m...@jboss.org
I talked to ALR about this a bit, here is a precis: "Andrew Rubinger" wrote : So maybe you can explain a couple things then I'll weigh in? "This needs to be in a portable way" The standard WB requirement - that WB must operate on other AS than JBoss - we can't have JBoss code in WB itself - if

[jboss-user] [JBoss Tools (users)] - Suppress Auto-build

2009-03-13 Thread digit-x
Hi, doese anyone know, where to suppress auto-build while developing with jboss tools (seamm-app)? Am using JEE Ganymede Version with latest JBoss tools. Do my build by own build.xml tasks and don't want that bloody auto-deploy to bother my local JBoss AS instance. Thx. Have fun. View the or

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-13 Thread digit-x
Hi, and thx for your reply - but it didn't help. However, i got it going now - i do still don't know why, but maybe i'll find out in near future. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217798#4217798 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Cache: Core Edition] - Best practice to establish if a node has children

2009-03-13 Thread nathanmesser
We're wondering what the best practise to establish if a node has children is. "Node" doesn't appear to have anything to directly to this (a hasChildren() method for example), and the closest thing we've found is getChildrenNames(), which is relatively slow. "NodeSPI" has a "hasChildrenDirect()

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread peris
This is very urgent one. I am expecting any ones reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217790#4217790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217790 __

[jboss-user] [JBoss Portal] - Re: Remove portlet Maximize button.

2009-03-13 Thread peris
Thanks Fuchs. If I set emptyRenderer, we cant see the other link(minimize). I want to remove only maximize button . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217788#4217788 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Portal] - Re: Add portlet display name programatically.

2009-03-13 Thread peris
Hi apemberton For example in portal.xml My portlets. If I minimize the above portlet it shows the name "My portlets". But in my dynamic creation portlet i cant set the display name programatically.(No portal.xml for this portlet everything is generated through coding). If I set displaynam

[jboss-user] [JBoss Portal] - Re: Regarding Portal session management

2009-03-13 Thread peris
sorry i send wrong info . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217785#4217785 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217785 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Portal] - Re: Regarding Portal session management

2009-03-13 Thread peris
Hi apemberton For example in portal.xml My portlets. If I minimize the above portlet it shows the name "My portlets". But in my dynamic creation portlet i cant set the display name programatically.(No portal.xml for this portlet everything is generated through coding). If I set displayname i

[jboss-user] [JBoss Portal] - Re: Remove portlet Maximize button.

2009-03-13 Thread Fuchs
One alternative ist to turn off the render mode (emptyRenderer). | | PortletWindow | PortletInstance | left | 1 | | | | the

[jboss-user] [JBoss Messaging] - Re: PLEASE DO NOT POST JBOSS MQ QUESTIONS HERE

2009-03-13 Thread sentcs
I want to know, Is any difference in operation (performance, way of publisher and subscriber coding level, features etc...) level. Please some one tell me the detailed explaination. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217782#421

[jboss-user] [JBoss Portal] - Re: custom sso :cas

2009-03-13 Thread vantek
Weel, i don't know if the password is really the problem... i've got this exception, no more infos =/ | 11:18:33,260 WARN [SynchronizingLoginModule] Failed to sychronize identity of user: vantek | javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lan

[jboss-user] [EJB 3.0] - Re: Make a default interceptor the inner interceptor

2009-03-13 Thread pete.m...@jboss.org
Sorry guys, I was being super confusing here ;-) First of all, I'm working on the Web Beans interceptor not Seam. Second, I was just representing the way we add the interceptor as XML, actually we add it programatically in a deployer by manipulating the metadata: public class WBEjbInterceptorMe

[jboss-user] [JBoss jBPM] - Re: best way to clean jbpm db

2009-03-13 Thread kukeltje
and what if you do delete the definition with hibernate AFTER you ended all running instances View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217775#4217775 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217775 __

[jboss-user] [JBoss Portal] - Session Problem

2009-03-13 Thread peris
Jboss server 4.2.2.GA Jboss portal 2.7.0 I have created some user name and pasword in jboss portal. Based on the user name and password I have forwarded the user to their particular portal. I can get the user details in the following jsp files. C:\jboss-4.2.2.GA\server\default\deploy\jboss-por

[jboss-user] [JBoss jBPM] - Re: best way to clean jbpm db

2009-03-13 Thread bestage
as I supposed it is working: - for all instances of a process definition 1. suspend process instance 2. delete process instance - when done, delete the process definition (version xx) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217770#4217770 Reply to

[jboss-user] [Microcontainer] - Re: Ordering a deployer which needs multiple inputs

2009-03-13 Thread jaikiran
Okay, i have found the culprit - thanks to the logs you asked for. The EjbModuleDeployer (a.k.a SecondDeployer) even though it attaches the Ejb3Deployment to the unit, it never declares/exposes it as an output (i.e. doesn't addOutput): | public class EjbModuleDeployer... | { | | pub

[jboss-user] [Microcontainer] - Re: Ordering a deployer which needs multiple inputs

2009-03-13 Thread jaikiran
Before i post the logs, the example i showed in my first post was theoretical/trimmed down version of the actual deployers. These logs will contain the real deployer names. I'll explain what each deployers expects as input and what it produces as output. Here's the log output from DeployersImpl

[jboss-user] [JBoss Messaging] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-03-13 Thread kesi.wei
Hi Gaohoward, (1)We deploy some our Queue and Topic and according to JBoss messaging style. We can see this destination files in jmx-console. It should be load in AS. (2) We deploy some war application. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217762#

[jboss-user] [The Lizzard's corner] - Wellness at Work and Home.

2009-03-13 Thread haroldturner
Hello friends I want to share some information regarding good health of your employees. There is a company, CEO Wellness http://ceowellness.com/, that offers audit assessments and are available on the web. This doctor-directed company provides their services to find areas of weakness within your

[jboss-user] [JBoss Portal] - Re: custom sso :cas

2009-03-13 Thread vantek
Hi dis you resolve your problem? I've got almost the same, with a custom CASAuthenticationService which allows all user connection(for the moment), and a custom login module in jb Portal, which allows all user connection too. in the login module, username entered in CAS is ok, but the user pass

  1   2   >