[jboss-user] [JBoss Portal] - Re: JBoss portal newbie building source file

2007-03-21 Thread [EMAIL PROTECTED]
Define the proxy for ant: http://ant.apache.org/manual/install.html To do that you can use define ANT_OPTS On Linux: export ANT_OPTS=-Dhttp.proxyHost=proxy -Dhttp.proxyPort=81 should work fro you after replacing the proxy settings of course. By the way if you just start, you should use

[jboss-user] [JBossWS] - Do we actually need to download and install JBossWS?

2007-03-21 Thread fenrus
I'm running EJB3.0 on JBoss AS 4.0.5. I thought the default JBoss AS came with Web Services capability. So I merrily went on my way trying to get some Java web services to work with .NET to work, with utter failure. Then I noticed the JBossWS project and download. What's the difference,

[jboss-user] [Security JAAS/JBoss] - Re: IllegalStateException in sessionContext.getCallerPrincip

2007-03-21 Thread Mihail Druzinin
Jira issue opened : http://jira.jboss.com/jira/browse/EJBTHREE-913 Atteched test app and patch to fix (be my mind) this issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030114#4030114 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.2.Beta2

2007-03-21 Thread fuligj
Any idea? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030116#4030116 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030116 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: NoClassDefFoundError exception related to filter

2007-03-21 Thread Antoine_h
for the exception : did you tried to put the lib jar in the libs of the \deploy\jboss-portal.sar\portal-server.war ? or in the lib folder of the sar : \deploy\jboss-portal.sar\lib ? for authentication propagation : it depends what you do in the lib the portal-server.war is in charge of

[jboss-user] [JBoss Portal] - Re: how to change the url of jboss portal

2007-03-21 Thread Antoine_h
and this post : http://jboss.org/index.html?module=bbop=viewtopict=103478 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030117#4030117 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030117

[jboss-user] [Testimonials] - Migration from Weblogic to JBoss 4.0.5

2007-03-21 Thread prakash.dumbre
I am migrating our application from Weblogic 7.0 to JBoss 4.0.5. I have succesefully Deployed our ear file after changing all xml files on JBoss. But now i am facing problem regarding to ejb JNDI lookup while accessing login page. Failed to lookup EJB home interface

[jboss-user] [JBoss Portal] - Re: Switching to Sybase Database in JBoss Portal

2007-03-21 Thread eabarquez
Alright then, well let me know when you are able to find a workaround on this issue. I am actually just evaluating Portal for a probable integration with our system. I might have to do actual integration in the future. I will just check on this thread every once in a while. Thanks a lot! View

[jboss-user] [JBoss Seam] - Conversation problems

2007-03-21 Thread ueshiba
Hi, i have a problem with the conversations. I have 3 Japa POJO, one is a father conversation and the others are nested. I was inyecting and outjecting some attributes to the conversation, but when i call the annotation @End in one of the nested conversations i lose the values from the

[jboss-user] [JBoss Seam] - Re: Documentation issues

2007-03-21 Thread [EMAIL PROTECTED]
I've fixed up this particular issue, so don't post it in JIRA now. If you have any other documentation issues, then of course feel free to raise them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030121#4030121 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1?

2007-03-21 Thread sherkan777
[EMAIL PROTECTED] wrote : I don't think we've set a release date for 1.2.1 yet. If you check the JIRA roadmap, we've still got a number of open issues for this release. | | http://jira.jboss.com/jira/browse/JBSEAM?report=com.atlassian.jira.plugin.system.project:roadmap-panel View the

[jboss-user] [Beginners Corner] - Can I install Jboss AS in same server as Oracle9i App Server

2007-03-21 Thread jbchurn
Hi, Can I install Jboss As in same server as Oracle9i App Server? If my current website run from oracle9i app server is using port 80, eg. http://www.mydomain.com, can I setup the Jboss AS as http://app.mydomain.com running port 80 as well? Installation platform is Solaris 8. Please advise.

[jboss-user] [JBoss Seam] - Re: FacesMessages queued but not being displayed.

2007-03-21 Thread [EMAIL PROTECTED]
fady.matar wrote : And this bug is a killer, only happens on one of my machines, and the two machines are using exactly the same setup. Yes I get this too. I work on one of three machines depending where I am. All three act differnently. One is XP64 with as much as poss XP64 compat (Java, Jboss

[jboss-user] [Installation, Configuration Deployment] - Can I install Jboss AS in same server as Oracle9i App Server

2007-03-21 Thread jbchurn
Hi, Can I install Jboss As in same server as Oracle9i App Server? If my current website run from oracle9i app server is using port 80, eg. http://www.mydomain.com, can I setup the Jboss AS as http://app.mydomain.com running port 80 as well? Please advise. Regards, Jap. View the original

[jboss-user] [JBossWS] - Re: WSDL-location help?

2007-03-21 Thread oskar.carlstedt
Hi! Thanks for your help. I'm sorry to say, that is not what I actually need or do. I want to have control over my contract (the WSDL-file). That is why I'm using contract first development. I have external parts using my services (contracts). Therefore generated contacts is not a good

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Queue reconnection problem

2007-03-21 Thread erez.axis
Hi. I'm using mySql to persist queue messages. I'm having the following problem: if the mysql server is going down and than back up, the jboss application is not able to reconnect to the sql. Does anyone knows of this issue and how to solve this? This is an example of the server's log:

[jboss-user] [JBoss jBPM] - jBpm on Geronimo?

2007-03-21 Thread hszillat
Has anyone any experience with running jBpm on Geronimo? My application works fine, but I fear that I'm missing some of the EJB's. JBoss was throwing nice logging-message at me every one or two seconds that do not appear on Geronimo. I know from the documentation that I would have to port

[jboss-user] [JBoss Portal] - Re: HOW to change Locale in Program?

2007-03-21 Thread qqqqzaza
Thx for your reply. But could you tell me how to adapt or change the class LocaleInterceptor? (if i want to store it in session) Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030149#4030149 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.2.Beta2

2007-03-21 Thread kukeltje
by using a sniffer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030152#4030152 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030152 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Hardcoded persistence context name in EntityHome

2007-03-21 Thread thejavafreak
Dear all, Is there anyway the persistence context name inside org.jboss.seam.framework.EntityHome class retrieved from a configuration? Since I don't write entityManager for core:managed-persistence-context name in my components.xml. Or is there any consideration why to hard coded it?

[jboss-user] [Installation, Configuration Deployment] - JBoss blows mime type

2007-03-21 Thread kuvera
After my servlet is run, JBoss returns an inconsistent and usually bad http response mime type to the browser. Mostly it becomes application/octet-stream instead of application/pdf which I explicitly set. But not always... This is the output part: | ServletOutputStream out =

[jboss-user] [JBoss AOP] - Maven 2 plugin?

2007-03-21 Thread jorgemoralespou_2
Is there any Maven 2 plugin for compiling aspects? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030156#4030156 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030156 ___

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2007-03-21 Thread Antoine_h
ok, in PortalObjectImpl there is : /** | * Return the default child of this object based on the declared property that specifies the default | * object name. | */ |protected PortalObject getDefaultChild() |{ | String portalName =

[jboss-user] [JBossCache] - Re: Deployment in Tomcat

2007-03-21 Thread mmoossen
that looks good :) thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030160#4030160 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030160 ___ jboss-user

[jboss-user] [JBoss Portal] - Deployment exception: No META-INF/application.xml found

2007-03-21 Thread simplex-software
Greetings, After having tested a JBoss Portal 2.4.0 app on windows, I deployed it on Linux and got the following exception at the deploment time: org.jboss.deployment.DeploymentException: No META-INF/application.xml found Of course, my EAR, built with ant on windows, does contain the

[jboss-user] [JCA/JBoss] - OracleConnection underlyingConn after Close(); do not work

2007-03-21 Thread Oleg1962
Good afternoon! Prompt please, why after conn.close (); and the subsequent conn = getConnection (); I receive an error ERROR [STDERR] java.sql.SQLException: closed connection ERROR [STDERR] at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) ERROR [STDERR] at

[jboss-user] [JBoss AOP] - Re: Some thing like Around Advice

2007-03-21 Thread [EMAIL PROTECTED]
This will be a feature in our next release. In the meantime, please use the normal around advice. | public Object someAdvice(Invocation inv) throws Throwable | { | try{ |//Do stuff before |return inv.invokeNext(); | }finally{ |//Do stuff after |

[jboss-user] [JBoss jBPM] - Problem with graph elements comparing

2007-03-21 Thread yamert
Hello! I have a strange problem with some graph elements comparation in unit tests - such as Nodes, and ProcessDefinitions. Absolutely same entities appear to be different! For example, code line like | assertEquals(processDefinition.getNode(step1), token.getNode()); | results in

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2007-03-21 Thread [EMAIL PROTECTED]
It is at context level, AFAIK you cannot modify it with the XML descriptors. I don't think there is a Jira for this yet, so you can open one. (JSR 168, is defining the portlet container, so it has no notion of portals neither page, it's vendor specific) View the original post :

[jboss-user] [JCA/JBoss] - Re: OracleConnection underlyingConn after Close(); do not wo

2007-03-21 Thread [EMAIL PROTECTED]
You are getting the underlying Oracle connection and closing it. At this point, the connection has become unusable because you have directly closed the physical connection and as a result, it is no longer valid. Close the handle, NOT the actual connection. The example psuedo code illustrates

[jboss-user] [JNDI/Naming/Network] - Migration from Weblogic to JBoss 4.0.5

2007-03-21 Thread prakash.dumbre
I am migrating our application from Weblogic 7.0 to JBoss 4.0.5. I have succesefully Deployed our ear file after changing all xml files on JBoss. But now i am facing problem regarding to ejb JNDI lookup while accessing login page. Failed to lookup EJB home interface

[jboss-user] [JBoss Portal] - Re: Deployment exception: No META-INF/application.xml found

2007-03-21 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewtopicp=4017464#4017464 Anyway, it looks like an encoding issue. Was it compressed using jar in ant ? or compressed afterward. Do you have a MANIFEST.MF file along application.xml ? If so please post it here with your application.xml View the

[jboss-user] [Beginners Corner] - Re: JSF + Sun Java Studio Creator + JBoss

2007-03-21 Thread suganda
i also get same problem with you i dont understand whats wrong i use netbeans 5 with visual web pack and all of the library is handled by netbeans when i build it i also check there is .jar (myfaces) in the jsf-lib folder so how to deal with it ?? thanks ganda View the original post :

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

2007-03-21 Thread tazman
I just tested sending a mail from an asynchronous method (using JSF RI 1.2_03). 1 - I rebuilt Seam from CVS 2 - tested the following method, which worked | public void newMessage(ContactMessage message) { | try { | renderer.render(/mails/contact.xhtml); |

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-03-21 Thread suganda
i also get same error when using jsf with jboss | 2007-03-21 17:42:50,281 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/PowerPortlet].[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | java.lang.NullPointerException | at

[jboss-user] [JCA/JBoss] - Re: Jboss 4.2.0CR1 -

2007-03-21 Thread [EMAIL PROTECTED]
Can you please post your *-ds.xml file as well as turn on TRACE for JCA. There is an entry for this in your log4j.xml file, you just need to uncomment it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030178#4030178 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Jboss 4.2.0CR1 -

2007-03-21 Thread [EMAIL PROTECTED]
FWIW the error from JBossTS is because something is trying to register a participant in the transaction after it has been marked as rollback-only. We've seen something like this before with Hibernate where it tries to register a Synchronization with a transaction after it's rollback-only: this

[jboss-user] [JBoss Seam] - Re: Hardcoded persistence context name in EntityHome

2007-03-21 Thread baz
I had made a jira issue about this: http://jira.jboss.org/jira/browse/JBSEAM-902 and there is this forum post http://www.jboss.com/index.html?module=bbop=viewtopict=102416 This has helped me very much. But perhaps this issue is not quite obvious in the documentation. Otherwise this question

[jboss-user] [JBoss Seam] - Reporting Seam version

2007-03-21 Thread baz
Hello, i have written a little utility for version reporting of jar files. This is the ant task which shows the usage: target name=getversion | java classname=de.bafz.utils.JarVersion | classpath=ant/jarversion.jar | outputproperty=bazversion.seam |

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1?

2007-03-21 Thread sherkan777
avbentem wrote : Indeed, as sherkan777 noticed, the roadmap states 1.2.1.GA ( 19/Mar/07 ) and 1.3.0.BETA1 ( 23/Apr/07 ). Not a major thing at all, but maybe someone can easily change that date? exacly! I asked as because i'm intrested of several things. Maybe Norman dind't knew about this

[jboss-user] [JBoss jBPM] - Re: Small nit with jpdl-3.2.xsd

2007-03-21 Thread kukeltje
If you would have searched the jira for 'know' or solved issues, you would have found that it is already solved in cvs. If I find a bug in any kind of library, the first thing I do is search the jira and the forums. Saves me a lot of time. View the original post :

[jboss-user] [JBoss Portal] - Re: Identify a portlet instance before rendered?

2007-03-21 Thread FredF
[EMAIL PROTECTED] wrote : | You could define a preference at the instance level, using portlet-instances.xml OK, I see. My intention is to programmatically create these portlet instances with the core api. | portal.createPage(User1); | Page p1 = portal.getPage(User1); | Window w2 =

[jboss-user] [JBoss Seam] - s:selectDate ajaxRender

2007-03-21 Thread venkateshbr
Noticed a few problems with s:selectDate when it is rendered through ajax. i have the following code | a4j:outputPanel id=details | h:inputText id=regDate s:convertDateTime pattern=dd/MM/ /

[jboss-user] [JCA/JBoss] - Re: OracleConnection underlyingConn after Close(); do not wo

2007-03-21 Thread Oleg1962
It Work's Thank you very much !!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030191#4030191 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030191 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Identify a portlet instance before rendered?

2007-03-21 Thread [EMAIL PROTECTED]
http://docs.jboss.com/jbportal/v2.6/javadoc/org/jboss/portal/core/model/instance/Instance.html#setProperties(org.jboss.portal.portlet.state.PropertyChange[]) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030192#4030192 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2007-03-21 Thread ygiriyap
Process is not deployed.DB tables(am using mysql) are not populated. Thanks for pointing out this!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030193#4030193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030193

[jboss-user] [JBoss jBPM] - Re: Small nit with jpdl-3.2.xsd

2007-03-21 Thread wjm
kukeltje wrote : If you would have searched the jira for 'know' or solved issues, you would have found that it is already solved in cvs. | | If I find a bug in any kind of library, the first thing I do is search the jira and the forums. Saves me a lot of time. I'm using HEAD, afaik.

[jboss-user] [JBoss Portal] - Re: Identify a portlet instance before rendered?

2007-03-21 Thread FredF
[EMAIL PROTECTED] wrote : http://docs.jboss.com/jbportal/v2.6/javadoc/org/jboss/portal/core/model/instance/Instance.html#setProperties(org.jboss.portal.portlet.state.PropertyChange[]) thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030195#4030195

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2007-03-21 Thread ygiriyap
Hey Ronald, I have created a new workflow definition using the Eclipse with jbpm-jpdl-designer-3.0.13 plugin. JbpmGettingStarted.html doc talks about deploying the WF definition onto JBOSS. But,I need to deploy mine on tomcat. How do I go about doing this. Many thanks !! --Yash View the

[jboss-user] [JBoss jBPM] - Help: BPEL designer

2007-03-21 Thread agusgr
Hello, I'm working with the Eclipse BPEL Designer but I'm having lots of problems. Is there any other designer to develop BPEL process and then deploy it in JBoss server? Thank you all Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030197#4030197 Reply

[jboss-user] [JBoss jBPM] - Modify the JBPM-Eclipse-Designer

2007-03-21 Thread Froschfinger
Hi, i am trying to modify the designer. I got the source code from the CVS. I want to extend the table for task controller variables, where you specify the accesses. i want to put new access types in it. Are there any things i have to consider? Because it doesn't work. View the original post

[jboss-user] [JBossCache] - Re: AsyncCacheLoader

2007-03-21 Thread karnivas
Thanks Again !! I need to schedule the cacheloader to persist DB for a specific node alone in the cache data every 1 min. Can i achieve and configure this ? I've tried with batchSize and pollWait but unsuccessful, so let me know how can i achieve this. An example will be more sufficient.

[jboss-user] [JBoss jBPM] - Deploying jbpm-console in a different server

2007-03-21 Thread vineethjoyson
I am using the jbpm-console application which we get from jbpm-jpdl-3.2.Beta1.zip. i want to move the application to my jboss server. i tried putting the jbpm-console.war in the deploy folder of my server along with jbpm-ds.xml. but it didnt help. So i need help to move the application. Thanx

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.2.Beta2

2007-03-21 Thread fuligj
What kind of sniffer do you think? Can you offer me one? Thank You! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030205#4030205 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030205

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2007-03-21 Thread kukeltje
no difference between jboss and tomcat View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030207#4030207 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030207 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm-console in a different server

2007-03-21 Thread kukeltje
anonymous wrote : it didn't help[/qoute] | | Errors? Stacktraces? Behaviour? Version JBoss? Come onPLEASE provide more info.. we are not clairvoyant View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030209#4030209 Reply to the post :

[jboss-user] [JBossWS] - Global Handler Chain

2007-03-21 Thread stardotjim
Is there a way to create a anonymous wrote : global chain of handlers that fire for all web service requests? The idea we are struggling with is that we do not want to be forced to decorate all web services with the handler chain annotation. We feel that it leaves too much room for error as

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2007-03-21 Thread ygiriyap
I am using JBPM 3.1.4,Tomcat and MYSQL db JbpmGettingStarted.html doc says ... 1. Create a workflow. 2. clicke on the Deployment tab down in the bottom/middle of the screen. 3. In the wizard ... In the deployment server settings provide values for ... - server name (this will be localhost) -

[jboss-user] [Microcontainer] - Re: ServiceMBeanSupport in the Microcontainer world

2007-03-21 Thread alesj
genman wrote : | Basically what I want to do is intercept the various start/stop MBean operation calls and have these translate into calls to the Microcontainer service controller. | Intercept in what way? This is already handled by the 'legacy' ServiceControllerContext. genman wrote :

[jboss-user] [JBossWS] - Re: Do we actually need to download and install JBossWS?

2007-03-21 Thread centecbertl
JBossAS 4.0.5 has got JBossWS 1.0.3.SP1 included. You might want to update to as described here to JBossWS 1.2.0 to use JaxWS style WebServices with JSR181 annotations. (There is only limited support for JSR181 in JBossWS 1.0.3.SP1. JSR181 examples are delivered in the JBossWS Samples. I had

[jboss-user] [JBoss jBPM] - deployment and JBoss jBPM Starters Kit

2007-03-21 Thread geg
Hello, I installed:jbpm-jpdl-suite-3.2.GA.zip and JBossIDE-1.6.0.GA-ALL.zip. I made the example which is here: [url] http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted [/url] there is an error at the time of deployment. when I click on test connection, the error = An exception happened

[jboss-user] [EJB/JBoss] - appc or ejbc equivalent for JBoss

2007-03-21 Thread ybh6336
Hello all, Apologize for the re-post, I used '' and '' in the subject and those got ignored. I need to port a J2EE application from WebLogic to JBoss, and am using 4.0.5 GA release. The application is J2EE 1.3/EJB 2.0 and we use Ant scripts to deploy the app to WebLogic, and use 'appc/ejbc'

[jboss-user] EJB3 MDB clustering and hasingleton

2007-03-21 Thread Jeanmougin, Francois
Hi everybody, I'm trying to configure JBoss to make an EJB3 MDB run only on the JBoss cluster member in which the JMS server is running. I need a pure failover cluster configuration for JBoss. I tried several solutions using the 'barrier' dependency and trying to put the ejb ear file (alone

[jboss-user] [JBoss Getting Started Documentation] - Re: Configure JBoss with Apache

2007-03-21 Thread Quessir
If I'm not wrong JBoss AS is already assembled with Apache. So I don't see meaning to configure them together. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030226#4030226 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Jboss 4.2.0CR1 -

2007-03-21 Thread omerlin
Hello Mark and weston, First of all, thanks for your help - i really don't know what to do because this code is running without problem on Glassfish . Mark, I don't see anywhere in my trace that a transaction was previously marked as ROLLBACK-ONLY. When the error occurs, the transaction is

[jboss-user] [JBoss jBPM] - Re: problem with deployment

2007-03-21 Thread j.wozniakowski
1. Server deployer should be: /jbpm/upload, but 2. There are two bugs in UploadServlet in JBPM web application, so probably this is why you are not able to deploy process: a) wrong mime type check - I solved it by commenting this piece of code in UploadServlet: /*

[jboss-user] [EJB/JBoss] - Calling a bean in another JBoss

2007-03-21 Thread rafael_rech
Hi, I thought I´ve posted this yesterday. Found out I haven't. Well, I have two JBoss running. One at 10.0.0.1 and the other one at 10.0.0.2. Both have exactly the same JARs deployed to. I need that one of my session beans (called CentralService) be executed *always* at 10.0.0.2. So I have a

[jboss-user] [JBoss Seam] - Re: Reporting Seam version

2007-03-21 Thread [EMAIL PROTECTED]
I'll add it in the next release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030233#4030233 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030233 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - JBPM Documentation wanted - PDF, Word ( anything we can prin

2007-03-21 Thread ajf84c
I was informed by someone at Redhat to post my question here which is rather unusual. We are simply looking for documentation on JBPM in PDF or any format which we can print and review. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030234#4030234 Reply to

[jboss-user] [JBoss Messaging] - Error running standalone configuration

2007-03-21 Thread jaink
We are running JBM 1.2.0.GA on JBoss AS 4.0.4.GA. On using the standalone installation for installing bare minimum configuration we get the following error | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss:service=invoker,type=jrmp | State: NOTYETINSTALLED

[jboss-user] [JBoss Seam] - Re: formatting of html source code

2007-03-21 Thread hasc
this has nothing to do with seam. after replacing the ajax4jsf.far with an actual version in der WEB-INF/lib the rendered source code was formatted pretty. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030237#4030237 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Duplicate sessionIds in cluster

2007-03-21 Thread mji0866
Looks like we are experiencing a similar issue. Did anyone ever resolve?? Any help is much appreciated. Michele View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030238#4030238 Reply to the post :

[jboss-user] [Performance Tuning] - Re: Where to know info about JBOSS performance and tuning

2007-03-21 Thread PeterJ
1) By socket do you mean http connections/threads? If so, look at server/xxx/deploy/jbossweb-tomcat55.sar/server.xml. The Connector entries have various properties, such as maxThreads, that govern thread/connection creation and pooling. For documentation, see

[jboss-user] [Installation, Configuration Deployment] - two jboss server simultaneously with different ports

2007-03-21 Thread argonist
Hi How can two Jboss server-instance run simultaneously without port-conflict? A jboss-server for testing and another for using. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030245#4030245 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Switching SEAM 1.2 to JSF 1.2 RI problem

2007-03-21 Thread knaas
The only thing we had to do was just to make sure we had this listener in the web.xml | listener | listener-classcom.sun.faces.config.ConfigureListener/listener-class | /listener | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030244#4030244

[jboss-user] [JCA/JBoss] - Re: MySQL Connection Problems under heavy load

2007-03-21 Thread bob303
Hey adrian, thanks for your answer. The cause of the problem was the TransactionTimeout configuration in jboss ( jboss-service.xml - org.jboss.tm.TransactionManagerService mbean). The default setting is 300 seconds (5 minutes). View the original post :

[jboss-user] [JBossWS] - Re: webservicess

2007-03-21 Thread PeterJ
Do it correctly and it will work. :-) But seriously, you have not given us any information about the problem you are having so how could we help you solve it? First, which version of JBoss Application Server are you using? 4.0 is ambiguous, is it 4.0.5, 4.0.4, 4.0.3SP1, 4.0.2, 4.0.1, 4.0.0?

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.5 Appserver running as a service shutsdown

2007-03-21 Thread vamsin
I fixed it like this: -- 1. create a JNI util dll for windows with one call: BOOL WINAPI ConsoleCtrlHandler(DWORD dwCtrlType) { if (dwCtrlType == CTRL_LOGOFF_EVENT) return TRUE; // ignore this signal and don't pass

[jboss-user] [Beginners Corner] - Re: Can I install Jboss AS in same server as Oracle9i App Se

2007-03-21 Thread PeterJ
Does each domain have its own IP address? If so, then you should be able to do this. You would start JBOss using: run -b www.mydomain.com or use the IP address instead. This binds the jboss app server to that IP address. I do not know how to bind the Oracle 9i App Server to a particular

[jboss-user] [Installation, Configuration Deployment] - Re: Can I install Jboss AS in same server as Oracle9i App Se

2007-03-21 Thread PeterJ
Please do not ask the same question in multiple forums. See http://www.jboss.com/index.html?module=bbop=viewtopicp=4030249 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030250#4030250 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with deployment

2007-03-21 Thread kukeltje
This all is because the jboss IDE 1.6 contains an 'old' version of te designer. Using the latest 3.0.x release should have fixed this on the designer side. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030252#4030252 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Configure JBoss with Apache

2007-03-21 Thread PeterJ
See http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030253#4030253 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030253

[jboss-user] [JBoss Messaging] - Queue configuration for application or for JBoss?

2007-03-21 Thread steinrr
I am trying to understand how JBoss implements JMS, and have some questions on this. 1. In which file do I configure my queues/topics? 2. Can I configure queues/topics specific for my application or will they become available to all applications on the JBoss server instance? 3. Do JMS support

[jboss-user] [JBoss jBPM] - Re: problem with deployment

2007-03-21 Thread geg
I cannot in which file change them. I found the file ?UploadServlet.class?, but it is not modifiable. Thus in which file to make these modifications?? knowing that I have to download JBoss here: http://www.jboss.com/products/jbpm/downloads View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: two jboss server simultaneously with different ports

2007-03-21 Thread PeterJ
Two possibilities. 1) If you have multiple IP address, you can run each bound to its own IP address as follows: run -b localhost (for test) run -b myhostname (for production) Actually, you always have multiple IP addresses: localhost and the one assigned by the DNS. 2) If you do

[jboss-user] [JBoss Portal] - Deploying MyFaces 1.1.5 portlet to JBossPortal2.4.1

2007-03-21 Thread kevs3d
Hi, I'm attempting to deploy a MyFaces 1.1.5 based portlet to JBossPortal2.4.1 (bundled with JBossAS) - i'm getting a long stream of exception from MyFaces, on the lines of: | 11:36:33,909 ERROR [FacesConfigurator] failed to configure class

[jboss-user] [JBoss Messaging] - Re: Queue configuration for application or for JBoss?

2007-03-21 Thread mskonda
1.create a *-destination-service.xml file and deploy it under deploy directory with the followign example contents: | server | loader-repository | jboss.messaging:loader=ScopedLoaderRepository | loader-repository-configjava2ParentDelegation=false/loader-repository-config |

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2007-03-21 Thread kukeltje
Why should a deploy url differ between tomcat and jboss? The getting started doc was written for JBoss IDE 1.5 which containes GPD 3.0.6 or 7, so if you use a newer ide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030263#4030263 Reply to the post :

[jboss-user] [Microcontainer] - Re: ServiceMBeanSupport in the Microcontainer world

2007-03-21 Thread genman
Basically, I want to have the JMX stop and start operations to stop the Bean and its dependencies. Perhaps it doesn't require writing such a base class because you use AOP. Is this the case? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030259#4030259 Reply

[jboss-user] [JBoss Seam] - Re: formatting of html source code

2007-03-21 Thread amitev
That is because in the newest version of ajax4jsf the force parser param is false by default (in the previous it was true). And that parser is really helpful cause it fixes broken html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030264#4030264 Reply to the

[jboss-user] [JBoss jBPM] - Re: JBPM Documentation wanted - PDF, Word ( anything we can

2007-03-21 Thread perrylucas
ok, what you need to do is actually download the version of JBPM that you're insterested in using, and look for the single page userguide. For version jbpm-jpdl-3.2.GA, you can find this in the \doc\userguide\html_single folder. Be sure to open the html_single version of the user guide unless

[jboss-user] [JBossCache] - Re: AsyncCacheLoader

2007-03-21 Thread genman
What did you try and what did you see and how did it not match your expectations? I'm not sure the Async cache loader is going to be what you want if you want to persist a single node every minute. Perhaps you should use a timer and evict call instead. View the original post :

RE : [jboss-user] [JBoss Messaging] - Queu e configuration forapplication or for JBoss?

2007-03-21 Thread Jeanmougin, Francois
1. In the jms directory (in deploy or deploy-hasingleton, depending if you are trying to use a clsutered one or not), you have a file jbossmq-destinations-service.xml. 2. As far as I know, you need to use authentication to do that. JMS is an messaging protocol, so, at least between two

[jboss-user] [Installation, Configuration Deployment] - Re: two jboss server simultaneously with different ports

2007-03-21 Thread argonist
I choose the second possibility. Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030267#4030267 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030267 ___ jboss-user

[jboss-user] [JBoss Portal] - MyFaces impl bundling questions

2007-03-21 Thread kevs3d
Hello, In addition to my specific question here: http://jboss.org/index.html?module=bbop=viewtopict=104655 I'd like to know generally what the Portal teams thoughts are on the use of MyFaces libraries/faces/jsf etc. in JBossAS/JbossPortal and deployed portlets. It is my understanding that up

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1?

2007-03-21 Thread [EMAIL PROTECTED]
As you can see from the roadmap, we have a good amount of work to do before we release 1.2.1. We have not yet set a release date. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030271#4030271 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with deployment

2007-03-21 Thread geg
I installed this: JBoss jBPM Process Plugin Designer jbpm-jpdl-designer-3.0.13.zip But the problem is the same one View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030272#4030272 Reply to the post :

[jboss-user] [Microcontainer] - Re: ServiceMBeanSupport in the Microcontainer world

2007-03-21 Thread alesj
genman wrote : | Basically, I want to have the JMX stop and start operations to stop the Bean and its dependencies. | That is there by default. Have a look at LifecycleMetaData. genman wrote : Perhaps it doesn't require writing such a base class because you use AOP. Is this the case?

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-21 Thread avbentem
Ok, now that Gavin gave a nice combination of @StartTask and pages.xml, I wonder if something similar could be done using the value returned by @CreateProcess, somehow also forcing @StartTask to be triggered? Now, how to explain this... In the Todo example we've got: @CreateProcess(definition =

RE : [jboss-user] [Installation,Configuration Deployment] - Re: two jboss serversimultaneously w ith different ports

2007-03-21 Thread Jeanmougin, Francois
Well (sorry, but I think this fucking OWA is sending out mails in HTML, anyway), I was trying the same (using -b), but I always have those 2 to 4 ports assigned to all interfaces : java17177 jboss 194u IPv6 74760 TCP *:49156 (LISTEN) java17177 jboss 202u IPv6

  1   2   >