[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS provider failure

2007-01-10 Thread frenchyboss
Hi Thom,
I've found that we had a leak with some QueueConnection / QueueSession in 
CLIENT_ACKNOWLEDGE mode : some messages where retrieved but not acknowledged. 
(Symptom : ClientCount in DestinationManager is always growing). Thoses 
messages were consumed from an another session.
I guess that this leak generated some ressource shortage for JMS and explains 
the provider failure.
François

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999779#3999779

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999779

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Resource Adapter undeploy

2007-01-10 Thread baranowb
Hi. I have encountered strange error during undeploy of Resource adapter.

Here it is: java.lang.NullPointerException
at org.jboss.resource.RARDeployer.destroy(RARDeployer.java:199)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:531)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:472)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:358)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:903)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:878)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:865)

Im running jb 3.2.6 . Except that everything is fine. RA is deployed, MBean is 
created and is accessible. RARMetaData is visible (it looks like this is 
somehow set to null) until server is being shut down.
Line 199 looks as follows:
((RARMetaData) rdi.metaData).setClassLoader(null);

rdi is used before so its not null.

What could be the problem?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999781#3999781

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999781
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: NullPointerException in WSDL11Reader

2007-01-10 Thread [EMAIL PROTECTED]
The binding references an unknown portType


  |   portType name=RequestServicePort
  | operation name=processClaim parameterOrder=Message_1
  |   input message=tns:RequestService_processClaim /
  |   output message=tns:RequestService_processClaimResponse /
  | /operation
  |   /portType
  |   binding name=RequestServiceBinding type=tns:RequestService
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999782#3999782

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999782
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - MYSQL configuration in EJB2 using JBossIDE

2007-01-10 Thread mithunk
Hi,
I am new to the EJB technology, I want a sample HelloWorld EJB that uses MYSQL 
as the database. If there are any references or sample guides, please let me 
know.

Thanks in advance,
MK

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999786#3999786

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999786
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Question on seam generate-entities

2007-01-10 Thread james_027
There are some things I don't understand as I am trying to study the code 
generated from seam generate-entities.

Having a simple master detail entity relationship, from a master entity view 
page we can create a new child entity, and on create child entity page the 
foreign key is already filled up with a selected master entity. Where can I 
find the code that make this happen?

What is the purpose of adding this  to the entityHome class
public void setMasterId(Byte id) {
setId(id);
}

public Byte getMasterId() {
return (Byte) getId();
}

it seems useless because there is setId() and getId() method and there is no 
declaration of MasterID field in the code?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999785#3999785

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999785
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError

2007-01-10 Thread kaobe
Hi, 

you have to get the information where the leak is located and then fix it. If 
it is in an external software component that you cannot fix the provider has to 
fix it. Getting more RAM is not the solution, because it will just last longer 
until you get the error. 
If you have incredible pain you don't just eat more pills, but you look for the 
cause and fix it.  

Peter

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999787#3999787

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999787
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: some Jbpm tables are not getting affected when we are us

2007-01-10 Thread Froschfinger
thats the thing i didnt know,too. But i could imagine that u can add users to 
different groups and memberships, so they have special rights for the process  
execution like administrator etc. But i didnt work it out yet. I have several 
other problems ;-).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999789#3999789

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999789
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: how to config one database for serveral datasources?

2007-01-10 Thread kaobe
Hi, 

either you define n *-ds.xml files, each defining one database connection, or 
you use one -ds.xml file that defines the n connections to the database. Inside 
the datasources tag you can define n datasources. 

Peter

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999788#3999788

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999788
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - ui:debug hotkey=D/ causes javascript errors

2007-01-10 Thread [EMAIL PROTECTED]
The seam-dvd app gives browser errors with IE and Firefox.

Out of memory and recursion error respectively.

The problem goes away if you remove the following from the template.xhtml

ui:debug hotkey=D/

Anyone know why ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999790#3999790

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999790
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - @TableGenerator unexpected behaviour(MYSQL, EJB3, JBOSS)

2007-01-10 Thread jimmymani
i am using Table generator for sequence generation in mysql db.
i want to start my orderid with 14326 and should increment each time by 3 .
once i insert a row into order table its showing 42978(14326*3).and gen value 
of my_sequence_generator table increments by 1 only.
is it an expected behaviour or some error.

tell me a solution if i am  wrong any where


@TableGenerator(
name=orderKeysGen,
table=my_sequence_generator,
pkColumnName=GEN_KEY,
valueColumnName=GEN_VALUE,
pkColumnValue=orderId,
initialValue=14326,
allocationSize=3
)

@Id
@GeneratedValue(strategy=GenerationType.TABLE,
generator=orderKeysGen)




jimmy


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999793#3999793

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999793
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Browser Adress Bar

2007-01-10 Thread djmacpac
Hi,
when I'm browsing through the Portal the Adress of the Portal in the Browser 
Adress Bar changes to Something like:
anonymous wrote : 
  | 
http://servername/portal/auth/portal/default/default/Tree?action=2org.apache.myfaces.portlet.MyFacesGenericPortlet.VIEW_ID=%2Ftree2.jsp
  | 
But I want that it just shows http://servername/portal/ or 
http://servername/

thx for your help

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999799#3999799

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999799
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-01-10 Thread [EMAIL PROTECTED]
What amkes you think that is it a JBoss Portal Server bug ? Any URL ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999798#3999798

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999798
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Displaying XML Data in portlet page

2007-01-10 Thread [EMAIL PROTECTED]
text/xml is not supported.

use text/html and parse  to lt; and so on.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999800#3999800

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999800
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - How to go back to a previous state/node?

2007-01-10 Thread Sharma
Is there any way by which we can go back from one state/node to any previous 
state/node in a workflow without using the Transition tag in the process 
definition. Are there any APIs which can be useful in acheiving this? 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999801#3999801

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999801
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: jboss 2.4.1-download problem

2007-01-10 Thread [EMAIL PROTECTED]
I just tried this one (With a Linux):
http://downloads.sourceforge.net/jboss/jboss-portal-2.4.1-src.tar.gz?modtime=1166716628big_mirror=1

It worked like a charm.

Could you try again ?

Anyone else has troubles with that file ?

You can also get it from the SVN if you want (see information in the Wiki)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999802#3999802

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999802
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss/Spring Integration] - Re: Using beans from other spring module

2007-01-10 Thread jussi_po
Now it works. ( Should have really read the article..).

But one thing is still unclear. To use beans in web application, like in ejb3, 
InjectionInterceptor is use to inject beans. Should I use that in web 
application or is there easier way to get the Application Context from jndi in 
war?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999803#3999803

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999803
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: Dynamic registration of a custom login module?

2007-01-10 Thread alexmanes
Hello,

Your post has been quite valuable to me, but there are a few details missing 
that would help me and others a lot.

- I have a custom login module and a custom principal (that extends 
SimplePrincipal).

- I got all the XML configuration files working.

- I added @SecurityDomain(MySecurityDomain) to the EJBs that call:
   MyPrincipal principal = (MyPrincipal)sessionCtx.getCallerPrincipal();
   ...and...
   sessionCtx.isCallerInRole(MyRole);

isCallerInRole() works since I added @SecurityDomain.

BUT sessionCtx.getCallerPrincipal() only returns SimplePrincipal, not my 
custom principal!!!

@NigelWhite: You mention that you had the same problem, then you say you solved 
the problem, but you don't mention how!

Please let everybody know what we are missing!

Thank You very much!!!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999804#3999804

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999804
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss/Spring Integration] - Re: Using beans from other spring module

2007-01-10 Thread alesj
As you are probably aware it is trivial to get Spring application context into 
web layer.
JBoss/Spring is mainly integration between Spring application context and EJB 
layer.
But you can always have common Spring beans and integrate them with both layers 
- some utils, resources, ...
But this can be replaced with injecting this beans into EJB layer and then do a 
lookup from web to EJB and use EJB as a facade / delegation for acessing those 
Spring beans.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999807#3999807

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999807
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: Repeated calls to LoginModule for EJB authentication

2007-01-10 Thread kuzmiigo
Thank you, Anil.

Although the subject is taken from the cache, I see that LoginModules's 
commit() method is called anyway. As I add User logged in to audit log in 
commit(), there are too much false login records in the log. I see two 
solutions:

1. To check whether login()/commit() are called for the first time (real 
login), or with the cached subject. Is it possible to distinguish these cases?

2. To add login records to the audit log in some other place. Where it should 
be placed?

Best regards,

Igor Kuzmitshov


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999809#3999809

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999809
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam Application Framework : association management

2007-01-10 Thread patrick.antivackis
Thanks Atzbert, your link to the selectItems was great, have example using the 
framewrok inside. Just what i was looking for

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999810#3999810

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999810
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Scheduler problems jbpm.war(3.1.3) to jboss as 4.0.5GA

2007-01-10 Thread JesperB
Thanks for trying to help me out here.

I see that my first post can be misunderstod, so let me clarify how I did.

Hence we have an existing application running on the JBoss 4.0.5 server, I have 
copied the jbpm.sar dir and the modded jbpm.war from the starter kit to our 
jboss configuration.
That configuration is a standard medium configuration. I am not using the 
DefaultDS, I am using our datasource which is a MySQL database. I have changed 
the hibernate.cfg.xml in the sar so that the database is automatically created 
and the datasource is using the MySQL database.

Is there any other jBPM configuration from the starter kit that i must copy to 
our configuration of JBoss?

Regards

/ Jesper B

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999811#3999811

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999811
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Example uses superstate

2007-01-10 Thread [EMAIL PROTECTED]
A superstate is a simple grouping of nodes which provides:
- semantic meaning because analists can group together nodes that belong 
together logically as in a particular 'phase' of a process
- syntactic meaning because eventhandlers for all the nodes within the 
superstate can be defined on the level of the superstate (e.g. a node-enter 
event handler defined on the level of the superstate will be executed when 
entering every node inside the superstate)
You can refer to nodes in superstates by prefixing them with the name of the 
enclosing superstate (e.g. 'phase one/invite murphy' or if you are inside phase 
two '../phase one/invite murphy)
The difference with process states is that the nodes composing a superstate are 
not necessarily a reusable process on their own. 

Hope this helps,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999812#3999812

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999812
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - JBoss Portal when using Cyreilc Characters for Page Name.

2007-01-10 Thread J0Ke
when i make a Page Name with a Cirilic Characters example     when i 
try to open this Page from the Managment Portlet i get nothink and the console 
say :
12:01:02,704 INFO  [RendererUtils] Unable to find component 'name' (calling 
findComponent on component 'portal_form_2:_id156j
bp98eb779b'). We'll try to return a guessed client-id anyways - this will be a 
problem if you put the referenced component in
to a different naming-container. If this is the case, you can always use the 
full client-id.



using 2.6DR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999813#3999813

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999813
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: invoke called, but our invoker is disconnected

2007-01-10 Thread bertrand.njiipwo
Hello,

i'll like to give some feedback that the solution of this problem have been 
found. More informations read this thread: 
http://www.jboss.com/index.html?module=bbop=viewtopict=98256

Thanks

Bertrand Njipwo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999816#3999816

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999816
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Problem with JbpmContext and Servlets

2007-01-10 Thread Froschfinger
Thanks for your help. I used The JbpmContextFilter and now it works.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999817#3999817

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999817
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Remoting] - Re: Joss.remoting.Client: invoke called, but our invoker is

2007-01-10 Thread bertrand.njiipwo
Hello,

i'll like to give some feedback that the solution of this problem have been 
found. More informations read this thread: 
http://www.jboss.com/index.html?module=bbop=viewtopict=98256

Thanks

Bertrand Njipwo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999814#3999814

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999814
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Eclipse IDE (users)] - JBossIDE-Tutorial Problem

2007-01-10 Thread mr_anuchitc
I'm a JBoss IDE beginner. I tried follow by JBossIDE-Tutorial.Pdf. I could 
success at Chapter 10 (JBoss Configuration and launch). I use JBoss IDE with 
extract from jems-installer-1.2.0.CR1.jar that I downloaded from this web 
site and jboss-4.0.5.GA.
After I configured by follow this the document until the Chapter 10(but my 
JBoss version is different from the document) and then click debug. The console 
show these message.


13:58:48,829 INFO  [Server] Starting JBoss (MX MicroKernel)...
13:58:48,829 INFO  [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: 
CVSTag=Branch_4_0 date=200610162339)
13:58:48,849 INFO  [Server] Home Dir: C:\jboss-4.0.5.GA
13:58:48,849 INFO  [Server] Home URL: file:/C:/jboss-4.0.5.GA/
13:58:48,849 INFO  [Server] Patch URL: null
13:58:48,849 INFO  [Server] Server Name: default
13:58:48,849 INFO  [Server] Server Home Dir: C:\jboss-4.0.5.GA\server\default
13:58:48,849 INFO  [Server] Server Home URL: 
file:/C:/jboss-4.0.5.GA/server/default/
13:58:48,849 INFO  [Server] Server Log Dir: C:\jboss-4.0.5.GA\server\default\log
13:58:48,869 INFO  [Server] Server Temp Dir: 
C:\jboss-4.0.5.GA\server\default\tmp
13:58:48,869 INFO  [Server] Root Deployment Filename: jboss-service.xml
13:58:50,241 INFO  [ServerInfo] Java version: 1.5.0_07,Sun Microsystems Inc.
13:58:50,241 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 
1.5.0_07-b03,Sun Microsystems Inc.
13:58:50,241 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
13:58:53,155 INFO  [Server] Core system initialized
13:59:02,619 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
13:59:20,234 INFO  [ServiceEndpointManager] WebServices: jbossws-1.0.3.SP1 
(date=200609291417)
13:59:26,143 INFO  [SnmpAgentService] SNMP agent going active
13:59:26,944 ERROR [MainDeployer] Could not create deployment: 
file:/C:/jboss-4.0.5.GA/server/default/deploy/tc5-cluster.sar/
org.jboss.deployment.DeploymentException: 
org.apache.commons.logging.LogConfigurationException: No suitable Log 
constructor 
[Ljava.lang.Class;@1a29450 for org.apache.commons.logging.impl.Log4JLogger 
(Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category) 
(Caused by org.apache.commons.logging.LogConfigurationException: No suitable 
Log constructor [Ljava.lang.Class;@1a29450 for 
org.apache.commons.logging.impl.Log4JLogger 
(Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)); - 
nested throwable: (org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: 
No suitable Log constructor [Ljava.lang.Class;@1a29450 for 
org.apache.commons.logging.impl.Log4JLogger (Caused by 
java.lang.NoClassDefFoundError: org/apache/log4j/Category) 
(Caused by org.apache.commons.logging.LogConfigurationException: No suitable 
Log constructor [Ljava.lang.Class;@1a29450 for 
org.apache.commons.logging.impl.Log4JLogger 
(Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)))
at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at 
org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 

[jboss-user] [JBoss jBPM] - Re: Getting server deployer option in JBoss 2.0 Beta version

2007-01-10 Thread [EMAIL PROTECTED]
Vishal,

Try downloading the jBPM Starter's Kit if you want to get started with jBPM. In 
JBoss IDE you have to do a number of manipulations that are not needed if you 
use the Starter's Kit.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999818#3999818

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999818
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Task Nodes into SuperState

2007-01-10 Thread [EMAIL PROTECTED]
Please post the jBPM logs if this still is a problem.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999819#3999819

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999819
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Can't use myfaces tomahawk inputSuggestedAjax control in JBo

2007-01-10 Thread simplex-software
Here is an JSP excerpt extracted from Tomahawk sandbox samples 1.1.5-SNAPSHOT 
nightly build: 

 
 
f:view 
   h:form 
 f:verbatim/f:verbatim 
 h:panelGrid columns=9 
 h:outputText value=default suggest/ 
 s:inputSuggestAjax suggestedItemsMethod=#{customer.getSuggestion} 
 value=#{customer.name} charset=utf-8/ 
 h:outputText value=suggest without autoComplete/ 
 s:inputSuggestAjax suggestedItemsMethod=#{customer.getSuggestion} 
 value=#{customer.name} autoComplete=false/ 
 h:outputText value=suggest with limited suggested items/ 
 s:inputSuggestAjax suggestedItemsMethod=#{customer.getSuggestion} 
 maxSuggestedItems=2 value=#{customer.name}/ 
 /h:panelGrid 
/h:form 
/f:view 
 
 

It works properly while deployed as a simple webapp in JBoss Portal 2.4. But as 
soon as the same code is deployed as an JSP exposed in an JSF portlet, it 
raises the following exception: 

org.apache.myfaces.portlet.MyFacesGenericPortlet: javax.faces.FacesException: 
org.apache.jasper.JasperException: org.jboss.portlet.JBossRenderRequest

Is there anything which could prevent stuff working properly in a simple webapp 
to work identically in a portlet ?

Many thanks in advance,

Nicolas

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999820#3999820

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999820
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: BPEL extension in a cluster

2007-01-10 Thread [EMAIL PROTECTED]
Hi Serg,

AFAIK it was not tested in a clustered environment. And IMO this would be very 
difficult and maybe impossible in the general case. But it should certainly 
doable on a process by process basis. Maybe Alex has more insights?

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999824#3999824

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999824
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Array of abstract class serializable error with EJB3 SSB/JBo

2007-01-10 Thread espenwn
Hi,
I'm writing an SSB method that is returning an array where the elements are an 
abstract type.

The abstract base class is like this:

public abstract class MyBaseClass implements Serializable {
  | private String baseName;
  | 
  | protected MyBaseClass() {
  | }
  | 
  | public String getBaseName() {
  | return baseName;
  | }
  | 
  | public void setBaseName(String baseName) {
  | this.baseName = baseName;
  | }
  | }

The concrete class is like this

public class MyConcreteClass extends MyBaseClass {
  | 
  | private String concreteName;
  | 
  | public MyConcreteClass() {
  | }
  | 
  | public String getConcreteName() {
  | return concreteName;
  | }
  | 
  | public void setConcreteName(String concreteName) {
  | this.concreteName = concreteName;
  | }
  | }

The SSB is like this

public interface IMyTestService {
  | MyBaseClass[] loadMyBaseClasses();
  | }
  | 
  | @Stateless
  | @Remote(IMyTestService.class)
  | public class MyTestService implements IMyTestService {
  | public MyBaseClass[] loadMyBaseClasses() {
  | int no = 10;
  | MyConcreteClass[] res = new MyConcreteClass[no];
  | for (int i = 0; i  no; i++) {
  | //create the concrete class instances
  | res = new MyConcreteClass(This is my class);
  | }
  | return res;
  | }
  | }

When calling this method from an remote client the following error occurs:
java.lang.ClassNotFoundException: 
[Lcom.omx.condico.server.service.remote.test.MyConcreteClass;
  | at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
  | at java.security.AccessController.doPrivileged(Native Method)
  | at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
  | at 
org.jboss.remoting.loading.RemotingClassLoader.loadClass(RemotingClassLoader.java:50)
  | at 
org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.resolveClass(ObjectInputStreamWithClassLoader.java:139)
  | at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544)
  | at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
  | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1591)
  | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
  | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
  | at 
org.jboss.aop.joinpoint.InvocationResponse.readExternal(InvocationResponse.java:122)
  | at 
java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1755)
  | at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1717)
  | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
  | at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
  | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
  | at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
  | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
  | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
  | at 
org.jboss.remoting.serialization.impl.java.JavaSerializationManager.receiveObject(JavaSerializationManager.java:128)
  | at 
org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.read(SerializableUnMarshaller.java:66)
  | at 
org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:279)
  | at 
org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:143)
  | at org.jboss.remoting.Client.invoke(Client.java:525)
  | at org.jboss.remoting.Client.invoke(Client.java:488)
  | at 
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:55)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:77)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:102)
  | at $Proxy0.loadMyBaseClasses(Unknown Source)

The concrete class is not declared explicit in the remote interface, but if I 
do an explicit declaration of an array of the 

[jboss-user] [JBoss Portal] - portlet drag and drop for different pages and users?

2007-01-10 Thread FredF
Hello.

Is it possible for me as a JBoss Portal User to enable and disable drag and 
drop on portlets based on pages and users? 

For example, I want to disable portlet dragndrop on page A for everyone except 
for logged in users with the role B.

Is this finegrained restrictions on dragndrop possible in Jboss Portal 2.6 or 
is it set in the portal core that only logged in users can drag and drop 
portlets in the dashboard page?

Do you consider this as a feature in a future release of JBoss portal?

Fredrik

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999828#3999828

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999828
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How to go back to a previous state/node?

2007-01-10 Thread asmo
Try :
processInstance.getRootToken().setNode(node);

As parameter you have to use the target node (Node object, not name..)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999831#3999831

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999831
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Can't use myfaces tomahawk inputSuggestedAjax control in

2007-01-10 Thread [EMAIL PROTECTED]
anonymous wrote : Is there anything which could prevent stuff working properly 
in a simple webapp to work identically in a portlet ?

Yes, too many Tomahawk components cast the Request to an HttpServletRequest 
instead of working with the abstract ExternalRequest. It leads to a class cast 
exception when used in a portlet environment

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999830#3999830

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999830
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Task assignment to group or pooledActors

2007-01-10 Thread fuligj
So, can anyone give a solution for assign a task to a group?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999832#3999832

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999832
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Microcontainer] - Re: property of type org.w3c.dom.Element

2007-01-10 Thread alesj
What about if you try something like this:

  |  parameter![CDATA[
  |  aop
  |   aspect name=mainDeployer 
class=org.jboss.profileservice.aop.MainDeployerAspect/
  |bind pointcut=execution(* 
$instanceof{org.jboss.deployers.spi.deployment.MainDeployer}-process(..))
  |   advice name=process 
aspect=mainDeployer/
  |/bind
  | aspect name=persist 
class=org.jboss.profileservice.aop.PersistAspect/
  | bind pointcut=execution(* 
$instanceof{org.jboss.managed.api.ManagedProperty}-setValue(..))
  |   advice name=setValue 
aspect=persist/  
   
  |/bind
  | /aop]]
  |   /parameter
  | 

with '![CDATA['.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999836#3999836

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999836
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Injection and disinjection control

2007-01-10 Thread igorla
Is it possible to config injection in such  way that injection will be done 
only on instance create?

Consider the following code:

class A{

  @In
  B b;

  C c;  
  public getC(){..}

}

class C{

A a;

public getName(){
  a.getB().getName();
}

}

in .xhtml file present the following reference:
#{a.c.name}


What happens: C.getName is called - A instance doesn't have anymore reference 
to B due to disinjection after call A.getC() - NPE is thrown.

The code above is simplified and making C as component is not desirable.
Probably this code is too much coupled, but it doesn't break any Java rules.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999835#3999835

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999835
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Failed to lazily initialize a collection of role

2007-01-10 Thread dmitryak
Hi...

I don't speak English very well, so I apologise for that.

I have a problem. 
I have made Entity Bean with collection field:


  | @Entity
  | public class DocumentEntity implements Serializable {
  | 
  | private static final long serialVersionUID = 4842258583854141368L;
  | 
  | private int id;
  | 
  | private ListDocCategoryEntity docCategories;
  | 
  | @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.EAGER)
  | public ListDocCategoryEntity getDocCategories() {
  | return docCategories;
  | }
  | 
  | public void setDocCategories(ListDocCategoryEntity categories) {
  | this.docCategories = categories;
  | }
  | ...
  | }
  | 

I deployed it on JBoss 4.0.4GA + EJB 3.0 RC8 FD.

After that I made a junit which read a list of DocumentEntity-s (of course, I 
coded and deployd session bean which provide requered operations).

And my problem is: when I try to read docCategories field of any item of result 
list I get an exception org.hibernate.LazyInitializationException

But as you can see in my entity class source I am not using lazy loading 
(FetchType.EAGER). What did I make wrong???


Help, PLEASE!!!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999838#3999838

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999838
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: JMX Timer Performance Strange Issues

2007-01-10 Thread thehunt
[EMAIL PROTECTED] wrote : Are you on jdk5? Have you tried jdk1.4?

why should i use 1.4? as far as i know jboss uses the jmx libraries previously 
included in J2ee and now included in jdk1.5.

btw i am from greece too dimitris :P

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999850#3999850

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999850
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: problem with test invocation of session bean

2007-01-10 Thread dmitryak
ok.

I will try to help you, but i am not sure that I can. :))

try to change your code

public class TestSessImpl implements TestSession, TestSessionRem{
  | @PersistenceUnit(unitName=hotel)
  | private EntityManagerFactory entityFactory;
  | private EntityManager entityManager;
  | 

to

public class TestSessImpl implements TestSession, TestSessionRem{
  | @PersistenceContext
  | private EntityManager entityManager;
  | 

and 

public TestEntity saveTestEntity(TestEntity entity) {
  | try{
  | EntityManager manager = entityFactory.createEntityManager();
  | manager.persist(entity);
  | }catch(Exception ex){
  | System.out.println(ex.getMessage());
  | }
  | return entity;
  | } 

to

public TestEntity saveTestEntity(TestEntity entity) {
  | return manager.persist(entity);
  | }

If it doesn't help let me know...

P.S. I am sorry for my english

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999852#3999852

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999852
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2007-01-10 Thread [EMAIL PROTECTED]
kgrjb wrote : 
  | the problem is there is a massive amount this error[data node is newer 
...]. someone got the same problem in this thread and this problem was supposed 
to  be fixed in 1.4.1.CR1 - please correct me if im wrong.

It was not a problem that was fixed, just that there was unnecessary matching 
in some read-only cases where no validation was necessary.  This was fixed in 
1.4.1.CR1, but if your threads are writing to the node, then this is correct 
behaviour.  

In general, as a concept, if you have a lot of threads concurrently writing to 
the same data, optimistic locking will throw such exceptions.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999855#3999855

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: Trust association and subject building for SSO

2007-01-10 Thread ganesh_asha
Hi Anil,
Thanks a lot for instant reply and your interest.

Firstly queries about your first reply
Anil: You have talked about web layer and ejb layer. Well yes we do have 
separate interceptors for both layer but if I use form based authentication for 
web layer then the same user information is passed on to the ejb layer. I am 
looking for the same kind of solution that if I use the 
GenericHeaderBasedAuthentication for my web layer then the same information 
should be propagated to EJB layer. Update me if I am wrong.

Secondly you have talked about Jboss security layer and Jaas layer. Let us 
elaborate these terms for common understanding
Jboss security layer: the components which determine that the requested 
resource is protected or not and user is already authenticated or not. I am 
looking out for these components but not able to do so. Kindly provide 
information on the same that which components are doing this. Again update me 
if I am wrong.

And the Jaas layer: it is the login module and security manager, realm mapping 
interface implementation doing authentication and role mapping

Now coming back to the original problem, I can clearly envisage and divide the 
problem into two parts.

1.How to get user information (from user in form, basic authentication or from 
headers in Generic header based authentication) and put it into cache

2. Validate the user information and associate the roles

Way ahead for problem 1
Use the GenericHeaderBasedAuthentication or some other valve of tomcat and get 
the information from header rather then asking the user and cache it with the 
container. 


Way ahead for problem 2
Modify the login module so that it don?t use the database but use the same 
information provided in headers for validation and role mapping.

Priority wise first we are implementing the solution for problem 2, as it is 
more critical and it can eliminate the use of DB/LDAP. Secondly we will solve 
the problem 1.

The information is detailed out so other users can also use the same without 
loosing time.

Thanks again for help.

Thanks  Regards,
Ganesh


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999856#3999856

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999856
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss/Spring Integration] - Re: Using beans from other spring module

2007-01-10 Thread jussi_po
I was just thinking that would it work if I would create a bean with 
ApplicationContext awareness, and then add the application context from JNDI as 
parent context to that bean's context... All this in war. It could mess things 
up, but I will test it. 

Or otherwise I will do a delegate classes or some kind of proxy classes.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999858#3999858

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999858
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Deadlock on sqlserver

2007-01-10 Thread owensky
I am getting deadlock problems running against sqlserver, running with 
isolation level 2 (Read Committed).  The same app runs ok against Oracle.

The problem occurs under load typically after a few hundred transactions 

Dropping the isolation level to 1 (Read Uncommitted) stops the deadlocks 
(though naturally introducing the risk of dirty reads).

I'm running jbpm 3.1.2 (the same occurs on 3.1), SQL Server 2005 Standard Ed 
(same occurs on Express), sqljdbc 1.1.

Any suggestions or comments anyone?

Owen.


ERROR - JDBCExceptionReporter  - Transaction (Process ID 58) was 
deadlocked on lock resources with another proce
ss and has been chosen as the deadlock victim. Rerun the transaction.
org.hibernate.exception.GenericJDBCException: could not initialize a 
collection: [org.jbpm.taskmgmt.exe.TaskMgmtInstance
.taskInstances#4377]
at 
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:91)
at 
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:79)
at 
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.loadCollection(Loader.java:1926)
at 
org.hibernate.loader.collection.CollectionLoader.initialize(CollectionLoader.java:71)
at 
org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:52
0)
at 
org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeColl
ectionEventListener.java:60)
at 
org.hibernate.impl.SessionImpl.initializeCollection(SessionImpl.java:1627)
at 
org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:344)
at 
org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:86)
at 
org.hibernate.collection.AbstractPersistentCollection.readElementExistence(AbstractPersistentCollection.java:
142)
at org.hibernate.collection.PersistentSet.add(PersistentSet.java:162)
at 
org.jbpm.taskmgmt.exe.TaskMgmtInstance.addTaskInstance(TaskMgmtInstance.java:376)
at 
org.jbpm.taskmgmt.exe.TaskMgmtInstance.createTaskInstance(TaskMgmtInstance.java:104)
at 
org.jbpm.taskmgmt.exe.TaskMgmtInstance.createStartTaskInstance(TaskMgmtInstance.java:272)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999857#3999857

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999857
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Portal without login page

2007-01-10 Thread vikash.anand
Dear All;
I am using JBoss Portal and have successfully deployed my portlets 
there. 

I access my page using following URL:
http://172.16.3.255:8080/portal/portal/default/LocationBasedServices

Whenever i use this url i get login page where i need to provide username and 
password.

All i want is accessing my page directly without providing username and 
passwordi mean login page should be removed. How should i do it? Please 
help me out. 

I tried searching on user forums but i did not got anything. 

Thanks and Regards;
Vikash Anand.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999859#3999859

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999859
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - jBPM Example Applications Wiki Page

2007-01-10 Thread [EMAIL PROTECTED]
Hi all,

Because I am in a good mood today with Chrismas and New Year and all, I have 
created a new wiki page that can be used to upload simple examples of use of 
jBPM. The purpose is to have jBPM combined with a number of different 
technologies such as servlets, jsp's, jsf, seam, etc...
To give the good example, I have uploaded a servlet application with jBPM that 
was sitting on my machine for a long time already. 
You 'll find the page here : 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmExampleApplications. Have fun with 
it and please post all feedback you might have.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999864#3999864

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999864
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Inspecting the Getting Started Webapp in Eclispe

2007-01-10 Thread [EMAIL PROTECTED]
I have created an examples wiki page containing a servlet example: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmExampleApplications

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999866#3999866

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999866
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Web-Console applet not loading. Also no exceptions in Java C

2007-01-10 Thread saranna
Hi

  I have jboss-4.0.5.GA running. But my web-console applet 
(http://localhost:8080/webconsole) is not loading. I don't get any exceptions 
in the java console aslo.

In general, applets are running fine in my browser(s).

I tried some work-arounds available in the forum for 4.0.4 version. No use..

Anybody, solved this. I appreciate all help and suggestions



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999868#3999868

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999868
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Audits to hold application dates rather than system date

2007-01-10 Thread [EMAIL PROTECTED]
It is not supported at present.
The way to do this would be by looking up all places in jBPM where new Date() 
is called and replace this by a piece of code that looks up 
whatever-date-you-want-to-insert from the jBPM context. It is not quite trivial 
to do it, but if you want more details post the question on our development 
forum so that Tom can chime in to give you some additional pointers.

Regards,
Koen


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999871#3999871

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999871
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: PojoCache: java.lang.NoSuchMethodException: addObserver

2007-01-10 Thread [EMAIL PROTECTED]
Have you tried it outside of AS first to see if that works? If it does, would 
you mind giving me your sample war file that I can try it out here.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999876#3999876

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999876
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam doesn't play with ICEFaces

2007-01-10 Thread fhh
Hello!

This is a bug in icefaces and I have a fix for it at home.

Sadly the icefaces people never read the JSF specification. They are using the 
request parameter map to share objects between different methods. 

According to specs the request parameter map is unmutable so you get an 
UnsupportedOperationException.

I have a fix at home I will post here this evening.

Regards

Felix

P.S.: There are many such careless implementation mistakes. I stopped using 
Icefaces for that reason. I don't think it is ready for a production 
environment.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999877#3999877

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999877
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JCA as a UDP interface (design query)

2007-01-10 Thread ktorn
Having written the UDP RA, is it possible to get any loadbalancing out of 
running it in a JBoss cluster?

After reading http://www.jboss.com/index.html?module=bbop=viewtopict=86104 it 
looks like not, but I'd like to double check.

In my case the RAs don't need to share any data, they are 100% independent. All 
I need is for the load balancer to distribute the incoming UDP packets 
(unicast, not broadcast as I stated before) in a round-robin fashion, amongst 
the all the nodes. No 'sticky-session'-like behaviour required at all.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999880#3999880

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999880
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: status: Deployment FAILED reason: ejb-jar.xml must eit

2007-01-10 Thread petemuir
Are you sure you installed the ejb3 profile?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999882#3999882

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999882
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Web Service as an Stateless Session Bean on JBoss 5.0

2007-01-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999884#3999884

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999884
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: douplicate process definitions after redeploy

2007-01-10 Thread [EMAIL PROTECTED]
If SEAM is redeploying the process definitions when starting the applications, 
then probably you should post the issue on their forum. Probably they should 
have a mechanism preventing redeployment.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999885#3999885

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999885
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Schema-first WS development with JBossWS

2007-01-10 Thread omatzura
Hi!

the jbossws-support in jbosside 2.0 beta2 has initial support for this (ie 
generating server side java from wsdl).. have a look at the tutorials at 
http://www.soapui.org/jbossws/topdown.html.. 

If I remember correctly, you need to;

1) generate java artifacts from your wsdl using wstools wsdl2java
2) implement the generated interface
3) publish the implementaion using wstools java2wstools (for creating the 
correct descriptors/config files required for deployment)

The tutorial covers these step together with a walk-through example.. let me 
know if you have any troubles..

regards,

/Ole
eviware.com

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999888#3999888

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999888
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: org.hibernate.AssertionFailure: collection [org.jbpm.gra

2007-01-10 Thread [EMAIL PROTECTED]
This looks like a Spring/jBPM combination issue. I never did this, so I cannot 
comment in detail. But you should certainly make sure that jBPM is using the 
same hibernate session and the same transaction as the rest of your application.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999889#3999889

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999889
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Delegation escaping

2007-01-10 Thread [EMAIL PROTECTED]
The GPD does not support maps and lists at present. If you want to configure 
those, you should indeed revert to manual editing...

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999891#3999891

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999891
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - A Strange issue :-(

2007-01-10 Thread noviceinjava
Hi PPL,

Please help me fix this issue

*
I am using: 

  Sun JDK 1.4.0_01 
  Windows XP 
  JBoss 3.2.7

I deployed statelessSession EJB to JBoss 3.2.7

I wrote a simple client application that performs a JNDI lookup for the 
bean's home interface 

The JNDI lookup (and subsequent cast) results in a timed out error message. 

The JNDI server is running on localhost, port 8080. The client application 
is configured to connect to localhost port 8080. 

javax.naming.CommunicationException: Receive timed out. Root exception is 
java.net.SocketTimeoutException: Receive timed out 
at java.net.PlainDatagramSocketImpl.receive(Native Method) 
at java.net.DatagramSocket.receive(DatagramSocket.java:670) 
at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:919) 
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:997) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:436) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:429) 
at javax.naming.InitialContext.lookup(InitialContext.java:347) 
at com.foobar.FooAccessor.createHomeObject(FooAccessor.java:51) 


How can I fix this issue? 
*

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999890#3999890

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999890
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: token 'Token(/)' can't be signal

2007-01-10 Thread [EMAIL PROTECTED]
Please try to isolate the problem in a unit test. 

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999892#3999892

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999892
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Deployment scenarios

2007-01-10 Thread [EMAIL PROTECTED]
I do not fully understand what you mean, but if you ask wether jbpm can be 
talked to from other JBoss instances than the one jBPM (i.e the console and/or 
the database) is running on than the answer is definitely yes. 

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999894#3999894

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999894
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Resource Local JTA Transaction

2007-01-10 Thread srikanthsurapu
Hi,

This is for Ejb3.0

In the persistance.xml, i declared the transacation type to be RESOURCE_LOCAL 
and at the same time i have declared the non-jta-data-source and i tried to 
deploy the bean, in the first cut during deployment there was an error 
(jta-datasource not declared for jta-transaction managed persistance) i couldnt 
understand where i am using jta, my bean is stateless-BMP and EntityManager is 
from EntityManagerFactory.
Thanks for ur response in advance.

Thanks and Regards
Sriakanth S

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999896#3999896

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999896
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: portlet drag and drop for different pages and users?

2007-01-10 Thread FredF
Ok, thank you for the answer. 

My next question is weather I can enable/disable the edit button per portlets 
and pages. For example, I want only user A to be able to see/click the edit 
button on portletinstance B when she visits page C (namely her own page). I 
guess this is not implemented either.

The reason for all these questions on finegrained user restrictions is that I 
am intending to use the portal to build a community website with personal 
userpages and let users adapt only their own pages and portlets for everyone 
else. The other way around as opposed to the usual portal behaviour where 
everybody have their own view of shared pages. 

Am I way off?

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999895#3999895

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999895
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Can't use myfaces tomahawk inputSuggestedAjax control in

2007-01-10 Thread simplex-software
And is there anything to do ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999898#3999898

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999898
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Transaction demarcation, callculation of the next proces

2007-01-10 Thread [EMAIL PROTECTED]
I don't see what the problem is exactly. Can you post the code of your action 
handler, your process definition and your application client?

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999897#3999897

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999897
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: some Jbpm tables are not getting affected when we are us

2007-01-10 Thread [EMAIL PROTECTED]
JBPM_ID_GROUP and JBPM_ID_MEMBERSHIP are part of the optional identity 
component that comes with jBPM. It is used to model your organisation. This 
info can then be used to assign task and swimlanes.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3999899#3999899

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999899
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: Scheduler vs. EJB Timer Service

2007-01-10 Thread krimsonnitehawk
Hi t_kishore,

I have tried what you suggest and still get the error :

Incomplete Deployment listing:
  | 
  | --- MBeans waiting for other MBeans ---
  | ObjectName: jboss:service=Scheduler
  |   State: FAILED
  |   Reason: org.jboss.deployment.DeploymentException: Exception setting 
attribute [EMAIL PROTECTED] on mbean jboss:service=Scheduler; - nested 
throwable: (java.security.InvalidParameterException: Given class 
com.company.app.api.AppApiClean is not  not found)
  | 

In my scheduler-service.xml file I have the following - 

attribute name=SchedulableClasscom.company.app.api.AppApiClean/attribute

This is the correct path to this class within my app  and the only way I can 
prevent this error is to place the java class file within a jar in 
server/$SERVER_CONF/lib/ . When I do this the perform method is called 
correctly but from server/$SERVER_CONF/lib/ it has no idea about the 
application's EJBs so cannot call them.  I notice that torf has his 
SchedulableClass contained in server/$SERVER_CONF/lib/our-framework.jar.  I 
don't understand how his code calls the EJBs in his application from this lib 
folder. If someone could explain then that would be great. t_kishore is your 
schedulable class contained within you application packages or in the lib 
folder?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=303#303

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=303
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - JBoss 4.0.5.GA MySQL integration

2007-01-10 Thread cinzia
Hi, I've just installed jboss-4.0.5.GA, ran it once and all worked ok. I then 

1) added mysql connector mysql-connector-java-5.0.4-bin.jar to default/lib 
folder
2) copied mysql-ds.xml to server/default/deploy and edited 
connection-url,user-name, and 
3) copied and edited mysql-jdbc2-service.xml to server/default/deploy/jms
4) deleted hsqldb-jdbc2-service.xml from default\deploy\jms
5) and I've also deleted hsqldb-jdbc-state-service.xml from default\deploy\jms
6) restarted jboss.

and I get this error:

===

  JBoss Bootstrap Environment

  JBOSS_HOME: C:\Programs\jboss-4.0.5.GA\bin\\..

  JAVA: C:\Programs\Java\JDK1.5.0_04\bin\java

  JAVA_OPTS:  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli
ent.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360

  CLASSPATH: C:\Programs\Java\JDK1.5.0_04\lib\tools.jar;C:\Programs\jboss-4.0.5.
GA\bin\\run.jar

===

19:44:31,217 INFO  [Server] Starting JBoss (MX MicroKernel)...
19:44:31,217 INFO  [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Bra
nch_4_0 date=200610162339)
19:44:31,217 INFO  [Server] Home Dir: C:\Programs\jboss-4.0.5.GA
19:44:31,217 INFO  [Server] Home URL: file:/C:/Programs/jboss-4.0.5.GA/
19:44:31,217 INFO  [Server] Patch URL: null
19:44:31,217 INFO  [Server] Server Name: default
19:44:31,217 INFO  [Server] Server Home Dir: C:\Programs\jboss-4.0.5.GA\server\d
efault
19:44:31,217 INFO  [Server] Server Home URL: file:/C:/Programs/jboss-4.0.5.GA/se
rver/default/
19:44:31,233 INFO  [Server] Server Log Dir: C:\Programs\jboss-4.0.5.GA\server\de
fault\log
19:44:31,233 INFO  [Server] Server Temp Dir: C:\Programs\jboss-4.0.5.GA\server\d
efault\tmp
19:44:31,233 INFO  [Server] Root Deployment Filename: jboss-service.xml
19:44:31,858 INFO  [ServerInfo] Java version: 1.5.0_04,Sun Microsystems Inc.
19:44:31,858 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_04-b05
,Sun Microsystems Inc.
19:44:31,873 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
19:44:33,076 INFO  [Server] Core system initialized
19:44:36,451 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resour
ce:log4j.xml
19:44:43,373 INFO  [SocketServerInvoker] Invoker started for locator: InvokerLoc
ator [socket://192.168.21.128:3873/]
19:44:48,654 INFO  [ServiceEndpointManager] WebServices: jbossws-1.0.3.SP1 (date
=200609291417)
19:44:50,576 INFO  [SnmpAgentService] SNMP agent going active
19:44:50,858 INFO  [WebService] Using RMI server codebase: http://vp-winxppro:80
83/
19:44:52,139 INFO  [CorbaNamingService] Naming: [IOR:002B49444C3A6F6
D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3
200F1020F3139322E3136382E32312E3132380DC8000
000114A426F73732F4E616D696E672F726F6F740500084A4
14301001C0001000100010501000100010109000105010001000
000210064000100240022007E0001000
F3139322E3136382E32312E3132380DC90040001004010008060
66781020101010024000
0001F00040003000100220024000
0001F00040003]
19:45:07,373 INFO  [CorbaTransactionService] TransactionFactory: [IOR:00
3049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E46616374
6F72794578743A312E300200F1020F3139322E3136382E32
312E3132380DC800144A426F73732F5472616E73616374696F6E732F46000500
084A414301001C0001000100010501000100
0101090001050100010021006400010024002200
7E0001000F3139322E3136382E32312E3132380DC9004000
1004010008060667810201010100
24001F000400030001002200
24001F00040003]
19:45:08,701 INFO  [Embedded] Catalina naming disabled
19:45:08,779 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule set in
the classpath. Will load the default rule set.
19:45:08,795 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule set in
the classpath. Will load the default rule set.
19:45:09,326 INFO  [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0
.0.0-8080
19:45:09,342 INFO  [Catalina] Initialization processed in 547 ms
19:45:09,342 INFO  [StandardService] Starting service jboss.web
19:45:09,342 INFO  [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.2
0
19:45:09,389 INFO  [StandardHost] XML validation disabled
19:45:09,592 INFO  [Catalina] Server startup in 250 ms
19:45:09,920 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/
http-invoker.sar/invoker.war/

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 3.2.5 problem

2007-01-10 Thread b.saric
Tnx, this helped.

I could not fix this by simple uninstall of JDK/JRE 1.5.
I had to delete all class files in server/all/work/jboss.web folder before new 
start of jboss server.

Again, tnx.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=305#305

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=305
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal when using Cyreilc Characters for Page Name

2007-01-10 Thread J0Ke
other example is when you have charracters like ø in the Page Name .


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=306#306

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=306

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: SEAM : Integrating Hibernate Search Annotations and EJB3

2007-01-10 Thread epbernard
It should definitely work. But it might depend on your Hibernate Annotations 
version. Did you add the proper event listeners?

BTW I recommend you use Hibernate Annotations 3.2.1 and above if you use 
Hibernate Search

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=308#308

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=308
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: PojoCache: java.lang.NoSuchMethodException: addObserver

2007-01-10 Thread chencao0524
Application had been sent to your email. :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=309#309

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=309
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Can't use myfaces tomahawk inputSuggestedAjax control in

2007-01-10 Thread [EMAIL PROTECTED]
Either fix the Tomahawk component bugs if it is the case or use other 
components that works in both environment.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=307#307

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=307
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: NEED PLUGIN????

2007-01-10 Thread jainer
Yeah Koen, thank you for ask, it works!!

thank you Ronald, excuse the delay guys

Regards
jainer e.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=310#310

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=310
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: The one and only true JBoss installation

2007-01-10 Thread rtm333
Thanks for the answer. We do not actually need any of the features that are 
available only via the installer. Does this mean we should stick to the zip 
file? 

Some background information on the question: The problem is that we have two 
projects that have started off with the two different ways of installation in 
their development workspaces. Unfortunately, the customization procedures 
developed for one installation method does not work on the other one without 
nontrivial changes.

To avoid this issue for future work, we would like to know what the recommended 
and future-proof installation method is. 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=313#313

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=313
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: portlet drag and drop for different pages and users?

2007-01-10 Thread [EMAIL PROTECTED]
In 2.6 we do the usual portal behavior where someone can create his own set 
of pages for his personal view.

I don't fully understand your use case.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=314#314

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=314
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal when using Cyreilc Characters for Page Name

2007-01-10 Thread [EMAIL PROTECTED]
Did you change the theme's charset ? I don't think (pretty sure) that the 
default one is supposed to work with Cyrilic Characters

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=315#315

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=315
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: douplicate process definitions after redeploy

2007-01-10 Thread kukeltje
He already did and Norman said to whisper something in the jBPM forum. That 
is why I revived the versioning topic :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=316#316

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=316
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Same query doesn't work on jboss-4.0.5.GA

2007-01-10 Thread hispeedsurfer
Hi,

Can someone tell me why a query in my webapp on jboss-4.0.4.GA runs 
successfully, but on jboss-4.0.5.GA the resultlist is empty.

query= from org.foo.Measurement where measure.sensor = true and id != 0 order 
by measure.typ
@In(create=true)
  | ...
  | private EntityManager em;
  | ...
  | liste = em.createQuery(query).getResultList();
  | 

component.xml
component name=em class=org.jboss.seam.core.ManagedPersistenceContext
  | property name=persistenceUnitJndiName
  | java:/EntityManagerFactories/boschMmdData
  | /property
  | /component
  | 

All libraries on jboss the same, the database too.

Thanks
andi



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=318#318

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=318
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Eclipse IDE (users)] - Hot code replace failed: Scheme change not implemented

2007-01-10 Thread epb
 When debugging remotely and making a code change I get: Hot code replace 
failed: Scheme change not implemented.   Based on what I have read this appears 
to be a problem with the compiler byte code compatibility.   There was a write 
up ( http://www.jboss.org/index.html?module=bbop=viewtopicp=3938568 ) - but 
that did not seem to work.



JDK (only one) 1.4.2_13
JBoss 4.0.4 AS - web application running out of development root
Eclipse 3.2 with JBoss IDE plugins - using eclipse to build, not ant explicitly.

Any suggestions for this configuration

TIA

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=319#319

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=319
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: douplicate process definitions after redeploy

2007-01-10 Thread [EMAIL PROTECTED]
All right, so now we only need a solution... :-P


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=321#321

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=321
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal when using Cyreilc Characters for Page Name

2007-01-10 Thread J0Ke
if i have a portlet which contains cyrilic its okei .. but when i make the name 
of the page this called page name when you creating new tab with cyrilic 
chars.. i cant configure it .. when i click on it to show and check which 
portlets i want i happenes nothink :+P except the exception : ).
i will check what this thema charset is :) in a sec.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=322#322

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=322
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal when using Cyreilc Characters for Page Name

2007-01-10 Thread J0Ke
how can i change this Theme's charset ? 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=323#323

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=323
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: exception during destroy of stateful bean then @Security

2007-01-10 Thread ramazanyich
yes,
It happens exactly during web timeout.
Our web session timeout  is 30 minutes (defined in web.xml)
and I also set default timeout for stateless beans to 1800 secs (30 minutes)
I also set the defaultCacheTimeout for JAAS (in jboss-service.xml) to more that 
30 minutes -7200

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=325#325

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=325
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Deployment scenarios

2007-01-10 Thread Anandnatraj
Thanks. It answers my question anyway.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=324#324

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=324
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Microcontainer] - Error installing to Instantiated: name=TransactionManager st

2007-01-10 Thread JeyaLouis
Coudnt identify the cause of the following problem. 


ERROR org.jboss.kernel.plugins.dependency.AbstractKernelController Error 
installing to Instantiated: name=TransactionManager state=Described 
javax.naming.NamingException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:902)
at org.apache.naming.NamingContext.bind(NamingContext.java:830)
at org.apache.naming.NamingContext.rebind(NamingContext.java:207)
at org.apache.naming.NamingContext.rebind(NamingContext.java:222)
at org.apache.naming.SelectorContext.rebind(SelectorContext.java:206)
at javax.naming.InitialContext.rebind(InitialContext.java:367)
at 
org.jboss.util.naming.NonSerializableFactory.rebind(NonSerializableFactory.java:180)
at 
org.jboss.seam.microcontainer.TransactionManagerFactory.getTransactionManager(TransactionManagerFactory.java:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:55)
at 
org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:107)
at 
org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
at 
org.jboss.kernel.plugins.dependency.KernelControllerContextActions.dispatchJoinPoint(KernelControllerContextActions.java:100)
at 
org.jboss.kernel.plugins.dependency.KernelControllerContextActions$InstantiateAction.installAction(KernelControllerContextActions.java:383)
at 
org.jboss.kernel.plugins.dependency.KernelControllerContextActions$KernelControllerContextAction.install(KernelControllerContextActions.java:175)
at 
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:593)
at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:346)
at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:438)
at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:379)
at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:225)
at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:151)
at 
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:291)
at 
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:261)
at 
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:117)
at 
org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:64)
at 
org.jboss.kernel.plugins.deployment.xml.BasicXMLDeployer.deploy(BasicXMLDeployer.java:77)
at 
org.jboss.kernel.plugins.deployment.xml.BasicXMLDeployer.deploy(BasicXMLDeployer.java:146)
at 
org.jboss.kernel.plugins.bootstrap.standalone.StandaloneBootstrap.deploy(StandaloneBootstrap.java:101)
at 
org.jboss.kernel.plugins.bootstrap.standalone.StandaloneBootstrap.bootstrap(StandaloneBootstrap.java:81)
at 
org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
at 
org.jboss.kernel.plugins.bootstrap.standalone.StandaloneBootstrap.main(StandaloneBootstrap.java:54)
at org.jboss.seam.core.Microcontainer.startup(Microcontainer.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:102)
at org.jboss.seam.Component.callComponentMethod(Component.java:1791)
at org.jboss.seam.Component.callCreateMethod(Component.java:1739)
at org.jboss.seam.Component.newInstance(Component.java:1728)
at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:152)
at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:145)
at 
org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:126)
at 

[jboss-user] [JBoss Portal] - Re: JBoss Portal when using Cyreilc Characters for Page Name

2007-01-10 Thread J0Ke
let me explain
i make a new Page Name : 
[img]http://img442.imageshack.us/img442/6654/kirelicpk0.jpg[/img]

and when i click on IT ( on this new test page to configure its portlet i get ) 
:

 
[img]http://img157.imageshack.us/img157/6696/kirelic2bh6.jpg[/img]

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=328#328

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=328
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - JMS Connection Pooling

2007-01-10 Thread Craig2007
Want to implement JMS Connection Pooling in our application ,as the time taken 
to create a JMS connection varies considerably.
If anyone came across good JMS connection pooling ,do shed some light on it.
I am using Jakarta common pool framework to create a JMS Connections.
Consider the below scenario
From standalone java component, i want to send a JMS message to JBoss MOM.For 
that i get a connection from pooling framework .After sending the message,i 
return the connection object to the pooling framework,but that standalone java 
component did not return from the main method and it waits indefinitely for 
the connection object to get close. Is their any way around to solve this 
problem.
if i close the connection ,the main method returns and the program terminate 
normally.
I want a mechanism such that main method returns and terminate normally after 
sending a message and also at the same time ,i want to put back my live 
connection object to pooling framework.
Thanks in advance
Reply wud be appreciated



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=353#353

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=353
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5.GA MySQL integration

2007-01-10 Thread cinzia
by the way, I've used ejb3 installation.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=349#349

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=349
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: How the *.page.xml works

2007-01-10 Thread [EMAIL PROTECTED]
It's the same as pages.xml, but for one page.   Docs are on the way.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=352#352

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=352
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Can't use myfaces tomahawk inputSuggestedAjax control in

2007-01-10 Thread simplex-software
My understanding is that JBoss Portal is here in order to let developers 
develop portals. Developers develop webapps using, beside others, JSF 
libraries. They want to expose these webapps, or parts of them, as portlets in 
JBoss Portal. So, my question is simple: if Apache's myfaces Tomahawk is not 
supported by JBoss Portal, as you said, what is the JSF implementation which is 
supported and recommanded ? There must be one, they didn't develop something 
that doesn't work with any existing JSF implementation. And I think that this 
supported implementation must be known, I don't beleive that I have to test all 
the existent implementations, one by one.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=350#350

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=350
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-01-10 Thread cmjartan
We've got the same problem with our seam 1.1 project running on JBoss 4.0.5 
(current jems 1.2 installer).

We get the following error:

javax.faces.el.EvaluationException: /view/manage/user_search.xhtml @118,174 
value=#{messages[selectedObject.title]} #{selectObject.academicTitle}: Cannot 
get value for expression '#{org.jboss.seam.core.messages}'
at 
com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60)
at javax.faces.component.UICommand.getValue(UICommand.java:170)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlLinkRendererBase.encodeBegin(HtmlLinkRendererBase.java:93)
at 
javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:512)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:433)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChildren(RendererUtils.java:419)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:440)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlTableRendererBase.renderColumnBody(HtmlTableRendererBase.java:332)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlTableRendererBase.encodeColumnChild(HtmlTableRendererBase.java:301)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlTableRendererBase.encodeInnerHtml(HtmlTableRendererBase.java:277)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlTableRendererBase.encodeChildren(HtmlTableRendererBase.java:123)
at 
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:524)
at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:234)
at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
at 
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:580)
at 
org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:101)
at 
org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:222)
at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:46)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:32)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:75)
at 
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:213)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at 

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss-ide 2.0 tutorials

2007-01-10 Thread [EMAIL PROTECTED]
a mix of viewlets and captivate afaik

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=347#347

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=347
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Apparently wrong driver class specified for URL

2007-01-10 Thread kukems2
Hi
I`m using JBoss-4.0.4.GA with oracle db(10g). I have properly configured 
datasources but after calling DataSource.getConnection(); i receive:

anonymous wrote : 
  | org.jboss.resource.JBossResourceException: Could not create connection; - 
nested throwable: (org.jboss.resource.JBossResourceException: Apparently wrong 
driver class specified for URL: class: oracle.jdbc.driver.OracleDriver, url: 
jdbc:thin:@10.111.121.100:1521:orcl)
  | at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:177)
  | at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:539)
  | at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:228)
  | at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:417)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:324)
  | at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:301)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:379)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:812)
  | at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
  | at 
org.eu.pips.KnowledgeBase.KBSyntacticalTools.management.importing.ImportManagerThread.businessLogic(ImportManagerThread.java:111)
  | at 
org.eu.pips.KnowledgeBase.KBSyntacticalTools.management.workers.WorkerThread.run(WorkerThread.java:30)
  | Caused by: org.jboss.resource.JBossResourceException: Apparently wrong 
driver class specified for URL: class: oracle.jdbc.driver.OracleDriver, url: 
jdbc:thin:@10.111.121.100:1521:orcl
  | at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getDriver(LocalManagedConnectionFactory.java:274)
  | at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:168)
  | ... 10 more
  | 14:31:06,055 ERROR [STDERR] org.jboss.util.NestedSQLException: Could not 
create connection; - nested throwable: 
(org.jboss.resource.JBossResourceException: Apparently wrong driver class 
specified for URL: class: oracle.jdbc.driver.OracleDriver, url: 
jdbc:thin:@10.111.121.100:1521:orcl); - nested throwable: 
(org.jboss.resource.JBossResourceException: Could not create connection; - 
nested throwable: (org.jboss.resource.JBossResourceException: Apparently wrong 
driver class specified for URL: class: oracle.jdbc.driver.OracleDriver, url: 
jdbc:thin:@10.111.121.100:1521:orcl))
  | 14:31:06,055 ERROR [STDERR] at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94)
  | 14:31:06,055 ERROR [STDERR] at 
org.eu.pips.KnowledgeBase.KBSyntacticalTools.management.importing.ImportManagerThread.businessLogic(ImportManagerThread.java:111)
  | 14:31:06,055 ERROR [STDERR] at 
org.eu.pips.KnowledgeBase.KBSyntacticalTools.management.workers.WorkerThread.run(WorkerThread.java:30)
  | 14:31:06,055 ERROR [STDERR] Caused by: 
org.jboss.resource.JBossResourceException: Could not create connection; - 
nested throwable: (org.jboss.resource.JBossResourceException: Apparently wrong 
driver class specified for URL: class: oracle.jdbc.driver.OracleDriver, url: 
jdbc:thin:@10.111.121.100:1521:orcl)
  | 14:31:06,070 ERROR [STDERR] at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:177)
  | 14:31:06,070 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:539)
  | 14:31:06,070 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:228)
  | 14:31:06,070 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:417)
  | 14:31:06,070 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:324)
  | 14:31:06,070 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:301)
  | 14:31:06,070 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:379)
  | 14:31:06,070 ERROR [STDERR] at 

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Can't Access JBoss 4.0.2 via IP address while running in

2007-01-10 Thread tpaulsz
10.299.99.99 is a fictitious ip address for the purpose of discussion.
I've made some other observations:
If I set up a server by following the instructions from this link, 
http://docs.jboss.com/jbosside/jboss-as/demos/create_server.htm
and use the default value of localhost for the Server's host name then I 
experience the behavior that I've been describing.  Furthermore, the entries 
that I've set up in my hosts file that point to my machine don't work either.
However, if I create a server and use my machine's name for the Server's host 
name, I'm able to access my web apps using my machines ip, my machine's name or 
any mapping that I've set up in the hosts file but now localhost doesn't work.
Again, this behavior only exists when I start up the server in the IDE.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=345#345

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=345
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-01-10 Thread mzeijen
Sorry, been busy last 2/3 weeks because of the Holidays and some other things. 
But I will work on it soon (today, tomorrow else next week),

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=338#338

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=338
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Usability of Process-State Super-State tools in GPD??

2007-01-10 Thread [EMAIL PROTECTED]
No support in the GPD for either process state or superstate as of yet. But I 
will release JPDL GPD 3.1.0 alpha1 shortly and from then on you may expect to 
see these features added. We are talking about a timeframe of a couple of 
months.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=334#334

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=334
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal when using Cyreilc Characters for Page Name

2007-01-10 Thread J0Ke
yes i can open it ..
but why ? why its not a problem ? or you want from me to report the bug. i 
think that this bug is kind of what im sayng :
JBPORTAL-536:Add a display-name property per portal object that contains a 
i18n name for displaying object

but my point maybe is : add a display-name property per page name which will be 
dispalyed in the tab pane with i18n encoding : 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=337#337

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=337
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - create a page whose default content is stored in CMS

2007-01-10 Thread sjewett
Hi All,

I know this is probably very basic, but I haven't been able to achieve it.  I 
want to create my own Portal page that displays by default an html page I have 
stored in the CMS - just like the out-of-the-box default page that shows 
index.html.  Can I do this via the Admin/management portlet?  Or do I write a 
MyPortlet class and deploy it as described in HelloWorldPortlet in the 
tutorials?  And, if the latter, how do I retrieve the context (the path) to CMS?

I'm using JBoss Portal 2.4.0 bundled with AS 4.0.4GA downloaded from JBoss.com. 
 Windows XP and Hypersonic.

I'm also not sure if this post should go here or in the developer's forum.  Any 
help is appreciated.  I just need to be pointed in the right direction.

Thank you,
Steve

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=335#335

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=335
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   3   >