[jboss-user] [JBoss Seam] - Re: Problems understanding Seam's jBPM support

2007-11-14 Thread arussel
anonymous wrote : What about JbpmContext lifecycle? May I hold it in a SFSB Seam component field? (Can it be passivated?) | Could you tell me if that worked ? For what I understand jbpm context delimit the transaction, and can use a transaction if one is active. So from creating jbpmcontext

[jboss-user] [JBoss Portal] - Re: Portal filling server LOGS

2007-11-14 Thread [EMAIL PROTECTED]
As it says it is DEBUG information. You need to adapt the logging info you want to keep before you go in production, that's not different for Portal. See: http://www.jboss.org/wiki/Wiki.jsp?page=Logging View the original post :

[jboss-user] [Clustering/JBoss] - Re: JBoss5.0.0.Beta1 multiple instances error

2007-11-14 Thread Annegret
Hi, I use JBoss 5.0.0 Beta 2 and run in the ths same problem : portconflict on 8080 After changing some ports in the server configuration directly additional to the binding file I managed to run 2 instances of JBoss on the same machine. I had to change additional to the binding file the

[jboss-user] [JBoss Messaging] - Re: FIFO Ordering also if Rollback (Retry)?

2007-11-14 Thread mclu
Thx Tim! I saw the Jira entry http://jira.jboss.com/jira/browse/JBAS-2444 about the ordering issu and a Link to Messaging. But anyway. Does your explanaition mean that after a NACK/Transaction Rollback of my single JBM Consumer the Message is put back to the queue and is retried after the set

[jboss-user] [JBoss Seam] - Re: Problems understanding Seam's jBPM support

2007-11-14 Thread MSchmidke
Indeed, keeping the context open for several transactions does not seem to work at all. It's a pity. But I continued my experiments and found that it seems not to be very bad to save a ProcessInstance to another JbpmContext than it was loaded from. So, for the moment, my workaround is to load

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-11-14 Thread w17chm4n
I`ve doublechecked everything and it seems to be allright. Seam.properties is where it should be, jndi name is allso correct. jmx-console | +- Inquisitor (class: org.jnp.interfaces.NamingContext) | | +- PollManagerBean (class: org.jnp.interfaces.NamingContext) | | | +- local

[jboss-user] [JBoss Seam] - Overriding a method partially breaks annotations

2007-11-14 Thread MSchmidke
I don't know if this is a bug or if I am making a mistake, but Seam behaves some kind of strange (2.0.0.CR1): I have a base class | public abstract class AImpl implements A { | @In protected org.hibernate.Session session; | | @Create | @Begin | public void create() {} |

[jboss-user] [JBoss Seam] - Re: Custom validator disables hibernate default validator

2007-11-14 Thread dapeng
Jira bug is filed. http://jira.jboss.org/jira/browse/JBSEAM-2245 I would also like to help to push Seam forward. How can I contribute? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104414#4104414 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Active Directory -- Unable to add portlets

2007-11-14 Thread roth
Hi I see the same thing, but couldn't yet analyse the problem more deeply. I found out that the Wizard works for adding instances to pages, however this is nothing more than a cheap workaround. As I was the one who wrote both the AD wiki entry and the one about admin privileges, I guess I'll

[jboss-user] [JBoss Seam] - Re: SpringTransaction exception handling enhancement require

2007-11-14 Thread dapeng
Done. http://jira.jboss.org/jira/browse/JBSEAM-2244 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104413#4104413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104413 ___

[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-14 Thread georges.goebel
Hi, I have exactly the same proble with JBOSS 4.2.0 and 4.2.2. | @Stateless(name = Facade) | @Local(Facade.class) | @Remote(Facade.class) | @WebService | public class FacadeImpl implements Facade { | @WebMethod | public ListNiveauService getLastDataNiveauService(String e1,

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-14 Thread viggo.navarsete
dimiter_a, have you tried to change the managed-bean-scope of the ajaxContext to something else than request? I'm not sure if that's you problem, or if you can live with another scope, but it's worth a chance. I've read some other places that people have experienced problems with request scope

[jboss-user] [JBoss Portal] - Re: security-constraints not working at the page level (*-ob

2007-11-14 Thread joe_the_quick
Thank you for the quick reply. I simply would like to protect a page to allow access only for authenticated users with the role Authenticated. The protection of pages should be possible according to the docs ( http://docs.jboss.com/jbportal/v2.6.2/referenceGuide/html_single/, 6.4. Descriptor

[jboss-user] [Messaging, JMS JBossMQ] - Configuring only JMS

2007-11-14 Thread rotten_ritz
Hi All, I am working on a simple client/server program using JMS. The client has to make a million calls to the server. Im using a Topic. I get a java.lang.OutOfMemoryError: Java heap space error after hundred thousand hits. I use a machine with 1GB RAM and I think it should work because the

[jboss-user] [JBoss Seam] - Re: Difference between session timeout and not logged in yet

2007-11-14 Thread saeediqbal1
seems like a good intuitive idea, how do we get our apps to show session expired message? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104429#4104429 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104429

[jboss-user] [JBoss Portal] - Fwd: NullPointerException including the taglib http://java.s

2007-11-14 Thread kcsavant
I am also facing the same problem :( Any answers please... Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104434#4104434 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104434

[jboss-user] [JBoss Seam] - problem with jboss seam and icefaces

2007-11-14 Thread hager
Hello, I'm trying to integrate icefaces with jboss seam, i followed this page http://support.icesoft.com/jive/servlet/KbServlet/download/721-102-916/UsingICEfacesWithSeam.html i put icefaces-facelets.jar,krysalis-jCharts-1.0.0-alpha-1.jar,icefaces-comps.jar,commons-fileupload.jar,

[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-14 Thread georges.goebel
Hi, I have found one solution get it working. I have to use the annotation @SOAPBinding(style = SOAPBinding.Style.RPC) | @Stateless(name = Facade) | @Local(Facade.class) | @Remote(Facade.class) | @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class FacadeImpl

[jboss-user] [JBoss AOP] - Re: JBoss AOP parallel Advice

2007-11-14 Thread [EMAIL PROTECTED]
What do you mean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104459#4104459 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104459 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - seam messagelistener client

2007-11-14 Thread henderson_mk
Folks, I have a seam message listener as per the examples and have it deployed into tomcat... everything seems hunky dory with no exceptions on startup etc. However... (and this is a bit of a daft question)... I want the message listener to receive messages from outside of seam.. i.e. just a

[jboss-user] [JBoss Portal] - Re: security-constraints not working at the page level (*-ob

2007-11-14 Thread [EMAIL PROTECTED]
So you just need to set: - view (not recursive) right on the portal for anybody - viewrecursive for 'authenticated on your page View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104442#4104442 Reply to the post :

[jboss-user] [JBoss Portal] - Re: NullPointerException including the taglib http://java.su

2007-11-14 Thread [EMAIL PROTECTED]
This taglib is for portlets, not for the portal layout View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=410#410 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=410 ___

[jboss-user] [JBoss Messaging] - Re: Poss solution frequent deadlocks on SQLServer

2007-11-14 Thread JeremyStone
No problem - hope it helps. I have seen the JBMSpringJMSTemplateNotes wiki and we are only sending messages using the JCA factory so I think that's ok. However we also use Spring to receive messages. (We were originally using their DefaultMessageListenerContainer but turned out to be SLOW --

[jboss-user] [EJB 3.0] - Getter for LAZY property gets called on every commit

2007-11-14 Thread markus.doering
Hello, First of all, i'm working with JBoss 4.2.0 GA and MySQL 5. I have the following code for my EntityBeans: EntityBean1 @Entity | public class EntityBean1 { | private long id; | | private byte[] data; | | private boolean active; | | private EntityBean2

[jboss-user] [JBossCache] - Queue structure

2007-11-14 Thread aditsu
Hi, is it possible to implement a FIFO queue in the cache, so that multiple threads (or apps) can add and remove elements in order, without conflicting? As I understand it, each node has a (Concurrent)HashMap of child nodes and a HashMap of data. HashMap is not particularly known for keeping the

[jboss-user] [JBossCache] - Manually acquiring a lock on a node

2007-11-14 Thread spennec
Hello, In my project, we cache the result of a computation. This computation takes quite some time (5-6 seconds) to be done. When the definition of the computation is modified, the node corresponding to the modified computation is removed. At that time, the computation is updated, and its new

[jboss-user] [JBoss Messaging] - Re: FIFO Ordering also if Rollback (Retry)?

2007-11-14 Thread timfox
mclu wrote : Thx Tim! | | I saw the Jira entry | http://jira.jboss.com/jira/browse/JBAS-2444 | about the ordering issu and a Link to Messaging. | Yes, that feature is implemented in JBM. anonymous wrote : | But anyway. | Does your explanaition mean that after a NACK/Transaction

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread kaprys
Yes, found the way how to do it. But now I'm fighting with another thing. I would like to get from SOAPHeader information about wsse elements. I know that JBoss doesn't support it now. I'm digging in JBossWS src code and I'm trying to find why only wsa elements are included in SOAP java objects.

[jboss-user] [JBoss Portal] - Re: Force certain portlets/pages to dashboard

2007-11-14 Thread [EMAIL PROTECTED]
As of now the dashboard and admin defined pages are separated. But i agree that we should have a mechanism to mix both. First we (as you and others and myself) should define exactly how this should be defined though, use cases are multiple in that field and we need to come up with a solution

[jboss-user] [JBossCache] - Re:

2007-11-14 Thread aditsu
Just do all those things within a transaction. Locks should be acquired automatically. Adrian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104482#4104482 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104482

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-11-14 Thread w17chm4n
Is it important in what package in the jar i keep my components ? ex. ejb3/src/main/java/actions or ejb3/src/main/java/com/mycompany/sth/crap/ ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104488#4104488 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Poss solution frequent deadlocks on SQLServer

2007-11-14 Thread timfox
JeremyStone wrote : However the problem with this is that messages seem to be getting acknowleged in spite of failure (setRollbackOnly called) and no redelivery is occurring. | | Looking at the JBoss Messaging source, SessionAspect.handlePostDeliver() calls

[jboss-user] [JBoss Seam] - Re: Online Seam DVD Store example broken?

2007-11-14 Thread koenhandekyn
at nov 14 2007 : from http://dvdstore.demo.jboss.com/browse.seam An Error Occurred: | javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection | +- Stack Trace | | javax.ejb.EJBTransactionRolledbackException:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Installing JBoss 4.2.2 GA on Ubuntu-Server ( no GUI )

2007-11-14 Thread iner
Hello, I would like to install JBoss 4.2.2 on my vmware ubuntu. should I just download JBoss from the jboss-ftp-server ( where is it ? ), and deflate it to a proper directory ( which one ? ). found this

[jboss-user] [JBoss Seam] - Re: s:decorate - default template

2007-11-14 Thread [EMAIL PROTECTED]
Kragoth wrote : Does anyone know any possible way of setting the default template that will be used by the s:decorate tag? No, but open a feature request and we can perhaps look at doing it. You can always define the template using a factory in components.xml and reference it s:decorate

[jboss-user] [JBoss Seam] - Seam 2.0.0.GA docs for seam-gen are out of date

2007-11-14 Thread _polly
FYI: just noticed the seam-gen docs in the GA release here: http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/gettingstarted.html refer to an older version of seam-gen - the screen output for 'seam setup' in 2.2 doesn't have the new stuff about integrating ICEFaces, RichFaces skins etc.

[jboss-user] [JBossWS] - JAX-WS Basic authorization?

2007-11-14 Thread rukus
I need to implement basic authorization (username and password check) to jax-ws for this service: @WebService(name=ServerService, serviceName=ServerService) | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class ServerService implements IServerService{ | @WebMethod |

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA docs for seam-gen are out of date

2007-11-14 Thread [EMAIL PROTECTED]
Please file a JIRA issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104492#4104492 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104492 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: Jboss cache and heapspace memory

2007-11-14 Thread haribaasha
ok, now i had a look at the BDbje code and noticed that it takes about 60 percent of the total memory, which is 60 percent of the 1024 i allocated in Xmx. so it caches all the objects already present in jbosscache and the copy of all this i s also there in the persistent storage. now je is

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA docs for seam-gen are out of date

2007-11-14 Thread _polly
done: http://jira.jboss.org/jira/browse/JBSEAM-2246 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104505#4104505 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104505 ___

[jboss-user] [JBossCache] - Re:

2007-11-14 Thread spennec
Here's what's happenning at the moment: A transaction: - put some data in the cache. Another transaction: - modify its definition - remove() is called - update its value - put() is called with the new value The problem is that if I call get() on that node between the remove() and the put(), I

[jboss-user] [JBoss Seam] - Re: Problems understanding Seam's jBPM support

2007-11-14 Thread jcruise
Just use injection to get the context: | @In private JbpmContext jbpmContext; | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104498#4104498 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104498

[jboss-user] [JBossCache] - Re:

2007-11-14 Thread [EMAIL PROTECTED]
If you want to specifically get a write lock on the parent node as well, look at: http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/1.4.1.SP4/TreeCache/en/html_single/index.html#d0e2123 and look for the LockParentForChildInsertRemove attribute. View the original post :

[jboss-user] [JBossCache] - Re: Queue structure

2007-11-14 Thread [EMAIL PROTECTED]
You could use timestamp Longs as keys in the Node and sort the results of a Node.getData() call. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104496#4104496 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104496

[jboss-user] [JBossCache] - Re: ConcurrentModificationException when serializing session

2007-11-14 Thread [EMAIL PROTECTED]
This has nothing to do with JBoss Cache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104501#4104501 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104501 ___ jboss-user mailing

[jboss-user] [JBossCache] - Re: je.properties

2007-11-14 Thread haribaasha
ok, now i had a look at the BDbje code and noticed that it takes about 60 percent of the total memory, which is 60 percent of the 1024 i allocated in Xmx. so it caches all the objects already present in jbosscache and the copy of all this i s also there in the persistent storage. now je is

[jboss-user] [JBossCache] - Re:

2007-11-14 Thread spennec
Thanks for your reply :-) Should I use a specific Node Locking Scheme to ensure that behaviour? At the moment, I use Optimistic scheme (and, consequently, no Isolation Level). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104504#4104504 Reply to the post :

[jboss-user] [JBoss Seam] - Re: extjs and seam remoting and rerender

2007-11-14 Thread srmo642002
thanks [EMAIL PROTECTED] i found a4j:jsFunction is useful,, i call a generated a4j:jsFunction javaScript from extjs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104516#4104516 Reply to the post :

[jboss-user] [Beginners Corner] - Jboss 4.2.1 mysql-ds.xml initialization error.

2007-11-14 Thread zulqarnain
Hi, I've installed jboss 4.2.1 and is trying to setup mysql connection. I've copied mysql-connector-java-5.1.5-bin.jar to ../default/lib/ Also I've setup mysql-ds.xml in ../deploy/ and removed hsqldb* from ../jms/ . Now when I start the jboss server I got the following error: 2007-11-14

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-14 Thread pbrewer_uk
Hi Alex, thanks for your continued help. Unfortunately, I get the same behaviour whether I initiate the JobExecutor via a seam component or by using the JobExecutorServlet. | 2007-11-14 11:58:05,675 ERROR [org.jbpm.db.JobSession] org.hibernate.TransactionException: could not register

[jboss-user] [JCA/JBoss] - Re: Connection closed problem after DB restart.

2007-11-14 Thread vickyk
Look at this http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp And if you look carefully you would be taken to this http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJCA And if you don't get lazy you can further get the answer here

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-11-14 Thread jackhexy
Now,my time is Wed Nov 14,20:23.:-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104518#4104518 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104518 ___ jboss-user mailing list

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-14 Thread odin69
I am not sure if I really understand what your problem is, but did you edit the jboss-build.properties to point to your jboss-as folder? If not then you should do this first... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104521#4104521 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Help :too many process with Connection OCI

2007-11-14 Thread vickyk
michele.tommaso wrote : hi, | when I create a JDBC OCI connection on Linux server, i have 90 (!!) child processes owening to the main process that lock the server. | Investigate the thread dump when there is a lock on the server . figure out what threads are getting hanged . Who is spanning

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-11-14 Thread jackhexy
Thank you.I executed echo %JAVA_HOME,The message is C:\OtherSoft\Java\jdk1.6.0_03. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104515#4104515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104515

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

2007-11-14 Thread legolas
Hi, I am trying to use your plugin but run into problems. I get the following when running mvn process-classes -X: [INFO] [jbossaop:compile {execution: default}] |CLASSPATH: \DataDisk\var\m2\repository\concurrent\concurrent\1.3.4\concurrent-1.3.4.jar; |

[jboss-user] [JBoss jBPM] - Re: jbpm db upgrade from 2.0 to 3.2

2007-11-14 Thread kukeltje
no, there is no migrationscript from 2.0 to 3.0/x. From 3.0 on this has gotten high priority, so migrationscripts from 3.0 to 3.1 to 3.2 are available View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104532#4104532 Reply to the post :

[jboss-user] [JBoss Messaging] - Messaging and MySql performance issue

2007-11-14 Thread jan44
If we add a lot of messages to a queue (i.e. 500.000), and later when the messages has expired the database uses amost all of the CPU. In MySql administrator we can see that the database is busy with a sql like this: DELETE FROM JBM_MSG WHERE TIMESTAMP 1194882127401 AND NOT EXISTS (SELECT *

[jboss-user] [JBoss Messaging] - Re: Messaging and MySql performance issue

2007-11-14 Thread timfox
You should try out 1.4.0.SP1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104534#4104534 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104534 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Poss solution frequent deadlocks on SQLServer

2007-11-14 Thread timfox
Tracking the deadlock issue http://jira.jboss.org/jira/browse/JBMESSAGING-1152 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104538#4104538 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104538

[jboss-user] [JBoss Messaging] - Re: Distributed queue, HA-JMS/singleton basic questions

2007-11-14 Thread timfox
kapucin wrote : | One question on fault-tolerange to message loss. Do the messages get replicated across the cluster (using post-office pulling or post-office routing?), so in case a node fails, they are not lost OR are they stored in a database until acknowledged? | Persistent messages

[jboss-user] [JCA/JBoss] - Re: Opening connection from a marked rollback tx

2007-11-14 Thread vickyk
oglueck wrote : | Actually the thing is, I don't know why a new connection is opened by Hibernate in this case and why it doesn't use an existing one. Because there should certainly be at least one free connection available that has already been used with this tx. It may be a bug in

[jboss-user] [JBoss Messaging] - Re: FIFO Ordering also if Rollback (Retry)?

2007-11-14 Thread mclu
Ok! Requested ... http://jira.jboss.com/jira/browse/JBMESSAGING-1151 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104508#4104508 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104508

[jboss-user] [JBoss Seam] - Re: problem with unicodes in itext

2007-11-14 Thread srmo642002
you must manipulate UIFont class locatet in org.jboss.seam.pdf.ui; | private BaseFont getFont(String familyName) { | try { | return BaseFont.createFont(c:/windows/fonts/ + familyName + .ttf, | BaseFont.IDENTITY_H, BaseFont.EMBEDDED); | }

[jboss-user] [JBoss AOP] - Re: What jboss aop version for jboss 3.2.8sp1?

2007-11-14 Thread abdujaparov
Hi Kabir, I've installed jbossaop 1.3.6, now jboss starts, I've deployed the injboss example but when I run it there are not the message of the interceptor, I read only: | 13:15:33,356 INFO [STDOUT] ExampleValue empty Constructor | 13:15:33,356 INFO [STDOUT]

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-11-14 Thread pbrewer_uk
I'm a bit puzzled as to why my custom resource loader isn't being called for anything other than page resource bundles. I'm using Seam 2.0.0.GA with Java 6: components.xml | ... | component name=org.jboss.seam.core.resourceLoader | property name=bundleNames |

[jboss-user] [JBoss AOP] - Re: What jboss aop version for jboss 3.2.8sp1?

2007-11-14 Thread [EMAIL PROTECTED]
Why are you using such an ancient version of JBoss by the way? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104525#4104525 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104525

[jboss-user] [JBoss AOP] - Re: What jboss aop version for jboss 3.2.8sp1?

2007-11-14 Thread [EMAIL PROTECTED]
JBoss AOP 1.3 supports loadtime weaving. The following sections in the reference manual describe how to set it up 8.3. Installing with JBoss 3.2.6 Application Server 10.3.5. JBoss Application Server 3.2.x and JDK 1.4 Although the first section mentions that loadtime weaving is not supported in

[jboss-user] [JBoss Messaging] - Re: Message stranded in cluster

2007-11-14 Thread timfox
chip_schoch I thought that clients of the clustered queue could connect to whichever node they found first and they would get messages from any partial queue. Is this incorrect? [/quote wrote : | | This is correct, but you want to avoid unnecessary redistribution if you can.

[jboss-user] [JCA/JBoss] - Re: Opening connection from a marked rollback tx

2007-11-14 Thread vickyk
oglueck wrote : Maybe the connection somehow doesn't get returned to the pool in time or something. Subsequent Connections are taken from the TransactionLocal and not from the Pool , here is the code | public ConnectionListener getConnection(Transaction trackByTransaction, Subject

[jboss-user] [Beginners Corner] - Re: Jboss 4.2.1 mysql-ds.xml initialization error.

2007-11-14 Thread jaikiran
You will have to post the entire exception stacktrace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104557#4104557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104557 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-14 Thread odin69
So here I am again with a new Problem. After the logon I get an Exception from the CustomerBEan: Your request cannot be completed. The server got the following error: javax.servlet.jsp.JspTagException: javax.servlet.jsp.el.ELException: An error occurred while getting property accounts from an

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-11-14 Thread jaikiran
jackhexy wrote : Thank you.I executed echo %JAVA_HOME,The message is C:\OtherSoft\Java\jdk1.6.0_03. At this point everything looks ok to me, assuming that C:\OtherSoft\Java\jdk1.6.0_03 is the folder where Java is installed. When you get this error what else do you see on the console? Do you

[jboss-user] [JBoss Seam] - Seam 2 shutdown exception

2007-11-14 Thread pbrewer_uk
I'm using Seam 2.0.0.GA on JBoss 4.2.1.GA and have discovered that when I include seam-pdf.jar (with jfreechart.jar and jcommon.jar) in the ear's lib directory, and then press ctrl+c to shutdown JBoss I get the following error: | 13:16:45,817 ERROR [STDERR] Exception in thread AWT-Windows |

[jboss-user] [JCA/JBoss] - Re: Opening connection from a marked rollback tx

2007-11-14 Thread oglueck
Yes, that's what I expected (that connections are stored in the tx). Hibernate (EJB3) is the one requesting the connection. I am not doing this explicitly there. I might open a connection from the same DS explicitly in another place (within this tx) and then call close() when done. But that

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-14 Thread rukus
oops read authentication instead authorization :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104560#4104560 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104560 ___

[jboss-user] [JBoss Seam] - Re: Exception handling of PersistenceException

2007-11-14 Thread [EMAIL PROTECTED]
So you are using a Session? Not JPA? You need to enumerate your config if you are off the standard EJB3-with-Seam when you start your posts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104546#4104546 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Opening connection from a marked rollback tx

2007-11-14 Thread vickyk
Huh ... We have deviated from the original problem :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104543#4104543 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104543 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying error with JBoss 4.x

2007-11-14 Thread jaikiran
anonymous wrote : --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:service=DataSourceBinding,name=OracleDS | State: NOTYETINSTALLED Sridhar, This error is different from what was posted in your first post. The earlier post contained exception which indicated

[jboss-user] [JBossCache] - Re: Queue structure

2007-11-14 Thread aditsu
Well, the millisecond precision is probably not good enough, and if several machines are involved then it would require very precise time synchronization. On the other hand, if the queue is kept in a node, then won't every add/remove operation lock the whole node (thus the whole queue)? Adrian

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread [EMAIL PROTECTED]
What exactly would you like to get from the wsse elements? wsse elements are processed by JBossWS security implementation and removed before dispatching the incoming message to the core part of the stack. Could you tell me something more about what you need? View the original post :

[jboss-user] [JBoss Seam] - Re: Pageflow: Illegal Navigation Error

2007-11-14 Thread skanky78
No one with an idea what i'm doing wrong? cheers, sven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104570#4104570 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104570 ___

[jboss-user] [JBoss Messaging] - Re: Poss solution frequent deadlocks on SQLServer

2007-11-14 Thread JeremyStone
Regarding Spring - that does appear to be what's happening. Trying alternative approach with the DefaultMessageListenerContainer (again) but without setting a transactionManager so that it will cache all JMS resources. Thanks View the original post :

[jboss-user] [JBoss Portal] - JBoss Portal 2.6.2 + JBoss AS 4.2.2.GA = true?

2007-11-14 Thread viggo.navarsete
From the JBoss Portal 2.6.2 documentation I see that JBoss AS 4.2.1 is the newest supported. Does anyone know if there are any problems using JBoss AS 4.2.2.GA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104573#4104573 Reply to the post :

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-14 Thread [EMAIL PROTECTED]
Take a look at the context sample (org.jboss.test.ws.jaxws.samples.context.EndpointJSE). You need to manually edit the web.xml and jboss-web.xml with JSE endpoints. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104580#4104580 Reply to the post :

[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-14 Thread georges.goebel
georges.goebel wrote : Hi, | | I have exactly the same proble with JBOSS 4.2.0 and 4.2.2. | | | | @Stateless(name = Facade) | | @Local(Facade.class) | | @Remote(Facade.class) | | @WebService | | public class FacadeImpl implements Facade { | | @WebMethod |

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread kaprys
Well I would like to get client certificate from the envelope. I need it to verify which client is connecting to webservice, because each client would have different privileges. Because of that I need to get the client certificate on web service level. View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.2 + JBoss AS 4.2.2.GA = true?

2007-11-14 Thread [EMAIL PROTECTED]
WSRP won't work out of the box with 4.2.2 because of the new version of JBossWS. The coming JBoss Portal 2.6.3 (Dec 10th) will work out of the box on 4.2.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104587#4104587 Reply to the post :

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-14 Thread rukus
[EMAIL PROTECTED] wrote : Take a look at the context sample (org.jboss.test.ws.jaxws.samples.context.EndpointJSE). You need to manually edit the web.xml and jboss-web.xml with JSE endpoints. Thanks but i already solved problem Maybe later i make some tutorial for this View the original post :

[jboss-user] [JBoss Seam] - Re: unexplode problems

2007-11-14 Thread vanyatka
WinXP, JBoss-4.2.2, Seam-2.0.0 Let me acknowledge the same problem. After the app has been once exploded into JBoss deploy dir it cannot be removed apparently because some jars are locked up. This is especially annoying when the app hasn't deployed properly, and needs re-deplyment, which in

[jboss-user] [JBossWS] - Re: webParameter is null

2007-11-14 Thread [EMAIL PROTECTED]
I think the request message you're sending is not valid if you use the Document / Literal style, while it is good for RPC/Lit. RPC/encoded is definitely bad, rpc/lit can be used instead. Anyway, if you need/want to use doc/lit, I would suggest to copy from a soap request created by another ws

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-14 Thread rukus
If you need authentication with JAX-WS: 1. Web-service @WebService(name=ServerService) | @SOAPBinding(style = SOAPBinding.Style.RPC) | public interface IServerService { | @WebMethod | String status(); | } @WebService(name = ServerService, serviceName = ServerService) |

[jboss-user] [JBossWS] - JbossWS throws

2007-11-14 Thread sashicse
We are trying to transfer large byte arrays (file stream) across the jboss web services. We are using the byte arrayas approach to transfer the files through web services. JBoss is throwing OutofMemory exception while transferring the large bvte array. As of now we do not want to change the

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread kaprys
what i would like to realize is authorization based on certificate used for wsse signature View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104603#4104603 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104603

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-11-14 Thread jackhexy
Sorry,It's specified configuration not sepcified configuratin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104608#4104608 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104608

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-11-14 Thread jackhexy
If I only executed %JAVA% -version 21 | findstr /I hotspot nul that in run.bat ,DOS prompted system can't find the specified file as above. So,I think that there are problems in this place. What about you? View the original post :

[jboss-user] [JBoss Seam] - Re: Which jars are required in lib?

2007-11-14 Thread joeyxxx
Thanks Shane. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104609#4104609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104609 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Distributed queue, HA-JMS/singleton basic questions

2007-11-14 Thread kapucin
Our system may produce a large number of messages. What I'm concerned about is that the data volume on a node would multiply depending on the number of peer nodes pulling/pushing. Most of the time there will be at least one consumer on each queue. So there is no need to route/pull the messages

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-11-14 Thread jackhexy
Only execute if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server) in DOS is ok. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104612#4104612 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104612

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-11-14 Thread jackhexy
If I didn't take out the configuration #%JAVA% -version 21 | findstr /I hotspot nul if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server)# in run.bat,I only could see the information system don't find the sepcified file. and JBOSS AS couldn't start when I executed run.bat. When I took out

  1   2   3   >