[JBoss-user] [JBossCache] - "GMS: address is..." dispalayed twice

2006-07-06 Thread matabo
I'm running Jbosscache inside WebLogic 7; I have two Weblogic instance and I reoplicate a state between them. When I start, even ONLY ONE Weblogic instance, I see the following lines displayed: --- GMS: address is 1.5.28.121:4875 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Migration from Weblogic to Jboss

2006-07-06 Thread Nooreazam
Hi, We have an application which has been developed using weblogic. Now we have to migrate it to Jboss. So can any body have the steps r any information regarding this. Pls help. Its urgent. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Installation, Configuration & Deployment] - URGENT:: identify JBoss Version at run time

2006-07-06 Thread kesso01
Hi How can i find the version of JBoss at run time. I need to identify the version of Jboss i am connecting to. I have access to Jboss installed folder also. Thanks for the help. Soma View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956073#3956073 Reply to

[JBoss-user] [JBoss Portal] - How cab i submite and save the content of the html in portle

2006-07-06 Thread Leonardpaul
Hi I showing a html page in a portlet. That html have some text box and submite button. i want to save the content. How do i code to carried out. can any one help me please Thanks in advance A.Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956072#39

[JBoss-user] [Installation, Configuration & Deployment] - Re: Configure Jboss for remote Debuging

2006-07-06 Thread anders.hedstrom
anonymous wrote : I added "-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" if you change this to -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n JBoss will start and you can hook up your IDE to it. If you have suspend=y then JBoss won't start until

[JBoss-user] [JBoss jBPM] - Re: next Task Node

2006-07-06 Thread jbaton
You're welcome, I just looked at the source of the method signal() If you can help me with my problem ... :) See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955844 JBaton View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956070#3956070 Reply

[JBoss-user] [Installation, Configuration & Deployment] - Configure Jboss for remote Debuging

2006-07-06 Thread begimot
I couldn't find such topic, and any normal explanation anywhere. How can I set my Jboss for remote debugging? I changed the JAVA_OPTS variable. Previously it was "-server -Xms128m -Xmx128m -Dprogram.name=run.sh -Dprogram.name=run.sh" I added "-Xdebug -Xrunjdwp:transport=dt_socket,address=878

[JBoss-user] [JBoss jBPM] - JBPM 3.1.1 & ActiveMQ

2006-07-06 Thread guadilla
Good morning, I am trying to send a jms message using activemq client from an action and I have encounter some problems. I have included in the classpath some jars (activemq-core-4.0-RC2.jar, geronimo-j2ee-management_1.0_spec-1.0.jar, backport-util-concurrent-2.1.jar and commons-logg

[JBoss-user] [Messaging, JMS & JBossMQ] - Need more information on Threads

2006-07-06 Thread Nooreazam
Hi, I have a following snippet, which starts multiple threads to handle the responses. GetAMessage gm = new GetAMessage(adapterServerid,adminConfig.getMessagingPropertyAlias(),this,timeout); gm.start(); This code is same for both the weblogic and jboss servers. For both the servers it is prin

[JBoss-user] [JBoss jBPM] - Re: Web Service invocation inside a BPEL-Process failed.

2006-07-06 Thread bertrand.njiipwo
I have opened a new thread in the JBossWS forum under http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86326 just hope that it isn't the wrong one. Thanks Bertrand View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956065#3956065 Reply to the post :

[JBoss-user] [JBossWS] - Running deployed process cause PortProxy Error

2006-07-06 Thread bertrand.njiipwo
Hallo together, i have deployed a Process successfully but wenn testing the application has some issues. I have already open a thread in the jbpm forum and realised its belong to the JBossWS forum. Please have a look at the original thread at http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [JBoss Seam] - Re: NullPointerException when adding SeamPhaseListener and j

2006-07-06 Thread Basel
It works now. I forgot to add SeamListener under web.xml | org.jboss.seam.servlet.SeamListener | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956063#3956063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Issue related to commit of sql insertion and retrievals

2006-07-06 Thread abhishek.sharma
I am using JBoss app server 4.01 and i'm having the following issue related to insertion and retrieval of data one after the other in the same session: The flow is : Step 1: Enter some data through a form into table 1. Step 2: In the same session, through a different link the u

[JBoss-user] [JBoss jBPM] - Re: Web Service invocation inside a BPEL-Process failed.

2006-07-06 Thread bertrand.njiipwo
Hello community, i realise this issue is close related to Web Services that why i will move this thread in the JBossWS forum. Any one has different opinion ? Bertrand View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956061#3956061 Reply to the post : http:/

[JBoss-user] [JBossWS] - Re: Exception while sending/receiving param using web-servic

2006-07-06 Thread mayankmaria
Can i know where to then paste my query... so that i can find the solution. also let me know one thing are there any issues with jax-ws in jboss-4.0.4 GA Version. Is it promptly implemented. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956060#3956060 Reply

[JBoss-user] [JBoss Seam] - dataTable with method execution per row

2006-07-06 Thread trouby
Hey, I have a dataTable of 'user' objects which iterate thorugh a list, i.e: | | | | | | | |

[JBoss-user] [JBossWS] - JBossWS 1.0.2 release date slippage?

2006-07-06 Thread acxjbertr
I noticed on the Jira road-map for JBossWS 1.0.2 that the release date moved from June 30 to July 31 and also that the bug count increased a bit as well. I'm just curious as to why because I am anxiously awaiting the fix for JBWS-998. Thanks! View the original post : http://www.jboss.com/ind

[JBoss-user] [EJB/JBoss] - Re: Moving from JBoss 4.0.1 to 4.0.4

2006-07-06 Thread rdoust
To revert to pre-4.0.2 config use: | true | true | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956056#3956056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956056 Using Tomcat but need to do more? Need to s

[JBoss-user] [EJB/JBoss] - Re: Moving from JBoss 4.0.1 to 4.0.4

2006-07-06 Thread rdoust
Wow! I don't know how people keep up with this stuff. I've just read this page: http://jira.jboss.com/jira/browse/JBAS-1691 The most important thing I found on that page was this: (in tomcat55.sar/META-INF/jboss-service.xml) To revert to pre-4.0.2 config use: true true Works like a charm again. Ho

[JBoss-user] [JBoss Seam] - Help on converting to myfaces/tiles + JSF + EJB3 + Seam

2006-07-06 Thread gus888
Hi everybody, I am newbie on seam and want to convert my project of myfaces/tiles + JSF + EJB3 to Seam. I worked several days, but could not figure it out. If I keep the following codes in web.xml | javax.faces.CONFIG_FILES | | /WEB-INF/faces-config.xml

[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-06 Thread [EMAIL PROTECTED]
Something must be going around today... This is not a JCA problem. | Reason: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set for database: F | Basically Hibernate (the underlying Entity persistence manager) is telling you that you need to specify the Hibernate

[JBoss-user] [News & Announcements] - Re: List Change Announcement: List server move.

2006-07-06 Thread [EMAIL PROTECTED]
For more details, see http://wiki.jboss.org/wiki/Wiki.jsp?page=MailingLists View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956052#3956052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956052 Using Tomcat but need to d

[JBoss-user] [JCA/JBoss] - Retry: JBoss AS/Firebird: Hibernate Dialect must be explicit

2006-07-06 Thread knaveofhearts
Sorry about the previous message. Here it is using "code" rather than "quote". I discovered the Preview button, so it is now readable. I am trying to get JBoss to run the most simple Titan example (4.1) in Burke & Monson-Haefel, Enterprise Java Beans 3.0 using Firebird 1.5. The JBoss version

[JBoss-user] [JCA/JBoss] - JBoss AS/Firebird: Hibernate Dialect must be explicitly set?

2006-07-06 Thread knaveofhearts
I am trying to get JBoss to run the most simple Titan example (4.1) in Burke & Monson-Haefel, Enterprise Java Beans 3.0 using Firebird 1.5. The JBoss version is 4.0.4.GA. Any help would be appreciated in addressing the following problem: anonymous wrote : | --- MBEANS THAT ARE THE ROOT CAUSE

[JBoss-user] [JBossCache] - PojoCache - collection gets corrupted

2006-07-06 Thread ilevin
My application uses PojoCache (with jdk1.5 annotations). I have 2 cachable classes: 1st class has some mamber variables (String, int) and ArrayList. The ArrayList is filled with instances of the 2nd class. I started the application on 2 machines, created my outer POJO, modified some properties

[JBoss-user] [JBossCache] - Re: BoundedLinkedQueue locks everything

2006-07-06 Thread [EMAIL PROTECTED]
This is restriction on the eviction queue that should be lifted in 1.4. Workaround (and the proper solution) is to decrease your ThreadWakeUpInterval from 5 to say 2 or 1 second. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956045#3956045 Reply to the pos

[JBoss-user] [JBossCache] - Re: complex object problem

2006-07-06 Thread [EMAIL PROTECTED]
"bingbingbing" wrote : Caused by: java.io.StreamCorruptedException: invalid stream header | at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:737) | at java.io.ObjectInputStream.(ObjectInputStream.java:253) | at org.jboss.invocation.MarshalledValueInputStream

[JBoss-user] [JBoss Seam] - Re: request parameter vs @DataModelSelection

2006-07-06 Thread Holger Prause
Hello, yes that maybe would solve some(maybe all) of my problems, ill take a look at it. But the same thing will occur when the user can view task details submitted by an user,(only taks submitted or received by an user can be viewed) I think its a very basic problem that u will have over and o

[JBoss-user] [Clustering/JBoss] - Re: Problem with Loadbalancing of Sateless Session Beans acr

2006-07-06 Thread [EMAIL PROTECTED]
I have never tried it myself. But how about RandomRobin? Will that meet your need? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956039#3956039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956039 Using Tomcat but n

[JBoss-user] [Clustering/JBoss] - Re: Cold Deployment

2006-07-06 Thread [EMAIL PROTECTED]
Maybe I am missing something here. If you want cold deployment, why do you need to deploy your app under farm directory? Shouldn't a regular deploy directory work the same? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956038#3956038 Reply to the post : ht

[JBoss-user] [EJB/JBoss] - Re: Moving from JBoss 4.0.1 to 4.0.4

2006-07-06 Thread rdoust
Mistake in last sentence. I want to deploy to a server with JBoss pre-installed in the PBR configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956036#3956036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956

[JBoss-user] [EJB 3.0] - Injecting EntityManager with an interceptor

2006-07-06 Thread sbalmos
Solve one question, end up finding another. ;) I'm trying to get my EntityManager injected into my DAO layer, by specifying the core class of the DAO as an interceptor to my SLSB, which is acting as a SOAP service endpoint (enough buzzwords?). I know by the deployment logs that the interceptor

[JBoss-user] [EJB/JBoss] - Re: Moving from JBoss 4.0.1 to 4.0.4

2006-07-06 Thread rdoust
This code worked without a hitch under JBoss 4.0.1. In 4.0.4 it works if the system is installed with Pass By Value semantics by default (PBV), but PortableRemoteObject's narrow method throws a ClassCastException if 4.0.4 is installed without the Pass By Value semantics by default (PBR). When th

[JBoss-user] [News & Announcements] - List Change Announcement: List server move.

2006-07-06 Thread [EMAIL PROTECTED]
On July 10th, 2006, our new list server, lists.jboss.org, will officially go live. All development lists will officially be moved to the new server, at this time. The new list addresses will be named the same as they were at lists.sourceforge.net, only now they will be [EMAIL PROTECTED] Everyon

[JBoss-user] [EJB/JBoss] - Re: Moving from JBoss 4.0.1 to 4.0.4

2006-07-06 Thread rdoust
I'm going to try to be more specific. I have a session bean defined in a jar file that's packaged with a war file into an ear. The session bean is declared in its ejb-jar.xml as follows: | | The Shopping Client Controller | TheShoppingClientController | com.control.ejb.

[JBoss-user] [JBoss Seam] - Re: @Unwrap bug?

2006-07-06 Thread CptnKirk
Looks like I was wrong, after looking at the code it looks like after JBSEAM-283 is fixed you may be able to inject your null value if @In(required=false). Still, look into the anonymous user concept, I think you'll get more mileage in the long run. View the original post : http://www.jboss.c

[JBoss-user] List Change Announcement: List server move.

2006-07-06 Thread JBoss IT
JBoss List Members, On July 10th, 2006, our new list server, lists.jboss.org, will officially go live. All development lists, including jboss- [EMAIL PROTECTED] will officially be moved to the new server, at this time. The new list address will be jboss- [EMAIL PROTECTED] Everyone currently

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS Hypersonic

2006-07-06 Thread PeterJ
To disable Hypersonic, remove the hsqldb-ds.xml file from the deploy directory. Of course, you will then also have to disable or change any services that depent on DefaultDS, such as the EJB timer service and JMS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [Security & JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-06 Thread elkner
Yes, setting up a suitable X509TrustManager (+ see SSLContext) is a much better hint ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956028#3956028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956028 Using Tomcat

[JBoss-user] [JBoss jBPM] - Re: How do I complete switch of JBPM db to Oracle from Hyper

2006-07-06 Thread brado
Roy, Thank you so much for your reply. I'm going through this now and I'll let you know how it goes. Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956026#3956026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss Portal] - Re: Sample portlet project - with JSF

2006-07-06 Thread [EMAIL PROTECTED]
"gilboay" wrote : 1) In the JSP sample you create a Portlet class (using JSR-168 API). | | 2) In the JSF sample you use a set of JSP pages (with JSF taglibs), with no intermediary Portlet class. | | Is this the best practice, or is it just a short cut for convenincy ? The JSP example u

[JBoss-user] [News & Announcements] - JBoss Portal 2.4.0.CR1 released

2006-07-06 Thread [EMAIL PROTECTED]
I am happy to announce JBoss Portal 2.4.0 CR1 has been released today. The distribution is available from SourceForge: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509&release_id=415694 For the first time we have also released a clustered version of Portal (jboss-po

[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread IvanLatysh
I didn't created JBoss portal theme for BB yet, currently I am workin on migrating JSP/Servlet applications for the portal. I am using WebModels with xslt transformation for the view. But I can give you an advice, take div layout and modify it, remove divs and relace them with tables. It should

[JBoss-user] [JBoss Portal] - JBoss Portal 2.4.0 CR1 released today

2006-07-06 Thread [EMAIL PROTECTED]
I am happy to announce that JBoss Portal 2.4.0 CR1 has been released today. The distributions are available from Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509&release_id=415694 For the first time we have included a clustered distribution (jboss-portal-

[JBoss-user] [JBossWS] - Changing endpoint location of EJB JSR-181 service?

2006-07-06 Thread sbalmos
Hi all, I have an EJB-based web service class, written in JSR-181 annotated fashion, named SOAPBackend. This is located inside an EJB-JAR named Backend-Core.jar, which itself is located inside an EAR named Backend.ear (context root /). When the service deploys, it ends up getting deployed to h

[JBoss-user] [JBossWS] - Re: JBOSS 4.0.4 GA problem with importing schema

2006-07-06 Thread greathr
I'm having the same issue. Did you ever get this resolved? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956012#3956012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956012 Using Tomcat but need to do more? Need to s

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-07-06 Thread irfanmohammed
I am trying out jboss-seam-1.0.1.GA with jboss-4.0.4.GA. Out of the box things didnt work. 1. I had to change the ejb-jar.xml to | | http://java.sun.com/xml/ns/j2ee";> | | | | | | * | org.jboss.seam.ejb.SeamIntercepto

[JBoss-user] [Clustering/JBoss] - Cold Deployment

2006-07-06 Thread jleech
I would like to do cold deployment rather than hot deployment for the following reasons: 1) Hot deployment deploys simultaneously to all the nodes, resulting in down time. 2) Hot (re)deployment of my application sometimes results in OutOfMemory errors. The way I imagined it would work is I would

[JBoss-user] [JBoss Seam] - Re: @PreUpdate not being called on Seam @Entity

2006-07-06 Thread RobJellinghaus
Actually, it looks like I *didn't* misunderstand how this works. A Hibernate forum post mentions that the EJB3 lifecycle callbacks only work if you're using EntityManager, i.e. an embedded EJB3 container. Which I'm not -- I'm using the microcontainer-based Hibernate example for my configuratio

[JBoss-user] [JBossCache] - Re: Remoting On Existing POJO Channel

2006-07-06 Thread Shorrockin
For all who care I finally figured out a way to get this to work (which also may point out a bug inside TreeCache). First thing you have to do is create your JChannel before you create your PojoCache. My earlier attempts (in my first message) extended the PojoCache to expose the JChannel throug

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalAccessError initializing ehcache.CacheManager

2006-07-06 Thread nathanmeyers
I'm hitting the same problem. The line of code causing the problem is: manager = new CacheManager(); in EhCacheProvider... in the version of EHCache I've been using, CacheManager's constructors are private. In the EHCache lib found in Hibernate's 3.2 source tree (ehcache-1.2.jar), the constru

[JBoss-user] [JBoss Seam] - Re: primary auto increment for MySQL

2006-07-06 Thread urswag
It is dummy mistake. I have to use long type and not the Long class. This helps. anonymous wrote : | @Id | @GeneratedValue | public long getUserid() { | | return userid; | } | | public void setUserid(long userid) { | | this.userid = userid; | } | | | View the o

[JBoss-user] [JBossWS] - Re: Possible bug in SimpleTypeBindings with java.sql.Date

2006-07-06 Thread CBax007
Check out this forum link that I posted a while back. I believe it's the same issue: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80776 They created a JIRA issue for it (the link is in the forum postings) but it's not slated to be fixed until JBossWS 1.0.3. I worked around it by f

[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread mkural
We can mantain two sets of pages, one for PC and one for PDA, it's no problem. But we need a theme that works for a Blackberry-like PDA. So you already created such a JBoss Portal theme for Blackberry yourself? Can you share with or sell to us that theme? View the original post : http://www.jb

[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread IvanLatysh
Try this url: http://www.google.ca/pda View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956000#3956000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956000 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread IvanLatysh
"mkural" wrote : Could we have the person using the PDA such as BlackBerry access a different url with something like "/pda" at the end of it like myportal.com/portal/portal/default/myapplication/pda and assign a special stripped-down PDA-oriented theme for JBoss Portal to that /pda group of pag

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Attempting to override the DefaultJMSProvider

2006-07-06 Thread jprossjr
For those interested, the missing piece that I could not deduce from the documentation, was the need for an annotation in my MDB class. Specifically: @ActivationConfigProperty(propertyName = "providerAdapterJNDI", propertyValue="java:/WSMQJMSProvider") The annotation references the following wh

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Trying to override from SpyDestination to use MQSeries i

2006-07-06 Thread jprossjr
For those interested, the missing piece that I could not deduce from the documentation, was the need for an annotation in my MDB class. Specifically: @ActivationConfigProperty(propertyName = "providerAdapterJNDI", propertyValue="java:/WSMQJMSProvider") The annotation references the following wh

[JBoss-user] [JBoss jBPM] - two or more comments

2006-07-06 Thread eskina
Hi! The question is the following: 1 - I am executing taskNode("evaluate web order"). 2 - I insert my commentary in the variable comment and saved the task. 3 - return the task to the group so that other users can insert, when necessary, its commentaries - are the 5 responsible users for this t

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - linking hbm entities to specific session factories in the hi

2006-07-06 Thread arnieAustin
I am using Hibernate 3.x. I am working on an application that uses data from three different databases (in dev, also on the same server, but prod could be different servers). Anyway, so far so good - I have created Hbm SF's linked to the different JBoss connection pools. But I do not grasp just

[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread mkural
Thanks for the info IvanLatysh. I have a few questions to you. Could we have the person using the PDA such as BlackBerry access a different url with something like "/pda" at the end of it like myportal.com/portal/portal/default/myapplication/pda and assign a special stripped-down PDA-oriented th

[JBoss-user] [JBoss Seam] - Re: myFacesLifecycleBug - what is this?

2006-07-06 Thread CptnKirk
MyFaces 1.1.1 had a bug that caused problems for Seam. There is Seam logic to offset this issue and it is enabled with this property. The problem has been fixed in MyFaces 1.1.3 and later. JBoss AS ships with the problematic MyFaces 1.1.1 version. However you can bundle MyFaces 1.1.3 within

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
Things are still unstable. I'm testing everything as root, so it's cannot be access control. Unfortunally I have to put this to work in this machine, without loose anything. I tested the same files in a machine with Ubuntu and all works fine. SELinux is disabled. I updated the ent

[JBoss-user] [JBoss Portal] - Re: Sample portlet project - with JSF

2006-07-06 Thread gilboay
ok ... it's working :) However, i've noticed that you take two different approaches for JSF vs. JSP: 1) In the JSP sample you create a Portlet class (using JSR-168 API). 2) In the JSF sample you use a set of JSP pages (with JSF taglibs), with no intermediary Portlet class. Is this the best pra

[JBoss-user] [JBoss jBPM] - Re: next Task Node

2006-07-06 Thread eskina
Thanks for the answers! The necessity to know anticipatedly next taskNode("wait for money") to be executed by an user is for showing in the interface of taskNode("evaluate web order") the users and groups responsible for taskNode("wait for money") so that the user who is executing taskNode("ev

[JBoss-user] [JCA/JBoss] - Re: JBoss and Hibernate - mapping of classes to connections

2006-07-06 Thread arnieAustin
If by move it there you are referring to the Hibernate.org site, that isn't an option. They have NO documentation on using it from JBoss as a AS service. Is there a particular forum here for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955988#3955988

[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread IvanLatysh
I done a few simle projects for BlackBerry, and it is quite easy to do. But portlet must know that it rendering itself for BB. Since BB has limited HTML parser and no javascript. I belive that the proper way is to detect client browser on a portal level and allow the special portlet to switch th

[JBoss-user] [JCA/JBoss] - Re: JBoss and Hibernate - mapping of classes to connections

2006-07-06 Thread [EMAIL PROTECTED]
Again, this is more on the Hibernate side of things. Could you please move your post there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955986#3955986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955986 Using

[JBoss-user] [JCA/JBoss] - Re: JBoss and Hibernate - mapping of classes to connections

2006-07-06 Thread arnieAustin
Sorry about the wrong forum; Sybase 12.x. I have several dozen hbm.xml files for each entity class, and one hibernate-service.xml file (below). I found an old document (somewhere that showed (maybe in Hibenate 2.x and pre-JBoss AS 4) the various entities linked to a specific connection but tryin

[JBoss-user] [JBoss Seam] - Re: Session scoped javabean problem

2006-07-06 Thread CptnKirk
How are you creating your component? Do you have a managed-bean of the same name configured in faces-config.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955984#3955984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Seam] - myFacesLifecycleBug - what is this?

2006-07-06 Thread c_eric_ray
Can someone tell me what this property is for true Thanks. Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955983#3955983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955983 Using Tomcat but need to do more? N

[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread mkural
How do you think PDA support for JBoss Portal could be added? Do you think a new JBoss Portal theme that is designed to have a smaller frame and less graphics for PDAs would be enough? Or is there more needed to support PDAs in JBoss Portal? View the original post : http://www.jboss.com/index.

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Frequent

2006-07-06 Thread znbailey
Here is the result of copying the event details to the clipboard from the error log: | eclipse.buildId=M20060629-1905 | java.version=1.5.0_05 | java.vendor=Sun Microsystems Inc. | BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US | Command-line arguments: -os win32 -ws win3

[JBoss-user] [JCA/JBoss] - Re: JBoss and Hibernate - mapping of classes to connections

2006-07-06 Thread [EMAIL PROTECTED]
This is not really a JCA question, but falls more on the Hibernate side. However, your hibernate-cfg.xml should appropriate map your entity objects, to your connection configuration. Assuming that you have n databases, you would need n hibernate-cfg.xml files. Each cfg file should have a refere

[JBoss-user] [JCA/JBoss] - JBoss and Hibernate - mapping of classes to connections

2006-07-06 Thread arnieAustin
I am using Hibernate 3.x. I am working on an application that uses data from three different databases (in dev, also on the same server, but prod could be different servers). Anyway, so far so good but I do not grasp just how Hibernate knows (if it does at all) that entity class X is to be foun

[JBoss-user] [EJB 3.0] - Re: Avoiding multiple Hibernate deploys

2006-07-06 Thread sbalmos
Sorry all, disregard this question. Apparently, my IDEA build settings were accidentally including referenced dependent modules (e.g. the entities, and some shared core EJB code) in the packaging. :/ --Scott View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=395

[JBoss-user] [JBossWS] - WSDL-first and generated WSDL's service name/port name

2006-07-06 Thread jdcmember
I'm trying out WSDL-first service development with JSR-181 anotations and a stateless bean service, and I'm having some problems controlling some of the finer aspects of WSDL. I'm using jbossws-1.0.1.GA with JBossAS-4.0.4.GA. I'm actually mentoring a company that's planning on using JBossWS for

[JBoss-user] [JBoss Seam] - Re: @PreUpdate not being called on Seam @Entity

2006-07-06 Thread RobJellinghaus
Arrgh, sorry about that. I fundamentally misunderstood how this works. Now I know about @EntityListeners and I will build a proper listener class and so forth. SEARCH BEFORE POSTING :-( Cheers, Rob View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955975#395

[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread dhartford
I, too, would be interested in this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955974#3955974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955974 Using Tomcat but need to do more? Need to support web services, s

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-06 Thread jbpmndc
A Book on jBPM and Seam would help a lot. There are a lot of issues: When to use identity?; when to delegate security to the application container?. When to store data in the process as variables?; when to store data in a database manually? and so on View the original post : http://www.jbo

[JBoss-user] [JBoss Seam] - @PreUpdate not being called on Seam @Entity

2006-07-06 Thread RobJellinghaus
OK, so this is probably another Hibernate issue, but still. I'm building my Seam app from the Seam Hibernate example under Tomcat alone (microcontainer, yada yada). I'm trying to declare a @PreUpdate method to protect certain objects from updates (by throwing an exception and killing the sessi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-07-06 Thread johnsenf
same problem. Screenshot: http://img252.imageshack.us/my.php?image=debug6cj.jpg eclipse version: Version: 3.2.0 Build id: M20060629-1905 I used the following site for eclipse "update Site": http://download.jboss.org/jbosside/updates/development View the original post : http://www.jboss.com/in

[JBoss-user] [JBossWS] - Re: Error Calling web service

2006-07-06 Thread sajid08
Ok, sorry for the inconvenience, is there any forum in jboss forums where my question is relevant?, I am not posting it to the apache mailing list because it is do with jBPM and hence I come to jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955969#395

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Frequent

2006-07-06 Thread znbailey
Rob, Any word on this? What is the timeout you have defined? What would be some other reasons for getting this "failed to start" message? It seems that maybe the 2.0 IDE package is less forgiving when certain non-critical startup items fail (i.e. failures not reported to the console, but may be

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Frequent

2006-07-06 Thread jiyanghu
I got the same issue - failed to start without any info(I am using 3.2.8sp1). It stopped starting after 2 minutes based on console log info. No reason for such a failure. I used the same ear file with IDE1.6 and it starts fine. View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Portal] - Re: Width of the portlet window - problem

2006-07-06 Thread [EMAIL PROTECTED]
its in the theme css. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955964#3955964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955964 Using Tomcat but need to do more? Need to support web services, security? Get s

[JBoss-user] [JBoss Portal] - Re: Sample portlet project - with JSF

2006-07-06 Thread [EMAIL PROTECTED]
I've created a new set of portal/portlet sample for 2.4 here http://anonsvn.jboss.org/repos/portletswap/portlets/2_4/bundles/ Keep in mind the descriptors have changed a bit in 2.4, so they may not show up, without some modifications in 2.2. View the original post : http://www.jboss.com/index.

[JBoss-user] [JBoss Portal] - Re: content search by title or description

2006-07-06 Thread [EMAIL PROTECTED]
The CMS uses jackrabbit. You will find the lucene index is disabled by default in 2.4. In 2.2, you will find it under jboss-x.x.x/server/default/data/portal/cms/conf/workspaces/index/ i believe. This article talks a little about how to use the jackrabbit api to search: http://www.artima.com/le

[JBoss-user] [Installation, Configuration & Deployment] - Re: Minimum system requirements??

2006-07-06 Thread AlliumPorrum
I found one instructions for slimming down the JBoss from here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming I removed all the services that I do not need, and I managed to get JBoss 4 running with the 384Mb of memory. Browser will be also successfully started to port 8080. BU

[JBoss-user] [JBoss jBPM] - JBPM_LOG: Howto enable, Turning on BPEL log by process execu

2006-07-06 Thread bertrand.njiipwo
Hello @all, i'm facing the problem 1000 of you have already encounter. After the execution on my BPEL-process i realise that the Database Table JBPM_LOG has no records. I have already search the forum for this but there was some answer for those whose deploy business process programmaticaly a

[JBoss-user] [JBoss Seam] - Re: Stateful behaviour jPDL [Back button error!]

2006-07-06 Thread jcalvert
Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955957#3955957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955957 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quick

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread PeterJ
The missing class (BasicMBeanRegistry) is found in the ./lib/jboss-jmx.jar file. Have you checked the access controls on the files in that directory? On my system, my user account owns all of the files and has full rights (755). However, the fact that you are getting JVM dumps leads me to beli

[JBoss-user] [JBoss Seam] - NullPointerException when adding SeamPhaseListener and jboss

2006-07-06 Thread Basel
I have a simple application that uses JSF RI 1.2, Facelets 1.1.11, and Seam 1.0.1GA running under the JEMS installer version of JBoss. The application works fine except when adding the following two entries: | | org.jboss.seam.jsf.SeamPhaseListener | | | and | | | j

[JBoss-user] [Security & JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-06 Thread [EMAIL PROTECTED]
"elkner" wrote : | Well, why do you need SSL, if you trust all certs? Definitely a "no master" hint Well, this is because if you are using a self-signed cert you will get an invalid certificate exception unless a proper TrustManager is setup in the SSL Context on the client. For a self sig

[JBoss-user] [Clustering/JBoss] - Problem with Loadbalancing of Sateless Session Beans across

2006-07-06 Thread tvsrkp
I have setup a cluster with two nodes. I have a state less ejb which works as facade. I have clients installed on many machines which uses HA JNDI to lookup this state less ejb and call some methods on it. I am using RoundRobin policy and it works fine if one client sends multiple requests. each

[JBoss-user] [EJB 3.0] - Re: Bug? Transaction timeout....

2006-07-06 Thread peter_kaas
Any change if you add the @TransactionTimeout to the method instead of the class? I have experienced the same problems you describe but ended up changing the default timeout... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955944#3955944 Reply to the post :

[JBoss-user] [JBossCache] - Re: Configure JBoss cache with Weblogic 8.1

2006-07-06 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLogic View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955942#3955942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955942 Using Tomcat but need to do more? Need

[JBoss-user] [EJB 3.0] - Re: Embedded EJB3: NO TX DATASOURCE setup

2006-07-06 Thread mtuckah
Have you resolved this issue? I'm having the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955941#3955941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955941 Using Tomcat but need to do more? Need to s

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
I forgot to say that the VM crashes sometimes too. Here is the last report: | # | # An unexpected error has been detected by HotSpot Virtual Machine: | # | # SIGSEGV (0xb) at pc=0x086a933e, pid=11327, tid=3086771904 | # | # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode

[JBoss-user] [Security & JAAS/JBoss] - Re: Calling web service from another jboss application using

2006-07-06 Thread elkner
"[EMAIL PROTECTED]" wrote : ... you need to "Trust all certs" when you setup the connection programmatically Well, why do you need SSL, if you trust all certs? Definitely a "no master" hint ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955938#3955938 R

  1   2   3   >