[jboss-user] [JBoss Portal] - Re: OpenSSO - how to login via login-link?

2008-05-05 Thread CarstenRudat
Hi, just to test other configurations, I have installed jboss-portal-2.6.4-bundle and a new fresh jboss-4.2.2.GA with jboss-portal-2.6.4.GA (non clustering/default configuration). On both configurations I have the same problem: I'm automatically redirected to OpenSSO-Login as soon as I call

[jboss-user] [Security JAAS/JBoss] - Access to the requested resource has been denied

2008-05-05 Thread aartigagneja
Hi All, I am using JBoss for deploying application and LDAP to store user data required for login. I have implemented a custom login module in login-config.xml which looks like -- application-policy name=testLDAP

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBPM on GLASSFISH

2008-05-05 Thread yacin00
Hi, i m tring to run a JPDL page flow on a glassfish serveur, using (Seam , and JBPM), it deployed without errors, but the pageflow doesn t work. Did someone tried to do this, and had something working?? component.xml | | bpm:jbpm | |

[jboss-user] [JBoss jBPM] - JBPM on GLASSFISH

2008-05-05 Thread yacin00
Hi, i m tring to run a JPDL page flow on a glassfish serveur, using (Seam , and JBPM), it deployed without errors, but the pageflow doesn t work. Did someone try to do this, and had something working?? component.xml | bpm:jbpm | bpm:pageflow-definitions |

[jboss-user] [Remoting] - How to deploy jboss remoting application

2008-05-05 Thread ritu86.bhargava
hi all, I am new to jboss , i have find the code to make server and client for jboss remoting .http://docs.jboss.org/jbossas/remoting/demo/JBossRemoting_demo.htm at this link .but dont know how to deploy it like build.xml would contains how many target etc..mbean invoker ..not able to get

[jboss-user] [JBossWS] - Re: Urgent!! Web service return object - JBopss 4.2.2.GA

2008-05-05 Thread [EMAIL PROTECTED]
See: http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#Customizing_WSDL_Schema_Generation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148579#4148579 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4148579

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss bind on two ip addresses

2008-05-05 Thread ovfone
Thank you, it really works! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148581#4148581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4148581 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Deploying on Jboss 4.2.1, jbossws 1.2.1 success, same appl

2008-05-05 Thread jimpo991
palmand wrote : did you succees in solving your problem ? | I had the same exception: | java.lang.IllegalStateException: Cannot find endpoint meta data for ... | | please help | thanks in advance | Andrea Join the club ;) I have the same problem with a dead-simple helloworld as

[jboss-user] [Remoting] - Re: Don't want to hard code the dynamic IP for @RemoteBindin

2008-05-05 Thread twiedenmann
Hello, I just had the same problem. Try to set the clientBindUrl to 0.0.0.0 - this works for me (JBoss 4.2.2 GA on Windows Vista). Here the code: @Stateless @RemoteBinding( clientBindUrl=https://0.0.0.0:8443/servlet-invoker/SSLServerInvokerServlet;, jndiBinding = tw/xxx )

[jboss-user] [JBoss Cache: Core Edition] - Re: A FQN row of JDBCCacheLoader?

2008-05-05 Thread mircea.markus
anonymous wrote : How many rows are there in the jdbc table? There will be /a, /a/b, /a/b/c1, /a/b/c2 and /a/b/c3 anonymous wrote : If I read attribute attr1 from /a/b/c1 in the cache, how many rows | will be read from jdbc? CacheLoader will load /a, /a/b and /a/b/c1. /a/b/c2 and /a/b/c3

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problems after upgrading to 4.2.2 with MySQL and BLOB

2008-05-05 Thread C-Box
Hi, we just upgraded our JBoss from 4.0.2 to 4.2.2. Our MySQL is 5.0.51a -- all tables are INNODB because of transactions. Within our database we do have a table that has two BLOB fields inside holding some binaries (one is a JRXML-file = JasperReportDesign-Object and one is the compiled

[jboss-user] [JBoss AOP] - Problem creating service jboss.aop:service=AspectManager

2008-05-05 Thread AJanz
Hi, i am using jboss-4.2.2.GA and jdk 5.0 to implement an aop application. I tried running under eclipse with the aop run dialog. everything works fine. but i don't get it work under 4.2.2. GA. i enabled runtime weaving setting | attribute name=EnableLoadtimeWeavingtrue/attribute |

[jboss-user] [EJB 3.0] - Re: JBossAS4.2.x JPA annatations on Oracle92 xmlType column

2008-05-05 Thread cd_eat
Really busi these days, now I post my way: 1. make an extention dialect of hibernate, and add it to the jboss server's library path (jboss-4.2.x\server\default\lib\ for example) 2. mapping the oracle xml column to a jpa bean field using the class type we defined above. 3. modify a jboss java

[jboss-user] [EJB 3.0] - Re: Why is Remote Interface not installed

2008-05-05 Thread jaikiran
Markus, Let's stick to JBoss-4.0.4 (i guess the book is based on that?). And let's stick to JDK-1.5 in all places (the client and the server). anonymous wrote : Caused by: java.io.InvalidClassException: org.jboss.ejb3.remoting.IsLocalInterceptor; local class in | compatible: stream

[jboss-user] [Security JAAS/JBoss] - Problem with JAAS and Declarative Security on JBOSS 4.2.1 GA

2008-05-05 Thread fakhreldeen
Hello, I am trying to implement an integration between Declarative Security and JAAS on JBOSS 4.2.1 GA. I have specified in my web.xml file that all jsp files under the directory called security are protected and only accessible by the role Admin. I also specified in the web.xml file that

[jboss-user] [JBoss Cache: Core Edition] - Re: A FQN row of JDBCCacheLoader?

2008-05-05 Thread scotthkao
Thanks for your answers! So, if I read attribute attrB from the node /a/b, nodes accessed from JDBC will be: only the two node /a, /a/b and the traversal will stop here without going any further to /a/b/c. Am I right on this one? Scott View the original post :

[jboss-user] [JBoss AOP] - Re: Problem creating service jboss.aop:service=AspectManager

2008-05-05 Thread AJanz
ok . added set JAVA_OPTS=%JAVA_OPTS% -javaagent:%JBOSS_ENDORSED_DIRS%\pluggable-instrumentor.jar to the run.bat now it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148605#4148605 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Q: Using Hibernate with the jdbc:odbc bridge

2008-05-05 Thread jwenting
It's been over a year, what do you think? Simplest solution (and the best) is to not use that POS bridge driver. It's rubbish. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148608#4148608 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Should be able to use ClusteredCacheLoader with CacheMod

2008-05-05 Thread lovelyliatroim
anonymous wrote : | This depends on which eviction policy you use. If you use the expiration policy, the expiry time is encoded as data on a node which means it will replicate to B and get evicted at the appropriate time. | Thats good to know, i know you can set a max number of nodes on

[jboss-user] [Beginners Corner] - please specify the path

2008-05-05 Thread kedarnath
hai i am using netbeans ide for developing webapplication in java. application server is jboss.when i develop my application netbeans will create all the .war files and everything and deploy the .war in C:\jboss-4.0.5.GA\server\default\deploy this path. i want change this path.so where can i

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem with Jboss/Tomcat when using Apache Loadbalancer

2008-05-05 Thread erasmomarciano
Hi Try an modified worker.node1.connect_timeout=6 This issue usually occours when the AS timeouts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148615#4148615 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4148615

[jboss-user] [JBoss AOP] - Re: jboss aop with activebpel

2008-05-05 Thread Moslem
Hi ! thx, for your intrest in this topic . the dynamic aop seems to be not easy i didnt know how to do it yet i am using the eclipse jboss ide . i v deployed active bpel in jboss AS 4.2 ,i am not sure, but do u think that having this homogeneous environment can help spatialy to resolve

[jboss-user] [JBoss Portal] - PortletApplicationRegistryListener

2008-05-05 Thread viniciuscarvalho
Hello there! I would like to register my own PortletApplicationRegistryListener in order to listen to portlets being deployed inside my portal. I can't find how to register it within the PortletApplicationRegistry. How can I do this? Regards View the original post :

[jboss-user] [Javassist user questions] - how to annotate a field

2008-05-05 Thread Ugn
Firstly hello everybody! I am very new to javassist and am trying to write a class / function, which implements an interface which is passed to it. So its something like MyInterfac p = ImplFactory.implement(MyInterface.class); What i need is to annotate the field of the implemented class with

[jboss-user] [EJB/JBoss] - Error when deploying day trader to jboss - Caused by: org.jb

2008-05-05 Thread openevol
Greetings, i will like to ask if anybody have deploy day trader into JBoss. Currently i deploying day trader into jboss and i meeting some problems and i hope to get some advice from u veterans. My day trader can be down load at www.openevol.com/chongming/daytrader-ear-2.0-SNAPSHOT.ear These

[jboss-user] [Security JAAS/JBoss] - Re: How do i implement

2008-05-05 Thread ragavgomatam
No... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148643#4148643 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4148643 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-05-05 Thread jaikiran
jthinaka wrote : Jaikiran, | Thanks for your reply, however we need to have 0.0.0.0 set because our server has multiple addresses and needs to be accessible by all of them. So even if the fix worked, it would not really work for us. | | Dave, | Thanks for posting, if it helps, your

[jboss-user] [Management, JMX/JBoss] - How to make a service dependent on a web application

2008-05-05 Thread kc7bfi
I'm not sure if this is the right forum... I am trying to make one of my JBoss services dependent on a web application. I tried the following in the services configuration file: dependsJ2EEApplication=none,J2EEServer=none,WebModule=//localhost/OpenCones,j2eeType=Servlet,name=default/depends |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: accessing Jboss from intranet

2008-05-05 Thread jaikiran
anonymous wrote : 08:27:12,393 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-80 Did you change anything in the default installation of JBoss? Going by this log, JBoss is available at port 80 and not the default 8080. Try accessing http:// ipaddress:80/ View the original

[jboss-user] [Beginners Corner] - Re: please specify the path

2008-05-05 Thread PeterJ
Look at the URLs attribute of the last mbean in the server/default/conf/jboss-service.xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148652#4148652 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4148652

[jboss-user] [EJB/JBoss] - Re: Error when deploying day trader to jboss - Caused by: or

2008-05-05 Thread jaikiran
anonymous wrote : org.jboss.deployment.DeploymentException: Failed to parse WEB-INF/web.xml; - nested throwable: (org.jboss.deployment.DeploymentException: expected one home tag) Please post the contents of ejb-jar.xml and web.xml. anonymous wrote : Home Dir: D:\Program

[jboss-user] [JBoss Cache: Core Edition] - Re: Remoting On Existing POJO Channel

2008-05-05 Thread kblanken
Hi there, thank you, Shorrockin, for describing the problem and more importantly the solution in detail. In fact, I'm having the very same problem of creating a TreeCache instance with a multiplexer channel (JBoss Cache 1.4.1.SP9). Here's my code: JChannelFactory factory=new

[jboss-user] [JBoss Cache: Core Edition] - Setting eviction policies dinamically

2008-05-05 Thread Sancheski
Hi guys, I am trying to configure different eviction policies to different regions dinamically and I am facing some problems. This is what I want: | Create an eviction policy in /NODE | Create an evcition policy in /NODE/SUBNODE_1 | Create an eviction policy in /NODE/SUBNODE_2 and so

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - loadbalance from tomcat to jboss?

2008-05-05 Thread tadi18
Hi all, We have a tomcat V4.x on serverA and two jboss's V4.0.x on servers B and C respectively. How can I configure tomcat to load balance requests to Jboss on B and C? I know that the jnp port 1100 helps achieve this but not sure how it works. Thanks View the original post :

[jboss-user] [JBoss jBPM] - JBoss 3.2.2 Customization issues and correct zip file locati

2008-05-05 Thread ptaborda
Good afternoon to all: I'm currently trying to integrate jBPM 3 into a new business platform for the utility industry (electricity) started adapting jbpm 3.1.4 and compared to version 3.2.2 and i discovered differences between the databses models used, including diferent coding styles in the

[jboss-user] [JCA/JBoss] - Re: Updatingd JDBC Datasources and container behaviour

2008-05-05 Thread sankul123
vickyk wrote : | Modify the -ds.xml file and redeploy , did this answer to your unexplained question ? | | Read this | http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148666#4148666 Reply to the

[jboss-user] [JCA/JBoss] - Re: Updatingd JDBC Datasources and container behaviour

2008-05-05 Thread sankul123
vickyk wrote : | Read this | http://www.catb.org/~esr/faqs/smart-questions.html Thanks for the link really good one , I will read it completely once I find time. Is there any API Jboss expose , which we can use in program to update the ds xml. I am looking for some information on MBean

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.2 AS debug mode affect logical outcome ?

2008-05-05 Thread gjeudy
Hi, I am running JBoss 4.2.2 AS in debug mode with eclipseIDE 3.3. It has been running fine for the past 4 months but today I hit a very very strange problem where a specific set of steps trigger a problem when running in debug mode and the problem automatically goes away when running in

[jboss-user] [JBoss AOP] - Re: Getting nullpointer exception while running the server(A

2008-05-05 Thread [EMAIL PROTECTED]
You can ignore those messages. They just mean that JBoss AOP was not able to instrument org.jboss.apache.catalina.core.StandardServer. This type of error is harmless to the AS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148671#4148671 Reply to the post :

[jboss-user] [EJB/JBoss] - ObjectNotFoundException

2008-05-05 Thread rmobrien222
I have an applet client that is calling a session bean, which in turns accesses the entity bean (JBoss 3.2.7/EJB 1.1/JDK 1.5). I get an ObjectNotFoundException when trying to get the entity bean with the findByPrimaryKey method. The row of data is in the database and the bean has been

[jboss-user] [JBoss Messaging] - Re: OutOfMemoryError with JBoss Messaging

2008-05-05 Thread harish43
Andy, Sorry for the delay in responding to your request. I have a simple testcase to reproduce the issue. I have run two tests with the queue example that comes with the JBoss Messaging distribution. The first test was to use the queue example to connect to a JBoss Messaging instance and the

[jboss-user] [JBoss jBPM] - Swimlane help

2008-05-05 Thread umquat
Hi all ! I need to create a workflow with a few different swimlanes. (Employee, manager, validator, end user for example). * Is it possible to arrange jPDL Designer as to actually show and design inside the different swimlanes, just like JaWE (Enhydra's workflow editor) does?

[jboss-user] [JBoss jBPM] - Re: Swimlane help

2008-05-05 Thread salaboy21
This can not be done at this time with jpdl designer.. but you can specify in with swimlane every task would be.. but not graphically! Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148680#4148680 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Swimlane help

2008-05-05 Thread umquat
Bummer! Mmh.. To help keep things in check I suppose I can try to arrange the workflow in clusters that convey the swimlane concept graphically. Are you using some kind of naming convention to help organize your tasks? Thanks View the original post :

[jboss-user] [JBoss jBPM] - Re: Swimlane help

2008-05-05 Thread salaboy21
This is not a answer to your question.. but the following book could help you to understand how your task and activities can be organized with a BPM practical process.. Notice that in this book you can find a process with task in diferent swimlanes and then how you can map this in the JPDL

[jboss-user] jboss multiple instances - error

2008-05-05 Thread Sailaja Janaswamy
Hi I tried to create a second instance of jboss(v4.0.5 GA) on a Unix server. When I try to deploy my application, I get the following errors - --- Packages waiting for a deployer [EMAIL PROTECTED] { url=file:/opt/local/jboss-4.0.5.GA/server/CARP2/deploy/http-invoker.sar/invoker.war/ }

[jboss-user] [JBoss Portal] - 2.6.4 bundle : resp.signOut() raise an exception

2008-05-05 Thread PMN
Version used : 2.6.4 bundle resp.signOut(); resp is a JBossActionResponse Question : How to sign out then? | exception | | javax.servlet.ServletException: java.lang.IllegalArgumentException | org.jboss.portal.server.servlet.PortalServlet.service(PortalServlet.java:276) |

[jboss-user] [Messaging, JMS JBossMQ] - Re: Monitoring the number of messages in a queue from the co

2008-05-05 Thread pgbossi
Replying to myself for the benefit of others: I can't make it to work over the net, at least between windows and linux machines, but the following works perfectly fine if run directly on the server. [EMAIL PROTECTED] bin]# ./twiddle.sh -u admin -p X get

[jboss-user] [JBoss Getting Started Documentation] - Online education?

2008-05-05 Thread victornil
Is getting a degree in education frowned upon by employers? Is it hard to find a job? I am taking a course online and it is harder then the brick and mortar school. Anybody that has an online degree please let me know.Also tell me from where i can get Information about online college degree.

[jboss-user] [Clustering/JBoss] - Re: Large CPU Increase Using Buddy Session Replication

2008-05-05 Thread dmurphy
Thanks Brian - these settings seem to have made a significant improvement. We have also started trimming down on the amount of session state and that is also a big win for replication. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148698#4148698 Reply to the

[jboss-user] [Clustering/JBoss] - Providing Safe Buddly Replication Failover

2008-05-05 Thread dmurphy
Hi - these question relate to establishing the safe operation of buddy replication under AS 4.0.5. Selection of Buddies Say we have nodes a1, a2 and a3 and they are booted in that order. What we see is that when a2 starts it forms a buddy pair with a1. Then when a3 starts a1 becomes the backup

[jboss-user] [JBoss Tools (users)] - Search Menu in Eclipse not showing properly in OS X with Sea

2008-05-05 Thread cfraser
Hi all, The subject pretty much says it all. Not sure where I should post bugs... so shall post here for now. So when the seam feature is installed in OS X, the search menu in Eclipse changes to %searchMenu.label instead of Search. This seems to happen in most later releases, and imagine it

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-05-05 Thread dbmac45
Thanks jaikiran, I am now able to get my configuration to work as well. It turns out that I was setting the keystore system property instead of the truststore when running the client. I was setting the truststore password system property correctly, I just messed up the truststore part.

[jboss-user] [JBoss Tools (users)] - Re: Search Menu in Eclipse not showing properly in OS X with

2008-05-05 Thread [EMAIL PROTECTED]
about mac os/x issue - report it in jira. about tabs - they became redundant when we added the splitpane View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148719#4148719 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.2 + Hibernate 3 + OpenLaszlo

2008-05-05 Thread gigsvoo
Hi there, When I deploy Hibernate 3 into JBoss AS 4.2.2 I had set using JBoss classloader instead of Tomcat classloader as described http://opensource.atlassian.com/projects/hibernate/browse/HHH-579as follows: $JBOSS_HOME/server/default/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml

[jboss-user] [JBoss AOP] - Dynamic AOP and User-Defined Class Loader

2008-05-05 Thread shu_boston
Hi, I want to weave interceptors which loaded by a user-defined class loader (like NetworkClassLoader), but I got a javassist.NotFoundException. My code is as follows | ClassLoader loader = new ... // my class loader | Thread.currentThread().setContextClassLoader(loader); | Class clazz

[jboss-user] [JBoss Tools (users)] - Re: Search Menu in Eclipse not showing properly in OS X with

2008-05-05 Thread cfraser
Ok... I actually looked at jira before posting to see if the issue was raised already... I might be a bit dense... but I couldn't see how you create a new issue. I concluded that you might need a special permissions to create new issues, as my login did not seem to make it obvious how to