[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-20 Thread piotr.walczyszyn
I just checked also one thing. I removed from my mail template all referances to my components. Now it is completely static template with hardcoded receipient, subject and body. Unfortunelty I get same error when rendering - I guess this proves that my problem is not about properly scoped

[jboss-user] [JCA/JBoss] - JCA compatible file system adapter within JBoss

2007-02-20 Thread MichailH
Hello, I?m trying to find information about a JCA compatible file system adapter within JBoss projects, but unfortunately unsuccessful. I will be very thankful for a link or reference to any information on this topic Br, Michail. View the original post :

[jboss-user] [JBoss Messaging] - Re: Xa - Memory Leak ?

2007-02-20 Thread timfox
Olivier- The messaging team is currently working 20 hours a day, 7 days a week for out 1.2. release which is due out at the end of the month. If you can replicate your issue with just JBM then I will try and fit some time in to look at it in the four hours of the day I have remaining, but I

[jboss-user] [JBoss Messaging] - Re: Getting javax.jms.InvalidClientIDException when using 1.

2007-02-20 Thread sathish_06
Hi Ovidiu, After setting CLIENTID to null in JMS_USER table, now its giving error msg - Cannot create durable subscriber without a valid client ID Here is the complete exception stack trace:- 23:50:38,276 INFO [EjbModule] Deploying MigrationManagerMDB | 23:50:41,995 ERROR [ExceptionUtil]

[jboss-user] [JBoss Messaging] - Re: Getting javax.jms.InvalidClientIDException when using 1.

2007-02-20 Thread timfox
You specify the client id in the MDB config View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019492#4019492 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019492 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-20 Thread [EMAIL PROTECTED]
Please create an issue in JIRA, this is clearly a bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019493#4019493 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019493 ___

[jboss-user] [JBoss Messaging] - Re: Getting javax.jms.InvalidClientIDException when using 1.

2007-02-20 Thread timfox
e.g. | message-driven |ejb-nameDurableTopicBean/ejb-name |configuration-nameStandard Message Driven Bean/configuration-name |destination-jndi-nametopic/testDurableTopic/destination-jndi-name |mdb-userjohn/mdb-user |

[jboss-user] [JBoss Messaging] - Re: Getting javax.jms.InvalidClientIDException when using 1.

2007-02-20 Thread timfox
There's loads of stuff on the wiki about this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019495#4019495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019495 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Installed JbossAS+Portal 2.4.1 Bundle what to convert to

2007-02-20 Thread nataleja
I thought it would be that easy as well but when I go from Hypersonic to Oracle, I see it create the database objects and I see multiple sessions connected to the Oracle Database but I get a portlet CMS null pointer exception. If I go back to hypersonic everything is fine. There must be

[jboss-user] [JBoss Portal] - Re: Installed JbossAS+Portal 2.4.1 Bundle what to convert to

2007-02-20 Thread [EMAIL PROTECTED]
Can you please post the stacktrace from server.log? We have run portal testsuite with oracle and they went find with 2.4.1.Ga. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019498#4019498 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Installed JbossAS+Portal 2.4.1 Bundle what to convert to

2007-02-20 Thread [EMAIL PROTECTED]
Make sure you have the very latest Oracle driver of the Oracle 10 branch. It's the less broken driver. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019499#4019499 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019499

[jboss-user] [JBoss Seam] - why @Synchronized reference doc example 1.22 ?

2007-02-20 Thread codelion
According to reference documentation 3.1.10. Concurrency model I'd think a session scoped component doesn't need it, only an application scoped component can benefit from it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019505#4019505 Reply to the post :

[jboss-user] [JBoss Portal] - JBoss Portal Acegi

2007-02-20 Thread engela
I am thinking of using Ageci in a JBoss Portal to - Authenticate a user - Restrict access to accessing Portal Pages - Implement a fine-grained authorization within the portlets, which will be based on the Spring Portlet MVC framework Has anyone used Ageci for authentication and authorization

[jboss-user] [JBoss Seam] - Re: Exception getting value of property resultList of base o

2007-02-20 Thread swells77
I am having the same problem with other seam generated entities - any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019509#4019509 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019509

[jboss-user] [JBoss Portal] - Re: JBoss Portal Acegi

2007-02-20 Thread [EMAIL PROTECTED]
Anette- Does Acegi support JAAS based authentication? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019512#4019512 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019512 ___

[jboss-user] [JBoss AOP] - Open source apps that use JBoss AOP?

2007-02-20 Thread khdev4u
We're looking for open-source applications that build on JBoss AOP to make a product -- preferably a project that unit test cases. We're building program change analysis tools that investigate and identify changes in functionality (intentional or otherwise) due to aspects, especially between

[jboss-user] [JBoss Seam] - Commented code + value change listeners parsed by Seam entit

2007-02-20 Thread swells77
I have XHTML pages that contained commented code - yet seam entity resolver generated exceptions saying that it couldn't find a property accessor for a value change listener (within the commented code). 1) Why does Seam process commented code? As soon as I removed all of the commented code

[jboss-user] [JBoss Portal] - Re: Google Gadgets

2007-02-20 Thread Oberiko
Hello. Can I ask where I can find the service mentioned above which provides Google Gadgets? I've searched the site for it, but I can't seem to locate it. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019519#4019519 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Open source apps that use JBoss AOP?

2007-02-20 Thread khdev4u
khdev4u wrote : preferably a project that unit test cases. | Intended to say preferably a project that uses unit test cases... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019523#4019523 Reply to the post :

[jboss-user] [JBoss Seam] - Setting a

2007-02-20 Thread MikeDougherty
Good afternoon, I have an Authenticator that connects to the company's LDAP to authenticate. Which is working perfectly. In the LDAP there is a Display Name for the user. I think it would be nice to show this in the loginout.xhtml page rather than the username. Currently I am doing this via

[jboss-user] [JBoss Seam] - Date

2007-02-20 Thread KoniKoni
//get aktuell locale | Locale locale = localeSelector.getLocale(); | | //make calendar | Calendar cal = new GregorianCalendar( TimeZone.getTimeZone(ECT) ); | | //format date to locale | DateFormat

[jboss-user] [Installation, Configuration Deployment] - Re: Is JBOSS AS 4.03SP1 compatible with jdk 1.6?

2007-02-20 Thread Quessir
Yes! I have the same problem. When I put my apps into deploy, it creates .war files. But, in browser I cannot access them (my apps). There is nothing, only white screen. I just don't know what to do. WinXP, jdk1.6.0, jboss 4.0.5ga. Did they make patches or fixed a bug (if it occured)? View

[jboss-user] [JBoss Messaging] - Re: Xa - Memory Leak ?

2007-02-20 Thread jeanbobby
Tim, I know you guys work like crazy, I follow very closely the user and developer forums, and I greatly appreciate your efforts as I expect to switch to 1.2GA soon after GA, to benefit from its distributed queues. My test is now 100% spring free and I had already created a support entry: I

[jboss-user] [JBoss Portal] - Re: Error at the management portlet

2007-02-20 Thread yurei
I found that there is a jira issue about that... Does anyone has the same problem with me ? With the produciton 2.4 release there is an other problem.. if you have a new region(for example right region) and even navigation and unknown region and try to move a portlet to that direction, it

[jboss-user] [JBoss Seam] - Date

2007-02-20 Thread KoniKoni
I want to displa follow output on the page:Friday, 19.01.2007 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019544#4019544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019544

[jboss-user] [JBoss Portal] - Re: Installed JbossAS+Portal 2.4.1 Bundle what to convert to

2007-02-20 Thread nataleja
It looks like it's still trying to use Hypersonic DB for some things. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019545#4019545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019545

[jboss-user] [JBoss jBPM] - user administration

2007-02-20 Thread janberntFritz
Hi, we just started to use jbpm. We are currently using the web frontend, but we cant make any changes to the predefined users (ernie, bert, grover)(the user ? Administration is obviously not working yet). We tried to change it in the identity.db.xml ? file, but this didn?t help anything. I

[jboss-user] [JBoss Portal] - Part 2

2007-02-20 Thread nataleja
2007-02-20 17:12:05,908 DEBUG [org.hibernate.jdbc.ConnectionManager] aggressively releasing JDBC connection 2007-02-20 17:12:05,908 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] 2007-02-20

[jboss-user] [JBoss Seam] - Re: Date

2007-02-20 Thread KoniKoni
h:outputText value=#{--date---} f:convertDateTime locale=en-US type=both dateStyle=some style timeStyle=some style/ /h:outputText Where --date--- come from? I need to make a entity bean or there a system attributes? Can I solve this problem with @out or @ create? View the original

[jboss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2007-02-20 Thread jerrynolan
I'm sure everyone here would like to see your JVM options to start with... HOWEVER, since you have a JBoss service contract, please open up a case with them and mark it as a Production is down. They should be calling you pretty quickly, and if they don't then you should call them! Needing

[jboss-user] [JBossCache] - Re: java.io.StreamCorruptedException: invalid stream header

2007-02-20 Thread vbatista
Hi! This problem only happens with the ClusterPartition. I have also defined 2 TreeCache's and they work ok (I used the JGroups configuration recommended on JBossCache-1.4.1). I think my problem is that I am using the old JGroups configuration for my ClusterPartition. I attach this

[jboss-user] [JBoss Portal] - Stopped and restarted JBoss - Last Error Message in Server.l

2007-02-20 Thread nataleja
2007-02-20 17:29:45,253 DEBUG [org.jboss.portal.portlet.container.info.PortletResourceBundleManager] Want to load bundle Resource for locale en_US 2007-02-20 17:29:45,262 DEBUG [org.jboss.portal.portlet.container.info.PortletResourceBundleManager] Created bundle Resource for locale en_US

[jboss-user] [JBoss Seam] - EntityHome setId problem

2007-02-20 Thread dustismo
Hi, I am using EntityHome for a basic crud page. It works fine for creating but doesn't work when I try to update. Here is the EntityHome class | @Name(groupHome) | public class GroupHome extends EntityHomeUGroup { | | @In (required=true) | private User user; |

[jboss-user] [JBoss Eclipse IDE (users)] - Interface not impl problems with WS from JSR-181 POJO

2007-02-20 Thread rjacobyez
Hi, I'm not getting the webservice to generate from even the simplest JSR-181 POJO. Writing a simple example class as follows, in a WS-natured project, gives an error popup with: anonymous wrote : The class 'foo.HelloWorldService' does not implement any interfaces However, the @WebService

[jboss-user] [JBoss Portal] - Re: File size in CMS Admin portlet showing as 0kb

2007-02-20 Thread [EMAIL PROTECTED]
Oberiko- This looks like a small bug in the CMS Admin UI code. I will fix this in our next release. Here is the JIRA issue if you wish to track it http://jira.jboss.com/jira/browse/JBPORTAL-1286 Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-20 Thread [EMAIL PROTECTED]
Yu can see today's build at http://cruisecontrol.jboss.com/cc/artifacts//jboss-portal-trunk-build. Please let me know if you run into any issue with this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019567#4019567 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Inability to Run a JSF Application on JBoss

2007-02-20 Thread [EMAIL PROTECTED]
You are trying to use the JSF RI. You should either remove MyFaces from JBoss or remove the RI from your application. See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces Stan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019570#4019570 Reply to the

[jboss-user] [JBoss Portal] - Re: JSF components in a portlet environment

2007-02-20 Thread [EMAIL PROTECTED]
Good idea Thomas. I changed the text on the page a bit. You might want to check and make sure it is still what you intended. Some of the problems with JSF components will be fixed by the new JSR-301 portlet bridge. However, it will be several months before that is out. In the mean time,

[jboss-user] [JBoss jBPM] - Re: Runa

2007-02-20 Thread stelecta
you can find it in the jbpm project on sourceforge.net View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019579#4019579 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019579 ___

[jboss-user] [Security JAAS/JBoss] - Feedback on JBoss Federated SSO

2007-02-20 Thread [EMAIL PROTECTED]
As you know the JBoss Federated SSO project has released CR1 of v1.0.0 at http://labs.jboss.org/portal/jboo/downloads We are interested in hearing about feedback from the community on this. What are your experiences? Good or bad, we want to hear! View the original post :

[jboss-user] [JBossCache] - Re: java.io.StreamCorruptedException: invalid stream header

2007-02-20 Thread [EMAIL PROTECTED]
Use of JGroups 2.4 or later with JBoss AS versions before 4.0.5.GA requires starting JBoss AS with -Djgroups.marshalling.compatible=true. See http://labs.jboss.com/portal/jbosscache/compatibility/index.html. View the original post :

[jboss-user] [Installation, Configuration Deployment] - support a legacy service on port 8080

2007-02-20 Thread fkhan
I have a legacy service that I'm porting to a new installation that allows users via http post to submit data to the server on port 8080. I need to support the exisitng URL http://mydomain.com:8080/java/submitData.jsp, but I don't want to risk exposing the vunerable jboss services that exist

[jboss-user] [JBoss Seam] - Re: Commented code + value change listeners parsed by Seam e

2007-02-20 Thread petemuir
2) As it's in the commented code it gets treated as a valuebinding rather than a method binding (JSF is attempting to just write it out as part of the comment). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019589#4019589 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-20 Thread petemuir
The message can be overridden in your resource bundle with the property key org.jboss.seam.loginSuccessful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019591#4019591 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-20 Thread [EMAIL PROTECTED]
Just override the login message. I've even updated the seamspace example to show how to do this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019593#4019593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019593

[jboss-user] [JBoss Seam] - Re: Date

2007-02-20 Thread petemuir
Just use a factory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019597#4019597 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019597 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Google Gadgets

2007-02-20 Thread [EMAIL PROTECTED]
it's in the source code of 2.6, it is not deployed by default. It is very beta but works. but Thomas got another idea. It could be possible to integrate it at the new pluggable content stuff instead of the portlet invoker level. View the original post :

[jboss-user] [JBoss Seam] - Re: Date

2007-02-20 Thread fernando_jmt
I know, I can add the full name in a separately session variable, but this will not part of the identity as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019602#4019602 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-20 Thread fernando_jmt
I know, I can add the full name in a separately session variable, but this will not part of the identity as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019604#4019604 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Date

2007-02-20 Thread fernando_jmt
Sorry, my last message was my bad to add it to this topic ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019605#4019605 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019605

[jboss-user] [JBoss Seam] - Re: why @Synchronized reference doc example 1.22 ?

2007-02-20 Thread [EMAIL PROTECTED]
You're right, and the booking example doesn't have it either. I've updated the docs, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019607#4019607 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019607

[jboss-user] [JBoss Seam] - Re: fileUpload (integrated component)

2007-02-20 Thread [EMAIL PROTECTED]
I'm not sure why it doesn't work with your jsp page. If you raise an issue in JIRA and assign it to me I'll take a look at it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019608#4019608 Reply to the post :

[jboss-user] [Clustering/JBoss] - HA-JMS objects lookup in a Cluster

2007-02-20 Thread schaefera
I have a cluster setup with a HA-JMS and now I am trying to lookup a Connection Factory or Destination from within an EJB deployed on that cluster. Create an Initial Context like this: lProperties.put( Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory );

[jboss-user] [JBoss Seam] - Re: Date

2007-02-20 Thread fernando_jmt
KoniKoni wrote : I want to displa follow output on the page:Friday, 19.01.2007 Well, if you wanna display the current date, you only need to do this: | h:outputText value=#{currentDate} | f:convertDateTime pattern=, dd.MM./ | /h:outputText | If you wannna

[jboss-user] [JBoss Seam] - Re: Date

2007-02-20 Thread [EMAIL PROTECTED]
Seam provides both #{currentDate} and #{currentDatetime} components. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019611#4019611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019611

[jboss-user] [JBoss Seam] - Re: catching exceptions + stack trace

2007-02-20 Thread [EMAIL PROTECTED]
How did you get it to produce the stack trace? If you could create a JIRA issue with the details and assign to me I'll take a look at this for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019612#4019612 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EL enhancements

2007-02-20 Thread lightbulb432
Here's the type of thing I'm trying to do. The point is that there are a list of favorites, and within that list I want to specially mark those favorites of the logged in user. But of course, the enhanced EL expression I have in the view doesn't work. It seems like the most intuitive way to do

[jboss-user] [JBoss Seam] - Re: JSF 1.2 in Seam distribution?

2007-02-20 Thread RobJellinghaus
Rats, got the second link wrong above: I meant http://www.jboss.com/index.html?module=bbop=viewtopict=94738, of course. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019618#4019618 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Monitoring the depth of a Queue/Topic

2007-02-20 Thread genman
Queue depth cannot be obtained using a standard JMS API. For JBoss MQ there is a JMX interface. For JBoss Messaging there is a compatible JMX interface. I don't really see how you could make this app-server agnostic. As an example, SonicMQ has a proprietary API that you can use. ActiveMQ uses

[jboss-user] [JBoss AOP] - JBoss AOP 1.5.4.GA released

2007-02-20 Thread [EMAIL PROTECTED]
It is another maintenance release, but the mentioned attach functionality is pretty cool. The release notes can be found here: http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12311163styleName=HtmlprojectId=10055Create=Create Bugs: http://jira.jboss.com/jira/browse/JBAOP-254 -

[jboss-user] [JBoss AOP] - Re: AOP and Scoped Classloader

2007-02-20 Thread [EMAIL PROTECTED]
JBAOP-356 has been released http://www.jboss.com/index.html?module=bbop=viewtopicp=4019626#4019626 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019627#4019627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019627

[jboss-user] [JBoss AOP] - Re: Inteception on field inherited through generic superclas

2007-02-20 Thread [EMAIL PROTECTED]
JBAOP-346 has been released http://www.jboss.com/index.html?module=bbop=viewtopicp=4019626#4019626 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019628#4019628 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019628

[jboss-user] [JBoss Messaging] - Re: Xa - Memory Leak ?

2007-02-20 Thread timfox
This does seem to be a bug, however it only seems to occur when using a rather perverse usage pattern which the spring jms template seems to use. See http://jira.jboss.org/jira/browse/JBMESSAGING-864 and http://www.jboss.com/index.html?module=bbop=viewtopicp=4019590#4019590 So any people out

[jboss-user] [JBoss Messaging] - Re: Monitoring the depth of a Queue/Topic

2007-02-20 Thread mbabauer
genman wrote : I don't really see how you could make this app-server agnostic. | Well, you got me going in the right direction in any light. It was nice to dream of a world where one J2EE app could coexist peacefully with many an Ap Server. View the original post :

[jboss-user] [JBoss Seam] - Some Seam projects

2007-02-20 Thread [EMAIL PROTECTED]
http://code.google.com/hosting/search?q=seambtn=Search+Projects View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019654#4019654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019654

[jboss-user] [Clustering/JBoss] - Re: HA-JMS objects lookup in a Cluster

2007-02-20 Thread schaefera
Related to this question is also how to use java:/JmsXA within a cluster because a HA-JMS slave node will not able to lookup 'java:/JmsXA'. Normally XAConnectionFactory does not participate in the EJB's own transaction context. -Andy View the original post :

[jboss-user] [JBoss jBPM] - Re: How to tell how far the process has moved along in the w

2007-02-20 Thread kpalania
Sorry, my mistake. When I try to access the web console using a URL like this: http://hostname:port/jbpm - as is what is mentioned in the docs, I get a HTTP 404 error. I didn't get any errors while deploying the jbpm.war file though. View the original post :

[jboss-user] [JBoss jBPM] - Re: Error: BPEL and processdefinition.xml

2007-02-20 Thread [EMAIL PROTECTED]
This happens when the settings in jbpm.cfg.xml is not in the classpath or does not contain the adequate configuration for BPEL. Did you set your build.properties correctly? This is discussed in the Getting Started chapter of the user guide. View the original post :

[jboss-user] [JBoss Seam] - Re: Wysiwyg editor for Seam Text?

2007-02-20 Thread supernovasoftware.com
Thanks for the tip. It would be great if you could post something on the wiki like the Ajax4JSF file browser. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019706#4019706 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Load Balancing using client Proxy

2007-02-20 Thread nirajal
I have already used Xdoclet for configuring clustered to true in jboss.xml. But that's not exactly the problem. I will explain the problem with an example: 1) I have three machines in cluster namely A, B and C. 2) IP Address for Machine A is 192.168.10.1, B is 192.168.10.2 and for C is

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-20 Thread wstrange
Did the glassfish fix for web.xml actually get commited to cvs? I can't see anything related to declaring the Authenticator. This is what I added to my web.xml: ejb-local-ref | ejb-ref-nameSeamBookingOpenSSO/AuthenticatorAction/local/ejb-ref-name |

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-20 Thread baz
Anyone with an idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019723#4019723 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019723 ___ jboss-user mailing list

<    1   2