[JBoss-user] [EJB 3.0] - Re: My first SFSB barfed...

2006-03-28 Thread [EMAIL PROTECTED]
Bill,

Shouldn't replace this horrible stacktrace by a debug level message? It is 
certainly an exception for the client side but such a thing is quite fine for 
the server side (session could have timed-out, etc.)

Cheers,

sacha

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: The pk value from TableGenerator(Again)

2006-03-28 Thread empty11
Dear

I was using TableGenerator as below

  | @TableGenerator(name = IdGen, 
  | table = ID_GENERATOR, 
  | pkColumnName = ID_NO,
  | pkColumnValue = 1,
  | valueColumnName = NEXT_VALUE,
  | allocationSize = 1)
  | public class Board extends AbstractResultValue {
  |
  | }
  | 

and the value of NEXT_VALUE column of ID_GENERATOR table is 1008.



and Pk field has the annotation as below

  | @Column(name = BOARD_SEQ)
  | @Id @GeneratedValue(strategy=GenerationType.TABLE, generator=IdGen) 
  | public Integer getBoardSeq() {
  | return boardSeq;
  | }
  | 

and the value of NEXT_VALUE column of ID_GENERATOR table is 1008.

I've expected that the value of the boardSeq field is 1008, but it has 2016.

So there is the output message of debug mode of JBoss Application Server as 
below.

15:49:59,203 DEBUG [SQL] select NEXT_VALUE from ID_GENERATOR where ID_NO = '1' 
for update
15:49:59,531 DEBUG [AbstractBatcher] closing JDBC connection (open 
PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)
15:49:59,609 DEBUG [Isolater] surrounding JTA transaction resumed 
[TransactionImpl:XidImpl[FormatId=257, GlobalId=RitchieKoh/14, BranchQual=, 
localId=14]]
15:49:59,609 DEBUG [MultipleHiLoPerTableGenerator] new hi value: 1008
15:49:59,609 DEBUG [AbstractSaveEventListener] generated identifier: 2016, 
using strategy: org.hibernate.id.MultipleHiLoPerTableGenerator

At the above message, MultipleHiLoPerTableGenerator is getting the my expected 
value(1008), 
but finally the boardSeq field is inserted the 2016 value.

I've thought that the boardSeq value is 1008 from NEXT_VALUE column of 
ID_GENERATOR table. but the boardSeq has 2016 finally.

Why did get the 2016 value instead of 1008
Please let me know why?

# Ritchie

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: How Can I deploy a Standard MBean on JBoss by using a SA

2006-03-28 Thread asoleto
I mean

+-- META-INF
| +--- jboss.service.xml (similar to the one you provided)
| +--- MANIFEST.MF
+-- test
| +-- MyTestMbean.class
| +-- MyTest.class



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Embended beans not persisting

2006-03-28 Thread trevorjharris
I have got the hsqldb file persistance working. I just added 
EJB3StandaloneBootstrap.shutdown(); to main.  Infact I added it in a finally 
block. This needs to be added to the simple_embedded example.

Thanks for your help


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Session Replication Fails- jboss-4.0.3SP1

2006-03-28 Thread dhrubo
Yes it seems that you are using sticky session check in the MOD_JK 
configuration if you are using sticky session. With sticky session tomcat 
cannot replicate sesssion

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - PersistenceContext causing bean's jndi entry to disapear.

2006-03-28 Thread james_conf
Hi.

I have a SessionBean which works fine until I place the PersistenceContext
annotation. as below


  | @PersistenceContext(unitName=korsesus) 
  | protected EntityManager entityManager;
  | 

After this the SessionBean  local or remote interfaces are s no longer visible 
from the jndi tree. (Clients can not access them, and the jmx console does not 
show them) I can comment out the annotation and it's visible again. For the 
life of me I can't see way, and I don't see any error messages in the log files

I am using 
Release ID: JBoss [Zion] 4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 
date=200602071519)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: PersistenceContext causing bean's jndi entry to disapear

2006-03-28 Thread james_conf
I renamed entityManager to em and new it woks fine. now out of curiosity is 
this how annotations are suppose to work?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Migrating from one node to others in planned downtime..

2006-03-28 Thread [EMAIL PROTECTED]
If you use apache as front end, you could 'disable' a node using apache's 
'status' webapp:
http://localhost:8000/status/

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Access from internal network only, how?

2006-03-28 Thread Diamantregen
It looks very helpful, thanks Scott :)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Newbie Question about signaling

2006-03-28 Thread Saviola
Hi, qweniden!
For accessing the child tokens you can use one of:

processInstance.getRootToken().getActiveChildren()
  | processInstance.getRootToken().getChild(String childName)
  | processInstance.getRootToken().getChildren()
  | processInstance.getRootToken().getChildrenAtNode(Node aNode)

AFAIR the child name is formed like:
/transitionName1/transitionName2
and so on.
Where the left most anonymous wrote : / stands for the root token.
If it doesn't work try using nodeName (where the child token should be 
residing) instead of transitionName since I am not absolutely sure about the 
formation of the child token name.

Hope this helps!

Regs, Saviola

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - java.lang.UnsupportedClassVersionError when trying to use in

2006-03-28 Thread surjitsinghbhachu
Hello, 

I need to use a caching solution for my application and JBoss Cache does 
exactly what I require. I am constrained by using a non JBoss servlet container 
based on a 1.3.0 JVM. Looking at the Wiki Knowledge Base article it suggests 
that version 1.2.3 should work on JDK 1.3 but when I try to instantiate a new 
TreeCache I get the following error below. I understand that only JDK 1.4 is 
supported but is there anway I can get around this?

Thanks,
Surjit

java.lang.UnsupportedClassVersionError: org/jboss/system/ServiceMBeanSupport 
(Unsupported major.minor version 48.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.lang.ClassLoader.defineClass(ClassLoader.java:426)
at 
com.broadvision.servlet.loader.BVReloader.loadClass(BVReloader.java:393)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.lang.ClassLoader.defineClass(ClassLoader.java:426)
at 
com.broadvision.servlet.loader.BVReloader.loadClass(BVReloader.java:393)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at 
com.iss.toshiba.init.ApplicationContextInit.init(ApplicationContextInit.java:26)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at 
com.broadvision.servlet.ServletContainer.init(ServletContainer.java:248)
at com.broadvision.servlet.Reloadable.load(Reloadable.java:84)
at 
com.broadvision.servlet.ServletContextContainer.loadOnStartup(ServletContextContainer.java:262)
at 
com.broadvision.servlet.ServletContextContainer.(ServletContextContainer.java:147)
at 
com.broadvision.servlet.HostContainer.getServletContextContainer(HostContainer.java:150)
at 
com.broadvision.servlet.PathElements.getPathElement(PathElements.java:223)
at 
com.broadvision.servlet.BVHttpServletRequest.init(BVHttpServletRequest.java:62)
at 
com.broadvision.servlet.BVServletConnector.service(BVServletConnector.java:124)


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Please help me...error in Jboss start log

2006-03-28 Thread heinrich
Hi,
i had the same problem. I appeared while installing the ejb3 RC5 update to a 
self compiled JBoss 4.0.3SP1.

Why not take the 40.4RC1?.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Locking contention hotspot on root Node

2006-03-28 Thread [EMAIL PROTECTED]
While we're looking into this, a good workaround is to *not* create/remove 
nodes *directly* under root, because in this case we only need to acquire a 
read-lock for root, e.g.

/a/b/c, /x/y/z, but *not* /a, /b or /c

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: jbossws - Invalid byte 2 of 2-byte UTF-8 sequence

2006-03-28 Thread irisel
I am currently researching that too. Please update the forum with your 
outcomes, as I will do.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - 2nd level cache fails with one-many-one relations

2006-03-28 Thread bigm25
i'm using TreeCache as the 2nd level cache with these 3 beans, which form a 
one-many-one relation:

Car

  | 
  | @Entity
  | @Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL)
  | 
  | @Entity(optimisticLock = OptimisticLockType.VERSION)
  | @Table(name = CAR)
  | 
  | public class Car extends BaseEntity implements java.io.Serializable {
  | 
  |   private ListFaxToCar faxes;
  | 
  | .
  | 
  |   @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = 
car)
  |   @Cascade(value=CascadeType.DELETE_ORPHAN)
  |   @Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL)
  |   public ListFaxToCar getFaxes() {
  | return faxes;
  |   }
  | 
  | 
  | 
  |   @Transient
  |   public String getFaxNameList() {
  | ListFaxToCar l = getFaxes();
  | String s = ;
  | for (FaxToCar car2 : l) {
  |   if (s.length()  0) {
  | s += , ;
  |   }
  |   s += car2.getFax().getName();
  | }
  | return s;
  |   }
  | }
  | 


FaxToCar

  | 
  | @Entity
  | @Entity(optimisticLock = OptimisticLockType.VERSION)
  | @Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL)
  | 
  | @Table(name = FAX2CAR)
  | 
  | public class FaxToCar extends BaseEntity implements java.io.Serializable {
  | 
  | 
  |   
  | 
  |   protected int seq;
  |   
  |   private Car car;
  |   
  |   private Fax fax;
  | 
  |   @ManyToOne(fetch = FetchType.LAZY)
  |   @JoinColumn(name = car_id)
  |   public Car getCar() {
  | return car;
  |   }
  | 
  |   
  |   public void setCar(Car car) {
  | this.car = car;
  |   }
  | 
  |   @ManyToOne(fetch = FetchType.LAZY)
  |   @JoinColumn(name = fax_id)
  |   public Fax getFax() {
  | return fax;
  |   }
  | 
  |   
  |   public void setFax(Fax fax) {
  | this.fax = fax;
  |   }
  | 
  |   
  |   public int getSeq() {
  | return seq;
  |   }
  | 
  |   
  |   public void setSeq(int seq) {
  | this.seq = seq;
  |   }
  | 
  | }
  | 
  | 
  | 



Fax

  | @Entity
  | @Entity(optimisticLock = OptimisticLockType.VERSION)
  | @Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL)
  | 
  | @Table(name = FAX)
  | 
  | public class Fax extends BaseEntity implements java.io.Serializable {
  | 
  |   private ListFaxToCar cars;
  | 
  | ...
  | 
  |   @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = 
fax)
  |   @Cascade(value=CascadeType.DELETE_ORPHAN)
  |   @Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL)
  |   @OrderBy(seq)
  |   public ListFaxToCar getCars() {
  | return cars;
  |   }
  | ...
  |   
  | 

After i deleted a Fax, everything works as expected, unless i acces a Car 
which was previously cached, becasue it looks like its cached collection of 
FaxToCar references a now not longer instance of Fax2Car, which was deleted 
because of CascadeType.DELETE_ORPHAN.

The stacktrace looks like this:

anonymous wrote : 10:54:22,171 INFO  [STDOUT] Hibernate: select car0_.id as 
id12_, car0_.version as version12_, car0_.createdBy as createdBy12_, 
car0_.updatedBy as updatedBy12_,
  | car0_.createdTime as createdT5_12_, car0_.updatedTime as updatedT6_12_, 
car0_.gf as gf12_, car0_.typ as typ12_, car0_.hersteller as hersteller12_, 
car0_.lack a
  |  lack12_, car0_.lack_code as lack11_12_, car0_.polster as polster12_, 
car0_.polster_code as polster13_12_, car0_.ez as ez12_, car0_.angebotspreis as 
angebot15_
  | 2_, car0_.vorbesitzer as vorbesi16_12_, car0_.km as km12_, car0_.neupreis 
as neupreis12_, car0_.behobenerschaden as behoben19_12_, 
car0_.differenzbesteuert as
  | iffere20_12_, car0_.verkauft as verkauft12_, car0_.freitext as freitext12_ 
from CAR car0_ where 1=1 and (car0_.gf like ?)
  | 10:54:22,452 INFO  [STDOUT] Hibernate: select faxtocar0_.id as id18_0_, 
faxtocar0_.version as version18_0_, faxtocar0_.createdBy as createdBy18_0_, 
faxtocar0_.
  | pdatedBy as updatedBy18_0_, faxtocar0_.createdTime as createdT5_18_0_, 
faxtocar0_.updatedTime as updatedT6_18_0_, faxtocar0_.car_id as car8_18_0_, 
faxtocar0_.f
  | x_id as fax9_18_0_, faxtocar0_.seq as seq18_0_ from FAX2CAR faxtocar0_ 
where faxtocar0_.id=?
  | 10:54:22,452 INFO  [DefaultLoadEventListener] Error performing load command
  | org.hibernate.ObjectNotFoundException: No row with the given identifier 
exists: [de.foobar.hfax.entity.fax.FaxToCar#27908]
  | at 
org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
  | at 
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
  | at 
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
  | at 
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
  | at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
  | at org.hibernate.impl.SessionImpl.internalLoad(SessionImpl.java:859)
  | at 
org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:266)
  | at 

[JBoss-user] [Beginners Corner] - logInterceptor() exception after ejbActivate()

2006-03-28 Thread morenito9000
Hi all,
I've problem when a previously passivated Session Bean
is activated from JBoss.
JBoss container configuration for SFSB is:


  | remover-period5400/remover-period 
  | max-bean-life5400/max-bean-life   
  | overager-period900/overager-period
  | max-bean-age1800/max-bean-age 
  | resizer-period400/resizer-period  
  | max-cache-miss-period60/max-cache-miss-period 
  | min-cache-miss-period1/min-cache-miss-period  
  | 

I call a Session Bean, I don't use it for  half an hour and I see
that the bean is correctly passivated.
When I reuse the bean the ejbActivate() method is called
but when I try to call one of bean's method, I have the following error:


  | 2006-03-28 11:15:51,250 ERROR [org.jboss.ejb.plugins.LogInterceptor] 
RuntimeException:  java.lang.NullPointerException 
  | 

Is there something wrong in container configuration ?
Is there something wrong in my bean's method ?
What is the meaning of this RuntimeException ?

Many thanks in advance for your help
Moreno



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - WAR Files

2006-03-28 Thread planet123
which files to include in WAR Files?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: [HELP] File Upload Question

2006-03-28 Thread andytsoy
you can read the code for JBos portal 2.2 source code

\jboss-portal-2.2.0-src\core\src\main\org\jboss\portal\core\portlet\cms\admin\CMSAdminPortlet.java
 
Method processAction() for op=UPLOAD_CONTENT

you can also see cms in the portal interface in the IE

In the JSP, use actioNURL instead of renderURL



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Reduce output from log4j

2006-03-28 Thread jaikiran
Add the following to the log4j.xml file present in 
%JBOSS_HOME%/server/default/conf directory:

 logger name=org.hibernate
  | level value=ERROR/
  |  /logger



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: How Can I deploy a Standard MBean on JBoss by using a SA

2006-03-28 Thread [EMAIL PROTECTED]
I'm so fed up with this thread that I just extended the example with a 
hellombean2.zip that contains a standard mbean with no JBoss class/interface 
dependencies.

http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-28 Thread mjm_uk
Sorry I should have said, it's in the 

\build\classes.jbpm\org\jbpm\graph\def\ProcessDefinition.hbm.xml
Change the nodes list: -

list name=nodes cascade=all where=SUPERSTATE_ is null.

Mark

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - MBean waiting for other MBean

2006-03-28 Thread hi_feroz
hi,
i am quite new to jboss and ejb 3. i was hoping to get some help here. i am 
testing a very simple ejb 3 with firebird db, here is what i get:

17:32:38,093 INFO  [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.4RC1/
server/default/deploy/ejb1.ear
17:32:38,125 INFO  [Ejb3AnnotationHandler] found EJB3: ejbName=SessionEJBTest3,
class=model.iic.sos.test.SessionEJBTest3Bean, type=STATELESS
17:32:38,140 INFO  [Ejb3Deployment] EJB3 deployment time took: 31
17:32:38,140 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=E
JB3,ear=ejb1.ear,jar=ejb1.jar,name=SessionEJBTest3 with dependencies:
17:32:38,140 INFO  [JmxKernelAbstraction]   persistence.units:unitName=iicso
s
17:32:38,140 INFO  [EJB3Deployer] Deployed: file:/D:/jboss-4.0.4RC1/server/defau
lt/tmp/deploy/tmp40513ejb1.ear-contents/ejb1.jar
17:32:38,140 INFO  [EARDeployer] Started J2EE application: file:/D:/jboss-4.0.4R
C1/server/default/deploy/ejb1.ear
17:32:38,156 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:service=EJB3,ear=ejb1.ear,jar=ejb1.jar,name=SessionEJBTes
t3
  State: NOTYETINSTALLED
  I Depend On:
persistence.units:unitName=iicsos

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:unitName=iicsos
  State: NOTYETINSTALLED
  Depends On Me:
jboss.j2ee:service=EJB3,ear=ejb1.ear,jar=ejb1.jar,name=SessionEJBTest3

my persistence.xml is like this:

  persistence-unit name=iicsos
jta-data-sourcejava:/jdbc/firebirdDS/jta-data-source


  



  /persistence-unit


JNDI View in JBoss for jdbc/firebirdDS:
+- jdbc (class: org.jnp.interfaces.NamingContext)
  |   +- mysqlDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
  |   +- firebirdDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)

firebird-ds.xml
?xml version=1.0 encoding=UTF-8?

  !--  --
  !-- New ConnectionManager setup for firebird dbs using jca-jdbc xa driver--
  !-- Build jmx-api (build/build.sh all) and view for config documentation --
  !--  --

connection-factories

  !--FBManager can be used to create and drop databases.  
Drop is especially useful during testing, since it 
assures a clean start next time. --
  
E:\TEST.GDB
sysdba
masterkey
true
false
  

  tx-connection-factory

jndi-namejdbc/firebirdDS/jndi-name

xa-transaction/

rar-namejboss-xa-jdbc.rar/rar-name
connection-definitionjavax.sql.DataSource/connection-definition

config-property name=Database 
type=java.lang.Stringlocalhost/3050:E:\TEST.GDB/config-property

user-namesysdba/user-name

masterkey

!--additional properties. only use one way of setting tx isolation, please
config-property name=TransactionIsolation/config-property
config-property 
name=TransactionIsolationNameTRANSACTION_READ_COMMITTED/config-property
config-property name=BlobBufferLength/config-property
config-property name=EncodingUNICODE_FSS/config-property
--

min-pool-size0/min-pool-size
!-- sql to call when connection is created
new-connection-sqlsome arbitrary sql/new-connection-sql
--

!-- sql to call on an existing pooled connection when it is obtained 
from pool 
check-valid-connection-sqlsome arbitrary 
sql/check-valid-connection-sql
--

  !-- corresponding type-mapping in the standardjbosscmp-jdbc.xml 
(optional) --
  
 type-mappingFirebird/type-mapping
  
  /tx-connection-factory

/connection-factories

any help is appreciated.

thanx


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Iintegrate Hibernate 3.1.3 in JBoss 4.0.3 SP1

2006-03-28 Thread ccaprar
I found the answer in this document: 
http://docs.jboss.org/ejb3/app-server/tutorial/installing.html

We are now running with Hibernate 3.1.2 and will try to see whether we can run 
with 3.1.3.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: How to create Entity (CMP/BMP) Bean using JBoss IDE

2006-03-28 Thread sathishvjs
kmalinow wrote : Hi,
  | 
  | I'm looking for some example (tutorial) how to create a CMP/BMP entity bean 
using JBoss IDE. I'm interested XDoclet using procedure for that.
  | 
  | Thanks for some help
  | Krzysztof

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: MBean waiting for other MBean

2006-03-28 Thread hi_feroz
i think few text didn't get posted properly, here is it again:
firebird-ds.xml
?xml version=1.0 encoding=UTF-8?

  !--  --
  !-- New ConnectionManager setup for firebird dbs using jca-jdbc xa driver--
  !-- Build jmx-api (build/build.sh all) and view for config documentation --
  !--  --

connection-factories

  !--FBManager can be used to create and drop databases.  
Drop is especially useful during testing, since it 
assures a clean start next time. --
  
E:\TEST.GDB
sysdba
masterkey
true
false
  

  tx-connection-factory

jndi-namejdbc/firebirdDS/jndi-name

xa-transaction/

rar-namejboss-xa-jdbc.rar/rar-name
connection-definitionjavax.sql.DataSource/connection-definition

config-property name=Database 
type=java.lang.Stringlocalhost/3050:E:\TEST.GDB/config-property

user-namesysdba/user-name

masterkey

!--additional properties. only use one way of setting tx isolation, please
config-property name=TransactionIsolation/config-property
config-property 
name=TransactionIsolationNameTRANSACTION_READ_COMMITTED/config-property
config-property name=BlobBufferLength/config-property
config-property name=EncodingUNICODE_FSS/config-property
--

min-pool-size0/min-pool-size
!-- sql to call when connection is created
new-connection-sqlsome arbitrary sql/new-connection-sql
--

!-- sql to call on an existing pooled connection when it is obtained 
from pool 
check-valid-connection-sqlsome arbitrary 
sql/check-valid-connection-sql
--

  !-- corresponding type-mapping in the standardjbosscmp-jdbc.xml 
(optional) --
  
 type-mappingFirebird/type-mapping
  
  /tx-connection-factory

/connection-factories

persistence.xml

  persistence-unit name=iicsos
jta-data-sourcejava:/jdbc/firebirdDS/jta-data-source


  



  /persistence-unit


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-03-28 Thread antitrust1982
hi all,

I have tried the daniel's solution. So I copied jbpm.sar in the 
..\jboss-portal-2.2.1RC3-bundled\server\default in a folder which named Jbpm.

After I create my database in postgreSQL, and apply the driver like it said in 
the user guide. And create my tables in my database.

After (Since the 8.1.3 : 
http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html#d0e2287) 
I modify some files but must I move these in the Jboss portal? where?
I must create/copy the folders of Jbpm in the Jboss portal? where?

thank you for your help and clues

Antitrust1982

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-28 Thread [EMAIL PROTECTED]
How is Seam working out? Is it successfully improving your productivity? Does 
anything really suck? 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-28 Thread [EMAIL PROTECTED]
Yes, i found it on the plane. I implemented optional backbutton support for 
pageflows ;)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: jbossws - Invalid byte 2 of 2-byte UTF-8 sequence

2006-03-28 Thread irisel
Hi guys, have a look at this...

http://groups.google.com/group/comp.lang.java.programmer/browse_thread/thread/a237715716e67cc1/a2f99890460244fe%23a2f99890460244fe

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-28 Thread [EMAIL PROTECTED]
liudan2005 wrote : I'm still not quite sure how to do it cause I'm not 
familiar with jBPM yet. It would be great if you can add the sample code to dvd 
example. From what you've described, we're now gonna adopt jBPM for our 
project. Thanks for your help.

When I finish checking this into CVS, all you'll need to do is:

page view-id=/foo.jsp backable=true
  |...
  | /page

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: MBean waiting for other MBean

2006-03-28 Thread hi_feroz
i really apologise for not posting code properly, here is it again:

firebird-dc.xml

  | ?xml version=1.0 encoding=UTF-8?
  | 
  |   !--  
--
  |   !-- New ConnectionManager setup for firebird dbs using jca-jdbc xa 
driver--
  |   !-- Build jmx-api (build/build.sh all) and view for config documentation 
--
  |   !--  
--
  | 
  | connection-factories
  | 
  |   !--FBManager can be used to create and drop databases.  
  | Drop is especially useful during testing, since it 
  | assures a clean start next time. --
  |   mbean code=org.firebirdsql.management.FBManager 
name=jboss.jca:service=FirebirdManager
  | attribute name=FileNameE:\TEST.GDB/attribute
  | attribute name=UserNamesysdba/attribute
  | attribute name=Passwordmasterkey/attribute
  | attribute name=CreateOnStarttrue/attribute
  | attribute name=DropOnStopfalse/attribute
  |   /mbean
  | 
  |   tx-connection-factory
  | 
  | jndi-namejdbc/firebirdDS/jndi-name
  | 
  | xa-transaction/
  | 
  | rar-namejboss-xa-jdbc.rar/rar-name
  | connection-definitionjavax.sql.DataSource/connection-definition
  | 
  | config-property name=Database 
type=java.lang.Stringlocalhost/3050:E:\TEST.GDB/config-property
  | 
  | user-namesysdba/user-name
  | 
  | passwordmasterkey/password
  | 
  | !--additional properties. only use one way of setting tx isolation, 
please
  | config-property name=TransactionIsolation/config-property
  | config-property 
name=TransactionIsolationNameTRANSACTION_READ_COMMITTED/config-property
  | config-property name=BlobBufferLength/config-property
  | config-property name=EncodingUNICODE_FSS/config-property
  | --
  | 
  | min-pool-size0/min-pool-size
  | !-- sql to call when connection is created
  | new-connection-sqlsome arbitrary sql/new-connection-sql
  | --
  | 
  | !-- sql to call on an existing pooled connection when it is 
obtained from pool 
  | check-valid-connection-sqlsome arbitrary 
sql/check-valid-connection-sql
  | --
  | 
  |   !-- corresponding type-mapping in the standardjbosscmp-jdbc.xml 
(optional) --
  |   metadata
  |  type-mappingFirebird/type-mapping
  |   /metadata
  |   /tx-connection-factory
  | 
  | /connection-factories
  | 

persistence.xml

  | persistence
  |   persistence-unit name=iicsos
  | jta-data-sourcejava:/jdbc/firebirdDS/jta-data-source
  | 
  | properties
  |   property name=hibernate.hbm2ddl.auto
  | value=create-drop/
  | 
  | /properties
  | 
  |   /persistence-unit
  | /persistence
  | 

JBoss JNDI Reg for firebirdDS

  |   +- jdbc (class: org.jnp.interfaces.NamingContext)
  |   |   +- mysqlDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
  |   |   +- firebirdDS (class: 
org.jboss.resource.adapter.jdbc.WrapperDataSource)
  | 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-03-28 Thread [EMAIL PROTECTED]
You are *really* jumping some steps.

What about a little process to understand what you are doing like:
1 - Install JBoss Portal
2 - Install the HelloWorld portlet
3 - Install your own very simple portlet
4 - Install and study the jbpm war examples standalone (without the portal)
5 - Create a simple webapp using jBPM (no portal)
6 - Create a simple portlet using jBPM
7 - Create your killer portlet using jBPM

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Programmatic configuration of EJB3 deployment.

2006-03-28 Thread NigelWhite
I need to add some Hibernate settings to my JBoss EJB3 deployment.

The jars are currently scanned at deployment time, annotations are detected, 
and the entities deployed.

But I want to set Interceptors in hibernate, so I need to get into that process.

How can I do this?

I've tried looking at Hibernate's Entity Manager documentation, and found an 
Ejb3Configuration class, but that doesn't do the scanning for annotations. If 
looked at Hibernate's PersistenceXmlLoader.

I don't think I can use any of these. Jboss seems to need to do its own thing. 
How can I access JBoss's EJB3 deployment process, and add hibernate settings to 
it - particularly Interceptors?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-28 Thread lcoetzee
I love it. It has made a big improvement on our productivity (taken into 
account that I have taken a whole team with no experience with Java 
annotations, ejb3 (and hibernate3), JSF and facelets and have managed  (almost 
done ;-) to develop a full featured, complicated application in less than 3 
months (and that includes a lot of changing because of changes in requirements).

In addition I refactored our entity model quite late in the development 
process, which raised a few eyebrows, but in the end it basically was a 
non-event, virtually painless (showing me that the whole technology stack 
really integrates very well).

The only additional thing that we really need right now is the ability to kill 
the conversations: http://jira.jboss.com/jira/browse/JBSEAM-164

Regards

L

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - error in assignement of user

2006-03-28 Thread jmix2006
hi ,

i write this code 

  | swimlane name=agent bornage
  |   assignment expression=group(AB)/
  | /swimlane
  | 

one error is that the atribute class must appear in the assignement tag .
in the exemple of saleman it 's not appear !!!
thank for your help

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: JRMPProxyFactory in deploy-hasingleton

2006-03-28 Thread susitha
Hi,
What was the application that you were using? Was it an EJB? If so what kind of 
a bean? Did the failover and load balancing happened. 
Prabath

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: question about deployment

2006-03-28 Thread mjm_uk
The easiest way of deploying your par is using the eclispe plugin.

The .par file is not actually deployed (like a .jar file), but its content is 
loaded into a ProcessDefinition and the ProcessDefinition is then persisted to 
your dB (via hibernate).

If you use the eclipse plugin, you will need the jbpm.war as well, as this has 
a servlet which is used by the eclipse plugin.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Monitoring Tool

2006-03-28 Thread gorakshnath
We have application using fiorano on jboss server , 
is there any open source tool availabel for linux OS , 
monitoring the Jboss server , 

i have nmon which is excellent , for monitoring linux , cpu , memory , others , 
not to particular jboss ??

anybody have idea ??

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Where to place JAR library

2006-03-28 Thread anton_duca
Hi

I have written an application using EJB 3.0.

Some EJB Session Beans use classes from a library named clase_maporama.jar.

When I invoke methods of these EJBs I get runtime errors (class not found - for 
classes from clase_maporama.jar).

I have put the clase_maporama.jar archive in the jboss's client, 
server/default/lib, and server/default/deploy but no effect.

Thanks
Tony




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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Calling Session Bean from MDB - Newbie Q

2006-03-28 Thread ummadiravi78
Hi,

I get NullPointerException when I try to invoke session bean from my message 
driven bean onMessage() method.

Here is my MDB code.


  | 
  | 
  | 
  | public class MDB implements MessageDrivenBean, MessageListener{
  | 
  | private WorkerHome workerHome = null;
  | 
  | private MessageDrivenContext ctx = null;
  | public MDB() {
  | 
  | }
  | public void setMessageDrivenContext(MessageDrivenContext ctx)
  | throws EJBException {
  | this.ctx = ctx;
  | }
  | 
  | public void ejbCreate() {}
  | 
  | public void ejbRemove() {ctx=null;}
  | 
  | public void onMessage(Message message) {
  | try {
  | Worker worker = workerHome.create();
  | 
  | if (message instanceof TextMessage) {
  | TextMessage m = (TextMessage)message;
  | worker.doWork(m.getText());
  | }
  | 
  | } catch(Exception ex) {
  | throw new EJBException(Could not call worker  + ex);
  | }
  | 
  | }
  | } 
  | 
  | 

Here is my ejb-jar.xml file:


  | 
  | ?xml version=1.0?
  | !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise 
JavaBeans 2.0//EN http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd;
  |  ejb-jar
  |enterprise-beans
  |  message-driven
  |ejb-nameMDB/ejb-name
  |ejb-classtest.bean.MDB/ejb-class
  |message-selector/message-selector
  |transaction-typeContainer/transaction-type
  | ejb-ref
  | descriptionThe Workers home/description
  | ejb-ref-nameejb/worker/ejb-ref-name
  | ejb-ref-typeSession/ejb-ref-type
  | ejb-linkWorkerBean/ejb-link
  | hometest.bean.WorkerHome/home
  | remotetest.bean.Worker/remote
  | /ejb-ref
  |message-driven-destination
  |  destination-typejavax.jms.Topic/destination-type
  |  subscription-durabilityNonDurable/subscription-durability
  |/message-driven-destination
  |/message-driven
  | session
  |descriptionWorker bean/description
  |display-nameWorker/display-name
  |ejb-nameWorkerBean/ejb-name
  |hometest.bean.WorkerHome/home
  |remotetest.bean.Worker/remote
  |ejb-classtest.bean.WorkerBean/ejb-class
  |session-typeStateless/session-type
  |transaction-typeContainer/transaction-type
  |  /session
  |
  |/enterprise-beans
  |assembly-descriptor
  |  container-transaction
  |method
  |  ejb-nameMDB/ejb-name
  |  method-name*/method-name
  |/method
  | trans-attributeRequired/trans-attribute
  |/container-transaction
  | container-transaction
  |  method
  |ejb-nameWorkerBean/ejb-name
  |method-intfRemote/method-intf
  |method-name*/method-name
  |  /method
  |  trans-attributeRequired/trans-attribute
  |/container-transaction
  |
  |/assembly-descriptor
  | /ejb-jar
  | 
  | 

When I use client code to invoke MDB's onMessage() method ( publish topic), I 
get the following exception on the server console:


  | 
  | 15:44:16,453 ERROR [JMSContainerInvoker] Exception in JMSCI message listener
  | javax.ejb.TransactionRolledbackLocalException: Could not call worker 
java.lang.NullPointerException; CausedByException is:
  | Could not call worker java.lang.NullPointerException
  | at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:232)
  | 
  | .
  | javax.ejb.EJBException: Could not call worker java.lang.NullPointerException
  | at test.bean.MDB.onMessage(MDB.java:41)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at sun.reflect.NativeMethodAccessorImpl.invoke
  | 

Could any one please tell me why my MDB throws NullPointerException when trying 
to call session bean?

Ravi Prakash

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Where to place JAR library

2006-03-28 Thread jaikiran
How is your application packaged? Is it an .ear. If yes then, place the 
clase_maporama.jar directly in the myApp.ear and make an entry in the 
application.xml(present in myApp.ear/META-INF directory) as follows:

  | module
  |javaclase_maporama.jar/java
  | /module

However, the classes in your clase_maporama.jar should have been loaded, when 
you had placed this jar under %JBOSS_HOME%/server/default/lib directory.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2006-03-28 Thread emsa
Another way to solve this is to enclose the t:dataTable / in f:subview 
[...] /f:subview

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Calling Session Bean from MDB - Newbie Q

2006-03-28 Thread jaikiran
anonymous wrote : private WorkerHome workerHome = null;

anonymous wrote : Worker worker = workerHome.create();

You havent initialized the workerHome. Do a lookup for the session bean and 
intialize the workerHome

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 MySql

2006-03-28 Thread tom_sri74
Dear friends,

I would be happy if anybody answer my above queries.

regards
Sri

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Where to place JAR library

2006-03-28 Thread anton_duca
Yes. It is an EAR. I forgot to mention I already tried the java tag option 
(which is the most elegant).

My application.xml is:
  module
  | ejblogitrack.ejb3/ejb
  | /module
  | module
  | ejblogitrack.par/ejb
  | /module
  | module
  | javaclase_maporama.jar/java
  | /module
  | module
  | web
  | web-urilogitrack.war/web-uri
  | context-rootlogitrack/context-root
  | /web
  | /module
I just dont get why is not working.

Thanks
Tony

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Intermitent DeploymentException: Unexpected end of ZLIB inpu

2006-03-28 Thread djr667
I occasionally, but not consistently, get the exception below. In fact the same 
WAR can fail on Production but works in Test. This can occur with any WAR file, 
not the specific example shown here. 

Details:
jboss-4.0.3SP1 on Windows 2000 server using JVM 1.5.04 
WAR file is built on JDK 1.5.04 using the ANT 1.6.5 WAR task.

Does anyone have any ideas

If no one has a clue, can someone tell me how, via an ANT copy to the deploy 
directory, I can programatically find out that the deployment failed.

P.S. This has been reported on the BB twice elsewhere in different contexts, 
but neither report has an answer.


  | 2006-03-28 13:15:31,937 ERROR [org.jboss.deployment.MainDeployer] Could not 
initialise deployment: 
file:/F:/JavaServer/jboss-4.0.3SP1/server/default/deploy/ISA/user.war
  | org.jboss.deployment.DeploymentException: Unexpected end of ZLIB input 
stream; - nested throwable: (java.io.EOFException: Unexpected end of ZLIB input 
stream)
  | at 
org.jboss.web.AbstractWebContainer.init(AbstractWebContainer.java:352)
  | at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
  | 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:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | at 
org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy31.init(Unknown Source)
  | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:843)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:780)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
  | at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
  | 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:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:489)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:192)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:203)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:182)
  | Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
  | at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216)
  | at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
  | at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
  | at java.util.jar.JarInputStream.read(JarInputStream.java:171)
  | at org.jboss.util.file.JarUtils.unjar(JarUtils.java:285)
  | at 
org.jboss.web.AbstractWebContainer.init(AbstractWebContainer.java:302)
  | ... 35 more
  | 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding 

[JBoss-user] [JBoss Seam] - Re: Passivation of context

2006-03-28 Thread JXerXes
Again thanks for the quick answer gavin!

yes i injected it and didnt mark it transient. 
now i tried it but it didnt work. 
and i've seen that in the seam beta 1 booking example it isnt marked transient 
but it does work. is there maybe something configured in a special way? or 
could i have forgotten something else important?
(i forget things far too often, had also some beans that still didnt implement 
serializable too, that's fixed now...)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Calling Session Bean from MDB - Newbie Q

2006-03-28 Thread ummadiravi78
Thanks Kiran.

Ravi

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Where to place JAR library

2006-03-28 Thread jaikiran
Post the stack trace of the exception that you are seeing

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Where to place JAR library

2006-03-28 Thread anton_duca
Fist of all I would like to thank you for trying to help me.
(Bucharest Romania Computer Science Teaching Assistant here)

Here it is the stack trace:

javax.servlet.ServletException: Servlet execution threw an exception
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | 
  | 
  | root cause 
  | 
  | java.lang.NoClassDefFoundError: MapoWebService_pkg/MapoWebServiceLocator
  | 
ro.logicadsoftware.logitrack.ejb.LogitrackBean.getMaporamaMap4Position(LogitrackBean.java:101)
  | sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | java.lang.reflect.Method.invoke(Method.java:585)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:109)
  | 
org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:32)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:66)
  | 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:134)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:61)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:39)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:63)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:32)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:91)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:148)
  | 
org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:60)
  | $Proxy67.getMaporamaMap4Position(Unknown Source)
  | 
ro.logicadsoftware.logitrack.web.users.RealTimeCarPositionServlet.processRequest(RealTimeCarPositionServlet.java:69)
  | 
ro.logicadsoftware.logitrack.web.users.RealTimeCarPositionServlet.doGet(RealTimeCarPositionServlet.java:90)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | 
  | 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Where to place JAR library

2006-03-28 Thread jaikiran
anonymous wrote : java.lang.NoClassDefFoundError: 
MapoWebService_pkg/MapoWebServiceLocator

Just as i guessed, this is not a Class not found exception. This is a 
NoClassDefFoundError, which means that the classes referred by 
MapoWebService_pkg/MapoWebServiceLocator(through its import statements or 
extends statement or through some other means) are NOT present in the 
classpath. Place these classes/jars in the classpath

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Where to place JAR library

2006-03-28 Thread anton_duca
Ooops.

You are right.

These clase_maporama.jar was created using the AXIS wsdl
(I thought Jboss has all it needs for these - JUST TO FIND AN EXCUSE)


Thank you very much
Tony

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Two Bugs?

2006-03-28 Thread phicorp
Thank you for answering, Max.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Error in deploying process

2006-03-28 Thread jmix2006
This is my code


  | ProcessDefinition processdefinition 
=ProcessDefinition.parseParResource(src/process/processmetier.par);
  | JbpmContext jbpmcontext = JbpmContext.getCurrentJbpmContext();
  |  try
  | {
  | jbpmcontext.deployProcessDefinition(processdefinition);
  |  }
  |  finally
  |  {
  | jbpmcontext.close();
  |   }
  | return mapping.findForward(existe);
  | }
  | 

the error in is null
how to resolve the probleme

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-03-28 Thread antitrust1982
I don't want for this time to create a killer portlet I just want to put and 
run the JBPM webapplication on the portal. And after when I will understand how 
put it, I will change perhaps the webapplication for my needs, but for this 
time the webapp is totally perfect for me.
I just want to know how put Jbpm on the portal. Then if I had understand I must 
put the webapllication in the portlet format is it this? How can I can I do 
this because I have tried to copy the helloworld model. I trying understand how 
do this. And I follow the clues that you give me one is to create a JSF portlet 
(http://www.jboss.com/index.html?module=bbop=viewtopict=79185)
and the another is the daniel's solution:

anonymous wrote : I have not done this, but...
  | 
  | You should download the JBoss Portal 2.2 bundled with the JBoss AS release. 
You should then be able to just copy over the jbpm.sar from the jBPM Starters 
Kit under the 'jbpm' configuration into the 'default' config in the Portal 
bundle. You then need to make sure to create your own jBPM database under 
HyperSonic, MySQL or PostGreSQL for example. You can find steps to do this in 
Chaper 8 of the User's Guide for jBPM.
  | 
  | Once it's there, you should be able to invoke jBPM through your own 
Portlet, etc.

So I'm studying the both solution in order to find the solution to put the 
webapplication of Jbpm in the portal.

Antitrust1982

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Digest Authentication with JBOSS

2006-03-28 Thread ushakv
Thanks for your reply.

I did visit the url you had mentioned and found that it is for 4.0.4, but I am 
using 4.0.2. Are the steps the same for 4.0.2 version also since i was unable 
to locate RFC2617Digest.

Regards
Usha

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Remote Session Bean and EJB 3.0

2006-03-28 Thread carnova
Hello

Can someone link an example, a code, or a package with some examples on how to 
use remote session beans on EJB 3.0.

I have declared my bean's interface remote and I have successfuly deployed it 
on one JBoss, on one server.

The second server need access to this bean, but when I call the remote method, 
it returns a NameNotFoundException. Probably I am looking up the wrong JNDI 
name. But I didn't find any examples or source code showing how to declare it.

I successfuly managed to look up a local webservice (using the right JNDI name) 
but I need some help for the remote part. What do we need to put in the 
jndi.properties, what are the lines in jboss.xml and jboss-services.xml, and 
please how to apply a specific JNDI name to a remote Session Bean.

Thx a lot for your answer.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-28 Thread kcounsell
[EMAIL PROTECTED] wrote : 
  | When I finish checking this into CVS, all you'll need to do is:
  | 
  | page view-id=/foo.jsp backable=true
  |   |...
  |   | /page
Using backable might be a little confusing only because we have backing beans 
floating around in JSF world.  Would revisitable be more descriptive?

It'll be a useful addition either way -- thanks for implementing this.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Decision node expressions - this is not working

2006-03-28 Thread dhartford
Hi Saviola,
Thanks, using the expression= format (JSP EL?) worked when the other 
expressions did not.  I may have been using older examples.

I use the mapped-name more as a label (i.e. webapp), so that may be part of my 
previous problem.

-D

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-28 Thread mirko27
Btw lcotzee. You do not need this dummy call to your templates. That is a 
question of logic.
Because you do not need user entity bean before you really use it, you needn`t 
put it into session scope...
Anyway got it working quite good.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-28 Thread mirko27
Btw I use Stateless FactoryBean because the thing happens only once.(pulling 
entity bean)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Error Jboss 4.0.2

2006-03-28 Thread epuenteg
[EMAIL PROTECTED] wrote : The client has out of date libraries

Ok, 
but what type of libraries? 
I'm lost. 

Thank you very much

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - 4.0.2 with EJB 3.0 RC 5

2006-03-28 Thread s.rzytki
Is it possible to integrate EJB 3.0 RC5  with JBoss AS 4.0.2. Where can I find 
any information about how can I do that. I found only information about JBoss 
AS 4.0.3 and EJB 3.0 RC5.  

Thanks
Regards Sebastian Rzytki

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-28 Thread lcoetzee
Excellent. Glad that it works.

Louis

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Confihuring Hibernate from within JBoss

2006-03-28 Thread NigelWhite
I need to add some Hibernate settings to my JBoss EJB3 deployment.

The jars are currently scanned at deployment time, annotations are detected, 
and the entities deployed all great.

But I want to set an org.hibernate.Interceptor in hibernate, so I need to get 
into that process.

How can I do this?

I've tried looking at Hibernate's Entity Manager documentation, and found an 
Ejb3Configuration class, but that doesn't do the scanning for annotations. I 
looked at Hibernate's PersistenceXmlLoader - also doesn't do the EJB3 scaning 
bit.

I don't think I can use any of these. Jboss seems to need to do its own thing. 
How can I access JBoss's EJB3 deployment process, and add hibernate settings to 
it - particularly Interceptors?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: question about deployment

2006-03-28 Thread tperrigo
Thanks for the reply.  I will try deploying the war and using the Eclipse 
plugin.  I'd like to also be able to deploy outside of Eclipse...how is this 
accomplished?

Thanks again for your help,
Tim


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: EJB3 Entity Primary Key Retrieval

2006-03-28 Thread marcioendo
I had the same question before.

Supposing the method entityObj.getId() returns the value or field annotated as 
@Id, what you can do is the following:


  | MyEntity entityObj = new MyEntity(...);
  | em.persist(entityObj);
  | long assignedPrimaryKey = entityObj.getId();
  | 

Regards.
Marcio Endo

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - socket timed out

2006-03-28 Thread kh2ouija
Hi,
About one minute after each call to one of my stateless session facades, the 
server throws this at me:

ERROR [ServerThread] socket timed out
java.net.SocketTimeoutException: Read timed out

This doesn't really hurt me so far since, other than getting that error in the 
server console, everything works ok. It's still bothering though. What is it 
waiting for on that socket? How do I get rid of this error?

Thanks.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal Demo Broken, is this real software?

2006-03-28 Thread dwelch
Regarding the current demo, looks like the reconstituter needs fixing, as 
it's still broken.  And, seems like the admin tools should be smart enough not 
to allow an admin (i.e. usually a monkey) to completely disable a portal.  I 
would suggest that you create another admin-like user without the total 
ability to destroy your demo portal.

Regarding Websphere Portal, I've been working with WPS for quite a while, 
rather successfully.  Those that can't do the job themselves are the ones that 
have to hire the bus loads of monkeys. 

And, surprisingly, companies will spend a little money for products that work 
well.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Authentication (contd....)

2006-03-28 Thread j2ee_junkie
Sorry to hear you are still struggling.  I have never used JBoss Portal, so 
maybee your questions will have better luck on that forum.  

It would be good to see TRACE logging of org.jboss.web.tomcat.security logger.  
Also, I only need to see output from when the first request is made for a 
secured url.  

cgriffith

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: How Can I deploy a Standard MBean on JBoss by using a SA

2006-03-28 Thread asoleto
Thanks for your answer, but I do confirm that the file name is well 
jboss-service.xml and that classes are in the test directory.
I tried to deploy it in several servers but the problem persists.
I put my SAR in this address in order to allow you to test it:
http://s58.yousendit.com/d.aspx?id=1B7H7D685VG381DMHJ4O90PCF2

Thanks for your feed-back.

Can somebody send me a working example ?

Thanks.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Dynamic Messages

2006-03-28 Thread epbernard
yep, sounds like a valid request.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Class could not be found by the process classloader

2006-03-28 Thread Fidalma
Hi all,
I'm doing several tests with JBpm and in this moment I'm trying
to execute a script command by an ActionHandler class implementation,
but I have a problem and in order to explain it correctly I attach my code.


  | -- PROCESS DEFINITION 
--
  | 
  | ?xml version=1.0 encoding=UTF-8?
  | process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=Initiator
  |swimlane name=initiator /
  |start-state name=start new process
  |   task swimlane=process initiator /
  |   transition name=tr1 to=decision
  |  action name=action
  |  class=com.sample.action.SampleActionHendler
  | messageExecuting SampleActionHendler!/message
  |  /action
  |   /transition
  |/start-state
  |decision name=decision
  |   handler
  |  class=com.sample.decision.SampleDecisionHendler
  |   /handler
  |   transition name=tr2 to=action/transition
  |   transition name=tr3 to=end1/transition
  |/decision
  |state name=action
  |   transition name=tr4 to=end1/transition
  |/state
  |end-state name=end1/end-state
  | /process-definition
  | 
  | 
  |  MY ACTION HANDLER 
--
  | 
  | 
  | package com.sample.action;
  | 
  | import org.jbpm.graph.def.ActionHandler;
  | import org.jbpm.graph.exe.ExecutionContext;
  | 
  | public class SampleActionHandler implements ActionHandler
  | {
  | private static final long serialVersionUID = 1L;
  | public void execute(ExecutionContext context) throws Exception
  | {
  | Runtime rt = null;
  | Process process = null;
  | 
  | context.getContextInstance().createVariable(greeting, Greeting 
from SampleActionHandler);
  | try
  | {
  | rt = Runtime.getRuntime();
  | process = rt.exec(C:\\Applications~1\\ECLIPSE~1\\Start.bat);
  | context.getContextInstance().createVariable(status, new 
Integer(process.waitFor()));
  | }
  | catch (Exception e)
  | {
  | System.out.println(e);
  | context.getContextInstance().createVariable(budget, new 
Integer(1));
  | }
  | }
  | }
  | 
  | 
  | - MY DECISION HANDLER 
--
  | 
  | 
  | package com.sample.decision;
  | 
  | import org.jbpm.graph.exe.ExecutionContext;
  | import org.jbpm.graph.node.DecisionHandler;
  | 
  | public class SampleDecisionHandler implements DecisionHandler
  | {
  | private static final long serialVersionUID = 1L;
  | public String decide(ExecutionContext context) throws Exception
  | {
  | int budget = 
((Number)context.getContextInstance().getVariable(status)).intValue();
  | if (budget == 0) return tr2;
  | else if (budget == 1) return tr3;
  | else return tr3;
  | }
  | }
  | 
  | 
  |  MY TEST CASE 

  | 
  | 
  | package com.sample.test;
  | 
  | import com.sample.action.SampleActionHandler;
  | import org.jbpm.graph.def.ProcessDefinition;
  | import org.jbpm.graph.exe.ProcessInstance;
  | import junit.framework.TestCase;
  | 
  | public class InitiatorTest extends TestCase
  | {
  | public void testProcess() throws Exception 
  | {
  | ProcessDefinition definition = 
ProcessDefinition.parseXmlResource(Initiator.par/processdefinition.xml); 
  | assertNotNull(Definition should not be null, definition);
  | 
  | ProcessInstance instance = new ProcessInstance(definition);
  | assertEquals(Instance is in start state, 
instance.getRootToken().getNode().getName(),start new process);
  | instance.signal();
  | 
  | 
if(((Number)instance.getContextInstance().getVariable(status)).intValue() == 
0)
  | {
  | assertEquals(definition.getNode(action), 
instance.getRootToken().getNode());
  | instance.signal();
  | }
  | 
  | assertEquals(Instance is in end state, 
instance.getRootToken().getNode().getName(),end1);
  | }
  | }
  | 
  | 
  | -- MY EXCEPTION EXECUTING MY TEST CASE 
--
  | 
  | If I run as JUnit Test my Test Case clss I have theese exceptions:
  | 
  | 15:39:09,863 [main] INFO  JbpmConfiguration : using jbpm configuration 
resource 'jbpm.cfg.xml'
  | 15:39:10,269 [main] DEBUG JbpmConfiguration : creating jbpm configuration 
from input stream
  | 15:39:10,644 [main] DEBUG JpdlParser$JpdlEntityResolver : resolving schema 
reference publicId(null) systemId(http://jbpm.org/jpdl-3.1.xsd)
  | 15:39:10,644 [main] DEBUG JpdlParser$JpdlEntityResolver : providing input 
source to local 'jpdl-3.1.xsd' resource
  | 15:39:10,801 [main] WARN  

[JBoss-user] [JBoss Seam] - Re: ValidatorMessages

2006-03-28 Thread epbernard
HibernateAnnotation 3.1beta9 has the expected fix. So the next Seam version  
(using the next JBoss EJB3) will work fine.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Problem running Fibonacci Tutorial

2006-03-28 Thread aliasdar777
Hi,
I am using jboss 4.0 and eclipse 3.1. I went through the Fibonacci tutorial. 
every thin went smooth. when i run my application http://localhost:8080/fbo/  
it dont disply my index page. It displays a page saying:
Directory Listing For /
FilenameSize Last Modifies
Apache Tomcat/5.5.12
Pls help

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - ejb3 best practice question

2006-03-28 Thread kh2ouija
Hi,

I have a set of entitites deployed on the server, with stateless session facade 
beans for communications with remote clients (using value objects). My 
entity-specific DAOs were injected in the session facades using @EJB annotation.
I'm now in position of using this model in a web-app that will be deployed on 
the same server. Now, I was hoping that if the client app is now residing on 
the same server (same VM and everything) I would now have direct access to the 
model entities graph and that I wouldn't have to use value objects anymore. But 
I was unable to inject the DAOs in my (JSF) view beans; if I obtain them by 
JNDI, I still can't use lazy collections transparently so that means that I 
haven't made my life any easier and I could just as well use my old 
value-objects based interfaces.

Sorry for the long post, hope you're still with me. My questions are:

0) am I doing anything wrong?
1) can I inject my DAOs in my web-app's view beans? how?
2) can I use the model graph in my web-app directly, without having to do 
special workarounds for lazy collections? how?
3) what is a best practice for this kind of situation?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: link for Fibonacci tutorial

2006-03-28 Thread adilou1981
Thank you 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal Demo Broken, is this real software?

2006-03-28 Thread [EMAIL PROTECTED]
dwelch wrote : 
  | Regarding Websphere Portal, I've been working with WPS for quite a while, 
rather successfully.  Those that can't do the job themselves are the ones that 
have to hire the bus loads of monkeys. 
  | 

Then I don't understand why you're still hanging around here whining like a 
little girl.



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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-28 Thread simon.nicholls
Hi Louis,

Great to hear it's going well for you, especially considering the scale/nature 
of your project. I've spent a couple of weeks delving into various aspects of 
Seam, and am planning to move forward with pretty much the same stack you're 
using. I've 100,000 users to support initially, but this is set to grow quickly.

I've a couple of questions for you, if you can help. Is the content management 
subsystem part of what you've developed in-house, or something external? I've 
got to tackle it at some stage  am casting my eye around. Also, did you find 
many corner cases needing manual API usage for Seam?

I'm also watching the JIRA bug you mentioned. I can foresee many stale 
conversations building up over time for my project - and attempts to re-enter 
conversations too.

Anyway, good to hear about your project. Best of luck with it

Simon

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: ejb3 best practice question

2006-03-28 Thread [EMAIL PROTECTED]
I think you will want to investigate JBoss SEAM.  It probably will answer all 
your questions regarding how to do what you want to do.

http://www.jboss.com/products/seam

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: How Can I deploy a Standard MBean on JBoss by using a SA

2006-03-28 Thread asoleto
Thank you, Dimitris,

I found the problem in my SAR. It was my fault. I wrote Mytest as class name 
instead MyTest like a newbee. I read the jboss-service.xml file a hundred times 
and I never realized my big mistake.

Thanks for your patience to all you.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Help me, ORA-02291: integrity constraint (PRODIGYO.FK_TIMER_

2006-03-28 Thread afgomez
Hello, i dont know why this exception is displayed
ORA-02291: integrity constraint (PRODIGYO.FK_TIMER_PRINST) violated - parent 
key not found..
org.jbpm.persistence.JbpmPersistenceException: couldn't commit hibernate session

This happen when i close the jbpmContext, i need to persist the processinstance 
like when i used jbpmSession.commitTransaction();

Thanks for the help.

Iam using Hibernate 3.1.2
Jbpm 3.1


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Updating a List as BLOB on CMP EJB on JBoss 4.0.2

2006-03-28 Thread sonic-dre
Hello

The attempt to save an updated java.util.LinkedList as a BLOB via CMP 
EntityBean goes wrong in some cases. If the List added a new element or removed 
an element, the changed List is persisted as BLOB via CMP. In this case the CMP 
works correctly. 

But if an attribute of one element in the List changed, the changed List will 
not be persited. It seems that only the size of an List decided, if the BLOB 
with the List will be updated by the Container or not. Is it so?

with best regards 

dre

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Help to find tutorial

2006-03-28 Thread TommyBerglund
You can find the tutorial here:

http://www.jboss.com/products/jbosside/docs

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: java.lang.UnsupportedClassVersionError when trying to us

2006-03-28 Thread [EMAIL PROTECTED]
Another option is to use jboss-cache.jar under jboss as 3.2.6. It runs under 
JDK1.3 but the corresponding release is probably JBossCache1.1 though.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: XML config for clustered SB

2006-03-28 Thread oglueck
Okay this is only a problem in EJB-3RC3. It works in RC5.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: question about deployment

2006-03-28 Thread tperrigo
I built and tried to deploy the web app, but when I deployed it into my app 
server (to which I had previously deployed the jbpm.sar), it appeared to be 
attempting to access the default (hsql) database, rather than the PostgreSQL 
database which I had specified when building the service archive (by modifying 
the build.service.archive target in the jbpm build.xml file).  How do I tell 
the web application to use the PostgreSQL database?

I'd appreciate any suggestions...Thanks!

Tim

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - GPD

2006-03-28 Thread pedrosacosta
1 - When i try to deploy my processdefinition through the gpd plugin for 
eclipse, i get the following error:


  | Error 2006-03-28 16:17:45.536 Exception happened while deploying
  | java.lang.NullPointerException
  | at org.jbpm.ui.util.ProcessDeployer.addVersionedClass(Unknown Source)
  | at org.jbpm.ui.util.ProcessDeployer.addVersionedClasses(Unknown Source)
  | at org.jbpm.ui.util.ProcessDeployer.createParBytes(Unknown Source)
  | at org.jbpm.ui.util.ProcessDeployer.access$0(Unknown Source)
  | at org.jbpm.ui.util.ProcessDeployer$1.run(Unknown Source)
  | at 
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
  | at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
  | at 
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
  | at org.jbpm.ui.util.ProcessDeployer.showProgressMonitorDialog(Unknown 
Source)
  | at org.jbpm.ui.util.ProcessDeployer.deploy(Unknown Source)
  | at org.jbpm.ui.wizard.ProcessDeploymentWizard.performFinish(Unknown Source)
  | at 
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
  | at 
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
  | at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
  | at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
  | at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
  | at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
  | at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
  | at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
  | at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
  | at org.eclipse.jface.window.Window.open(Window.java:787)
  | at org.jbpm.ui.action.DeployProcessActionDelegate.run(Unknown Source)
  | at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
  | at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
  | at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
  | at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
  | at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
  | at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
  | at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
  | at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
  | at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
  | at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
  | at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
  | at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
  | at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
  | at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
  | at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
  | at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
  | 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.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
  | at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
  | at org.eclipse.core.launcher.Main.run(Main.java:973)
  | at org.eclipse.core.launcher.Main.main(Main.java:948)
  | 

What can i do to deploy the process definition?

2- is it possible to install the gpd plugin via remote site? If so, what is the 
URL?

Thanks,
Pedro

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: GPD

2006-03-28 Thread pedrosacosta
By the way, respectively to question 1, i upload my process definition to 
localhost:8080/jbpm/upload.

the jbpm is in the localhost.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - jBPM-db examples outside JBoss Container

2006-03-28 Thread sbhatti
I am trying to run jBPM samples outside JBoss application server. In this 
particular test, I am using hsql for database, but it looks like hibernate is 
looking up data source using JNDI. In this case, since I am not within any 
application server, it fails, e.g.
09:21:25,283 [main] FATAL DatasourceConnectionProvider : Could not find 
datasource: java:/DefaultDS
javax.naming.NoInitialContextException: Need to specify class name in 
environment or system property, or as an applet parameter, or in an application 
resource file:  java.naming.factory.initial
at 
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:640)
at 
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
at 
javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:280)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at 
org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
at 
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
at 
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
at 
org.hibernate.tool.hbm2ddl.SchemaExport$ProviderConnectionHelper.getConnection(SchemaExport.java:466)
at 
org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:183)
at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:135)
at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.createSchema(DbPersistenceServiceFactory.java:107)
at org.jbpm.JbpmConfiguration.createSchema(JbpmConfiguration.java:383)
at org.jbpm.JbpmConfiguration.createSchema(JbpmConfiguration.java:375)
at AbstractDbTestCase.createSchema(AbstractDbTestCase.java:100)
at AbstractDbTestCase.setUp(AbstractDbTestCase.java:34)
at WebsaleTest.setUp(WebsaleTest.java:27)


Any help would be appreciated.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - HTTP Status 403 - when missing role

2006-03-28 Thread dboeckli
Log in is working perfect. When I log in with wrong password i am redirected to 
the page defined in web.xml. But when i am using a user with missing role then 
i am not redirected to the defined error page, i get the standard  Tomcat HTTP 
Status 403 - Access to the requested resource has been denied page.

here an extract of the web.xml

  |  !-- Security --
  |  security-constraint
  |web-resource-collection
  |  web-resource-namerestricted/web-resource-name
  |  url-pattern/prot/*/url-pattern
  |  http-methodPOST/http-method
  |  http-methodGET/http-method
  |/web-resource-collection
  |auth-constraint
  |  role-nameadministrator/role-name
  |  role-namecatloguser/role-name
  |/auth-constraint
  |  /security-constraint
  |  login-config
  |auth-methodFORM/auth-method
  |form-login-config
  |  form-login-page/login/login.jsf/form-login-page
  |  form-error-page/login/loginFailed.jsf/form-error-page
  |/form-login-config
  |  /login-config
  |  security-role
  |role-nameadministrator/role-name
  |  /security-role
  |  security-role
  |role-namecatloguser/role-name
  |  /security-role
  | 

What i did wrong? Many thanks for your help.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: FYI: log4j in portlet WAR

2006-03-28 Thread koti123456
Hi,
I have read the wiki document that you are talking about.
But still getting the same deployment error of log4j.jar
when I take it out, complete logging is going in my application log file
(including jboss  my app war)


Please help me out

Thanks,
Prasad

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-28 Thread stevel56
Has anyone sorted this out?

I have the same ptoblem: 

Sybase server,  able to see the tables  in the Hibernate console view, but when 
I try to reverse engineer it, I get the exception about CREATE TABLE not 
allowed within a transaction in the tempdb database.




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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Probleme with Fibonacci Tutorial

2006-03-28 Thread adilou1981
Hello,

I'm really sad after hours spent to work out the Fibonacci Tutorial, if any 
could work out this Tutorial please do send me down the source files to my 
email adresse 
[EMAIL PROTECTED]
N: I'm using Jboss 4.0.2

Thank you 





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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-28 Thread [EMAIL PROTECTED]
I don't love the name

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - jboss install problem on AIX - hsqldb-ds.xml

2006-03-28 Thread waltgeddes
I installed Anonymous Resolution on AIX 5.2. I installed jboss 3.2.3, IBM java 
1.4.2, IBM DB2 8.2, and gcc 3.3.2, libstdc  as
described in the install guide.

When I run run.sh to start jboss, I get and error exception in init of file 
hsqldb-ds.xml  
java.lang.IllegalArgumentException: the value of param jboss.server.data.dir 
must be a valid Java  object

If I look at the   console, I see that:

jboss.server.data.dir   /opt/jboss-3.2.3/server/default/data 


which is correct. Any ideas of what might be wrong?
line in hsqldb-ds.xml is:
connection-urljdbc:hsqldb:${jboss.server.data.dir}/hypersonic/localDB/connection-url
 


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Reverse Engineering Editor - no tables are sho

2006-03-28 Thread [EMAIL PROTECTED]
and the allow ddl in tran is not usable for you ?

you can also enable autocommit in your hibernate.properties (but only do this 
for the hibernate.properties you use with the tools)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring Tool

2006-03-28 Thread PeterJ
Have you tried Nagios (http://www.nagios.org/[/url])  or GroundWork (they have 
both open source and for fee versions) ([url]http://www.itgroundwork.com/)?  I 
know that both can montior mbeans.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-28 Thread [EMAIL PROTECTED]
I tend to agree with kcounsell. It was my first feeling when seeing backable.

I would propose backwardable it's not a nice name though but it removes the 
confusion IMO.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - using jbossws for ws security

2006-03-28 Thread brianshields
I am having the same problem as was mentioned in:
http://www.jboss.com/index.html?module=bbop=viewtopict=77382
I have written my jboss-wsse-server.xml file, and packaged it in the WEB-INF 
directory of my war file. It seems as if JBoss is just ignoring it. Regular 
messages will be sent out without without any changes being made. 
I seems as if the server must be told, in some other way, that 
requests/responses to and from the services in question must be secured?!? Is 
there a security module which must be deployed such as in axis2?

Regards,
Brian

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   >