[jboss-user] [JBoss Tools (users)] - Re: Dali plugin: which version

2009-03-06 Thread max.ander...@jboss.com
We did some last minute adjustments to try and be compatible with latest stable Dali 2.1.1. We had to add some reflection hacks to make it work on both 2.1.1 and the actual version in WTP. It should work but please let us know if you find issues. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: WARN [TxInterceptor] Commit failed. Clearing stale loc

2009-03-06 Thread krishnan366
If I remove this piece from the config file then the transaction goes through fine.. is anything wrong in the below set up clustering mode=replication | |!-- | Defines whether to retrieve state on startup |-- |stateRetrieval

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-06 Thread gchanteb
Ok Rogerio. So, you tried with JBoss 5 but you choosed to work with JBoss 4.2.3 ? Why ? I need to have the most stable version as possible between jBPM and JBoss. But with this console bug, I think I should downgrade my versions. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Hibernate reverse engineering errors

2009-03-06 Thread max.ander...@jboss.com
bdlink wrote : For the last couple of years, I have been trying hibernate reverse engineering on a test database with seam-gen or JBT. It is improving, but does not work out of the box. (work, in terms of generating examples that will compile). I think all of the issues are in JIRA. |

[jboss-user] [EJB/JBoss] - Re: returned failure for com.arjuna.ats.internal.jta.resourc

2009-03-06 Thread tmichalik
Hi all, I also get this warning. | [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4] TwoPhaseCoordinator.afterCompletion - returned failure for com.arjuna.ats.internal.jta.resources.arjunacore.synchronizationim...@13bf1a9 | My

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-06 Thread gchanteb
I found the solution: http://www.jboss.org/index.html?module=bbop=viewtopict=148911postdays=0postorder=ascstart=10 To make the JSF-console work : | | https://jira.jboss.org/jira/browse/JBPM-1913 | 1) jsf-facelets-1.1.15.B1.jar :

[jboss-user] [JBoss Messaging] - Re: Client connection timeout

2009-03-06 Thread timfox
The CP releases are for use with the EAP not the community version. If you're running EAP fine, otherwise you should use the latest community release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215607#4215607 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Using AOP to mock out dependecies for unit-test

2009-03-06 Thread nizzy
Hi Stale, Thanks for the response, I tried grouping the typedef with commas however I received a parser error. I had hoped this would be possible, all the documentation points toward this being possible. My project is rather large, is it possible to zip up the eclipse project and attach it

[jboss-user] [JBoss jBPM] - jBPM3.3.1 startup exception

2009-03-06 Thread zzuli
Hi,everyone: I'm studing jbpm but get stuck with a startup-exception. I use jbpm3.3.1 and jboss AS 5.0.1, i upzip jboss at D:\jboss-5.0.1.GA for jBPM 3.3.1.GA\ I have configured the jbpm-mysql-ds.xml and hibernate.cfg.xml in the jbpm dir installed in jboss AS. During the server

[jboss-user] [Security JAAS/JBoss] - Re: How to set EJBContext callerPrincipal from LoginModule?

2009-03-06 Thread abille
Hello bhawthorne, well, we faced the same problem currently and found, that even writing of a own login module setting the custom principal into the subject does not succeed - using sessionContext.getCallerPrincipal returns an instance of SimplePrincipal. This is very annoyning, meaning that

[jboss-user] [JBoss AOP] - Re: Using AOP to mock out dependecies for unit-test

2009-03-06 Thread stale.peder...@jboss.org
the smaller test the better :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215620#4215620 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215620 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Programmatically Create Portal Pages

2009-03-06 Thread cpage
Something like that : | MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); | PortalObjectContainer portalObjectContainer = (PortalObjectContainer) MBeanProxy.get(PortalObjectContainer.class, new ObjectName(portal:container=PortalObject), mbeanServer); | PortalObject templatePage

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

2009-03-06 Thread dickson1888
Hi all, How can I set the basic authentication against an unix password file in JBoss AS 5.0? (without checking any role at all - no authorization ). As I search around, I cannot get any idea. Thanks for any help. View the original post :

[jboss-user] [JBoss Portal] - Re: Integration with bea weblogic portal

2009-03-06 Thread dzzy
chris.lap...@jboss.com wrote : I suspect that the extra data is passed as extensions in the WS messages, though I cannot tell for sure that this is the case. You might be able to do something similar using a standard JAX-RPC Handler to achieve the result you desire. Hi, thanks for this hint!

[jboss-user] [JBoss AOP] - Re: Using AOP to mock out dependecies for unit-test

2009-03-06 Thread nizzy
Hi Stale, Couldn't get it any smaller, :) Cut down Session Bean public class AOPUnitTestManagerBean { | | private IPersistenceHelper helper; | | public AOPUnitTestManagerBean() { | helper = new PersistenceHelper(null); | } | | public void

[jboss-user] [Beginners Corner] - Re: ant.jar in JBOSS Application server

2009-03-06 Thread jaikiran
newcomer4 wrote : Please let me know whether I can package only two ant jar files in my installer instead of entire ANT tool. Its still not completely clear as to how you are triggering the ANT tool? Using some java program or through the ant scripts? If its through scripts, then you need to

[jboss-user] [Beginners Corner] - Re: ant.jar in JBOSS Application server

2009-03-06 Thread jaikiran
newcomer4 wrote : | Can I copy only ant.jar and ant-launcher.jar to JBOSS AS lib folder and invoke my build file whenever I need? | ... | I am providing the installer which contains war file and a couple of other files. | At the time of installation, user will be entering some values

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Fully Qualified Domain Name in jboss-4.2.2

2009-03-06 Thread jaikiran
Not sure what you mean. But going by the amount of similar posts and the version you are using, i am assuming you want to access http://hostname:8080 instead of http://localhost:8080. If yes, then see this http://www.jboss.org/community/docs/DOC-10179 View the original post :

[jboss-user] [Beginners Corner] - Re: ant.jar in JBOSS Application server

2009-03-06 Thread Wolfgang Knauf
Hi, then place the ant JARs in WEB-INF\lib of your web application. But I strongly advice to think again about your use case. Don't create a self-modifying web app, which will contain the ANT jars for the rest of it's lifetime though they are unused. Create a standalone application (e.g. in a

[jboss-user] [JBoss Portal] - Re: Integration with bea weblogic portal

2009-03-06 Thread chris.lap...@jboss.com
Hi George, Care to document this in our Wiki? Maybe under http://www.jboss.org/community/docs/DOC-12628? Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215644#4215644 Reply to the post :

[jboss-user] [Advanced Documentation] - org.jboss.classloader.spi.base.BaseClassLoader API

2009-03-06 Thread davecasserly
Hi, I'm using jboss 5.0.1.GA. Anybody know where i can find the source or the API to org.jboss.classloader.spi.base.BaseClassLoader ? When my application deploys i am getting a reference to the classloader. (ApplicationClassScanner is on of my classes) | ClassLoader detectedClassLoader =

[jboss-user] [Security JAAS/JBoss] - LoginModule which receives BASIC authentification name/passw

2009-03-06 Thread mjustin
Hello newsgroup, I would like to implement a simple type of single sign on: all web applications will use BASIC authentication using the same realm name. The login web app will just check the use name in the database and send a redirect to the web app which the user should use. Can I

[jboss-user] [JBoss jBPM] - Re: gwt-console datasource problems

2009-03-06 Thread jjrs
Hi, I was finally able to discover what the problem was. All the birt reports included in the gwt-console, are pointing to a external datasource, so they need to be checked and modify in case it's needed to use the correct datasource... The reports are located in ...

[jboss-user] [JBoss jBPM] - Re: jBPM3.3.1 startup exception

2009-03-06 Thread gchanteb
Look the last post: http://www.jboss.org/index.html?module=bbop=viewtopict=146972 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215650#4215650 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215650

[jboss-user] [JBoss jBPM] - Birt report errors. Oracle. gwt-console 3.3.1

2009-03-06 Thread jjrs
Hi, After having some issues with the datasource configuration of the birt reports, now I am facing a problem with the content of the reports. I am getting errors with the Most active processes, and the Execution time quartiles reports (I think I only have access to those two from the

[jboss-user] [JBoss Tools (users)] - Re: Dali plugin: which version

2009-03-06 Thread Juergen.Zimmermann
I cannot use Dali 2.1.1 because PostgreSQL can only be used via the default schema... https://bugs.eclipse.org/bugs/show_bug.cgi?id=267343 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215659#4215659 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - JAAS login/logout behaviour

2009-03-06 Thread abille
Hello all, I would be glad to find a solution to the following problem: I do have a client which will do subsequent calls to login and logout to an EJB 3 server. The principal can be relatively complex. There is a test called EJB - method, which simply returns the name of the callerPrincipal

[jboss-user] [Security JAAS/JBoss] - Re: JAAS login/logout behaviour

2009-03-06 Thread abille
Ps. We are using JBoss 5.0.0.GA ... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215662#4215662 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215662 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2009-03-06 Thread piergiorgiolucidi
Depends on which version of Alfresco you would like to use and what you must do for your integration. Generally you must patch some Alfresco source code, on Alfresco 3 too :( If you want to deploy Alfresco Webscripts as portlets you can see my post here:

[jboss-user] [JBoss Portal] - Re: Integration with bea weblogic portal

2009-03-06 Thread dzzy
Done, please review and amend it if case, Thanks, George View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215669#4215669 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215669 ___

[jboss-user] [JBoss AOP] - Re: Using AOP to mock out dependecies for unit-test

2009-03-06 Thread nizzy
I see the same behaviour when I edit the typedef example bundled with jboss-aop-2.0.1.GA. Tells me I've probably made the syntactic mistake in both :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215670#4215670 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: stop or re-deploy a web application in JBoss 5.0?

2009-03-06 Thread Wolfgang Knauf
Hi, 1) I think the MainDeployer could help. It can undeploy/deploy web applications without having to delete/add the WAR file. You will find it in the jmx-console. The jmx-console should also contain a service representing your web app, and there you should find start/stop methods. For 2 and

[jboss-user] [Advanced Documentation] - Re: org.jboss.classloader.spi.base.BaseClassLoader API

2009-03-06 Thread jaikiran
anonymous wrote : or just tell me where the api or source is for this class. JBossAS5 is now composed of multiple small projects. The org.jboss.classloader.spi.base.BaseClassLoader class comes from the jboss-cl project. SVN http://anonsvn.jboss.org/repos/jbossas/projects/jboss-cl/ View the

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-06 Thread rogerio.baldini
I had tried it before, but It hadn't worked... Do you have some clue ? What are 6 .xhtml ? Thanks Rogerio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215675#4215675 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Dali plugin: which version

2009-03-06 Thread max.ander...@jboss.com
That is only the validation of column/tables that get affected right ? Everything else works fine ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215676#4215676 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215676

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: FacesDatabindingConfigurator in jboss

2009-03-06 Thread sangire...@gmail.com
hi ... i also getting same error while deploying adf applications to jboss.i think i miss some jars..?can u tell me what wrong from my side...actually that is working fine with weblogic.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215677#4215677 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - deploying jsf application(developed in jdeveloper) in jboss-

2009-03-06 Thread sangire...@gmail.com
Hi... this the error log what i am getting...it looks like missing some configuration .. If any one solve this ..please let me know oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator _setupAdfDatabindingForJsf SEVERE: java.lang.reflect.InvocationTargetException

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

2009-03-06 Thread slimamar
Hello, Is it possible to make JMS communications between 2 clients in the same JVM at the client side that is outside the JBoss server. We need to do this for validation considerations. Thanks in advance. View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-06 Thread gchanteb
Yep, When you go on https://jira.jboss.org/jira/browse/JBPM-1913, at the bottom of the page, somebody says Include patches from SOA-1052 == SOA-1052 is here: https://jira.jboss.org/jira/browse/SOA-1052 and on the SOA-1052 page, there is a file named jbpm-console.war.diff (11 kb). When you

[jboss-user] [JBoss Portal] - Applets in JBOSS-Portal-Server-2.7.0 with Internet Explorer

2009-03-06 Thread LeoLo
Hi, I'm evaluating the use of applets in a portlet-application on a jboss-portal-2.7.0.GA-server. I've set up a little portlet with a test-applet. It uses the applet-tag. (I've tested the same thing with the object-tag also.) A Java-Plugin 1.6.0.7 is installed for Firefox and for the

[jboss-user] [Remoting] - Re: Race condition in ConnectionValidator

2009-03-06 Thread thammoud
Hi Ron, I think that their might be an issue with your suggestion. perhaps you can explain this behavior. I took your advice and bumped up the pingperiod to be more that the timeout and noticed that if we restart the server from under the client and the server comes back in less time than the

[jboss-user] [JBoss Portal] - Re: Applets in JBOSS-Portal-Server-2.7.0 with Internet Explo

2009-03-06 Thread LeoLo
Additional note: My OS is Windows XP SP2, exact IE-version is 7.0.5730.13. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215694#4215694 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215694

[jboss-user] [JBoss Tools (users)] - Re: Dali plugin: which version

2009-03-06 Thread Juergen.Zimmermann
I cannot create any project having the JPA facet enabled. Dali 2.1.1 can access PostgreSQL only via the default schema. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215696#4215696 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Architecture Advice: Exactly One Cache Instance Per Node

2009-03-06 Thread mraccola
Would appreciate some advice on the best way to accomplish the following requirement. Current Architecture We are using JBoss Cache 1.4.1 SP9. We have an EAR file with one Web module (WAR). We deploy this application on both WebSphere and JBoss. So we include the JBoss Cache JAR file inside

[jboss-user] [JBoss Tools (users)] - JBoss Server View: Error: no label provider for R/

2009-03-06 Thread xmedeko
Hi, I've just installed a JBossAS plugin ( Version: 2.0.0.CR2-R200901280154) by software update from (http://download.jboss.org/jbosstools/updates/development) into the Eclipse 3.4.2 (Build id: M20090211-1700). I have added path to a JBoss 4.2.3 and 5.0.1 in the Preferences- ?When I open

[jboss-user] [JBoss AOP] - Re: Using AOP to mock out dependecies for unit-test

2009-03-06 Thread stale.peder...@jboss.org
hi, ive tested the code you provided and i get a classcastexception too. ill take a closer look and let you know what find. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215699#4215699 Reply to the post :

[jboss-user] [JBossWS] - Handler execution order in handler chain

2009-03-06 Thread Sancheski
Hi, I have defined three handlers in a handler chain as follows: | ?xml version=1.0 encoding=UTF-8? | | handler-chains xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:ns1=http://org.jboss.ws/jaxws/handlerscope; |

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

2009-03-06 Thread gaohoward
Hi, can you give more details about what kind of communications that the two clients make? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215705#4215705 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215705

[jboss-user] [JBoss jBPM] - NullPointerException in procins.jsf

2009-03-06 Thread rogerio.baldini
Hi, I am getting this error below in jbpm-console in URL: http://localhost:9090/jbpm-console/app/procins.jsf?id=97 JBoss AS 4.2.3.GA and JBPM 3.3.1. | java.lang.NullPointerException | java.lang.String.compareTo(String.java:1168) | java.lang.String.compareTo(String.java:92) |

[jboss-user] [JBossWS] - Re: Specify WS-Security Handler using JEE standards

2009-03-06 Thread vdurbha
After trying various options, I finally figured out a way to write a completely generic client by removing the StubExt dependency. This was achieved by using the @HandlerChain annotation on the Service class. This may also work if we use the annotation on the SEI. And then I defined the handler

[jboss-user] [JBoss Portal] - NPE in PortletManagementHandler.getPortletProperties

2009-03-06 Thread cpage
Hi, I use JBoss 4.2.3 + JBossPortal 2.6.6 (with WSRP). In an admin portlet i add a property to an instance with InstanceDefinition.setProperties(PropertyChange[]) so this property is not defined in the portlet preferences. In another admin portlet, when i want to read this new property, i

[jboss-user] [JBoss jBPM] - Event Classes Not Cached - 3.3.1GA

2009-03-06 Thread bradsdavis
I notice a lot of logs around Byte Array on transitions. In the default configuration, are the event classes cached? It looks like it reassembles them per transition. Additionally, it doesnt do this with a subselect or join pattern, which seems to leads to n+1 selects. Is there a way to

[jboss-user] [JBoss Messaging] - Re: Client connection timeout

2009-03-06 Thread jbabad
Thanks. We are using the EAP version. Now I have tried the JBM 1.4.0SP3_CP7 - and replaced the jboss-messaging and jboss-messaging-client jars in the profile's lib directory (i.e. /server/messaging/lib ) Now what I'm seeing is that the second JBoss instance in the cluster is throwing out

[jboss-user] [JBoss Portal] - Re: NPE in PortletManagementHandler.getPortletProperties

2009-03-06 Thread chris.lap...@jboss.com
I guess I need to look into it but adding preferences to a remote portlet shouldn't be possible since only the producer can do so i.e. the consumer doesn't have any control about the preferences/properties a portlet exposes via WSRP. The only thing that can be done is read/set values. That

[jboss-user] [JBoss Portal] - Re: Integration with bea weblogic portal

2009-03-06 Thread chris.lap...@jboss.com
Why didn't you add it to the main content instead of as a comment? I can do the switch if needed, but you might as well get credits for it... :) I will review the content later. Thanks again and keep contributing to Portal! :) View the original post :

[jboss-user] [JBoss jBPM] - Re: Event Classes Not Cached - 3.3.1GA

2009-03-06 Thread bradsdavis
I enabled cache for ByteArray: | class-cache class=org.jbpm.bytes.ByteArray usage=transactional / | Was this an oversight in the 3.3.1GA deployment, or was there an intentional reason for not caching bytearray? Thanks View the original post :

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

2009-03-06 Thread pete.m...@jboss.org
Given ejb-jar xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd; | version=3.0 | |

[jboss-user] [JBoss Messaging] - Re: Client connection timeout

2009-03-06 Thread jbabad
Just to update... I've tried JBM 1.4.0SP3_CP05-brew and am seeing the same problem. So, then tried to revert back to the original EAP messaging jars and STILL seeing the same problem I'm floundering at the moment :( View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Server View:

2009-03-06 Thread xmedeko
O'right, the tooltip displays the error, but everything works properly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215725#4215725 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215725

[jboss-user] [JBoss Cache: Core Edition] - Re: ExpirationPolicy ClusteredCacheLoader

2009-03-06 Thread lovelyliatroim
Sorry for the delay only getting back to this now. Here is the a test case that i wrote | @Test public void testFileLoader() throws InterruptedException{ | String persistentCache = CMDSJUnitUtil.getPersistentCache(); | CacheFactory factory = new

[jboss-user] [Clustering/JBoss] - Re: Cluster setup

2009-03-06 Thread bstansbe...@jboss.com
krishnan366 wrote : | i) but in the jboss cache displays the message | | anonymous wrote : WARN [TxInterceptor] Commit failed. Clearing stale locks. | | And the cache data is not available in the database.Is this error because of the loop back adapter? If the two nodes are

[jboss-user] [JBoss jBPM] - jBPM 4 + GWT + Spring + Hibernate + Tomcat

2009-03-06 Thread baerchen
Hi, I'm a novice to jBPM, i'd like to introduce a workflow engine to my J2EE application which is based on GWT, Spring, Hibernate and Tomcat. Has anyone ideas to build up such an architechture? It would be really great if anyone can show some samples. Thanks a lot indeed Huage View the

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

2009-03-06 Thread slimamar
All types that is publish, send, read .. a message. In fact, my question is : inside a JVM, is it possible to make JMS communications without starting the JBoss server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215739#4215739 Reply to the post :

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

2009-03-06 Thread gaohoward
So can i have it this way: you want start a JBM server without starting jboss AS, right? Then you can try JBM 2.0. 1.4 doesn't support it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215746#4215746 Reply to the post :

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

2009-03-06 Thread slimamar
So can i have it this way: you want start a JBM server without starting jboss AS, right? Yes Then you can try JBM 2.0. 1.4 doesn't support it. How can i use JBM 2.0 whithout jboss AS ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215752#4215752 Reply to

[jboss-user] [JBossWS] - Re: Changing of soap:address location

2009-03-06 Thread janekdb2
I was able to edit jbossws.beans/META-INF/jboss-beans.xml to change this | soap address location=http://127.0.0.1:11011/ws/t/ | to the public facing url, | soap address location=http://www.mydomaine.com:80/ws/t/ | Versions: JBoss 4.2.2.GA JBossWS Native 3.0.3.GA libapache-mod-jk

[jboss-user] [Beginners Corner] - Re: your current Jboss evaluation

2009-03-06 Thread Aldian_00
Is there nobody to answer me? I don't understand how it is possible. On the mailing list and forum of Jonas, Geronimo and Glassfish whose communities are theoretically far smaller than the JBoss one, I had an answer very fast. So I begin to wonder wether JBoss is as performant as the rumor

[jboss-user] [JBoss Portal] - CMS

2009-03-06 Thread vantek
Hi. in my *-object.xml files, i have cms windows referring files, not present by default. Is there any way to deploy them automatically, without creating them manually in CMS administration (boring when a lot of files)? I saw here (

[jboss-user] [JBoss AOP] - Re: Method Advised class on getInterceptorChainReadWriteLock

2009-03-06 Thread kabir.k...@jboss.com
Thanks, the patch has been applied View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215760#4215760 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215760 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: your current Jboss evaluation

2009-03-06 Thread jaikiran
Aldian_00 wrote : Is there nobody to answer me? I don't understand how it is possible. On the mailing list and forum of Jonas, Geronimo and Glassfish whose communities are theoretically far smaller than the JBoss one, I had an answer very fast. I don't know how to answer this. First off i

[jboss-user] [Beginners Corner] - Error Creating EntityManagerFactory

2009-03-06 Thread blima17
I am evaluating JBoss using a current application. This app will auto-unpack and deploy w/o a hitch in glassfish, tomcat, and oc4j, but when I try to deploy it in JBoss (5.01), I get the following errors...sorry for the long stacktrace. Any Ideas? 10:36:21,201 INFO [[/myapp]] Initializing

[jboss-user] [Beginners Corner] - Re: Error Creating EntityManagerFactory

2009-03-06 Thread jaikiran
anonymous wrote : Caused by: java.lang.RuntimeException: Archive browser cannot handle protocol: vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/myapp.war/WEB-INF/classes/ | at org.jboss.util.file.ArchiveBrowser.getBrowser(ArchiveBrowser.java:93) | at

[jboss-user] [JBoss Tools (users)] - Re: Dali plugin: which version

2009-03-06 Thread max.ander...@jboss.com
ah - I didn't see the screenshot; so yes - that definitly sucks. That field should be a text field anyway not a combobox. But you should be able to just not override the schema and then create the project. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Server View:

2009-03-06 Thread max.ander...@jboss.com
? screenshot ? Your first description sounds like everything is broken, but your second comment says it is ijust a tooltip being bad ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215768#4215768 Reply to the post :

[jboss-user] [Beginners Corner] - Urgent = java.lang.NoClassDefFoundError : jboss Startup Err

2009-03-06 Thread gohil_jigar
Hi I am trying to run jboss-4.0.1Sp1 on Linux CentOS. Even though The War jar are deployed properly at their location...m getting following Exception on jboss Startup... .. .. 20:59:49,417 WARN [EJBDeployer] Verify failed; continuing java.lang.NoClassDefFoundError:

[jboss-user] [JBoss jBPM] - cannot see the deployed process

2009-03-06 Thread arpan25
hi all, I am using jbpm 3.2.4 GA with jboss 4.2.2. GA , the server connection is being tested successfully and when I deploy the process it says deployed successfully. After deploying I use the url http://localhost:8080/jbpm-console to view the processes, it doesnt show any deployed processes

[jboss-user] [JBoss Tools (users)] - Re: Dali plugin: which version

2009-03-06 Thread Juergen.Zimmermann
Yes, using the default schema works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215775#4215775 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215775 ___ jboss-user mailing

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

2009-03-06 Thread jaikiran
anonymous wrote : public void startTimer() { | Who calls the startTimer() method and when? anonymous wrote : * @jboss.container-configuration name=Singleton oncall Standard Stateless SessionBean | Using xdoclet? And i don't see a reason why you need to touch the standardjboss.xml

[jboss-user] [Security JAAS/JBoss] - Re: How to set EJBContext callerPrincipal from LoginModule?

2009-03-06 Thread bhawthorne
Thanks for your reply. Since no one here seems to know anything about it, I will look into filing a bug report. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215781#4215781 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Someone is marking node as resident! benign?

2009-03-06 Thread dukehoops
Periodically I see the following messages in the log. They are debug message but print a full stack trace. Do these indicate a problem or are they benign? [08:29:44:507] LtesterUserRunnerThread-ltester-10 [TRACE] - org.jboss.cache.AbstractNode.setResident(line:167) - Someone is marking

[jboss-user] [Advanced Documentation] - Re: org.jboss.classloader.spi.base.BaseClassLoader API

2009-03-06 Thread davecasserly
Thanks. I ended up finding the jar.. named jboss-classloader.jar !!! I was really tired when searching for this i missed it because i was searching in jars from jboss/server, so missing all the jars in jboss/common and jboss/lib !!! doh Anyway, i ended up just decompiling it instead

[jboss-user] [Installation, Configuration DEPLOYMENT] - Limit Multiple Login Sessions of A User

2009-03-06 Thread taisn
Hi there, Would anybody help me how to limit multiple login sessions of a single user in JBoss? OR if not possible in JBoss, then how could I achieve this functionality? In other words, if the same user tries to logon to the system for the second time, he should be restricted unless the first

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Limit Multiple Login Sessions of A User

2009-03-06 Thread jaikiran
JBoss is an application server which allows you to deploy applications. Which application are you trying to login to? Your own? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215789#4215789 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Limit Multiple Login Sessions of A User

2009-03-06 Thread taisn
Well, the said application is based on FileNet, and gets authenticated via SunOne directory server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215790#4215790 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215790

[jboss-user] [JBoss Messaging] - Re: InterceptorChain

2009-03-06 Thread mmarcuci
I don't think that file is anywhere in my path. I looked inside all the jars I'm using and didn't see it anywhere. Is it on the server side? The -client part of the file leads me to think no. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215791#4215791

[jboss-user] [Installation, Configuration DEPLOYMENT] - Migrating existing application to different business model

2009-03-06 Thread jobbyjoseph
Hi Experts, I am working with an application which is currently running under JBoss 4.2.2 GA, The whole application is deployed as two separate ear. Ear 1 uses EJB2.1, Struts1.1. Ear 2 users Hibernate3.2.4.sp1, JSF1.2. I use the Single Sign-On valve to make sure that the both

[jboss-user] [JBoss OSGi] - Test for mailing list

2009-03-06 Thread blake.bow...@jboss.com
please disregard. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215793#4215793 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215793 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: Someone is marking node as resident! benign?

2009-03-06 Thread bstansbe...@jboss.com
It's benign, at least in the sense that the code that is doing that is very much doing it by design. And AFAIK it's benign in the sense that there is no reason for JBC to be upset about code making that call. The only miniscule shred of doubt I have comes from the ! at the end of the log

[jboss-user] [JBoss Portal] - Re: NPE in PortletManagementHandler.getPortletProperties

2009-03-06 Thread cpage
a JIRA has been created: https://jira.jboss.org/jira/browse/JBPORTAL-2338 I haven't read carefully the WSRP documentation, i should not create new properties on a remote portlet :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215801#4215801 Reply to the

[jboss-user] [JBoss Tools (users)] - H10 plugins left when upgrade to H11

2009-03-06 Thread bdlink
Using the 3.0.x update site, when I updated from H10 to H11, the H10 feature directories were replaces, but the H10 plugin directories are still there. Also, the current H15 will not install because it is seen as earlier than H11 (since R2009...H11 N2009...H15 ?). View the original post :

[jboss-user] [JBoss jBPM] - jBPM 4.0.0 alpha 2 refactoring

2009-03-06 Thread baerchen
Hi, I've got troubles to retrieve the process definition files after migrated to the jBPM 4.0.0 alpha 2. For instance, what is the ProcessFactory counterpart in the alpha 2 version. I wounder if the javadoc is also updated after the source refactoring. Thanks a lot indeed. Huage View the

[jboss-user] [JBoss jBPM] - Re: jBPM 4.0.0 alpha 2 refactoring

2009-03-06 Thread baerchen
By the way, anyone has already some concrete implementations with the new jBPM 4.0.0 alpha 2 version? Regards, Huage View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215804#4215804 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: on child insert parent, child collection updated in DB b

2009-03-06 Thread dukehoops
Brian, I didn't understand your comment above. Were you saying that you will take my test source and adapt it to hibernate-jbc test suite or were you suggesting I do it? I took another look at hib-jbc project but could not find any examples of tests exercising hibernate and jbc *3*. I looked

[jboss-user] [JBoss jBPM] - jBPM 4 ProcessFactory/ProcessBuilder not found

2009-03-06 Thread alexmcmanus
Hi, I'm trying to programmatically create a process definition in jBPM alpha 2, as per section 2.1 of the Developers Guide (http://docs.jboss.com/jbpm/v4.0/devguide/html_single) with little success. I can't find the ProcessFactory class anywhere. Jira 1973 seems to offer a clue

[jboss-user] [JBoss AOP] - Re: Method Advised class on getInterceptorChainReadWriteLock

2009-03-06 Thread Mike03
Cool, glad that patch worked out. Do you have any thoughts on the CCE we're getting with the ClassicInstrumentor and optimize=true? It seems like this is caused by generated code since were talking about an Item$ItemAdvisor but it wasn't apparent in the src decompilation of Item.class with

[jboss-user] [EJB/JBoss] - EJBTimerService is not registered.

2009-03-06 Thread ek79
Hello, I am using jboss4.2, I am trying to deploy an application and I get the following error, is there something wrong in the configuration? could you please point me in the right direction? Thanks 2009-03-05 15:59:17,087 28297 WARN [main ] ejb.Container

[jboss-user] [JBoss Tools (users)] - Re: Hibernate reverse engineering errors

2009-03-06 Thread bdlink
Thanks for responding so quickly. With respect to some of my questions that were unclear: 1. JoinTables can map 1-1 and 1-n as well as n-n. I was not clear on how to reverse engineer this situation. 2. I can use the same primary key in both tables to make a 1-1 relation. This wants a

[jboss-user] [JBoss Cache: Core Edition] - Re: What keeps putForExternalRead from suffering the thunder

2009-03-06 Thread dukehoops
fwiw, I have exactly the same question View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215822#4215822 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215822 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: Error Creating EntityManagerFactory

2009-03-06 Thread blima17
Thanks for the help. I removed the following jars from my lib directory: hibernate2.jar hibernate-annotations.jar hibernate-commons-annotations.jar hibernate-entitymanager.jar hibernate-tools.jar The previous errors I stated are gone, and I'm now getting this, which I can only assume is a

[jboss-user] [Beginners Corner] - jboss remoting logger not found

2009-03-06 Thread amethod75
Getting started with the JBoss Remoting api and I cant run the samples for lack of org.jboss.logging.Logger. No idea where to find it, help appreciated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215828#4215828 Reply to the post :

  1   2   >