[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - How do i deploy an applet on jboss?

2006-01-08 Thread galbar
Hello,

Im trying to deploy an applet on jboss. i create war file with the html file 
and the applet class and put it in the deploy jboss directory. 
but i cant upload the applet through the browser...
can somebody help me with this problem? 

thank

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss datasource auto commit issue

2006-01-08 Thread oysteinpettersen
I am using the local-tx-datasource provided from jboss with hibernate and 
springframework. When using transactions the connection provided from jboss 
have autoCommit set to true. When using org.apache.commons.dbcp.BasicDataSource 
you can control this with defaultAutoCommit property. Can someone please 
explain what I am doing wrong? 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - JBossWS and jBPM interaction

2006-01-08 Thread larrayoz
Hi all!
I am trying to build a JBossWS project where I can publish actions to interact 
with jBPM Java API functionality from my .NET client applications. Things such 
as ending a task instance or asking for the tasks assigned to an actor, but I 
need to call these actions from C# via som sort of web service.
Ok, I have implemented a web service using JBossWS successfully and deployed it 
in the JBoss application server default deploy directory.
I am also successfully defining process definitions in jBPM process definition 
projects and deploying them in jBPM application server jbpm deploy directory.
However, I need to mix these two objectives, calling jBPM java API functions 
from my JBossWS web service implementation, and deploy it in the jbpm deploy 
directory. But it is not working as I expected since it looks like it´s more 
complicated than I thought. It is complaining with this sort of message:

19:17:02,315 ERROR [ServiceDeployer] Cannot startup webservice for: 
ws4ee-wfma-docwr.war
java.lang.NoClassDefFoundError: org/jboss/webservice/metadata/HandlerMetaData


I am a bit confused. What I am trying to do is reasonable or I need to use a 
piece of technology I am not aware of yet: BPEL or ws4jbpm?
Could you advise me on what it is the right path to follow to achieve this 
mixture of jBPM and JBossWS I am trying to obtain?

Thanks for your help in advance.
Cheers.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Session Bean can not find Entity Manager

2006-01-08 Thread ycswyw
It seems that schema of persistence.xml has been changed with 
xmlns=http://java.sun.com/xml/ns/persistence;.

Try with this other one persistence.xml:

?xml version=1.0 encoding=UTF-8?

  persistence-unit name=articles transaction-type=JTA
jta-data-sourcejava:/DefaultDS/jta-data-source

   

  /persistence-unit



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Session Bean can not find Entity Manager

2006-01-08 Thread ycswyw
Sorry, the previous XML has been submited incorrectly:

lt;?xml version=1.0 encoding=UTF-8?gt;
lt;persistence xmlns=http://java.sun.com/xml/ns/persistencegt;
  lt;persistence-unit name=articles transaction-type=JTAgt;
lt;jta-data-sourcegt;java:/DefaultDSlt;/jta-data-sourcegt;
lt;propertiesgt;
   lt;property name=hibernate.hbm2ddl.auto
  value=create-drop/gt;
lt;/propertiesgt;
  lt;/persistence-unitgt;
lt;/persistencegt;

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Session Bean can not find Entity Manager

2006-01-08 Thread ycswyw
Maybe now:

?xml version=1.0 encoding=UTF-8?

  persistence-unit name=articles transaction-type=JTA
jta-data-sourcejava:/DefaultDS/jta-data-source

   

  /persistence-unit


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Layout in JBossPortal-2.2

2006-01-08 Thread TSchmidt2
Hello,

I would like to use my old layout (modified myLayout.war from Portal 2.0). 
Deployment works, choosing it in the menu does not (as expected). When I 
manually select layout and theme with the management tool, all portlet controls 
are missing. Is there a way to work around this or do I really have to start my 
layout on the basis of the generic layout ?

Greetings
Thorsten

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JBossWS and jBPM interaction

2006-01-08 Thread [EMAIL PROTECTED]
What you are trying to do is perfectly valid, you just need to have both the 
jBPM mbean and your web service in the same server configuration.

Rebuild the jBPM service archive (.sar) as explained in the topic install 
jbpm. Now deploy the jBPM .sar file and your service .war to the default 
configuration of JBoss AS.

That should take care of the error you are getting. Otherwise, let us know.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Session Bean can not find Entity Manager

2006-01-08 Thread ycswyw
Try with this other one persistence.xml:


  | ?xml version=1.0 encoding=UTF-8?
  | persistence xmlns=http://java.sun.com/xml/ns/persistence;
  |  persistence-unit name=articles transaction-type=JTA
  |  jta-data-sourcejava:/DefaultDS/jta-data-source 
  |  properties
  |  property name=hibernate.hbm2ddl.auto 
  |  value=create-drop/
  |  /properties
  |  /persistence-unit
  | /persistence
  | 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - upgrading to Axis 1.3 on Jboss 3.2.6?

2006-01-08 Thread gmeroz
is it possible to upgrade to Axis 1.3 on Jboss 3.2.6?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: InheritanceType.JOINED relations in base class added als

2006-01-08 Thread ycswyw
I don't have this problem (jboss-head + hsqldb).
Do you have specified the attribute @Inheritance(strategy = 
InheritanceType.JOINED)  on both classes?


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - JBossCache integration into WebLogic

2006-01-08 Thread [EMAIL PROTECTED]
Hi, 

I'm trying to integrate the latest JBossCache into WebLogic 9.1, and try to 
find a good documentation and/or any details about the feasability of that.

That document: 

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

Is not working properly (404 error on the pages(Screenshot)). 

Thanks in advance.

Jean-Francois Normand


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - MySQL database depending on user

2006-01-08 Thread mhassel

Our (ejb based) application is accessed by multiple clients. Each client is 
identified by a username (=licence number). Each client has its own database.
I would like to enable the JBoss installation to connect the ejb's to the right 
database depending on the clients licence number...

Any suggestions on how to do this

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Entity removal via @Remove

2006-01-08 Thread tzwoenn
Hi,

maybe somebody can help me: As it is mentioned in the EJB3 Trailblazers 
[http://trailblazer.demo.jboss.com/EJB3Trail/persistence/entitylifecycle/index.html],
you can annotate an entity method with @Remove so it would be removed from 
EntityContext when called. But the EJB3 persistence specs does not mention a 
mechanism like the above and as far as I can see, @Remove annotated methods do 
not remove the entity.

I believe the Trailblazers are incorrect in this point. So is there a solution 
for removing an entity from its EntityContext from the entity itself? I have a 
scenario like 


  | public class Entity {
  | 
  | public methodXXX() {
  | remove();
  | }
  | 
  | public remove() {
  | // remove this entity from EntityContext
  | }
  | }
  | 

Annotating the method remove() with @Remove would have been a very nive 
solution, but it did not work. 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Problem when executing query

2006-01-08 Thread ataud
I have this EJB Session :

@Stateless
@Remote(Paulva.class)
public class PaulvaBean implements Paulva {


 
/**
 * Gestionaire de persistence
 */
@PersistenceContext(unitName=paulva)
protected EntityManager entityManager;

public boolean authenticate(String pseudo, String password) {
if (log.isDebugEnabled()) {
log.debug(START  + getClass() + .authenticate);
}

boolean isValid= false;

if (check(pseudo,MIN_PSEUDO_SIZE,MAX_PSEUDO_SIZE)  
check(password,MIN_PASSWORD_SIZE,MAX_PASSWORD_SIZE)) {

if (log.isDebugEnabled()) {
log.debug(pseudo=+pseudo+ checked.);
}

// définition de la requête
Query query=entityManager.createQuery(SELECT a FROM Ancien a 
WHERE a.pseudo = :pseudo AND a.password = :password);

// Substitution des paramètres de la requête
query.setParameter(pseudo,pseudo);
query.setParameter(password,password);

// Exécution de la requete
AncienEntity 
ancien=(AncienEntity)query.getSingleResult();
isValid=ancien!=null;
}

if (log.isDebugEnabled()) {
log.debug(END  + getClass() + .authenticate);
}
return isValid;
}

private boolean check(String value,int min,int max) {
return 
(value!=null)(value.length()=min)(value.length()=max);
}

.
}


but when I execute the query bellow
...
AncienEntity ancien=(AncienEntity)query.getSingleResult();
...

I have this error in log:
2006-01-08 18:17:45,326  INFO   security.JaccHelper - Initialising JACC Context 
for deployment: paulva-bus.jar
2006-01-08 18:17:45,405  INFO   ejb3.Ejb3AnnotationHandler - found EJB3: 
ejbName=com.paulva.business.PaulvaBean, class=com.paulva.business.PaulvaBean, 
type=STATELESS
2006-01-08 18:17:45,748  INFO   security.JaccHelper - 
com.paulva.business.PaulvaBean has no @SecurityDomain - skipping JACC 
configuration
2006-01-08 18:17:45,826  INFO   ejb3.Ejb3Deployment - Found persistence.xml 
file in EJB3 jar
2006-01-08 18:17:46,530  INFO   ejb3.Ejb3Deployment - Create EntityManager with 
JNDI name: paulva
2006-01-08 18:17:46,530  INFO   security.JaccHelper - JACC Policy Configuration 
for deployment has been put in service
2006-01-08 18:17:46,530  INFO   ejb3.Ejb3Deployment - EJB3 deployment time 
took: 1204
2006-01-08 18:17:46,951  INFO   ejb3.ProxyDeployer - no declared remote 
bindings for : com.paulva.business.PaulvaBean
2006-01-08 18:17:46,951  INFO   ejb3.ProxyDeployer - there is remote interfaces 
for com.paulva.business.PaulvaBean
2006-01-08 18:17:46,951  INFO   ejb3.ProxyDeployer - default remote binding has 
jndiName of com.paulva.business.Paulva
2006-01-08 18:17:47,108  INFO   ejb3.EJB3Deployer - Deployed: 
file:/C:/java/jboss-4.0.3SP1/server/all/deploy/paulva-bus.jar
2006-01-08 18:18:11,280  DEBUG  business.PaulvaBean - START class 
com.paulva.business.PaulvaBean.authenticate
2006-01-08 18:18:11,280  DEBUG  business.PaulvaBean - END class 
com.paulva.business.PaulvaBean.authenticate
2006-01-08 18:18:11,358  DEBUG  business.PaulvaBean - START class 
com.paulva.business.PaulvaBean.authenticate
2006-01-08 18:18:11,358  DEBUG  business.PaulvaBean - pseudo=PSEUDO0 checked.
2006-01-08 18:18:11,842  ERROR  socket.ServerThread - failed
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
at 
java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2200)
at 
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2380)
at 
java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2447)
at 
java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2519)
at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2668)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:864)
at 
org.jboss.remoting.transport.socket.ServerSocketWrapper.checkConnection(ServerSocketWrapper.java:54)
at 
org.jboss.remoting.transport.socket.ServerThread.acknowledge(ServerThread.java:217)
at 
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:298)
at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:169)





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

Reply to the post : 

[JBoss-user] [JBoss jBPM] - Re: Emailing From ActionHandler

2006-01-08 Thread tobysaville
Thanks for your suggestion Britt, that is definitely a good option.

How about if the email singleton is bound to our Spring WebApplicationContext, 
not to the tomcat ApplicationContext as previously stated, and I would prefer 
to retrieve it from here instead of from JNDI?

Thanks again, 

toby

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problems with Hibernate!

2006-01-08 Thread rensu
Trying to build.xml with ant but it reports that error:
Buildfile: build.xml
Trying to override old definition of datatype splash

BUILD FAILED
/root/Hibernate/build.xml:114: taskdef A class needed by class 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found: 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask

Total time: 2 seconds

Anyone know whats wrong ?:S

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss dynamic sql ParseException

2006-01-08 Thread lafr
Which JBoss version do you use?
AFAIK the IN operator in the WHERE clause can use variables since J2EE-1.4.
So you must use JBoss 4.0.x for this.


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Session Bean can not find Entity Manager

2006-01-08 Thread JulianHtun


Now I get the following:

12:56:22,935 INFO  [JmxKernelAbstraction] creating wrapper delegate for: 
org.jboss.ejb3.entity.PersistenceUnitDeployment
12:56:22,935 INFO  [JmxKernelAbstraction] installing MBean: 
entity.manager:name=articles with dependencies:
12:56:22,935 INFO  [JmxKernelAbstraction]   
jboss.jca:name=DefaultDS,service=DataSourceBinding
12:56:22,982 INFO  [Ejb3Configuration] found EJB3 Entity bean: 
org.jboss.ejb3demo.Article
12:56:22,997 WARN  [ServiceController] Problem starting service 
entity.manager:name=articles
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:87)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:262)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:957)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:442)
at sun.reflect.GeneratedMethodAccessor8.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:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:262)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
at $Proxy94.start(Unknown Source)
at 
org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:76)
at 
org.jboss.ejb3.Ejb3Deployment.startEntityManagerDeployment(Ejb3Deployment.java:480)
at 
org.jboss.ejb3.Ejb3Deployment.initializeManagedEntityManagerFactory(Ejb3Deployment.java:456)
at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:335)
at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:110)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:262)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:957)
at $Proxy0.create(Unknown Source)
at org.jboss.system.ServiceController.create(ServiceController.java:355)
at org.jboss.system.ServiceController.create(ServiceController.java:299)
at sun.reflect.GeneratedMethodAccessor2.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:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at 

[JBoss-user] [JBoss Portal] - Re: How can I configure that all CMS data is stored in de da

2006-01-08 Thread fralin
I have build JBoss Portal form CVS and deploy it (How can i check the versions 
?). When I start JBoss the first time (with empty database) there is no 
problem. After JBoss is restart de CMS module is not working.

jboss-4.0.3SP1
  | jdk1.5.0_06
  | PostgreSQL Database Server 8.1
  | 
  | postgresql-8.1-404.jdbc3.jar
  | 
  | portal-ds.xml
  | ?xml version=1.0 encoding=UTF-8?
  |   | datasources
  |   |   local-tx-datasource
  |   | jndi-namePortalDS/jndi-name
  |   | connection-urljdbc:postgresql:db-name/connection-url
  |   | driver-classorg.postgresql.Driver/driver-class
  |   | user-nameuser/user-name
  |   | passwordpassword/password
  |   |   /local-tx-datasource
  |   | /datasources
  | 
  | This is the logging output:
  | 2006-01-08 22:11:05,312 ERROR 
[org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment 
listing:
  |   | 
  |   | --- MBeans waiting for other MBeans ---
  |   | ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
  |   |   State: CONFIGURED
  |   |   I Depend On:
  |   | jboss.jca:service=DataSourceBinding,name=DefaultDS
  |   | 
  |   | ObjectName: portal:service=CMS
  |   |   State: FAILED
  |   |   Reason: javax.jcr.RepositoryException: failed to load persisted 
repository state: org.postgresql.util.PSQLException: ERROR: invalid 
large-object descriptor: 0: org.postgresql.util.PSQLException: ERROR: invalid 
large-object descriptor: 0
  |   |   I Depend On:
  |   | jboss.jca:service=DataSourceBinding,name=PortalDS
  |   | portal:service=JAASLoginModule
  |   |   Depends On Me:
  |   | portal:mapper=CMSObject
  |   | 
  |   | ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
  |   |   State: CONFIGURED
  |   |   I Depend On:
  |   | jboss:service=TransactionManager
  |   | jboss.jca:service=DataSourceBinding,name=DefaultDS
  |   | 
  |   | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  |   | ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
  |   |   State: NOTYETINSTALLED
  |   |   Depends On Me:
  |   | jboss.ejb:service=EJBTimerService,persistencePolicy=database
  |   | jboss:service=KeyGeneratorFactory,type=HiLo
  |   | 
  |   | ObjectName: portal:service=CMS
  |   |   State: FAILED
  |   |   Reason: javax.jcr.RepositoryException: failed to load persisted 
repository state: org.postgresql.util.PSQLException: ERROR: invalid 
large-object descriptor: 0: org.postgresql.util.PSQLException: ERROR: invalid 
large-object descriptor: 0
  |   |   I Depend On:
  |   | jboss.jca:service=DataSourceBinding,name=PortalDS
  |   | portal:service=JAASLoginModule
  |   |   Depends On Me:
  |   | portal:mapper=CMSObject
  |   | 
  |   | 
  |   | 2006-01-08 22:11:05,625 INFO  [org.apache.coyote.http11.Http11Protocol] 
Starting Coyote HTTP/1.1 on http-0.0.0.0-80
  |   | 2006-01-08 22:11:05,921 INFO  [org.apache.jk.common.ChannelSocket] JK: 
ajp13 listening on /0.0.0.0:8009
  |   | 2006-01-08 22:11:05,984 INFO  [org.apache.jk.server.JkMain] Jk running 
ID=0 time=0/266  config=null
  |   | 2006-01-08 22:11:06,000 INFO  [org.jboss.system.server.Server] JBoss 
(MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054)] 
Started in 1m:48s:110ms
  |   | 2006-01-08 22:11:25,031 DEBUG [org.hibernate.jdbc.ConnectionManager] 
running Session.finalize()
  |   | 2006-01-08 22:11:25,031 DEBUG [org.hibernate.jdbc.ConnectionManager] 
running Session.finalize()
  |   | 2006-01-08 22:11:25,031 DEBUG [org.hibernate.jdbc.ConnectionManager] 
running Session.finalize()
  |   | 2006-01-08 22:11:25,031 DEBUG [org.hibernate.jdbc.ConnectionManager] 
running Session.finalize()
  | 
  | What is the problem ?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: execution pointcut to intercept constructor invocation?

2006-01-08 Thread [EMAIL PROTECTED]
Yes this seems to be a problem, I've created a JIRA issue

http://jira.jboss.com/jira/browse/JBAOP-197

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam hosting provider advice?

2006-01-08 Thread drapierwim
I'm also intrested about hosting advice, I hope it's not to exspencive this one 
is for personal usage.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Session Bean can not find Entity Manager

2006-01-08 Thread JulianHtun
The error was obvious - I forgot @Entity on Author class.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - GPD 305 plugin and jpdl schema validation problem

2006-01-08 Thread lpiccoli
eclipse 3.1.1 
GPD 3.0.5 

hi all,

GPD plugin blocks forever when trying to save the project. It seems to be 
blocking on validating the jpdl schema. i have followed previous directions to 
register the jpdl schema with the eclipse XML catalogue however i am still 
getting the endless wait on saving a process. 

It is driving me crazy :-( 

A simple question:
How is the rest of this forum running the plugin offline?

any help is appreciated 


below is the details of the catalogue entry 

URI:
file:D:\jbpm-starters-kit-3.0.2\jbpm\src\java.jbpm\org\jbpm\jpdl\xml\jpdl-3.0.xsd
  | Key Type:   Namespace Name
  | Key:http://jbpm.org/3/jpdl   

To prove that the pluginis blocking here is the stack dump showing the blocking 
thread


Worker-0 prio=5 tid=0x02ef21c0 nid=0x940 runnable [0x0372e000..0x0372fc68]
  | at java.net.PlainSocketImpl.socketConnect(Native Method)
  | at java.net.PlainSocketImpl.doConnect(Unknown Source)
  | - locked 0x171c7148 (a java.net.PlainSocketImpl)
  | at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
  | at java.net.PlainSocketImpl.connect(Unknown Source)
  | at java.net.Socket.connect(Unknown Source)
  | at java.net.Socket.connect(Unknown Source)
  | at sun.net.NetworkClient.doConnect(Unknown Source)
  | at sun.net.www.http.HttpClient.openServer(Unknown Source)
  | at sun.net.www.http.HttpClient.openServer(Unknown Source)
  | - locked 0x171c70c8 (a sun.net.www.http.HttpClient)
  | at sun.net.www.http.HttpClient.init(Unknown Source)
  | at sun.net.www.http.HttpClient.New(Unknown Source)
  | at sun.net.www.http.HttpClient.New(Unknown Source)
  | at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown
  | Source)
  | at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown 
Sour
  | ce)
  | at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown 
Source)
  | at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
  | urce)
  | - locked 0x171c6a68 (a 
sun.net.www.protocol.http.HttpURLConnection)
  | at 
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown So
  | urce)
  | at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown 
Source)
  | at 
org.apache.xerces.impl.XMLEntityManager.startDocumentEntity(Unknown S
  | ource)
  | at 
org.apache.xerces.impl.XMLDocumentScannerImpl.setInputSource(Unknown
  | Source)
  | at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.parse(Unknown 
Sour
  | ce)
  | at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.parse(Unknown 
Sour
  | ce)
  | at org.apache.xerces.impl.xs.opti.SchemaDOMParser.parse(Unknown 
Source)
  | at 
org.apache.xerces.impl.xs.traversers.XSDHandler.getSchemaDocument(Unk
  | nown Source)
  | at 
org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown S
  | ource)
  | at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown 
Source)
  | at 
org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknow
  | n Source)
  | at 
org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unkno
  | wn Source)
  | at 
org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Sou
  | rce)
  | at 
org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown
  | Source)
  | at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown 
Source
  | )
  | at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
  | t(Unknown Source)
  | at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
  | Dispatcher.dispatch(Unknown Source)
  | at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
  | known Source)
  | at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
  | at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
  | at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  | at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  | at 
org.eclipse.wst.xml.core.internal.validation.XMLValidator.validate(XM
  | LValidator.java:216)
  | at 
org.eclipse.wst.xml.ui.internal.validation.XMLValidator.validate(XMLV
  | alidator.java:71)
  | at 
org.eclipse.wst.xml.ui.internal.validation.ValidateAction$1.run(Valid
  | ateAction.java:97)
  | at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719
  | )
  | at 
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1739
  | )
  | at 
org.eclipse.wst.xml.ui.internal.validation.ValidateAction.validate(Va
  | lidateAction.java:123)
  | at 
org.eclipse.wst.xml.ui.internal.validation.core.ValidateAction.run(Va
  | 

[JBoss-user] [JBoss jBPM] - Re: Binding to java:comp/env context

2006-01-08 Thread [EMAIL PROTECTED]
There you go, Maxim. An answer from our CTO directly :-) 

I'll work on this issue during this week. I'll keep you and the community 
posted through JIRA.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: jboss poral 2.2 and oracle 10g problem

2006-01-08 Thread m.h.shams
dear friends.

im sorry for my mistake about jboss portal version(3.0.2). its 2.2 ;)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - jboss poral 3.0.2 and oracle 10g problem

2006-01-08 Thread m.h.shams
dear friends

i want to setup jboss portal 3.0.2 with oracle 10g .

when i run application at first time, database tables will be created 
successfully, 

but it seems that portal application can't start. and i have an error page in 
my browser, (i don't have this  porblem in mysql)

help me please, if you have any idea.


thanks all



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: EJBException vs. RemoteException

2006-01-08 Thread redijedi
Can you prevent EJBTransactionRolledBackException from being returned to the 
client? I do not wish the client to know if a rollback has occurred in certain 
situations.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: How can I configure that all CMS data is stored in de da

2006-01-08 Thread [EMAIL PROTECTED]
Are you sure this is the build from CVS? It should work with Postgres.

Also, I have posted sample config files here: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalCMSConfigFiles

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Files Uploaded in CMS

2006-01-08 Thread [EMAIL PROTECTED]
No. I have to configure the little eyeball icon to show the binary files. 
Stupid me, as I forgot.

Downloading the file is achieved by navigating to it in the browser. If the 
file is under /default/foo/bar.doc

Go to http://localhost:8080/portal/content/default/foo/bar.doc

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Cannot obtain java type mapping

2006-01-08 Thread swmk
I made a simple ws and test it. and I got that exception

Cannot obtain java type mapping.

Can any one tell me what is going wrong?

I use Java EE 5 and JBoss Alpha 5


--
Regards;
Stephen

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Problem with Remote Lookup in JBoss

2006-01-08 Thread deepSingh
::I am trying to lookup JBoss ports through this client Program:::


env.put(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory\
);
env.put(Context.PROVIDER_URL,jnp://localhost:1199);
env.put(Context.URL_PKG_PREFIXES,org.jboss.naming:org.jnp.interface);
Context ctx = new InitialContext(env);
NamingEnumeration bl=(NamingEnumeration)ctx.listBindings();
while(bl.hasMore()){
Binding b=(Binding)bl.next();
System.out.println(b.getName() +  Object is -  + b.getObject());

On Executing this i am getting Exception

javax.naming.CommunicationException: Could not obtain connection to any of
these urls: localhost:1199 and discovery failed with error:
java.security.AccessControlException: access denied (java.net.SocketPermission
230.0.0.4 connect,accept,resolve) [Root exception is
javax.naming.CommunicationExcepti
on: Failed to connect to server localhost:1199 [Root exception is
java.security.AccessControlException: access denied (java.net.SocketPermission
127.0.0.1:1199 connect,resolve)]]

_
if anyone knows the answer then do let me no please



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Null Exception when identity.db.xml is not null????

2006-01-08 Thread [EMAIL PROTECTED]
I guess the JBPM_HOME substring stands for an absolute path in your file 
system, right? In that case the form of  parseEntitiesResource() that takes a 
String is not the right one to use, because the string identifies a resource in 
your classpath. Try this instead
InputStream entitiesStream = new BufferedInputStream(new 
FileInputStream(JBPM_HOME/jbpm/src/resources/hsqldb/identity.db.xml));
  | Entity[] entities = IdentityXmlParser.parseEntitiesResource(entitiesStream);
  | entitiesStream.close();

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: about juddi-service.sar in 4.0.3SP1, is it missing or el

2006-01-08 Thread [EMAIL PROTECTED]
JUDDI does not come into picture with ejb3.0 development. Wrt the installer, I 
am not sure, if all the services that come with the standard full zip file, are 
provided by the installer.  Need to look at the installer to answer that.

But anyway, since your problem is solved, good luck with the project. :-)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Jboss-snmp-adaptor-snmptrapd-snmptt configuration iss

2006-01-08 Thread karanUk
With snmp-adaptor.sar set up to send traps,Nagios could be configured as per  
details in links below.

http://www.nagios.org/faqs/viewfaq.php?faq_id=29
http://www.samag.com/documents/s=9559/sam0503g/

karanuk

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Running noejb ant testexample under IDEA TestNG plugin?

2006-01-08 Thread RobJellinghaus
I'm taking the noejb example and I'm using it as a starting point for a sample 
app of my own.  In doing this I've taken the classes and renamed them, and done 
a few other minor modifications.  The original code passes ant testexample 
cleanly.

Now my repackaged example is failing ant testexample -- the changePassword 
test in Hotel Booking.  It says the password was already changed.  
Interesting.  I'd like to do some stepping through the code to see if I can 
figure out what's what.

So I load up the TestNG plugin into IDEA 5.0 and try to run the LoginTest class 
(just to test out the plugin).  And I get the following IDEA messages:

Information: Compilation completed with 1 errors and 0 warnings
Information: 1 error
Information: 0 warnings
Error: C:\my project directory\WEB-INF (The system cannot find the file 
specified)

Well, of course it can't. There IS no WEB-INF directory under the main project 
directory. But why is it even looking for one?

It's very possible this is an error in my setting up TestNG inside IDEA -- I 
haven't dug into the build file to see how it's launching TestNG.  So really 
I'm just looking for a sanity check.  Has anyone / is anyone using IDEA and the 
TestNG plugin to enable stepping through SEAM unit tests?  Is this no big deal 
and I should just work on it some more?  Or is this a never-before-tried 
combination and I'm in unknown territory?

Cheers!
Rob

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: about juddi-service.sar in 4.0.3SP1, is it missing or el

2006-01-08 Thread itomer
thanks a lot.
this post is closed.

it is really my wrong.

maybe it would be better if there can be some notes about this, for some JBoss 
newbie lke me. such as, Warning! JBoss EJB 3 build may not contain all the 
standard services.

when i used the run installer and choosed All,  i assumed that it would 
install all the standard services by default. but clearly i was wrong. :-)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Running noejb

2006-01-08 Thread [EMAIL PROTECTED]
We are all eclipse users here, so no, we have not tried to run the tests in 
IntelliJ as far as I know.

The tests are working for me both from Ant, and from the  eclipse TestNG plugin.


Are you sure you have followed the instructions in readme.txt and got all 
required folders in the classpath? Esp. the resources folder...

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - How to create a MBean to manage system wide properties?

2006-01-08 Thread ngsubs
Hello,

I am getting started with Java  JBoss server. Can someone provide me an 
example of how to write a MBean to manage my system wide application properties?

My understanding is that it is just a matter of adding a mbean definition in 
jboss-service.xml file. However I've not found an example implementing the 
actual mbean service to manage the different name/value properties. 

Any detailed explanation or an example code would be greatly appreciated.

Best,
Ng

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user