[jboss-user] [Security & JAAS/JBoss] - Re: GenericHeaderBasedAuthentication

2009-02-27 Thread sfisque
i got the context.xml to load. for anyone going down this road, it appears the GenericHeader valve MUST have the session cookie pushed by Oblix. i'm going to have to subclass it and remove the dependency on the cookie, to fit the target environment. == stanton View the original post : http:

[jboss-user] [JBossMQ] - Re: javax.naming.NameNotFoundException: XAConnectionFactory

2009-02-27 Thread rasa
Hi, I am using jboss 3.2.5 version and when i starts my jboss it gives following error | javax.naming.NameNotFoundException: XAConnectionFactory not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:495) | at org.jnp.server.NamingServer.getBinding(NamingSe

[jboss-user] [JBossWS] - Use of JAX-RPC in JBoss 4.2.3

2009-02-27 Thread glen_s
I have a web app running on JBoss AS 4.2.3, default server configuration. I need to write a web service client that can talk to a soap encoded web service. I know that JBossWS does not support soap encoding, so I am struggling to find a workaround. >From my research I'm lead to believe that JAX

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

2009-02-27 Thread pcross616
Just to circle back to the orginal problem with the new introspector as well it seems that this ReadLock - WriteLock deadlock issue only happens when using PER_INSTANCE aspects as well since it is occuring in the generated InstanceAdvisor for the advised class. What causes the version of the

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread sacauskis
Guess it's actually a little different error. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213903#4213903 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213903 ___ jboss-use

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread sacauskis
I added this: http://www.eclipse.org/tptp/updates/ but still get the same error. Cannot complete the request. See the details. Cannot find a solution satisfying the following requirements org.eclipse.tptp.platform.runtime.feature.jar [4.5.1.v200807310709-8F82EhK9ToWvz0z0g3z0OLTM8F8K]. View t

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread nickboldt
I'm saying if you plan to install the JBoss BIRT stuff, you need the Eclipse BIRT-WTP stuff too. As to the missing tptp 4.5.2 thing, you can get that from the Ganymede staging site or the TPTP site. http://download.eclipse.org/releases/ganymede/staging/ http://www.eclipse.org/tptp/updates/

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread nickboldt
Sorry, make that org.eclipse.birt.integration.wtp.feature (as *required* by org.jboss.tools.birt.feature). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213900#4213900 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread sacauskis
Are you saying I don't need the birt features? I added the sites you suggested. I'm now down to two issues: Cannot complete the request. See the details. Cannot find a solution where both "org.eclipse.birt.integration.wtp.ui [2.3.2.r232_20090122]" and "org.eclipse.birt.integration.wtp.ui [2.

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread nickboldt
Just add the site - the installer will take care of installing what you need. (Technically, you will require the BIRT Web Tools Integration runtime feature, or, as per your error message, org.jboss.tools.birt.feature.) Note also that if you don't select the JBoss BIRT feature, you won't need th

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies

2009-02-27 Thread sacauskis
What do I need to install from that site? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213895#4213895 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213895 ___ jboss-user ma

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

2009-02-27 Thread thammoud
Hello, I think we have stumbled upon a bug in the ConnectionValidator. Scenario pingPeriod is set to 10 seconds and pingTimeout is set to 70 seconds, client leasetime is 70 seconds. Using 2.2 SP11 on JDK 1.6 (Linux) Ctrl-z the server for more than 20 seconds but less than 70 seconds. When the

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

2009-02-27 Thread Mike03
I've got a repro of our problem using the ClassicInstrumentor using a modified injboss example here: https://jira.jboss.org/jira/browse/JBAOP-706 thanks for your help! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213891#4213891 Reply to the post : http://

[jboss-user] [JBoss Tools (users)] - Re: Unsatisfied dependencies (JBoss BIRT feature requires BI

2009-02-27 Thread nickboldt
http://jboss.org/community/docs/DOC-10044 (See "Installing JBoss Tools from the Update Site") You're missing the BIRT 2.3 update site, which is: http://download.eclipse.org/birt/update-site/2.3/ Once the Ganymede SR2 updates are published, you will no longer need to enable the BIRT 2.3 site, a

[jboss-user] [Security & JAAS/JBoss] - Followup: GenericHeaderBasedAuthentication

2009-02-27 Thread sfisque
i turned up the logging to get TRACE events from org.jboss.web.tomcat.security and i dont see any events coming from the GenericHeaderAuthenticator, which should be echoing to the log file. i double checked the syntax of the Valve tag in my context.xml file and it appears sane. besides deployi

[jboss-user] [JBoss jBPM] - Re: PVM HibernateLongVariable

2009-02-27 Thread frantisek.ko...@gmail.com
BTW wouldn't it be better to use Digester for parsing. It is faster (SAX no DOM), declarative, easy to use and you can do really complicated parsing implementing its interfaces.. And if you want both directions xml2java and java2xml, why not to use Castor? But I don't have big experienced with

[jboss-user] [JBoss jBPM] - Re: PVM HibernateLongVariable

2009-02-27 Thread frantisek.ko...@gmail.com
There was a bug in method VariableTypesBinding.parseTypeMapping(). It expected "class" attribute in xml to be set to "persisted" and I chcnged it to "hibernate": // if type="hibernate" | } else if ("hibernate".equals(className)) { But I think code in HibernateLongIdMatcher is broken a

[jboss-user] [EJB/JBoss] - compiling HOME interface in jboss

2009-02-27 Thread nuhuj
Please, help me to compile my HOME interface in jboss. I used jboss-3.2.5 and java 1.4.1 to develop an ejb application. while the BEAN class and REMOTE interface compiled successfully, the HOME interface did not. it gave me the follogwing error instead: >>hellohome.java:9: cannot resolve symbol >

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to custom new folders in classpath?

2009-02-27 Thread lp_pereira
I intend to use a new folder in jboss classpath. For example (application libraries): \jboss-4.2.3.GA\server\default\applib\* Is it possible? Motivation: I don't want mix my custom libraries with jboss libraries. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[jboss-user] [EJB/JBoss] - Re: SessionContext Not Injected in Scoped Class Loader

2009-02-27 Thread fljmayer
I have the same problem. Is there any solution? I debugged a little an saw that org.jboss.ejb3.AbstractPool#injectors.length == 0 means that InfinitePool(AbstractPool).create(line: 111) will not inject anything. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Portal] - Re: Deploying PHP application in JBoss Portal

2009-02-27 Thread txue
Hi Nitin Goel I have a very similar project you had experienced before. I have a couple of PHP applications which I want to deploy in JBoss Portal and then develop the portlets which will communicate with the PHP application and show the web pages of PHP application. Could you please let me kn

[jboss-user] [JBossWS] - Could not find MessageBodyWriter for class java.util.List an

2009-02-27 Thread jej2003
Has anyone had any experience with getting the java.util.List multipart support working as described at http://bill.burkecentral.com/2008/10/23/jax-rs-multipart-support-with-resteasy/ ? When running the Client Framework I get the following: Exception in thread "main" java.lang.RuntimeException

[jboss-user] [JBoss Tools (users)] - Unsatisfied dependencies

2009-02-27 Thread sacauskis
I get the following unsatisfied dependencies when I try to install the 3.0 developement verions on windows using eclipse 3.4 and the eclipse update manager to http://download.jboss.org/jbosstools/updates/development/ Cannot complete the request. See the details. Unsatisfied dependency: [org.jb

[jboss-user] [JBoss Messaging] - problem with JBoss 4.2.3

2009-02-27 Thread mhossein
Hi: I followed all the instructions in http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP3/html/installation.html to install jboss messaging in JBoss 4.x. When I run it using the dafultDS it works fine. But when I use mssql-persistence-service.xml, I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS 5 Deployment Ordering of EAR Structure

2009-02-27 Thread mboulatian
I've downloaded your new 5.0.1 GA release hoping you fixed this annoying issue but still nothing. Can someone respond to this post about when this issue will be addressed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213857#4213857 Reply to the post : htt

[jboss-user] [Beginners Corner] - Re: Secure jmx-console and web-console

2009-02-27 Thread PeterJ
No ideas on the stack trace. Looks like it is debugging time. Try this: start with a fresh JBoss AS install and edit only that one jboss-web.xml file and see if that works. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213855#4213855 Reply to the post : h

[jboss-user] [JBoss Getting Started Documentation] - Re: how to change the jboss schema name

2009-02-27 Thread QBQ
thanks for the heads up, everything is all caps all the time...and the *-ds.xml suggestion looks good and I'm working on those changes now. I just had a moment of panic when the db was created. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213852#4213852

[jboss-user] [Beginners Corner] - Re: Secure jmx-console and web-console

2009-02-27 Thread acastanheira2001
I have a jboss running on my windows desktop. In order to test the app I think that Jboss starts some products of Apache, for instance, coyote, catalina, etc... The file apache.log appears in a log4j appender: | | | | |

[jboss-user] [EJB 3.0] - setRollbackOnly set by remote EJB with @TransactionAttribute

2009-02-27 Thread mohitanchlia
What happens when 1. "A" Bean calls "B" Bean and in a transaction context 2. B's business methos has @TransactionAttribute(REQUIRED) 3. B marks setRollbackOnly Does container first rollback B's transaction before returning and then A rollsback it's transaction or does container rollsback A both

[jboss-user] [JBoss Getting Started Documentation] - Re: how to change the jboss schema name

2009-02-27 Thread PeterJ
If you are replacing HSQL with your database, and your DBAs require uppercase names, you are in for lots of fun. You'll have to find the SQL statements for Messaging and Quartz and convert them all to use uppercase. And I know I forgot a table or two... But the *-ds.xml suggestion still holds.

[jboss-user] [Security & JAAS/JBoss] - Re: GenericHeaderBasedAuthentication

2009-02-27 Thread sfisque
"anil.saldh...@jboss.com" wrote : httpHeaderForSSOAuth="sm_ssoid,ct-remote-user,HTTP_OBLIX_UID" | | sessionCookieForSSOAuth="SMSESSION,CTSESSION,ObSSOCookie" | | The first value is basically what oblix will be sending as the username in the http header. The second one is what o

[jboss-user] [EJB/JBoss] - Re: Issue deploying ejb

2009-02-27 Thread Naov
Solved! Well it was not really a temp issue, it was a business jar that also had that class in it, but was not actualized. As this jar was in lib folder, this class had precedence. The jar in fact doesn't have to have that class in it hah. Thank you anyways, this is so human error but may be

[jboss-user] [The Lizzard's corner] - Canada Eh? Tips on how to fight the Recession!! *USE IT*

2009-02-27 Thread capslockshift
Canada isn't immune to the recession from the US - so, I'm going to pass on this great resource for all my Canadian hockey-loving buds - get a copy of ComputerWorld Canada - show the MAN that IT can save money - before the MAN gets rid of YOU or the entire IT dept gets centralized to the US or g

[jboss-user] [JBoss Getting Started Documentation] - JBoss5 - Legacy applications and descriptor compatibility

2009-02-27 Thread brent.atkinson
Hi, I am an long-time JBoss AS 4 user and I having a bit of trouble deciphering my deployment issues on JBoss AS 5. What I am finding is that the JBoss specific deployment descriptors are causing the deployers to reject the deployments. The error that they are exhibiting is: Caused by: org.jbo

[jboss-user] [JBoss Getting Started Documentation] - Re: how to change the jboss schema name

2009-02-27 Thread QBQ
sorry, the documentation is from here: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Administration_And_Configuration_Guide/5/html_single/index.html#d0e3980 Thanks for the response, I'll look into your suggestion. View the original post : http://www.jboss.org/index.ht

[jboss-user] [Beginners Corner] - Re: Starting JBoss

2009-02-27 Thread millerdl
Thanks. I was afraid of that. I am looking for more detailed start up information than what is provided by starting JBoss AS from Main.main(). Reading that documentation I was hoping that I could get that detail via the exceptions it was throwing because they sounded more like what I was hopi

[jboss-user] [Beginners Corner] - Re: how to change the jboss schema name

2009-02-27 Thread PeterJ
Please do not cross-post http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213839 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213841#4213841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213841

[jboss-user] [JBoss Getting Started Documentation] - Re: how to change the jboss schema name

2009-02-27 Thread PeterJ
It would have helped if you provided contextual information on where that sentence was found. Since you did not, I will have to guess, so my answer is based on that guess. I assume that you are configuring a database login module. You can use all uppercase names for the database, tables and col

[jboss-user] [Beginners Corner] - Re: Can we run JBoss 4.2.2 on the same server as IIS 6.0?

2009-02-27 Thread PeterJ
This is not be a problem. I am running IIS and JBoss AS (and even Apache HTTPD) on our department's Windows 2003 Server system. JBoss AS uses different ports than IIS, so there are no port conflict issues. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213838

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Freeze and Server killed without any logs

2009-02-27 Thread PeterJ
That is because Windows and Linux count memory usage differently, and both of them lie to some extent. Well, the numbers are correct but they often don't mean what you think they mean. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213837#4213837 Reply to th

[jboss-user] [Beginners Corner] - how to change the jboss schema name

2009-02-27 Thread QBQ
Hi, I'm following the Server Configuration documentation and came across: anonymous wrote : We assume that you have already installed the external database server, and have it running. You should create an empty database named jboss, accessible via the username / password pair jbossuser / jboss

[jboss-user] [EJB/JBoss] - Re: Issue deploying ejb

2009-02-27 Thread Naov
Hello Uhm.. it seems that this proplem happens to each new class I migrate to ejb quartz job so any solution will be highly appreciated :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213835#4213835 Reply to the post : http://www.jboss.org/index.html?mod

[jboss-user] [Beginners Corner] - Re: Starting JBoss

2009-02-27 Thread PeterJ
This start() method is a method used in JMX MBeans for services within the application server. This method starts the service. You need to have JBoss AS running before this method can be called. What is it that you are trying to do? In other words, in waht way would you like to start the app se

[jboss-user] [Beginners Corner] - Re: Secure jmx-console and web-console

2009-02-27 Thread PeterJ
When posting XML text or source code, please enclose the text in UBBCode "code" tags - you can do this by selecting the text and clicking the Code button above the editor window. Also, click the Preview button to ensure that the formatting is correct and the XML text shows up before posting.

[jboss-user] [Performance Tuning] - Improving Startup time - JARDeployer wasteful scanning?

2009-02-27 Thread curious_george
Hi, I'm using JBoss 4.0.4 GA on a Red Hat Linux 4 box. Our app server previously took 10 minutes to startup, but we managed to cut it in half thanks to many of the suggestions here! (especially through editing the JARS Ignored For Scanning list in the EJB3 Deployer). However, I'm still trying t

[jboss-user] [JBoss Tools (users)] - Re: JBOSS Tools and eclipse versions

2009-02-27 Thread sacauskis
Thanks, I was using jboss tools 2 with eclipse 3.4. I was having issues and now I probably know why. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213831#4213831 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213831

[jboss-user] [JBoss Getting Started Documentation] - how to change the jboss schema name

2009-02-27 Thread QBQ
Hi, I'm following the Server Configuration documentation and came across: anonymous wrote : We assume that you have already installed the external database server, and have it running. You should create an empty database named jboss, accessible via the username / password pair jbossuser / jboss

[jboss-user] [JBoss Tools (users)] - Re: JBOSS Tools and eclipse versions

2009-02-27 Thread nickboldt
See http://jboss.org/community/docs/DOC-10044 for all the gory details and links. 3.0.0 is due next month, but is stable now. Requires Eclipse 3.4.2 (to get all the latest bugfixes), which came out this week. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213

[jboss-user] [JBoss Tools (users)] - Re: JBOSS Tools and eclipse versions

2009-02-27 Thread akazakov
JBoss Tools 2.* works with Eclipse 3.3.* only. Please use JBoss Tools 3.0.0.* for Eclipse 3.4.* View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213827#4213827 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213827 __

[jboss-user] [JBoss Tools (users)] - JBOSS Tools and eclipse versions

2009-02-27 Thread sacauskis
I was wondering if JBossTools 2.1.2.GA will work will Eclipse 3.4? or do I need to use the development release? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213825#4213825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [EJB 3.0] - Re: IllegalAccessError, EJB3, and JBoss 5

2009-02-27 Thread cretz
This is no longer an issue. I renamed my ears to put them in a proper order (among other things) and it is resolved. I can't say for certain what the resolution was. Thanks for the help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213824#4213824 Reply t

[jboss-user] [JBoss Messaging] - Re: listAllMessages doesn't list persisted messages

2009-02-27 Thread d...@hudaverdi-cakir.de
Hi, I've exactly have the same issue with JBoss ESB Server 4.5 (AS 4.2.3 + JBM 1.4.0.SP3). Is this request already realized? Yes, which version ? JIRA says that this request is a duplicate only. I could not find the original one. Please let me know if this issue is solved or not. Thanks! Vie

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unable to run facelets numberguess example in JBoss 5

2009-02-27 Thread pfreitas
A pretty simple solution is use latest Facelets 1.1.15. That’s it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213818#4213818 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213818 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Setting up a virtual host on 5.0.1

2009-02-27 Thread admentus
I am trying to define a simple virtual host under JBoss 5.0.1. With the 4.2.3 version, I had the following host definition in the server.xml file. | | Now, when I try to start up the 5.0.1 server using this host definition, I get the error "Context not foun

[jboss-user] [JBoss jBPM] - Re: performance limits of jbpm

2009-02-27 Thread kukeltje
anonymous wrote : We can't say that in this case the code has never happened, Correct... It is an example where using non transactional external services fails... so either send an additional mail from a node that you go to when the 'error' happens or whatever... business processes should take

[jboss-user] [JBoss Messaging] - Re: JBoss messaging client timeout

2009-02-27 Thread pratimkm
Thanks a lot Howard. I tried with 1.4.0 SP03-CP07 and it works. No timeout no messages stuck in the queue!! However during building the messaging part I found etc/ folder missing under src/ so I copied the whole etc folder from output and it did the trick. Another team is trying with 1.4.2 GA SP1

[jboss-user] [JBoss Tools (users)] - Re: No Jboss servers

2009-02-27 Thread sacauskis
JBOSS tool, I've decided to go back and install from scratch, I was wondering if JBossTools 2.1.2.GA will work will Eclipse 3.4? or do I need to use the developement release? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213811#4213811 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: performance limits of jbpm

2009-02-27 Thread p.gentili
Also in my opinion is correct to rollback process logs but what if in one of the rolled back nodes jbpm sends an email to an operator or a customer or, in general, triggers some operation in external systems? We can't say that in this case the code has never happened, in other words, code has

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

2009-02-27 Thread bhawthorne
We've just migrated our app to JBoss 5 (from 4) and have one last annoyance to resolve. We have an EJB client that uses JNDILoginInitialContextFactory to supply string-based user/password combination. On the server, our custom JAAS login module authenticates, and sets our custom Principal to the

[jboss-user] [Beginners Corner] - Can we run JBoss 4.2.2 on the same server as IIS 6.0?

2009-02-27 Thread sielah
The company I work for is looking to purchase a vendor application that runs on JBoss 4.2.2. We would like to install the new application on our existing server, which has Windows 2003 SP2 and IIS 6.0. The web applications that run from this server were built using .NET 2.0. The JBoss applicat

[jboss-user] [JBoss Portal] - Re: Regarding Portal session management

2009-02-27 Thread apemberton
JBoss Portal takes a very literal interpretation of JSR168 when it comes to managing user roles. So, any roles that you want to use from your JAAS security context, you'll have to define (at least a role-name, not necessarily role-link) in your portlet.xml: YourRole View the original

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Freeze and Server killed without any logs

2009-02-27 Thread erache
I didn't know it could take this much space... ^^ I don't really know the allocation of memory in a jvm but I thought the most important memory allocation was by the heap and the permgen ... I tried on a windows and when I specified 512 for heap space and 128 for permgen space, the process all

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Freeze and Server killed without any logs

2009-02-27 Thread PeterJ
anonymous wrote : But the weird thing is that the memory used is still higher than the memory I allocated to the process: Where did you get the idea that the heap and the permgen are that only memory used by a Java process? There is also the JVM code, the Java stacks, and the C/C++ data structu

[jboss-user] [JBoss Cache: Core Edition] - Re: JBossCache Deadlock in Hibernate BulkOperationCleanupAct

2009-02-27 Thread bstansbe...@jboss.com
Is there anything from Hibernate before the first bit in the "TRANSACTION (EXECUTES A SINGLE BULK UPDATE QUERY!)": | 2009-02-26 12:54:50,032 TRACE [org.jboss.cache.interceptors.InvocationContextInterceptor] main - http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213783#4213783 Reply

[jboss-user] [JBoss jBPM] - Re: jbpm-entity on Oracles and id.

2009-02-27 Thread Toriton
i launched again the script, probably i was missing some create index, or sequence. Deleted all users from the table and inserted back again. Probably my mistake when i created first time DB schema on Oracle. Work fine now :) . sorry for boring you all. View the original post : http://www.j

[jboss-user] [JBoss Portal] - Re: Can we Connect Jboss portal to Database other than hiber

2009-02-27 Thread PeterJ
Sounds like you need to grab a tutorial or book from somewhere. I know that the book JBoss at Work (http://oreilly.com/catalog/9780596007348/) has an entire chapter on database access in JBoss AS. That book is based on 4.0.2, but the database access is still valid in 4.2.x and 5.0. Also, perhap

[jboss-user] [JBoss jBPM] - Re: jbpm-entity on Oracles and id.

2009-02-27 Thread kukeltje
read the hibernate docs... native (afaik) means using what the dbms has as default. Do you get any errors? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213777#4213777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=421

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Run JBoss 4.2.2 and JBoss 5.0.1 at the same time

2009-02-27 Thread dwschulze
Peter, The last one works. I asked the same question on stackoverflow.com and got two different, creative answers so I'm going to cross-reference the two threads: http://stackoverflow.com/questions/592091/running-jboss-5-and-jboss-4-at-the-same-time The ability to specify port numbers or an en

[jboss-user] [JBoss Tools (users)] - Drools Audit View doesn't open log

2009-02-27 Thread jpviragine
I've been using a WorkingMemoryFileLogger in my Seam/Drools application to generate a log file for debug purposes. When I try to open the log file in Audit View it states that: The selected audit log is empty. But the log contains data. Log data is: | | | | 4 | D

[jboss-user] [JBoss jBPM] - jbpm-entity on Oracles and id.

2009-02-27 Thread Toriton
Hi i have a question about how the users are saved under JPBM using console. I was seeing the User.hbm.xml under jbpm-identity.jar, and found this: | | | | Using oracle the id must have a sequence related to work, right?. I have to change the HBM files so any table ha

[jboss-user] [Management, JMX/JBoss] - Error starting JMX and JBoss Web Console

2009-02-27 Thread verdi2000
Hi, if I want to start the JMX Console in the Administration Management section I get an HTTP Status 503 - Servlet HtmlAdaptor is currently unavailable I also get an error starting the WEB console. Here I get an HTTP Status 500 with description: The server encountered an internal error () that

[jboss-user] [JBoss Cache: Core Edition] - Problems in websphere cluster environment

2009-02-27 Thread mpastorino
We are having problems with JbossCache v1.4.1.SP9 and JGroups 2.4.1 in Websphere 6.1 cluster environment. Randomly, we get the following errors in the log: JChannel I org.jgroups.JChannel handleExit received an EXIT event, will leave the channel JChannel I org.jgroups.JChannel$CloserTh

[jboss-user] [Beginners Corner] - Starting JBoss

2009-02-27 Thread millerdl
>From the javadoc: >http://docs.jboss.org/jbossas/javadoc/4.0.4/system/org/jboss/system/server/Server.html#start() There appears to be a way to start the JBoss server using this command, but I can not seem to get this interface from the jars that I have available. Does someone have an example o

[jboss-user] [Beginners Corner] - Re: Secure jmx-console and web-console

2009-02-27 Thread acastanheira2001
Peter, I can´t post my log4j configuration. Andre View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213752#4213752 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213752 ___

[jboss-user] [Beginners Corner] - Re: Secure jmx-console and web-console

2009-02-27 Thread acastanheira2001
Pj, I have a jboss running on my windows desktop. In order to test the app I think that Jboss starts some products of Apache, for instance, coyote, catalina, etc... The file apache.log appears in a log4j appender

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss as a Service on Windows XP has an issue

2009-02-27 Thread mladen.t...@jboss.com
The problem is not in service but rather in run.bat The reason why it is observed when running as service is because the service mode uses system PATH environment variable (which probably ends wit backslash) The fix is easy. Inside run.bat change: REM Add bin/native to the PATH if present if exis

[jboss-user] [JBoss jBPM] - Re: Transaction Issue

2009-02-27 Thread Toriton
Got it. not more problem and with an XA DataSource. the problems was, this : UserTransaction Not specified in other Config files. If could Help this is my final configuration: XA DS Oracle (cut and past of the example under JBOSS): | | | | | JbpmDS | | fa

[jboss-user] [JBoss Tools (users)] - Re: No Jboss servers

2009-02-27 Thread max.ander...@jboss.com
How ? Is this Devstudio or JBoss Tools and what version ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213728#4213728 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213728 ___

[jboss-user] [JBoss Tools (users)] - Re: How to include my js(java Script) files into my portlet

2009-02-27 Thread max.ander...@jboss.com
You should ask in the portal forum - its not related to tools afaik. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213726#4213726 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213726 ___

[jboss-user] [JBoss Tools (users)] - Re: Timeout running a minimal configuration of JBoss 5.0.0.G

2009-02-27 Thread max.ander...@jboss.com
Tom, You should not be required to create that folder, it should be created for you afaik or at least give an option to create it - could you report in jira with steps for ending in that situation ? hmm - we use the web port to be able to show servlets/xhtml etc. Are you saying you don't have

[jboss-user] [JBoss jBPM] - Re: Need some advices on a workflow

2009-02-27 Thread frinux
By wrongly represented, I mean that I must be at one time in two nodes : - the one which waits until X days - the one which waits the manual validation So I guess I must have something like a fork in my workflow, so that it is possible for me to be in two nodes at the same time. But if I add the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss as a Service on Windows XP has an issue

2009-02-27 Thread parag.goyal
You are right, In our development evoirnment we are working like this way only as you are suggesting .we are just removing the trailing slash.This is also true it is affecting JAVA_OPTS. But how is breaking command line i still could't understand. Main problem is in our production envoirment wh

[jboss-user] [JBoss jBPM] - Re: Need some advices on a workflow

2009-02-27 Thread kukeltje
what do you mean by 'wrongly represented'? - where is the query send? - where and how do you enter 'attente_accord_tacite' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213711#4213711 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[jboss-user] [JBoss Cache: Core Edition] - Maximum number of nodes and limiting memory usage

2009-02-27 Thread vinayknl.61
Hi All, I am planning to create a caching layer for my application. Here my requirements are to cache lots of data, So, i have to end up creating lot of nodes and ofcourse lot of data under each node ( say a million nodes and some GB's of data altogether). I would like to know are there any p

[jboss-user] [JBoss Cache: Core Edition] - Re: Using DataType Object as a Key to JBoss Cache

2009-02-27 Thread vinayknl.61
Thank you very much for your reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213705#4213705 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213705 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: Own DLQ for EJB3-MDB via ActivationConfigProperty doesn'

2009-02-27 Thread jaikiran
Let's see if we can find something in the logs. In my server.log file (under %JBOSS_HOME%/server/< serverName>/log folder) i see this: anonymous wrote : 2009-02-27 17:07:51,666 DEBUG [org.jboss.resource.adapter.jms.inflow.JmsActivation] (WorkManager(2)-2) Setting up org.jboss.resource.adapter.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Freeze and Server killed without any logs

2009-02-27 Thread erache
I would like to thank you for the explanation. I finally made it with less memory ! So now I use these arguments: -Xms256m -Xmx256m -XX:MaxPermSize=128m And it works fine for the moment ^^ But the weird thing is that the memory used is still higher than the memory I allocated to the process:

[jboss-user] [Management, JMX/JBoss] - Re: SAR - EJB dependencies

2009-02-27 Thread Espinoso
David, conseguiste arreglar esto? Estoy trabajando en conseguir hacer lo mismo. Gracias!! Did someone solved this? I'm working in doing the same and I can't find any information. Thanks!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213673#4213673 Reply

[jboss-user] [JBoss jBPM] - PVM HibernateLongVariable

2009-02-27 Thread frantisek.ko...@gmail.com
Hi, I encounter following problem in PVM. TypeMapping for HibernateLongInstance has a ClassNameMatcher with "hibernate" as claa name and not HibernateLongIdMatcher. I have used default pvm.variable.types.xml Where is the problem? I think that xml does not configure another than ClassNameMat

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss as a Service on Windows XP has an issue

2009-02-27 Thread dimit...@jboss.org
Why not just fixing your path? Either remove the trailing slash, or change the order so that it doesn't appear last (C:\Lang\JProbe 7.0\bin\). I guess the problem is that the trailing slash followed by '"' escapes the double quote in JAVA_OPTS thus breaking the command line. View the origina

[jboss-user] [JBoss Messaging] - Re: MessagingPostOfficeService MBean View on jmx-console is

2009-02-27 Thread gaohoward
Yeah, I think so. The web doesn't handle the Element type correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213649#4213649 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213649 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Starting JBoss as a Service on Windows XP has an issue

2009-02-27 Thread parag.goyal
Hi All, I have installed JBoss4.2.2 as a service on Windows XP . So that we can start or stop JBoss AS as a window service. I faced problem that whenever trailing backslash ("\") appears at the end of value of PATH (PATH in "system variables" not in "user variables") For e.g. PATH =%SystemR

[jboss-user] [JBoss Messaging] - Re: MessagingPostOfficeService MBean View on jmx-console is

2009-02-27 Thread jmesnil
wild guess but I suspect that the XML configuration is mixed up with the HTML tag of the web console. Somehow, somewhere, the XML text is not properly escaped View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213643#4213643 Reply to the post : http://www.jbos

[jboss-user] [JBoss jBPM] - Re: Transaction Issue

2009-02-27 Thread Toriton
Another configuration: | org.hibernate.dialect.Oracle10gDialect | org.hibernate.context.ThreadLocalSessionContext |oracle.jdbc.driver.OracleDriver | jdbc:oracle:thin:@localhost:1521:XE | system | 123 | true 1, false 0 | org.hibernate.transaction.JTATra

[jboss-user] [JBoss Cache: Core Edition] - Re: Advice setting JBoss Cache up loading from hibernate and

2009-02-27 Thread lonny27
Hi Ian, I've an identical application architecture, but only with one GUI attached. My current approach is also based on JMS transporting POJO's from and to the a JBossAS using Hibernate as persistence provider. I was about to implement a system, that does all the sync stuff between the client

[jboss-user] [JBoss jBPM] - Re: Transaction Issue

2009-02-27 Thread Toriton
Hi brads thanks for reply. I changed that properties too and many others to try something. this is the FULL Hiberante configuration ATM (plus all mapping resource hbm.xml that Jbpm need): | org.hibernate.dialect.Oracle10gDialect | org.hibernate.context.ThreadLocalSessionContext |

[jboss-user] [JBoss Messaging] - Re: MessagingPostOfficeService MBean View on jmx-console is

2009-02-27 Thread gaohoward
I think it's jboss-web issue, I'll post to the relevant forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213626#4213626 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213626 ___

[jboss-user] [JBoss Messaging] - Re: MessagingPostOfficeService MBean View on jmx-console is

2009-02-27 Thread gaohoward
This problem is also with the ServerPeer MBean View (clustering case). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213619#4213619 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213619

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to keep files in temporary deployment

2009-02-27 Thread jaikiran
"dada051" wrote : | | My application creates files in the temp deployement directory. | | Thanks Do not create in temp directory. Instead you can go for exploded deployment. That way your files can be created in the exploded directory of your application in the deploy folder (and will

[jboss-user] [JBoss Tools (users)] - Re: Timeout running a minimal configuration of JBoss 5.0.0.G

2009-02-27 Thread tomjenkinson
Hi Max, That worked just fine thanks, I didn't realise you could double click on the server! As an FYI, when I created my own configuration, (cp -rp minimal blacktie) and then edit the server properties, I needed to do the following as well: mkdir /home/tom/blacktie/utils/jboss-5.0.0.GA/server/

  1   2   >