[jboss-user] [JBossWS] - Re: jbossws-metro-3.0.5.GA Installer Bug

2009-02-17 Thread ericcart

It've already tried it. It fails with several:

07:24:12,477 ERROR [MainDeployer] Could not create deployment: 
file:/home/anibal/05_bin/jbdevstudio/jboss-eap/jboss-as/server/production/deploy/httpha-invoker.sar/invoker.war/
java.lang.NoSuchMethodError: 
org.jboss.metadata.WebMetaData.getServletParams(Ljava/lang/String;)Ljava/util/Map;
at 
org.jboss.wsf.container.jboss42.JAXWSDeployerHookPreJSE.getEndpointBeans(JAXWSDeployerHookPreJSE.java:133)
at 
org.jboss.wsf.container.jboss42.JAXWSDeployerHookPreJSE.isWebServiceDeployment(JAXWSDeployerHookPreJSE.java:103)
at 
org.jboss.wsf.container.jboss42.ArchiveDeployerHook.deploy(ArchiveDeployerHook.java:85)
at 
org.jboss.wsf.container.jboss42.DeployerInterceptor.create(DeployerInterceptor.java:77)
at 
org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180)
at 
org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
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 $Proxy46.create(Unknown Source)

So, I downgraded 'til 422.


Thanks,
Eric

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

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


[jboss-user] [JBossWS] - jbossws-metro-3.0.5.GA Installer Bug

2009-02-16 Thread ericcart

I deployed jbossws-metro-3.0.5.GA at JBoss 4.3.0.GA_CP01 (ant deploy-jboss422).

I begun to receive javax.xml.ws.WebServiceException: Unable to load Provider: 
Failed to load javax.xml.ws.spi.Provider: 
org.jboss.ws.core.jaxws.spi.ProviderImpl at my ws client.

So, I traced the problem to production/lib/jboss-jaxws.jar and 
roduction/lib/jjboss-saaj.jar

After I removed the libraries, everything went back to normal.


Do you need a bug filled at Jira ?


Thanks,
Eric





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

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


[jboss-user] [JBoss jBPM] - jbpm-console 4.4.GA and

2008-08-19 Thread ericcart
I've just configured a jboss-4.2.2.GA and jbossesb-4.4.GA.

All works OK. but when I try to deploy a processdefinition.xml at 
jbpm-console  I'm getting: Error deploying process: An exception of type 
org.jbpm.jpdl.JpdlException was thrown.  The message is: [[ERROR] no 
processdefinition.xml inside process archive]

This is the processdefinition.xml:

?xml version=1.0 encoding=UTF-8?
  | 
  | process-definition  xmlns=  name=TEST
  | 
  | 
  | start-state name=start-state1
  | transition to=end-state1/transition
  | /start-state
  | 
  | 
  | end-state name=end-state1/end-state
  | 
  | 
  | /process-definition

No exceptions at the log file, no other errors.

I've run several tests, all stuff seems to be Ok and working (my own 
applications included). 


What 's happening ?

Thanks in advance,
Eric

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

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


[jboss-user] [JBoss jBPM] - Re: jbpm-console 4.4.GA and

2008-08-19 Thread ericcart

I can not believe that jbpm-console is not validating for a .par file (a 
renamed and zipped process processdefinition.xml)

This issue has to be an usability bug.

https://jira.jboss.org/jira/browse/JBPM-1688

Thanks,
Eric

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

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


[jboss-user] [JBoss jBPM] - What is JBPM_BYTEBLOCK ?

2008-04-11 Thread ericcart

I have a huge JBPM_BYTEBLOCK. What is JBPM_BYTEBLOCK for ?

It only has a Byte Block. 

I'm cleaning rows with a two-days limit.

Please, I'll appreciate any information about it.

Thanks,
Eric

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

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


[jboss-user] [JBoss jBPM] - Re: Huge JBPM_BYTEBLOCK - How to purge ?

2008-03-17 Thread ericcart

Is Huge JBPM_BYTEBLOCK so strange ? Has It anything to do with JBoss  ESB ?

Thanks,
Erik

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

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


[jboss-user] [JBoss jBPM] - Huge JBPM_BYTEBLOCK - How to purge ?

2008-03-13 Thread ericcart

After one month, running with two moving Tokens, I found JBPM_BYTEBLOCK with 
500 MB.

So... I´m going to purge  JBPM_BYTEBLOCK (based on JBPM_BYTEARRAY).

Now I´m just deleting almost all rows.

For the next time, I added a timestamp field at JBPM_BYTEARRAY, to delete by 
date.

Is It OK ? Why is It happening ??


Regards,
Eric

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

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

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


[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-11-30 Thread ericcart

Netbeans 6.0 is at RC2.

I´m using Netbeans 5.5 with:

Seam Gen plugin
https://nbfaceletssupport.dev.java.net/servlets/ProjectDocumentList?folderID=7280expandFolder=7280folderID=6012

Bye,
Eric

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

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

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


[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-08-03 Thread ericcart

I don't understand... today which is the official IDE  ?

I trying to work with the pure jboss platform. Options:

1. Eclipse + Jboss Tools (JBossIDE 1.5/1.6)
2. Jboss IDE Beta 2 + Seam-gen command line
3. Eclipse + Exadel ?
4. RHDS is not realesed (not even a night build)

Which one ?

Thanks,
Eric







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

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


[jboss-user] [JBoss Seam] - Netbeans + Seam Plugin = Success !!

2007-08-02 Thread ericcart
After fighting... for more than a week with JBoss Eclipse IDE + Seam + Exadel 
... I concluded that THIS PLATFORM SUCKS 

There's no way to make them work If you get it after two days stops 
working and eats a lot of memory just to start it.


So I tried Netbeans +  Seam + Seam Plugin It worked fine at the first 
time... NO PROBLEM !! I can't believe it.

I have initialized a Web project full enabled with Hibernate, Seam, Drools, and 
jBPM.


I hope this message saves time to next one testing JBossEclipse.

PD: JBoss Team, if you are working to release Red Hat Developer Studio, please 
hurry, there's a huge need for integrated tool.


Thanks,
Eric

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

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


[jboss-user] [JBoss and NetBeans] - Netbeans + Seam Plugin = Success !!

2007-08-02 Thread ericcart
After fighting... for more than a week with JBoss Eclipse IDE + Seam + Exadel 
... I concluded that THIS PLATFORM SUCKS

There's no way to make them work If you get it after two days stops 
working and eats a lot of memory just to start it.


So I tried Netbeans + Seam + Seam Plugin It worked fine at the first 
time... NO PROBLEM !! I can't believe it.

I have initialized a Web project full enabled with Hibernate, Seam, Drools, and 
jBPM.


I hope this message saves time to next one testing JBossEclipse.


PD: JBoss Team, if you are working to release Red Hat Developer Studio, please 
hurry, there's a huge need for integrated tool. 

Thanks,
Eric

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

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


[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-08-02 Thread ericcart

Yes, just an editor. a wrapper to the command line. But It works.


I'm reall mean it. I put the best of me to work with the 
Eclipse solution with all the stuff ... but It's too unstable.

I'll be waiting for RHDS.


PD: I've even been trying to work just with makefiles and vi.

PD2: Live is wonderfull when everything works :-)

Thanks,
Eric

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

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


[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-08-02 Thread ericcart

I didn't try sem-gen command line. I used all the others tools. For example 
Jboss IDE Beta, creating a JBoss IDE Project (EAR, WAR and EJB... and adding 
the libraries and files). I thought Seam was supported... It's very tricky to 
configure and the environment does not help.

I just checked sem-gen command line... ant setup... ant new-project... etc... 
It's very far from I was looking for and seam documentation does not 
describe to use it as a fundamental thing to configure a project  (may be, 
because It's not very handy to be running ant commands).


The key with netbeans is that Seam Plugin uses sem-gen command line as a wizard 
(very easy to create all the project configuration).

In a couple of hours, I migrated all the tests and I'm working with the final 
project at netbeans.


Thanks,
Anibal

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

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