[jboss-user] [JBoss jBPM] - How to add comments

2009-05-29 Thread freak182
Hello,

I might be stupid to ask question like this but i should. How to add comment in 
a particular task. So for example I have a textarea that a user can put a 
comment on particular task, how i can save  retrieve that comments in jbpm way?

Thanks a lot.
Cheers.

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

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


[jboss-user] [JBoss jBPM] - Where ist the Websale Example Application?

2009-05-29 Thread mdolphin
I'm really new to jBPM and so I wanted to follow the Getting startet Guide 
which I found on this Site: 
http://www.jboss.org/community/wiki/jBPM3GettingStarted

I downloaded and installed jbpm-3.2.6.SP1 as well as JBOSS 5.0.0.GA. I managed 
to set up jBPM to use a MySQL Database instead of the Default Hypersonic DB, 
and I can Login to the jBPM Administration Console. But after loggin in I can't 
see the Websale Example Application in the Processes List. How can I eventually 
build and manually deploy this Process to JBOSS? 

Regards
Michael



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

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


[jboss-user] [JBoss jBPM] - Re: Automatic assignment of initiator in start-state task no

2009-05-29 Thread kukeltje
Hmm... I'm almost sure I had this working. I used the name 'initiator' though 
for the swimlane. On the one hand I cannot imagine this is required, but it 
probably is easy to give it a try.

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

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


[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-29 Thread pratimkm
Our JBoss server in production became very slow so we had to bounce it. But we 
were able to get some important information. We found this kind of messages in 
our log file 
May 29, 01:25:41 WARN  [arjLoggerI18N] 
[com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id 
ad7d147:95eb:4a1f69f5:7f4 invoked while multiple threads active within it.
May 29, 01:25:41 WARN  [arjLoggerI18N] 
[com.arjuna.ats.arjuna.coordinator.CheckedAction_2] - CheckedAction::check - 
atomic action ad7d147:95eb:4a1f69f5:7f4 aborting with 1 threads active!

Also we found out that JMS SessionPool  thread went very high along with the 
Worker Thread. Please help.

Thanks,
Pratim

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

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


[jboss-user] [JBoss jBPM] - Re: jBPM 4 Beta2

2009-05-29 Thread ainze
rams.rapol wrote : Figured out partially,  jbpm.cfg.xml had tag named 
spring-transaction-interceptor which isn't supported in beta2 but supported in 
beta1
  | 

Actually, it was not supported in beta1, only my branch contained the 
spring-transaction-interceptor.

However, from RC1 it will be included in the distribution.  Once RC1 is 
released (3th of June?), I'll update the demo. 

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

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


[jboss-user] [JBoss jBPM] - Re: Where ist the Websale Example Application?

2009-05-29 Thread mdolphin
The Sources for all the Examples are in jBPM_install_dir\examples\  , but 
there are no build files, so - because I'm just starting with jBPM -I don't 
know how to build these examples. I used the Installer jar File to setup my 
jBPM Environment, and would have expected the Examples to be automatically 
built and deployed to JBOSS.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread jaikiran
dakiar wrote : 
  | I cannot for the world of me understand how it even finds this old code!
  | 
  | Please help !!!   If you need anymore info please let me know!

By old code, you mean the java code? Maybe your classpath has a jar containing 
the old code and is being picked up by the application? Can you post the 
console output (not the server.log)? And a bit more details about how you 
access this code/jsp.


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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: deployment for Spring web app fails

2009-05-29 Thread jaikiran
Are you packaging any JBoss specific jar files in your application? If yes, 
then remove them and see how it goes.


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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5 RC1 / RC2 and JRE 1.5 / JRE 1.6

2009-05-29 Thread jaikiran
arthurpdittle wrote : I've run into the same issue.  I'm running jboss 5.1, 
jdk 1.6, on windows.  Any know what is wrong?
  | 
  | -Arthur

Arthur, please open a new thread to discuss this issue. In the new thread 
please provide more details about the issue you are running into, including the 
entire exception stacktrace, the exact version of Java and JBoss you use and 
the operating system.


While posting logs or xml content or code, please remember to wrap it in a code 
block by using the Code button in the message editor window. Please use the 
Preview button to ensure that your post is correctly formatted.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread jaikiran
Hmmm, this is weird. The contents of the deploy folder show that your 
application is present in that folder:

anonymous wrote : 28.05.2009  10:56   796 testShop-ds.xml
  | 28.05.2009  10:5611.665.500 testShop-ear.ear
  | 

But the logs that you posted shows no signs of this being picked up. Did you do 
any changes to a clean installation of JBoss? And just to be clear - you are 
not trying hot deployment, are you?


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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread GermanDev
no, I didn't change anything but to copy the mysql connector to the 
server/default/lib directory. this is as well what I did with the clean 
installation. I tried hot deployment as well - but this time just as you 
proposed I did't tried that at all..

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - ssl connection to ejb in cluster env

2009-05-29 Thread smolin
Hello there, 
could anybody help or point the right direction? I tried on JBoss users forum, 
but no any answer.
Conf: 
JBoss 5.1.0CR1, JDK 1.6, XP (development env) 
cluster (configuration: all) 

I try to use ssl connection to reach ejb component. 

1. added ssl-service.xml to META-INF of ejb jar 

  | 
  | ?xml version=1.0 encoding=UTF-8?
  | 
  | server
  |!-- The server socket factory mbean to be used as attribute to socket 
invoker --
  |!-- which uses the JaasSecurityDomain --
  |mbean 
code=org.jboss.remoting.security.domain.DomainServerSocketFactoryService
  |   
name=jboss.remoting:service=ServerSocketFactory,type=SecurityDomainAdvanced
  |   display-name=SecurityDomain Server Socket Factory
  |attribute name=SecurityDomainjava:/jaas/SSLAdvanced/attribute
  |   
dependsjboss.security:service=JaasSecurityDomain,domain=SSLAdvanced/depends
  |/mbean
  |
  |  mbean code=org.jboss.security.plugins.JaasSecurityDomain
  |  
name=jboss.security:service=JaasSecurityDomain,domain=SSLAdvanced
  |  !-- This must correlate with the java:/jaas/SSL above --
  |  constructor
  | arg type=java.lang.String value=SSLAdvanced/
  |  /constructor
  |  !-- The location of the keystore
  |   resource: loads from the classloaders conf/ is the first 
classloader --
  |  attribute name=KeyStoreURLtraffic.keystore/attribute
  |  attribute name=KeyStorePasstrafficssl/attribute
  |   /mbean
  | 
  |!-- The Connector is the core component of the remoting server service. 
--
  |!-- It binds the remoting invoker (transport protocol, callback 
configuration, --
  |!-- data marshalling, etc.) with the invocation handlers.  --
  |mbean code=org.jboss.remoting.transport.Connector
  |   
  |   
name=jboss.remoting:type=Connector,transport=socket3843,handler=ejb3
  |   display-name=Socket transport Connector
  | 
  |   attribute name=Configuration
  |  config
  |  invoker transport=sslsocket
  |attribute name=dataType 
isParam=trueinvocation/attribute
  |attribute name=marshaller 
isParam=trueorg.jboss.invocation.unified.marshall.InvocationMarshaller/attribute
  |attribute name=unmarshaller 
isParam=trueorg.jboss.invocation.unified.marshall.InvocationUnMarshaller/attribute
  |!-- The following is for setting the server socket factory. 
 If want ssl support --
  |!-- use a server socket factory that supports ssl.  The 
only requirement is that --
  |!-- the server socket factory value must be an ObjectName, 
meaning the --
  |!-- server socket factory implementation must be a MBean 
and also --
  |!-- MUST implement the 
org.jboss.remoting.security.ServerSocketFactoryMBean interface. --
  |attribute 
name=serverSocketFactoryjboss.remoting:service=ServerSocketFactory,type=SecurityDomainAdvanced/attribute
  |attribute 
name=serverBindAddress${jboss.bind.address}/attribute
  |attribute name=serverBindPort3843/attribute
  | /invoker
  | handlers
  | handler 
subsystem=AOPorg.jboss.aspects.remoting.AOPRemotingInvocationHandler/handler
  | /handlers
  |  /config
  |   /attribute
  |   
dependsjboss.remoting:service=ServerSocketFactory,type=SecurityDomainAdvanced/depends
  | 
  |/mbean
  | 
  | /server
  | 


2. generated all keystore/certificate etc. 

3. added annotation to ejb (many different trials): 

  | @RemoteBinding(jndiBinding=someEjb/remote, clientBindUrl = 
sslsocket://${jboss.bind.address}:3843) 
  | then 
  | @RemoteBinding(jndiBinding=someEjb/remote, clientBindUrl = 
sslsocket://0.0.0.0:3843) 
  | 

If I put real target ip of ejb container then it works fine, but only with one 
machines from cluster (obvious, you can't put two ip addresses in 
clientBindUrl), whenever I try to use 0.0.0.0 mask or ${jboss.bind.address} it 
doesn't work. 

I couldn't find any working solution and of course many examples that use 
0.0.0.0 mask works fine (but only for local communication: client and server on 
the same machine). Could not find any working solution for ssl in cluster 
setup. 

Any help would be really appreciated!

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

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


[jboss-user] [JBoss jBPM] - Re: jBPM 4 start parameters

2009-05-29 Thread tom.baey...@jboss.com
the feature request to have expressions is here:
https://jira.jboss.org/jira/browse/JBPM-2279

and there is another issue that says i have to document the possible values 
better: https://jira.jboss.org/jira/browse/JBPM-2215

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

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


[jboss-user] [Security JAAS/JBoss] - How to limit the choice of client certificates in the browse

2009-05-29 Thread segolas
Hello, i couldn't find a solution for my problem anywhere, so here it is:

I've made a self-signed CA that i use to sign client and server certificates. 
All of them have the same Organization= part in the DN. 
Now the problem is, if a client browser has more than 1 certificate (1 issued 
by me and others by some 3rd party), it either chooses the wrong one 
automatically, or if you choose to select it manually, presents all of the 
certificates in the storage. 

So, is there a way to limit this choice of client certificates, so that only 
those issued by the same CA as the server certificate, or the samo O= in DN are 
given to choose from?

I've heard this can be done on apache servers, and i definitely know some 
applications that utilize this, presenting only the certificates that are 
relevant.

Any help would be greatly appreciated..

Cheers

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

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


[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-29 Thread timfox
Perhaps you are creating a huge number of sessions in your code?

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

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


[jboss-user] [JBoss Messaging] - Re: IllegalStateException : Session is closed

2009-05-29 Thread timfox
You didn't mention what version you are running so it's very hard to help you.

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

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


[jboss-user] [JBoss jBPM] - Re: Where ist the Websale Example Application?

2009-05-29 Thread swatis
make use of GPD and deploy processes using web console(by creating par files) 
or from GPD itself

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

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


[jboss-user] [JBoss Messaging] - Re: ClassCastException looking up ConnectionFactory

2009-05-29 Thread timfox
Either that or perhaps there are different versions of the JBM and JBR libs on 
client and server side.

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

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


[jboss-user] [JBoss Messaging] - Re: NullPointerException when trying to open a session for s

2009-05-29 Thread timfox
Again, looks like a jar issue. Make sure you have the correct jars on both 
client and server side as per the user guide.

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

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


[jboss-user] [Performance Tuning] - Re: The performance problem of richfaces in IE

2009-05-29 Thread akoennecker
Try adding

context-param
param-nameorg.richfaces.LoadStyleStrategy/param-name
param-valueALL/param-value
/context-param

context-param
param-nameorg.richfaces.LoadScriptStrategy/param-name
param-valueALL/param-value
/context-param

to the web.xml which will make RichFaces download all the css and js as big 
cache-able files. 

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

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


[jboss-user] [JBoss Messaging] - Re: JMS over HTTPS:any alternative to jboss 4

2009-05-29 Thread timfox
Also there is a wiki page that explains all of this in a lot of detail.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread dakiar
Yes, I also thought it was picking up an old jar!  But inside the war file it 
just has all my classes, and the jar files related to the building are all jar 
files which are related to API's I am using so I doubt my code would be in 
them.


I got help from a man with a lot of experiance with jboss for almost one hour 
and he also had no clue what was going on :(

I do not have web access to the console.  How could I access the information 
you want?

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

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


[jboss-user] [JBoss Messaging] - Re: JMS over HTTPS:any alternative to jboss 4

2009-05-29 Thread timfox
Here is is 
http://www.jboss.org/community/wiki/EJBJMSandJNDIoverHTTPwithUnifiedInvoker

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

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


[jboss-user] [JBoss jBPM] - Re: Where ist the Websale Example Application?

2009-05-29 Thread mdolphin
Thanks, but I think my Problem is that I simply don't geht it how to start at 
all. 

There are several different Versions of jBPM 3.2.x available for Download, and 
they differ in Content, Structure and Filetype. The Version I installed first 
(jbpm-installer-3.2.6.SP1) comes with a jar installer, but obviously without 
the Examples. Only that I can follow the getting started Tutorial mentioned 
above, I downloaded jbpm-jpdl-suite-3.2.GA, which comes with the Examples, but 
it's only a ZIP File and in the Tutorial it says:

anonymous wrote : Next, you will need to install jBPM to your machine by 
opening a prompt and cd'ing to the download directory. Then running the 
following command:
  | 
  | java -jar jbpm-installer-3.x.y.GA.jar
 
I don't have no jbpm-installer-somewhat.jar File!

And anyway: Why are there two Versions jbpm-jpdl-3.2.GA.zip and 
jbpm-jpdl-suite-3.2.GA.zip ? Whats the difference?

Sorry, but after nearly two Days of try and error I'm a little bit frustrated 
now.

Currently I'm totally confused because of all these different Versions and 
installation concepts. Sometimes the JBOSS has to be installed standalone, 
sometimes it has to be inside the jBPM install Directory, sometimes there is a 
jbpm-jpdl.jar in the Root of my Installation, sometimes it isn't 
(jbpm-installer-3.2.6.SP1)


It would be really kind if someone could tell me which Files I need to startup, 
and where I can find the proper Documentation. I mean: Besides the 
Documentation for jBPM 4 BETA(!) I haven't found any official User Manual for 
the 3.2.x Versions yet. 

Kind Regards

Michael

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

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


[jboss-user] [JBoss Messaging] - JBoss 1.4.4.GA in AS5

2009-05-29 Thread rnicholson10
Any idea when this release will make into JBoss AS5?

We are waiting on some of the bugs fixed in this release.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread jaikiran
Everything looks good to me. I don't have Windows Vista setup where i can try 
to reproduce this. You also mention that this works on Debian OS. So the only 
thing i can think about is some OS specific thing coming into picture (ideally 
should not). Windows Vista has been notorious for the UAC (User Access 
Control). Try disabling it http://www.vista4beginners.com/How-to-disable-UAC 
and see if it makes a difference. I don't see a reason why UAC should be 
affecting the deployment being picked up, but let's just give it a try.


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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread jaikiran
dakiar wrote : 
  | I do not have web access to the console.  How could I access the 
information you want?

Zip the server.log and boot.log and upload it to some accessible place. Also 
remember to tell us how you are accessing the application and what makes you 
think the old classes are being used. If the logs do not provide us some hints, 
we do have another option which prints out the jar file from which the class is 
being loaded. You can add -verbose:class to the JAVA_OPTS section in the server 
startup script. Then start the server (you might want to redirect the STDOUT 
output to a file because the logs will be too verbose) and then access your 
application to try and reproduce this issue. Look into the redirected log to 
see which jar is being used to load your class.


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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Good installations guides?

2009-05-29 Thread elwis
Hi all,

I'm trying to get the SOA-P package from RedHat installed on a Fedora10 server. 
I do wonder about Best pratices though, since I haven't managed linuxmachines 
for a couple of years.

Google givces me a hint here and there but they are often outdated and 
contradicts eachother.

Regards

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

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


[jboss-user] [JBoss jBPM] - Re: Where ist the Websale Example Application?

2009-05-29 Thread kukeltje
You have to differentiate between 3.2.6 and 3.2.6. The latter (mainly) has the 
suite which contains everything, including a JBoss AS, can be just unzipped and 
used.

The 3.2.6 has an installer. But again *nothing* has to be installed in the jbpm 
install dir. If you have a standalone JBoss AS, you can point the installer to 
it. If not, the installer downloads a JBoss AS for you (afaik, never tried it). 

If you do not havea jbpm-installer*.*.*.jar, you probably used the pre 3.2.6 
version. Most of the documentation is still valid, just not the install 
procedure. Regarding the *usernmanual* : 
http://docs.jboss.com/jbpm/v3.2/userguide/html/

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread GermanDev
UAC is diabled and was since Vista has  been installed.

I really don't know what that might be either. Especially odd is that it worked 
without any problems two weeks ago. I already had that problem before but it 
disappeared after a time...

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

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


[jboss-user] [JBoss jBPM] - Re: Fork/Join Problem

2009-05-29 Thread freak182
I uncomment that line but i did not seem to work. I think that will be use if 
you not integrate jbpm in an application (that's my guess). 

I try to put the WfEngine in spring-transaction of application and it work as 
expected.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread dakiar
http://fts.capgemini.com/sftp/41100/weirdness.zip

Here are these two files.

It is a struts app, so the jsp will call functions from the java apps. In the 
new code I changed everything in that class, and added a lot of 
System.out.println however it dumps an error on a line I have removed 
completely, so I am sure it is accessing old class.  If I however remove a jsp 
file from the war, it immidietely reacts.  ( Yes I know it sounds like the jar 
thing you said, I already investigated it )

Thank you,
Dak.

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

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


[jboss-user] [JBoss jBPM] - Re: Fork/Join Problem

2009-05-29 Thread jbarrez
Yes, it works in Spring. Spring binds the transaction to the current thread, 
which you configure in your jbpm.cfg.xml:


  | field name=isCurrentSessionEnabledtrue//field 
  | 

But you hadn't told me you were working in Spring and I assumed a traditional 
jBPM config ;-)

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

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


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: %%%% Error Creating SessionFactory %%%%

2009-05-29 Thread waq
yes that was the mistake i did. NOw i changed the ID type to Number(oracle 
number). When i did the reverse engineering it made the ID of BigDecimal type. 
Now when i try to insert a record it gives me exception:

  | SEVERE: org.hibernate.id.IdentifierGenerationException: this id generator 
generates long, integer, short
  | javax.faces.el.EvaluationException: 
org.hibernate.id.IdentifierGenerationException: this id generator generates 
long, integer, short
  | at 
javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
  | at 
com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
  | at javax.faces.component.UICommand.broadcast(UICommand.java:387)
  | at javax.faces.component.UIData.broadcast(UIData.java:938)
  | at 
org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:321)
  | at 
org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:296)
  | at 
org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:253)
  | at 
org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:466)
  | at 
com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
  | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
  | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
  | at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
  | at 
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
  | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  | at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
  | at java.lang.Thread.run(Unknown Source)
  | Caused by: org.hibernate.id.IdentifierGenerationException: this id 
generator generates long, integer, short
  | at 
org.hibernate.id.IdentifierGeneratorFactory.createNumber(IdentifierGeneratorFactory.java:119)
  | at 
org.hibernate.id.IncrementGenerator.generate(IncrementGenerator.java:47)
  | at 
org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:85)
  | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:184)
  | at 
org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:33)
  | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:173)
  | at 
org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:27)
  | at 
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:69)
  | at org.hibernate.impl.SessionImpl.save(SessionImpl.java:481)
  | at org.hibernate.impl.SessionImpl.save(SessionImpl.java:476)
  | at table.detail.DetailDAO.save(DetailDAO.java:32)
  | at ecs.admin.InsertSuggestion.insert(InsertSuggestion.java:121)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | at org.apache.el.parser.AstValue.invoke(AstValue.java:152)
  | at 
org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  | at 
org.apache.jasper.el.JspMethodExpression.invoke(JspMethodExpression.java:68)
  | at 

[jboss-user] [Clustering/JBoss] - HA-JNDI lookup of SLSB depending on HASingletonDeployer Barr

2009-05-29 Thread pawel.wyrwinski
Hello.
My app is EAR running on JBoss 4.2.2 containing:
- Stateless Session Bean 
- JSF-based web-app

SLSB is able to create/start/stop ejb.Timer, and has method annotated with 
@Timeout as well.
Web-app is makes JNDI lookup to acquire bean's stub and perform it's start() 
and stop() methods.

Now, my goal is to move this EAR to cluster and assure that only one instance 
of timed SLSB is active.
So I've established two-node cluster on single machine using 
ServiceBindingManager in jboss-service.xml and replaced HSQL with PostgreSQL.
I'm pretty sure my cluster partition is working properly.
Then I modified my app by adding @Clusterd and 
@Depends(jboss.ha:service=HASingletonDeployer,type=Barrier) annotations on 
ejb and switching from local JDNI to HA-JNDI lookup in my web-app, which now 
looks like this:

  | ...
  | import pw.test.interfaces.ITimer;
  | public class TestTimerManagedBean {
  | 
  | private ITimer timer;
  | 
  | private void lookup() {
  | Properties jndiProperties = new Properties();
  | jndiProperties.put(Context.INITIAL_CONTEXT_FACTORY, 
org.jnp.interfaces.NamingContextFactory);
  | jndiProperties.put(Context.URL_PKG_PREFIXES, 
jboss.naming:org.jnp.interfaces);
  | jndiProperties.setProperty(jnp.partitionName, 
pw_partition);// partition's name
  | 
  | Context context;
  | try {
  | context = new InitialContext(jndiProperties);
  | this.timer = 
(ITimer)context.lookup(testEar/TestTimerBean/remote);
  | } catch (NamingException e) {
  | // TODO Auto-generated catch block
  | e.printStackTrace();
  | }
  | }
  | 
  | public void start() {
  | this.lookup();
  | 
  | if (this.timer != null) {
  | this.timer.start();
  | }
  | }
  | 
  | public void stop() {
  | this.lookup();
  | 
  | if (this.timer != null) {
  | this.timer.stop();
  | }
  | }
  | }
  | 

Problem description.


Use case:
1. start cluster.
   Partition consists of: 
   - node1 (ports: web=8180, JNDI=1199, HA-JNDI=1200) -- master node
   - node2 (ports: web=8280, JNDI=1299, HA-JNDI=1300)
   
2. place ear in /all/farm of node1. 
   Node1 deploys and starts SLSB, Node2 deploys SLSB but doesn't start it.
   As far as I can tell, it's correct behaviour (effect of using @Depends 
annotation). Here is what JNDIView shows on node1 (there are no such entries on 
node2's JNDIView, it's ok i suppose):

   
  | +- testEar (class: org.jnp.interfaces.NamingContext)
  |   |   +- TestTimerBean (class: org.jnp.interfaces.NamingContext)
  |   |   |   +- local (proxy: $Proxy84 implements interface 
pw.test.interfaces.ITestTimerLocal,interface 
org.jboss.ejb3.JBossProxy,interface javax.ejb.EJBLocalObject)
  |   |   |   +- remote (proxy: $Proxy83 implements interface 
pw.test.interfaces.ITestTimerRemote,interface 
org.jboss.ejb3.JBossProxy,interface javax.ejb.EJBObject)
  | 

3. In web-browser i go to web-app on node1: http://localhost:8180/TestTimerWeb, 
and successfully lookup SLSB and start/stop timer on node1. When i kill node1, 
SLSB instance on node2 is started and continues tasks (failover).
4. In web-browser i go to web-app on node2: http://localhost:8280/TestTimerWeb, 
and here my problem is. Some SLSB is looked-up, but when i try to invoke some 
methods on it, i get exception:

  | 2009-05-29 13:24:26,778 ERROR 
[javax.enterprise.resource.webcontainer.jsf.application] 
java.lang.NullPointerException
  | javax.faces.el.EvaluationException: java.lang.NullPointerException
  | at 
javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
  | at 
com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
  | at javax.faces.component.UICommand.broadcast(UICommand.java:387)
  | at 
org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:321)
  | at 
org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:296)
  | at 
org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:253)
  | at 
org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:466)
  | at 
com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
  | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
  | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread dakiar
No it is not :( 

I also checked the 

warUrl=file:/usr/jboss/server/all/tmp/deploy/tmp41340recks.war/

It definetely have the new version of the DBUtility class inside it,  so I am 
asking myself how can it possibly still execute code from the old version 
?!!??!  where does it find this code?I am woundering whatever the server is 
having gremlins.

Is there any kind of cache which could have been used??  I rebooted the server 
and emptied all temp and work folders as I said, is there anyway a cache could 
still be active ??? 

Could it somehow be related to apache? or that apache has cached the old code 
somewhere outside of Jboss?   ( I think it sounds very unlikely , but I am 
getting desperate here )


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

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


[jboss-user] [JBoss Messaging] - Re: deathless consumer prooblem

2009-05-29 Thread bodrin
hi,
I just made a mysql dump and copied also the server log when the thing happened.
I do know some of the queues on which the deathless consumer was listenening to 
if you need this: profile_subscriptions_3,  profiles_3,...

I have uploaded the server log at 
http://94.26.60.24/~test/temp/dump.29.05.2009/server.zip 
and the musql dump on 
http://94.26.60.24/~test/temp/dump.29.05.2009/jbm.db.gzip

I see a strange exception in the log
anonymous wrote : 
  | 2009-05-29 15:13:15,232 ERROR [org.jboss.remoting.ConnectionNotifier] Error 
notifying connection listeners of lost client connection.
  | java.lang.NullPointerException
  | at 
org.jboss.remoting.ConnectionNotifier.connectionLost(ConnectionNotifier.java:50)
  | at org.jboss.remoting.Lease.notifyClientLost(Lease.java:211)
  | at org.jboss.remoting.Lease.access$500(Lease.java:39)
  | at org.jboss.remoting.Lease$LeaseTimerTask.run(Lease.java:249)
  | at java.util.TimerThread.mainLoop(Timer.java:512)
  | at java.util.TimerThread.run(Timer.java:462)
  | 

Hope this will help to investigate the problem.
Thanks!

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread jaikiran
anonymous wrote : where does it find this code?

Try what i suggested in my earlier post:
anonymous wrote : 
  | If the logs do not provide us some hints, we do have another option which 
prints out the jar file from which the class is being loaded. You can add 
-verbose:class to the JAVA_OPTS section in the server startup script. Then 
start the server (you might want to redirect the STDOUT output to a file 
because the logs will be too verbose) and then access your application to try 
and reproduce this issue. Look into the redirected log to see which jar is 
being used to load your class. 

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread jaikiran
dakiar wrote : Ok I have done it and now have a file with a lot of info, what 
to do next???

Search for the name of the class which you believe is the old class. The log 
will contain the name and location of the jar file from where the class was 
loaded.

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

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


[jboss-user] [JCA/JBoss] - Re:

2009-05-29 Thread ahameed
Hi

I am facing similar kind of a problem. Same exception, not reproducible on 
development machine. Using JBoss 4.3.0.GA.

Please do share if you find any solution to this.

Thanks

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

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


[jboss-user] [JBoss Messaging] - Re: ClassCastException looking up ConnectionFactory

2009-05-29 Thread markstrecker
I found the problem! I had an old jms.jar in my webapp's libs. Once I removed 
this, everything started working.
Thanks Andy and Tim for the help.

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

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


[jboss-user] [EJB/JBoss] - Re: set TransactionTimeout during Runtime

2009-05-29 Thread sams2100
Have you considered breaking up your EJB into two EJBs joined via a JMS queue?  
Basically have the first EJB generate the messages for the web service, and as 
it generates say 100 web service requests, it tosses those requests onto a 
queue instead of making those requests itself.  Then have another EJB (MDB) 
consuming off of that queue and this EJB can have its own custom timeout based 
on when it should timeout on 100 web service requests.

This lets your first EJB reduce its work load to beat the timeout, and then the 
other EJB that is doing the web service requests will have its own timeout.  
Not only that, but since there is the second EJB doing the web requests, you 
can allow it do run those in parallel and get all your work done much faster 
and have it broken up with reasonable transaction timeouts.


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

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


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - persistence.xml in ear entities in lib/lib1/jar = 'could no

2009-05-29 Thread smolin
Hello,

I try to get such ear:

ear
  |-ejb1.jar
  |-ejb2.jar
  |-lib
  |-lib1.jar
  |-META-INF
  |-persistence.xml

lib1.jar contains JPA entities (classes annotated by @Entity)

persistence.xml:

  | ?xml version=1.0 encoding=UTF-8?
  | persistence version=1.0 xmlns=http://java.sun.com/xml/ns/persistence; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  | xsi:schemaLocation=http://java.sun.com/xml/ns/persistence 
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd;
  | 
  | persistence-unit name=PU transaction-type=JTA
  | providerorg.hibernate.ejb.HibernatePersistence/provider
  | jta-data-sourcejava:/DefaultDS/jta-data-source
  | jar-filelib/lib1.jar/jar-file
  | properties
  | property name=hibernate.dialect 
value=org.hibernate.dialect.HSQLDialect /
  | property name=hibernate.hbm2ddl.auto value=update /
  | property name=hibernate.show_sql value=true/
  | /properties
  | /persistence-unit
  | /persistence
  | 


I specified lib1.jar in persistence.xml: jar-filelib/lib1.jar/jar-file. I 
also tried jar-filelib1.jar/jar-file jar-file../lib/lib1.jar/jar-file.
I use entities in ejb1.jar and ejb2.jar.

When deploy to JBoss 5.1.0.CR1 I get error:

  | java.lang.RuntimeException: could not find relative path: lib/lib1.jar
  | at 
org.jboss.jpa.deployment.PersistenceUnitDeployment.getRelativeURL(PersistenceUnitDeployment.java:208)
  | at 
org.jboss.jpa.deployment.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:267)
  | 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:597)
  | at 
org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
  | at 
org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150)
  | at 
org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
  | at 
org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:241)
  | at 
org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)
  | at 
org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:109)
  | at 
org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:70)
  | at 
org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221)
  | at 
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
  | at 
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)
  | at 
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
  | at 
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
  | at 
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
  | at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
  | at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:121)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:51)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
  | at 
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
  | at 

[jboss-user] [Installation, Configuration DEPLOYMENT] - Please Help Deployment the weirdest error I ever had in 10 y

2009-05-29 Thread dakiar
I am running a jboss 4.0 server and I have a built a new version of a war file.

I deleted the old war file and placed the new one in the jboss folder, it still 
runs the old java code.  I tried to shutdown jboss, restart the server etc. 
Still same thing.  I tried to remove jsp files from the war file, and the jsp I 
removed are not accessible, so it must be it is using this war file.  But still 
the old code.   Stop jboss clear all temp and work folder, delete all bin files 
and everything on my PC rebuild the war, check so the war have new classes 
added and updated dates for all classes. Place the war in Jboss folder... 
still runs the old code.

I cannot for the world of me understand how it even finds this old code!

Please help !!!   If you need anymore info please let me know!

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread dakiar
Sorry I made a mistake with the link:

http://fts.capgemini.com/ftp/616277/weirdness.zip

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

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


[jboss-user] [JBoss jBPM] - Re: Fork/Join Problem

2009-05-29 Thread jbarrez
You configure jBPM to handle the transactions:

field name=isTransactionEnabledtrue//field

but you comment out

 !-- configuration property used by persistence service impl 
org.jbpm.persistence.db.DbPersistenceSer
  | viceFactory 
  |   string name=resource.hibernate.cfg.xml value=hibernate.cfg.xml /
  |   --

(check the comment). So my wild guess is that you need a hibernate config to 
make it work.



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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread dakiar
Ok I have done it and now have a file with a lot of info, what to do next???

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread PeterJ
This sure looks like some UAC weirdness, but that is usually limited to the 
Program Files and windows folders, and usually only shows up if you use 
different accounts to access the data.

Could you post the contents of testShop-ds.xml? It's size is really small.

Also, post the results of jar -tf testShop-ear.ear

anonymous wrote : I already had that problem before but it disappeared after a 
time...

I had a problem at one time that would suddenly disappear and then also 
mysteriously reappear. In my case, a build script from a co-worker placed a 
stray JAR file in the JDK's endorsed directory. The problem would then go away 
when I installed a new JDK, and of course reappear after I ran that build 
script. I found the problem by adding -verbose:class to the java command line 
and looking for classes loaded from stray locations. Then I had a few choice 
words with my co-worker who was too lazy to set a classpath in various 
locations in his build script.

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

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


[jboss-user] [Beginners Corner] - Best approach to provide statistics from an EJB or Servlet

2009-05-29 Thread jej2003
I am looking for some hints on what the best approach is to provide statistics 
from an EJB or Servlet (specifically a JAX-RS annotated class within RESTEasy). 
 Is there any documentation providing where to start for having a servlet or 
EJB report statistics to say an MXBean?

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread jaikiran
The only thing that stands out is:

  | 2009-05-28 16:43:20,691 INFO  [org.jboss.web.tomcat.tc5.TomcatDeployer] 
deploy, ctxPath=/recks, 
warUrl=file:/usr/jboss/server/all/tmp/deploy/tmp41271recks.war/
  | 2009-05-28 16:43:22,981 INFO  [STDOUT]  = Initializing control file . . .
  | 2009-05-28 16:43:22,984 INFO  [STDOUT] 
/usr/jboss/server/default/conf/controlfile.dat
  | 2009-05-28 16:43:22,984 INFO  [STDOUT]  = Config path: 
/usr/jboss/server/default/conf
  | 2009-05-28 16:43:22,984 INFO  [STDOUT]  = Control file 
/usr/jboss/server/default/conf/controlfile.dat loaded . . .
  | 2009-05-28 16:43:22,985 INFO  [STDOUT]  = Properties in the file 
/usr/jboss/server/default/conf/paths.properties loaded . . .
  | 

You are deploying in the all configuration, but looks like your code is 
picking up some files from the default configuration 
(/usr/jboss/server/default/conf/controlfile.dat). I don't know what that file 
does and whether it relates to your exception. But that's the only thing that 
stands out.

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

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


[jboss-user] [JBoss jBPM] - Re: Where ist the Websale Example Application?

2009-05-29 Thread swatis
But Ronald, I tried many times to install different former versions  3.2.6 
using installer. Even though I selected install jboss server, still asked to 
give existing jboss application server directory path.

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

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


[jboss-user] [Beginners Corner] - Jboss scheduler

2009-05-29 Thread laucho
Hi
i use a mbean to schedule a task in Jboss 4.2.0 GA
But i'd like to schedule it every 10 minutes but only from 00:00 am to 06:00 am
Is it possible to use a mbean to awake and stop another mbean?
Thanks

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread GermanDev
PeterJ wrote : Could you post the contents of testShop-ds.xml? It's size is 
really small.

  | ?xml version=1.0 encoding=UTF-8?
  | !DOCTYPE datasources
  | PUBLIC -//JBoss//DTD JBOSS JCA Config 1.5//EN
  | http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd;
  | datasources
  |  local-tx-datasource
  |   jndi-nametestShopDatasource/jndi-name
  |   connection-urljdbc:mysql://localhost:3306/shop/connection-url
  |   driver-classcom.mysql.jdbc.Driver/driver-class
  |   user-nameroot/user-name
  |   password/password
  |   /local-tx-datasource
  | /datasources

PeterJ wrote : 
  | Also, post the results of jar -tf testShop-ear.ear
  | 


  | META-INF/MANIFEST.MF
  | META-INF/application.xml
  | META-INF/jboss-app.xml
  | richfaces-api.jar
  | mvel14.jar
  | jbpm-jpdl.jar
  | jboss-seam.jar
  | jboss-el.jar
  | testShop.war
  | testShop-ejb.jar
  | drools-core.jar
  | drools-compiler.jar
  | antlr-runtime.jar
  | META-INF/

What I don't understand at all is that the server can't even be started without 
any deployed project.. (Well, it can be started but JBoss Tools does not 
recognize it as started and throws an error message after a timeout period).

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

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


[jboss-user] [JBoss jBPM] - Re: Where ist the Websale Example Application?

2009-05-29 Thread kukeltje
3.2.6 is *not supported* 3.3.x was dropped for several reasons (search the 
forum for the specifics)

I just gave 3.2.6SP1, freshly downloaded from sourceforge a try and it does not 
download JBoss AS if the optional component is not selected

But indeed, if you select download JBoss AS 5.0.0, it does ask for a folder, 
and does not continue. Now if someone would have stated exactely that (and only 
that). it would have saved everybody a lot of trouble. So the workaround is: 
Download JBoss AS separately and install it separately. And if someone wants to 
file a Jira issue for this, it might get fixed in the next release.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread PeterJ
Did you place the mysql JAR file into the lib directory? I ask because the 
boot.log you posted does not show that jar file as being loaded. I checked one 
of my own boot.log files and it notes every jar file in the lib directory.

Let's try something just to see if it will work. Install a fresh copy of JBoss 
AS 4.2.1 in some other temporary location, such as c:\temp\jboss-4.2.1.GA, then 
from a command prompt run it. After you see the Started in xxx seconds 
message, copy the testShop-ds.xml to the deploy directory and wait for it to 
deploy. Then copy the testShop-ear.ear into the deploy directory and wait for 
it to deploy. Post the full console window output, starting from the command 
you entered to run the app server.


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

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


[jboss-user] [JBossWS] - Re: JBossWS Metro 3.1.1 on AS 5.1.0 Startup errors?

2009-05-29 Thread RichardTaylor
Thanks, hadn't come across the Supported Target Containers page.  We're working 
on getting JBoss Native going, it looks like a few issues have been fixed that 
were blockers for us.  Will build Metro 3.2.0 as needed.   Cheers

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

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


[jboss-user] [JBoss jBPM] - Re: jBPM 4 Beta2

2009-05-29 Thread rams.rapol
Thanks Ainze

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread GermanDev
I tried what you proposed and finally found out the solution: The problem 
occurs only when the directory is named 'jboss-4.2.1.GA'. If I rename the 
directory or place it somewhere else the same configuration works without any 
problem.

Thank you for your help!!

Anyway - do you have an idea what the reason of that strange behaviour might be?

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

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


[jboss-user] [JBoss jBPM] - jBPM Beta2 Hibernate Not Persisting

2009-05-29 Thread rams.rapol
Hi,

When i try to deploy a processdefinition with jBPM Beta2, everything seems to 
be running fine (the hibernate insert queries show up fine). However when i 
query the database, i dont see any records in jbpm_execution. 

The way i configured is i have a class which extends JBPMConifguration (similar 
to JBPMTestCase) and is configured in spring xml.spring xml also has 
sessionfactory, datasource, etc defined. Also my class is annotated with 
transaction as well. 
What seems to be happening is jbpm is fetching its own hibernate session and my 
class has got its own session. 
I know where the problem is (in jbpm.cfg.xml i need to be able to specify 
spring's session factory instead of hibernate config file but haven't found 
proper syntax or a sample of jbpm.cfg.xml in jbpm4 beta2 version. 

Configuration in jbpm.cfg.xml: 


  | hibernate-configuration
  | cfg resource=jbpm.hibernate.cfg.xml/
  | /hibernate-configuration
  | 



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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: snippet of code for eviction policy

2009-05-29 Thread genman
Not sure (haven't checked) but I think there might be some step you're missing 
in activating the region and eviction policy. If you have debug on, you should 
be seeing some sort of periodic logging indicating it's working.

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in

2009-05-29 Thread dakiar
Thanks a lot for your help jaikiran, I will check it first thing monday 
morning.  Have a great weekend!

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment functionality of JBoss AS 4.2.1.GA refuses to

2009-05-29 Thread PeterJ
So are you saying that with c:/temp/jboss-4.2.1.GA you still had the problem? 
And did you actually rename C:/root/app/dev/jboss-4.2.1.GA to something else or 
did you install into another location?

I am wondering if there is a defect on your hard drive, in which case locating 
the software anywhere else would solve the problem, but simply renaming the 
directory would not solve it.

One other thought, did you by any chance turn off 8.3 filenames? Or did you 
make any change, such as adding another version of JBoss AS to the 
C:/root/app/dev/ directory that might cause the 8.3 filename for jboss-4.2.1.GA 
to change? Also, did you try removing the server/default/data, tmp and work 
directories and see if it work work then? A combination of an 8.3 filename 
change and using prior data, tmp and work directory entries could cause a 
problem.

I have been using JBoss AS on Vista for at least several years (64-bit on my 
desktop, 32-bit on my laptop) and using the standard names for the JBoss AS 
home directory and never ran into a problem due to the directory name.

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

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


[jboss-user] [JBoss jBPM] - jBPM BPEL 1.1.1 on JBOSS 4.2.3 GA

2009-05-29 Thread sai_ari
I have just started using the jBPM BPEL 1.1.1 on JBOSS 4.2.3.
I am in the middle of several issues
1) I could not deploy the Example services and test processes
2) Eclipse 3.4.2 and the visual designer plugin 0.4  seem  to be almost of no 
use as I couldn't edit any BPEL or import examples into that. I didn't see any 
updated documentation for this
3) I could create nice BPEL on netbeans, but they don't work on jBPM.

It looks like BPEL on jBPM seems to be very nascent stage compared to Oracle 
BPEL +Jdeveloper  or Glassfish + NetBeans

I see the direction being to support Active BPEL, but most of the important 
features are not free there.

Any ideas or help would be appreciated.

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

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


[jboss-user] [EJB/JBoss] - Re: MDB calling a session bean, session bean not getting reu

2009-05-29 Thread rlperry
I have this problem with ActiveMQ and had been having pretty good luck with 
StrictMaxPool, but in doing some testing with ThreadLocalPool, I learned that 
my problem resolves back to the JCA thread pool.  Basically as long as I am 
keeping the server completely busy I do not leak Session Beans, but when the 
server goes idle the JCA threads are deallocated, but the associated Stateless 
Beans are not.  So when the server gets busy again all new instances of my 
beans are created.

I am now working around this by setting MinimumPoolSize =MaximumPoolSize in 
jbossjca-service.xml.  For my application I really sorta like this 
configuration anyway.  

So for me the only question is how do we get deallocations when threads go 
away? 

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

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


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting Exception for Derby Data Source

2009-05-29 Thread poundcake
org.jboss.jdbc.DerbyDatabase is found in derby-plugin-.jar.  It is found in the 
varia sub-component of JBoss app server.  You will need to download the source 
and run your own build.   You might also find the jar if you search the web.

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

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


[jboss-user] [JBoss Tools (users)] - Failed while installing Seam 2.1

2009-05-29 Thread daemom
Hi all, recently I'm evaluating the seam framework for a new development. The 
problems appear when I try to create a new project, because the eclipse shows 
me the following error Failed while installing Seam 2.1 and the detailed 
description is java.lang.IllegalArgumentException. I use this configuration:

eclipse-jee-ganymede-SR2-win32
JBossTools-ALL-win32-3.0.1.GA-R200905070146-H18
jboss-seam-2.1.2.CR2
jboss-4.2.2.GA

regards

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

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


[jboss-user] [EJB/JBoss] - IllegalArgumentException while getting data JBoss 4.0.5GA

2009-05-29 Thread new2ejb
Hello there,

I'm working on a EJB migration from Weblogic 6.1 to JBossAS 4.0.5GA. While 
accessing the first EJB after user is authenticated, I'm getting following 
exception.


  | 2009-05-29 17:43:30,886 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.ImmMenu] Executing SQL: 
SELECT menu_name, parent_id, sequence, allow_read_only, link_server_name, link 
FROM IMM_WB_MENU WHERE (menu_id=?)
  | 2009-05-29 17:43:30,933 ERROR [org.jboss.ejb.plugins.LogInterceptor] 
EJBException in method: public abstract java.lang.String 
com.bn.merch.imm.ejb.ImmMenu.getMenuID() throws java.rmi.RemoteException, 
causedBy:
  | java.lang.IllegalArgumentException
  | at 
sun.reflect.UnsafeIntegerFieldAccessorImpl.set(UnsafeIntegerFieldAccessorImpl.java:62)
  | at java.lang.reflect.Field.set(Field.java:656)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMP1xFieldBridge.setInstanceValue(JDBCCMP1xFieldBridge.java:99)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBridge.loadInstanceResults(JDBCAbstractCMPFieldBridge.java:396)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.execute(JDBCLoadEntityCommand.java:207)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.execute(JDBCLoadEntityCommand.java:88)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadEntity(JDBCStoreManager.java:646)
  | at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadEntity(JDBCStoreManager.java:628)
  | at 
org.jboss.ejb.plugins.CMPPersistenceManager.loadEntity(CMPPersistenceManager.java:406)
  | at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.loadEntity(CachedConnectionInterceptor.java:252)
  | at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:243)
  | at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
  | at 
org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke(EntityReentranceInterceptor.java:126)
  | at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:276)
  | at 
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:104)
  | at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterceptor.java:68)
  | at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
  | at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
  | at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
  | at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
  | at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)
  | at 
org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:527)
  | at org.jboss.ejb.Container.invoke(Container.java:954)
  | 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.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
  | at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
  | at 
org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
  | at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
  | at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
  | at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
  | at 
org.jboss.proxy.ejb.EntityInterceptor.invoke(EntityInterceptor.java:112)
  | at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
  | at $Proxy82.getMenuID(Unknown Source)
  | at 
org.apache.jsp.jsp.imm_005fframework_005ftitle_jsp._jspService(imm_005fframework_005ftitle_jsp.java:280)
  | at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
  | at 

[jboss-user] [JBoss Tools (users)] - Re: Failed while installing Seam 2.1

2009-05-29 Thread nickboldt
 Failed while installing Seam 2.1

How are you installing Seam? How did you install the JBoss Tools plugins? Was 
there anything else around the Illegal Arg Exeption in your 
wrkspace/.metadata/.log or the Error view?

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

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


[jboss-user] [EJB/JBoss] - Re: EJB3 Timer and AS restart

2009-05-29 Thread abafna
Anyone??? JBoss team

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

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


[jboss-user] [JBoss Tools (users)] - Re: Failed while installing Seam 2.1

2009-05-29 Thread daemom
Well, I installed seam extracting the zip file to my partition root (c:). For 
jboss tools I took an eclipse ganymede jee, extract it, and later extract the 
jboss tools plugins to the eclipse folder. I'm omitting some step?

This is the .log file in the .metadata folder.


  | 
  | !ENTRY org.eclipse.wst.common.project.facet.core 4 0 2009-05-30 00:41:55.015
  | !MESSAGE Failed while installing Seam 2.1.
  | !STACK 0
  | java.lang.IllegalArgumentException
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.changeProjectFacetVersion(FacetedProjectWorkingCopy.java:858)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:290)
  | at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:319)
  | at 
org.jboss.tools.seam.internal.core.project.facet.SeamProjectCreator.execute(SeamProjectCreator.java:270)
  | at 
org.jboss.tools.seam.internal.core.project.facet.SeamFacetAbstractInstallDelegate.execute(SeamFacetAbstractInstallDelegate.java:188)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1394)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:401)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChangesInternal(FacetedProject.java:1134)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:1070)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProject$5.run(FacetedProject.java:1052)
  | at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChanges(FacetedProject.java:1062)
  | at 
org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.commitChanges(FacetedProjectWorkingCopy.java:1828)
  | at 
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.performFinish(ModifyFacetedProjectWizard.java:388)
  | at 
org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.performFinish(NewProjectDataModelFacetWizard.java:276)
  | at 
org.jboss.tools.seam.ui.wizard.SeamProjectWizard.performFinish(SeamProjectWizard.java:226)
  | at 
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$3.run(ModifyFacetedProjectWizard.java:330)
  | at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
  | at 
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$4.run(ModifyFacetedProjectWizard.java:344)
  | at 
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
  | 
  | 

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

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