[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache Portable Runtime (APR) on Jboss 4.2.3 GA

2008-12-10 Thread [EMAIL PROTECTED]
Thanks for the help. I did not find 2.0.2 so I used to 2.0.3 and loaded.

I still have issues with HTTPS since I need to make some configuration changes 
to connector but I probably will just leave it undefined. I found some useful 
information on following page 
http://www.jboss.org/file-access/default/members/jbossweb/freezone/docs/2.1.0/apr.html.

Thanks, Wes.

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

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


[jboss-user] [JBoss AOP] - Re: new bee trying maven aop plugin compile goal to add in

2008-12-10 Thread [EMAIL PROTECTED]
hi, take a look at the introductions example we have in the distro. there 
you'll find an example jboss-aop.xml file and a pom.xml file that will help you 
along.

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

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


[jboss-user] [JBoss AOP] - Re: using jboss-aop with eclipse

2008-12-10 Thread [EMAIL PROTECTED]
the eclipse plugin for aop has been deprecated for a while (there have been 
numerous posts about this, just use the search utility :)
- yes, fixing/making a new plugin is on our todo, but we dont know when yet.

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

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


[jboss-user] [JBoss AOP] - Re: using jboss-aop with eclipse

2008-12-10 Thread [EMAIL PROTECTED]
The following blog should give you some pointers on how to run an aop example 
in normal Eclipse without the plugin
http://www.jboss.org/feeds/post/debugging_jboss_aop_apps_tutorial_part1

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Using JBC 3 with Hibernate (3.3)

2008-12-10 Thread [EMAIL PROTECTED]
nlif: Sorry, no, JTA is required.

soee: FYI, full documentation of the updated Hibernate/JBC integration can be 
found at 
https://www.jboss.org/community/servlet/JiveServlet/download/10386-69-6042/hibernate-jbosscache-guide-3.pdf
 .

(In case that URL proves fragile, the PDF is an attachment to 
https://www.jboss.org/community/docs/DOC-10386 .)

The docs refer to JBC 2, but as you've found JBC 3 works fine. JBoss AS 5 uses 
the Hibernate 3.3.1/JBC 3.0.1 combination for second level caching. You can 
also use JBC 3's MVCC locking, which isn't covered in the docs, although from 
your http://www.jboss.com/index.html?module=bbop=viewtopicp=4195363#4195363 
thread it looks like you've found a bug that affects this.

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

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


[jboss-user] [JBoss AOP] - Re: new bee trying maven aop plugin compile goal to add in

2008-12-10 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : hi, take a look at the introductions example we 
have in the distro. there you'll find an example jboss-aop.xml file and a 
pom.xml file that will help you along.


I tried the examples it did not help me , please help me give a simple example,

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

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


[jboss-user] [Microcontainer] - Hiding a bean from the rest of the world

2008-12-10 Thread [EMAIL PROTECTED]
I'd like to set up my BeanMetaData so that I can deploy a bean as a part of 
another deployment without it being visible to other deployments.

The use case in this case is that I want the publicly available bean to 
implement a public interface.  The public bean delegates to the *real* bean 
instance, which has (among other things) the (public) lifecycle methods on it.  
This way the user can't get at the lifecycle methods or any internal state 
that I don't want to be visible.  But unless the private bean is invisible or 
unavailable to other deployments, then having two separate objects is pointless.

The user would treat the public bean as the object of interest which they could 
inject or use however they like.  But the private bean is the one with the 
lifecycle methods.

How can I hide the private bean?

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

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


[jboss-user] [JBoss Portal] - Re: Can't get Portal+AS binary to run on windows

2008-12-09 Thread [EMAIL PROTECTED]
You are running out of PermGen space, your machine is not the culprit, but you 
need to specify your JVM to let it use more memory than the low default.

See the FAQ:
http://www.jboss.org/community/docs/DOC-10701

anonymous wrote : 
  | Q: I get java.lang.OutOfMemoryError: PermGenSpace errors
  | 
  | A: Increase your max perm gen space in run.conf (on Windows, you need to 
edit run.bat as run.conf is not taken into account on Windows systems) by 
adding the following option to JAVA_OPTS:
  | 
  | -XX:MaxPermSize=128m
  | 

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

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


[jboss-user] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL

2008-12-09 Thread [EMAIL PROTECTED]
Thanks for the jira issue and the proposed solution; I've just scheduled it for 
3.0.6.GA.
Link for cross-reference: https://jira.jboss.org/jira/browse/JBWS-2411

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

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


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache Portable Runtime (APR) on Jboss 4.2.3 GA

2008-12-09 Thread [EMAIL PROTECTED]
I downloaded jboss-native-2.0.6-linux2-x86-ssl.tar.gz. The download page only 
lists 2.0.6.

The Wiki page is for JBoss AS 4.2 and covers Native 2.0.0 and has additional 
directions for Native 2.0.4 which I followed. I listed the contents of the bin 
directory using the same technique as the wiki. I noticed the wiki had version 
numbers for some of the libraries but other than that, they appeared to be 
similar.

The libraries in bin/native and bin/native/engines are owned by the user 
running JBoss AS and are either 755 or 555.

Wes.


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

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


[jboss-user] [JBossWS] - Re: ws-eventing notification

2008-12-09 Thread [EMAIL PROTECTED]
Download source code from SVN repo. There're plenty of ws-eventing examples.

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

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


[jboss-user] [JBossWS] - Re: Implement WS-Security on JBoss 4.0.5

2008-12-09 Thread [EMAIL PROTECTED]
You have to install latest JBossWS native to you AS 4.0.5 environment. See how 
to install instructions in download.

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

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


[jboss-user] [JBoss Portal] - Re: Error when trying to enable the CMS Approval Workflow in

2008-12-09 Thread [EMAIL PROTECTED]
Looks like the workflow service is already registered. Can you check and make 
sure there is not another portal-workflow.sar specifically the 

portal:service=ApprovePublish,type=Workflow service already specified.

Out of the box this service is enabled so you should not need to add another 
file.

All you need to do is activate the CMS workflow through the 
portal-cms.sar/META-INF/jboss-service.xml as specified in the docs

Thanks

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

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


[jboss-user] [Clustering/JBoss] - Re: Dependency injection of remote bean

2008-12-09 Thread [EMAIL PROTECTED]
Some sort of JNDI lookup is needed. If you are talking about JEE components 
this can be handled for you via the injection annotations; e.g. @EJB.

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

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


[jboss-user] [Clustering/JBoss] - Re: Copying large files to members using JGroups

2008-12-09 Thread [EMAIL PROTECTED]
The JBoss AS 4.x Farm service does file copy over JGroups; perhaps some of the 
code will be useful.  The class that does the actual work of moving files over 
the wire is

https://svn.jboss.org/repos/jbossas/branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.java

This code uses the JBoss AS HAPartition, which for this usage is just a thin 
layer that calls through to JGroups' RpcDispatcher. You could code directly to 
RpcDispatcher. You can see how the HAPartition implementation calls through to 
RpcDispatcher at

https://svn.jboss.org/repos/jbossas/branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Possible bug with putForExternalRead in 3.0.1

2008-12-09 Thread [EMAIL PROTECTED]
Back to my old mantra - have you got a unit test for this?  :-)  It should be 
easy enough to write one and test whether pFER() waits for locks - have a tx 
acquire the lock and then suspend the tx, then try the pFER().

Disabling lock acquisition does not happen in the CacheInvocationDelegate, but 
in the locking interceptor instead.  e.g. PessimisticLockInterceptor:


  |@Override
  |protected Object handlePutKeyValueCommand(InvocationContext ctx, 
PutKeyValueCommand command) throws Throwable
  |{
  |   return handlePutCommand(ctx, command, false);
  |}
  | 
  |@Override
  |protected Object handlePutForExternalReadCommand(InvocationContext ctx, 
PutForExternalReadCommand command) throws Throwable
  |{
  |   return handlePutCommand(ctx, command, true);
  |}
  | 
  |private Object handlePutCommand(InvocationContext ctx, DataCommand 
command, boolean zeroAcquisitionTimeout)
  |  throws Throwable
  |{
  |   
  |}
  | 

You are right though that this seems to have been missed out in the 
MVCCLockingInterceptor.  

Could you confirm that you saw this problem with MVCC and not PL/OL?


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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Possible bug with putForExternalRead in 3.0.1

2008-12-09 Thread [EMAIL PROTECTED]
Just raised a JIRA for this JBCACHE-1450.

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

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


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache Portable Runtime (APR) on Jboss 4.2.3 GA

2008-12-08 Thread [EMAIL PROTECTED]
I am having a slightly different problem. It is finding the native directory 
but not APR.

I run JBoss and it reports that it can not find APR in a bunch of directories. 
I download jboss-native-2.0.6-linux2-x86-ssl.tar.gz and follow the instructions 
on http://www.jboss.org/community/docs/DOC-9912 which has me moving files from 
META-INF/lib/linux2/x86 to jboss/bin/native and META-INF/bin/linux2/x86 to 
jboss/bin. It finds the native directory but not APR.

Before the download install.

16:17:16,715 INFO  [AprLifecycleListener] The Apache Tomcat Native library 
which allows optimal performance in production environments was not found on 
the java.library.path: 
/usr/jdk1.5.0_03/jre/lib/i386/server:/usr/jdk1.5.0_03/jre/lib/i386:/usr/jdk1.5.0_03/jre/../lib/i386

The results of the download and install.

[EMAIL PROTECTED] bin]$ find . -type f | sort
./classpath.sh
./javassist.jar
./jboss_init_hpux.sh
./jboss_init_redhat.sh
./jboss_init_suse.sh
./jboss.pid
./jboss.pidx
./jboss-profiler.jar
./jboss-profiler-plugins.jar
./jboss-profiler.properties
./.jboss-profiler.properties.swp
./jsvc
./native/engines/lib4758cca.so
./native/engines/libaep.so
./native/engines/libatalla.so
./native/engines/libcapi.so
./native/engines/libchil.so
./native/engines/libcswift.so
./native/engines/libgmp.so
./native/engines/libnuron.so
./native/engines/libsureware.so
./native/engines/libubsec.so
./native/libapr-1.so
./native/libaprutil-1.so
./native/libcrypto.so
./native/libexpat.so
./native/libssl.so
./native/libtcnative-1.so
./native/libz.so
./openssl
./probe.bat
./probe.sh
./run.bat
./run.conf
./run.jar
./run.sh
./shutdown.bat
./shutdown.jar
./shutdown.sh
./startup.bat
./startup.sh
./twiddle.bat
./twiddle.jar
./twiddle.log
./twiddle.sh
./wsconsume.bat
./wsconsume.sh
./wsprovide.bat
./wsprovide.sh
./wsrunclient.bat
./wsrunclient.sh
./wstools.bat
./wstools.sh
[EMAIL PROTECTED] bin]$ 

The restart after the install.

JBOSS_HOME: /usr/local/jboss
JBoss Profiler 2.0.Beta4 (Sun Microsystems Inc. 1.5.0_03)
JBoss Profiler depends on external communication module
16:29:56,757 INFO  [Server] Starting JBoss (MX MicroKernel)...
16:29:56,759 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: 
SVNTag=JBoss_4_2_3_GA date=200807181417)
16:29:56,761 INFO  [Server] Home Dir: /usr/local/jboss-4.2.3.GA
16:29:56,761 INFO  [Server] Home URL: file:/usr/local/jboss-4.2.3.GA/
16:29:56,763 INFO  [Server] Patch URL: null
16:29:56,763 INFO  [Server] Server Name: default
16:29:56,763 INFO  [Server] Server Home Dir: 
/usr/local/jboss-4.2.3.GA/server/default
16:29:56,764 INFO  [Server] Server Home URL: 
file:/usr/local/jboss-4.2.3.GA/server/default/
16:29:56,764 INFO  [Server] Server Log Dir: 
/usr/local/jboss-4.2.3.GA/server/default/log
16:29:56,765 INFO  [Server] Server Temp Dir: 
/usr/local/jboss-4.2.3.GA/server/default/tmp
16:29:56,765 INFO  [Server] Root Deployment Filename: jboss-service.xml
16:29:57,720 INFO  [ServerInfo] Java version: 1.5.0_03,Sun Microsystems Inc.
16:29:57,720 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 
1.5.0_03-b07,Sun Microsystems Inc.
16:29:57,720 INFO  [ServerInfo] OS-System: Linux 2.4.21-57.ELsmp,i386
16:29:58,298 INFO  [Server] Core system initialized
16:30:02,357 INFO  [WebService] Using RMI server codebase: 
http://bri-devweb01:8083/
16:30:02,361 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:jboss-log4j.xml
16:30:03,291 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA 
version) - JBoss Inc.
16:30:03,291 INFO  [TransactionManagerService] Setting up property manager 
MBean and JMX layer
16:30:03,709 INFO  [TransactionManagerService] Starting recovery manager
16:30:03,988 INFO  [TransactionManagerService] Recovery manager started
16:30:03,988 INFO  [TransactionManagerService] Binding TransactionManager JNDI 
Reference
16:30:10,726 INFO  [EJB3Deployer] Starting java:comp multiplexer
16:30:11,190 INFO  [Profiler] JBoss Profiler: ProfilerMBean started
16:30:11,190 INFO  [Communicator] JBoss Profiler: Communicator for JBoss 
Profiler 2.0.Beta4
16:30:11,199 INFO  [Communicator] JBoss Profiler: Socket=0.0.0.0:5400
16:30:16,800 INFO  [NativeServerConfig] JBoss Web Services - Native
16:30:16,801 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA 
(build=200803312044)
16:30:18,049 INFO  [Embedded] Catalina naming disabled
16:30:18,334 INFO  [AprLifecycleListener] The Apache Tomcat Native library 
which allows optimal performance in production environments was not found on 
the java.library.path: /usr/local/jboss/bin/native
16:30:18,476 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on 
http-0.0.0.0-9080
16:30:19,925 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-9443
16:30:19,927 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-9009

[EMAIL PROTECTED] bin]$ cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Xeon(TM) CPU 3.20GHz
stepping: 1
cpu

[jboss-user] [Security JAAS/JBoss] - Re: Urgent: Authentication Exception while accessing an none

2008-12-07 Thread [EMAIL PROTECTED]
The exception is thrown by an ejb3 interceptor.  Do you have ejb3 beans in your 
deployment?

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

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


[jboss-user] [Security JAAS/JBoss] - Re: Jboss 5 Strange Login Issues with WebAuthenticate

2008-12-07 Thread [EMAIL PROTECTED]
In jboss-web.xml, try
security-domainportal/security-domain



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

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


[jboss-user] [Security JAAS/JBoss] - Re: Jboss 5 Strange Login Issues with WebAuthenticate

2008-12-07 Thread [EMAIL PROTECTED]
In jboss-web.xml, try
security-domainportal/security-domain

Somewhere we are not removing the java:/jaas prefix.

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

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


[jboss-user] [Security JAAS/JBoss] - Re: Jboss 5 Strange Login Issues with WebAuthenticate

2008-12-07 Thread [EMAIL PROTECTED]
https://jira.jboss.org/jira/browse/JBAS-6291

We will validate that there are no issues.

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

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


[jboss-user] [Security JAAS/JBoss] - Re: is it security hole

2008-12-07 Thread [EMAIL PROTECTED]
Use security constraints in your web application to disable the unneeded HTTP 
methods.

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

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


[jboss-user] [JBoss Portal] - Re: Can't get Portal+AS binary to run on windows

2008-12-07 Thread [EMAIL PROTECTED]
Did you check the md5sum ? Try to download the package again

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

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


[jboss-user] [JBoss Portal] - Re: Portal 2.7 and IE Issues

2008-12-07 Thread [EMAIL PROTECTED]
it is fixed in SVN, will be part of 2.7.1

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

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


[jboss-user] [JBoss Portal] - Re: Can't get JBoss Portal Source Code to deploy

2008-12-07 Thread [EMAIL PROTECTED]
JBoss Portal 2.7 will only run on 4.2.3 (not 5.0).

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - App Server v5.0.0.GA Documentation not available?

2008-12-06 Thread [EMAIL PROTECTED]
When trying to 'view online' documentation for v5.0.0.GA I get to a page with:

Sorry, you don't have access to this resource

as the only content ...

I have logged in -- no change.

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

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


[jboss-user] [Security JAAS/JBoss] - Re: JBoss SSO CR2 problems

2008-12-06 Thread [EMAIL PROTECTED]
Alejandro-

as a hint, it looks like from the stacktrace, its a Class Not Found issue. 
Looks like the Federation server service needs the OpenSAML libraries packaged.

I would recommend running the build inside source and compare the federation 
server artifact in CR2 with CR1 for differences.

Thanks

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

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


[jboss-user] [Security JAAS/JBoss] - Re: JBoss SSO CR2 problems

2008-12-06 Thread [EMAIL PROTECTED]
msystems-

After comparing your CR2 packagin/configuration with my local 
packaging/configuraton of both the federation-server.ear and jboss-sso.sar,

everything looks fine. In fact the configuration looks to be properly migrated.

Looking at the stacktrace, it looks like a NoClassFoundError as a result of an 
OutOfMemoryError while loading the OpenSAML libraries (when executing inside 
the federation-server). 

I would like you to try a couple of environmental things on your end with CR2:

1/ Try to run this on Java5 instead of Java6.I have never run JBoss SSO on 
Java6, so I am not sure if there are some ClassLoading issues here that need to 
be fixed with a different packaging structure

2/ Boost your -Xms128m -Xmx512m, to see if the PermGenSpace error goes away, 
and the OpenSAML libraries can be loaded. This is just to test.

Thanks

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-05 Thread [EMAIL PROTECTED]
OK, taking this another way - was my solution of adding the two package 
dependencies the correct one?  Is there a better solution?  In particular, are 
the MC kernel bits implicitly exported as a module inside JBossAS somewhere 
that I can't find, so that I could import a module or modules instead of 
packages?

(and if not, why not? :-))

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-05 Thread [EMAIL PROTECTED]
I've uploaded a 2.0.2-SNAPSHOT of jboss-cl with a fix for this bug
https://jira.jboss.org/jira/browse/JBCL-77
if you want to try it.

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-05 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : OK, taking this another way - was my solution of 
adding the two package dependencies the correct one?  Is there a better 
solution?  In particular, are the MC kernel bits implicitly exported as a 
module inside JBossAS somewhere that I can't find, so that I could import a 
module or modules instead of packages?
  | 
  | (and if not, why not? :-))

The module name is the name on the classloader

  |classloader name=deployers-classloader 
xmlns=urn:jboss:classloader:1.0 export-all=NON_EMPTY import-all=true
  | 

The version is 0.0.0 since it is not explicity specified.

You can see this more explicitly if you look at server/xxx/log/boot.log

  | DEBUG [Domain] [EMAIL PROTECTED] add module VFSClassLoaderPolicyModule 
deployers-classloader:0.0.0
  | 

Most people (except the eclipse developers :-) think that importing modules
is lazy - it makes things prone to problems when modules are refactored
i.e. you move packages to other modules.

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-05 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : I've uploaded a 2.0.2-SNAPSHOT of jboss-cl with a 
fix for this bug if you want to try it.

It seems to work.  In JBossAS minimal configuration, it prints the warning 
several times:


  | 08:37:13,719 WARN  [ClassLoadingSpace] VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.deployer.kernel [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  | 08:37:13,719 WARN  [ClassLoadingSpace] VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.spi.deployer [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  | 08:37:13,720 WARN  [ClassLoadingSpace] VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.deployer.kernel [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  | 08:37:13,720 WARN  [ClassLoadingSpace] VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.spi.deployer [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  | 08:37:13,720 WARN  [ClassLoadingSpace] VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.spi.deployer [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  | 

...if that matters to you.

[EMAIL PROTECTED] wrote : Most people (except the eclipse developers :-) 
think that importing modules is lazy - it makes things prone to problems when 
modules are refactored i.e. you move packages to other modules.

Hm, okay, that seems reasonable.

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-05 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : [EMAIL PROTECTED] wrote : I've uploaded a 
2.0.2-SNAPSHOT of jboss-cl with a fix for this bug if you want to try it.
  | 
  | It seems to work.  In JBossAS minimal configuration, it prints the warning 
several times:
  | 
  | 
  |   | 08:37:13,719 WARN  [ClassLoadingSpace] 
VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.deployer.kernel [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  |   | 08:37:13,719 WARN  [ClassLoadingSpace] 
VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.spi.deployer [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  |   | 08:37:13,720 WARN  [ClassLoadingSpace] 
VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.deployer.kernel [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  |   | 08:37:13,720 WARN  [ClassLoadingSpace] 
VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.spi.deployer [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  |   | 08:37:13,720 WARN  [ClassLoadingSpace] 
VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.spi.deployer [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  |   | 
  | 
  | ...if that matters to you.
  | 

Yes, obviously the WARNing is in the wrong place.

I've moved it such that it only prints the WARNing once - when the dependency
is fully resolved. i.e. the other module is in the correct state to be usable 
as an import.

I've updated a new 2.0.2-SNAPSHOT if you want to try it.
You'll probably have to remove the old one from your local maven repository
since maven only checks for snapshots once per day.

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-05 Thread [EMAIL PROTECTED]
Yeah, the new snapshot only prints once per package requirement now:


  | 09:44:08,906 WARN  [RequirementDependencyItem] 
VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.spi.deployer [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  | 09:44:08,911 WARN  [RequirementDependencyItem] 
VFSDeploymentClassLoaderPolicyModule 
jboss-threads-deployer-classloader:1.0.0.Alpha resolved 
PackageRequirement{org.jboss.deployers.vfs.deployer.kernel [0.0.0,?)} to 
VFSClassLoaderPolicyModule deployers-classloader:0.0.0 which has 
import-all=true. Cannot check its consistency.
  | 

Off to tinker with other stuff...

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

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


[jboss-user] [JBoss Tools (users)] - Re: Smooks Plugin Tutorial

2008-12-05 Thread [EMAIL PROTECTED]
good - fyi, the Smooks stuff is only available from the 3 beta and in nightly 
builds which requires Ganymede.

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

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


[jboss-user] [JBoss Tools (users)] - Re: Error creating Seam 2.1.0 SP1 Web Project with Tools 3 b

2008-12-04 Thread [EMAIL PROTECTED]
elenctic87, are you saying you get the *exact* same error message just because 
you installed oxygen ? 

I seriously doubt that - please start a new thread if it is a different msg.

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

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


[jboss-user] [JBoss Tools (users)] - Re: Seam message bundle not recognized

2008-12-04 Thread [EMAIL PROTECTED]
which jira did you look at ?

MessageBundle completion have been improved over the last few releases so 2.1.x 
had some some and 3.0 has even more.

So it depends on what kind of messagebundle entry you mean.

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

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


[jboss-user] [JBoss Tools (users)] - Re: Seam message bundle not recognized

2008-12-04 Thread [EMAIL PROTECTED]
hmm - it worked for me when testing JBIDE-1258.

Have you tried 3.0 builds to see if it fails there too ?

Could you report in jira with steps how to reproduce ?

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

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


[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread [EMAIL PROTECTED]
I haven't looked at the archetypes done by Wesley so don't know much about it.

I know that m2eclipse have done some work to allow maven projects work better 
with WTP style projects I just haven't had time to investigate.

Which version of JBoss tools are you using btw. ?



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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: jbosscache/jgroups memory leak

2008-12-04 Thread [EMAIL PROTECTED]
Yes, that's correct. I suggest take a look at one of the configs shipped with 
JGroups (e.g. udp.xml) as example

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

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


[jboss-user] [JBoss Tools (users)] - Re: DataModelSelection doesnt work

2008-12-04 Thread [EMAIL PROTECTED]
this is the tooling forum, you are looking for the richfaces forum.

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

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


[jboss-user] [EJB 3.0] - Problems with Embedded EJB3.1 from trunk

2008-12-04 Thread [EMAIL PROTECTED]
* org.jboss.metadata:jboss-metadata is [1.0.0.CR1] which causes a bootstrap 
problem, removing the version constraint fixes this

* org.jboss.integration:jboss-transaction-spi was at 5.0.0.CR2, needs to be 
5.0.3.GA, I hacked this by making embedded depend directly on the 
transaction-spi

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

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


[jboss-user] [Security JAAS/JBoss] - Re: JBoss SSO

2008-12-04 Thread [EMAIL PROTECTED]
msystems-

https://svn.jboss.org/repos/jboss-sso/dev/trunk
has the GA codebase. The code for GA is ready and available on trunk.

The official release needs to go through a release process. Mostly, build 
cleanup, docbook based documentation, etc.

btw- The configuration has gone through some minor changes from CR1 to GA, so 
you may need to look into that while upgrading.

Thanks


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

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


[jboss-user] [Security JAAS/JBoss] - Re: JBoss SSO

2008-12-04 Thread [EMAIL PROTECTED]
The anonymous svn location is:

http://anonsvn.jboss.org/repos/jboss-sso/dev/trunk

Thanks 

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
OK, latest update.  Figuring that it was due to the fact that the classloading 
configuration for my deployer did not include the appropriate deployer classes, 
I changed my jboss-classloading.xml as follows:


  | ?xml version=1.0 encoding=UTF-8?
  | 
  | classloading name=jboss-threads-deployer-classloader version=@VERSION@ 
xmlns=urn:jboss:classloading:1.0
  | requirements
  | module name=jboss-threads/
  | package name=org.jboss.deployers.vfs.deployer.kernel/
  | package name=org.jboss.deployers.vfs.spi.deployer/
  | /requirements
  | /classloading
  | 

Now I get an NPE:


  | 14:57:40,307 ERROR [AbstractKernelController] Error resolving dependencies 
for ClassLoader: 
name=vfszip:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer
 state=Describe mode=Manual requiredState=ClassLoader
  | java.lang.NullPointerException
  | at 
org.jboss.classloading.spi.dependency.ClassLoadingSpace.resolve(ClassLoadingSpace.java:325)
  | at 
org.jboss.classloading.spi.dependency.ClassLoadingSpace.joinAndResolve(ClassLoadingSpace.java:122)
  | at 
org.jboss.classloading.spi.dependency.ClassLoadingSpace.joinAndResolve(ClassLoadingSpace.java:169)
  | at 
org.jboss.classloading.spi.dependency.ClassLoadingSpace.resolve(ClassLoadingSpace.java:325)
  | at 
org.jboss.classloading.spi.dependency.Module.resolveModule(Module.java:737)
  | at 
org.jboss.classloading.spi.dependency.RequirementDependencyItem.resolve(RequirementDependencyItem.java:87)
  | at 
org.jboss.dependency.plugins.AbstractDependencyInfo.resolveDependencies(AbstractDependencyInfo.java:143)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1103)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1039)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
  | at 
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
  | at 
org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:290)
  | at 
org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
  | at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  | at 
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
  | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
  | at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  | at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  | at java.lang.Thread.run(Thread.java:619)
  | 14:57:40,315 WARN  [HDScanner] Failed to process changes
  | org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of 
incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | *** CONTEXTS IN ERROR: Name - Error
  | 
  | 
vfszip:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer
 - java.lang.NullPointerException
  | 
  | 
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:863)
  | at 
org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:665)
  | at 
org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:293)
  | at 
org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
  | at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  | at 
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
  | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
  | at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  | at 

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
BTW, the @VERSION@ thing gets replaced with my real version number during build 
(yes, I checked it).

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
If it matters, the jboss-classloading.xml of the jboss-threads.jar looks like 
this:


  | ?xml version=1.0 encoding=UTF-8?
  | 
  | classloading name=jboss-threads-classloader version=1.0.0.Alpha 
xmlns=urn:jboss:classloading:1.0
  | capabilities
  | module name=jboss-threads version=1.0.0.Alpha/
  | package name=org.jboss.threads version=1.0.0.Alpha/
  | /capabilities
  | requirements/
  | /classloading
  | 

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

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


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PHP on TOMCAT

2008-12-04 Thread [EMAIL PROTECTED]
anonymous wrote : X-Powered-By='Servlet 2.4; JBoss-4.0.2 (build: 
CVSTag=JBoss_4_0_2 date=200505022023)/Tomcat-5.5'
  | 
  | 2008-11-25 17:33:33,485 INFO  
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/php-examples]]
 php: init: loglevel set to 0
  | 
  | 2008-11-25 17:33:33,487 INFO  
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/php-examples]]
 demophp: init: loglevel set to 0

Ahhh, the sweet type of Sucesss !!

Yes, My dependancies were messed up, no doubt from my installation attempts 
prior to coming to the forum. 

An ldd showed that libphp5 was referencing /usr/local/lib/libxml2.so. Plus this 
was an older copy of the libxml2.so ( libxml2.so.2.6.11 ) which must not have 
had xmlTextReaderSchemaValidate. 

So after changing the LD_LIBRARY_PATH, and getting the same problem i copied 
the libxml2.so.2.6.32, generated from the succesful compile, along with the 
links into usr/local/lib/ and along with the aforementioned changes to 
LD_LIBRARAY_PATH to include /usr/local/lib, I am walking on two legs ! I will 
reinstall everything from scratch to make a cleaner installation. Thank heavens 
for virtual machines.

I do not know that i will use a lot of php, but now that I canit makes my 
jboss more versatile particularly at hosting applciations that want to drop in 
web2.0 dodads and whatsits. Hurrah. Onward !

This process brought me a little deeper into linux than i have been. I think 
with stronger knowledge to start, this installation would have gone a lot 
quicker on my part.

JFrederic, you are the man.


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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
Ah, great.  Where should I make this change in JBossAS?  in deployers.xml?  I 
see this:


  |classloader name=deployers-classloader 
xmlns=urn:jboss:classloader:1.0 export-all=NON_EMPTY import-all=true
  |   root${jboss.lib.url}jboss-deployers-core-spi.jar/root
  |   root${jboss.lib.url}jboss-deployers-core.jar/root
  |   root${jboss.lib.url}jboss-deployers-client-spi.jar/root
  |   root${jboss.lib.url}jboss-deployers-client.jar/root
  |   ...blah blah...
  | 

Should I change this import-all to false?

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
Hm.  I see that this is classloader not classloading.  Perhaps I should 
have grepped more specifically than classload. :-)

Which leaves me at square zero.  No idea what to fix to make this work in 
jbossas.  I'll poke around some more...

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
Just to clarify - I put import-all=false on both of my deployments and the 
effect is unchanged...

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

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


[jboss-user] [EJB/JBoss] - Re: EJB Client CallBacks (Like in RMI or CORBA)

2008-12-03 Thread [EMAIL PROTECTED]
That's a very unusual setup. Better use JMS to send this type of information.

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

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


[jboss-user] [JBoss Tools (users)] - Re: Will be the support of Tomahawk discontinued by JBoss To

2008-12-03 Thread [EMAIL PROTECTED]
Hi Kphilipp,

https://jira.jboss.org/jira/browse/JBIDE-2492 states ADF and tomahawk were 
removed because they were out of date so they haven't been in the build since 
mid-summer.

Are you saying they worked fine for you ?

Noone have stepped up to maintain them and afaik I was told causing more 
trouble than support. - if someone do we would love to put them back in again.

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

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


[jboss-user] [JBoss AOP] - Re: Help with pointcut

2008-12-03 Thread [EMAIL PROTECTED]
I thought you wanted to restrict to the package and not sub-packages.

If you want to intercept everything in the package and sub-packages this should 
work:

  | all(com.gm.tnt.*) 
  | 



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

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


[jboss-user] [JBoss Portal] - Re: How to set response HTTP headers in serverResource

2008-12-03 Thread [EMAIL PROTECTED]
Indeed. We are looking into it. Thanks!

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

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


[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread [EMAIL PROTECTED]
lgadams wrote : 
  | I saw your reply on the message board just now. I thought that when I 
received a reply to my post it would email me back. Sorry for not getting back 
to your question. 
  | 

You need to watch the topic to get notified. To include markup in your posts, 
you need to use the code tag so that it doesn't get interpreted.
 
lgadams wrote :  
  | The first section in this file with the producer name of 
“NetUnity” works as expected. The section that includes the jboss 
portal is the section that does not work. I am currently talking with Microsoft 
support about this issue. They seem to think that its related to how this 
configuration is set up. In the sharepoint user logs I get a message like this:
  | 
  | Runtime Error in method WSRPConfigurationToolPart.RefreshPortlets of type 
System.Web.Services.Protocols.SoapException.The exception was 
System.Web.Services.Protocols.SoapException: Could not register consumer named 
'Microsoft SharePoint'. 'Internet Explorer' is not a valid Consumer Agent. 
Please notify your Consumer provider that it is not WSRP-compliant. 
  | 

This is the root of the issue. The client agent sent by MS SharePoint does not 
conform to the format defined by the WSRP specification. By default, JBoss 
Portal uses a strict conformance model, hence rejecting anything that does not 
conform to the specfication. The producer can be configured to be more lenient. 
See 
http://docs.jboss.com/jbportal/v2.6.7/referenceGuide/html/wsrp.html#strict-mode 
for more details. Note that in Portal 2.7, this can be configured via the 
administration interface... ;)

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

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

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


[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : 
  | This is the root of the issue. The client agent sent by MS SharePoint ...

I meant consumerAgent, not client agent. See section 7.1.1 of the specification 
for more details.

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

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


[jboss-user] [Microcontainer] - ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Deploying my threads deployer on JBossAS (build from clean trunk as of about 30 
minutes ago) yields:


  | 11:46:50,843 ERROR [AbstractKernelController] Error installing to Real: 
name=vfszip:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer
 state=PreReal mode=Manual requiredState=Real
  | org.jboss.deployers.spi.DeploymentException: Error deploying: 
vfszip:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer
  | at 
org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:136)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.deploy(AbstractRealDeployerWithInput.java:125)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.internalDeploy(AbstractRealDeployerWithInput.java:102)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer.internalDeploy(AbstractComponentDeployer.java:78)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
  | at 
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
  | at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
  | at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
  | at 
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
  | at 
org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:290)
  | at 
org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
  | at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  | at 
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
  | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
  | at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  | at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  | at java.lang.Thread.run(Thread.java:619)
  | Caused by: java.lang.IllegalArgumentException: Exception loading class for 
ScopeKey addition.
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.addBeanComponent(BeanMetaDataFactoryVisitor.java:67)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:126)
  | ... 28 more
  | Caused by: java.lang.ClassNotFoundException: 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryDeployer from [EMAIL 
PROTECTED]@2c86c977{name=vfszip:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer
 [EMAIL PROTECTED] parentPolicy=BEFORE [EMAIL PROTECTED] [EMAIL PROTECTED] 
context=vfsmemory://3j001-no32d3-foa9setw-1-foa9twdo-9n 
real=vfsmemory://3j001-no32d3-foa9setw-1-foa9twdo-9n], [EMAIL PROTECTED] 
context=file:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/
 
real=file:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer]]
  [EMAIL PROTECTED]@22753e7a{vfszip:/home/david/src/java/jbossas/trunk/bu!
 ild/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.jar}}] 
exported=[]}}
  | at 
org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:385

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Wait, I see where this is coming from.  I'm still declaring my deployer like 
this:


  | deployment xmlns=urn:jboss:bean-deployer:2.0
  | bean name=JBossThreadsMetaDataFactoryDeployer 
class=org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryDeployer
  | constructor
  | 
parameterorg.jboss.threads.metadata.ThreadsMetaData/parameter
  | /constructor
  | /bean
  | 
  | bean name=JBossThreadsMetaDataSchemaResolverDeployer 
class=org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer
  | constructor
  | 
parameterorg.jboss.threads.metadata.ThreadsMetaData/parameter
  | /constructor
  | property name=namejboss-threads.xml/property
  | property name=registerWithJBossXBtrue/property
  | /bean
  | /deployment
  | 

Which is clearly not safe against refactors.  I suppose I should use the 
deployers stuff.

Though I just noticed that the jboss-deployers-2_0.xsd schema has a 
targetNamespace of urn:jboss:classloader:1.0.  Oops? :-)

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Also it uses 'required=true' etc when it should be using 'use=required'.  I 
seem to recall reporting this before. :-)

Can I commit a fix for this without screwing anything up?

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Now I see that jboss-deployers doesn't have a tag for BeanMetaDataFactory 
deployers.  So I guess I'm back to my original problem of finding where that 
class went :)


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

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


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PHP on TOMCAT

2008-12-03 Thread [EMAIL PROTECTED]
Thanks JFrederic, 
Previously, I had been trying to get the libphp5 files from PHP binaries with 
axps2 configured and thought buildphp.sh was doing something similiar.

Consequently, I was running buildphp on its own. You made it too easy by 
including the php5servlet directory in the project directory. It was pretty 
clear all along, in truth, the more I go through the process and
learn, the more straightforward it becomes.

So, I compiled succesfully. untarred in $JBOSS_HOME and added the descriptions 
to web.xml.

On start up, I have trouble with libxml2.so, i thinkundefined symbol: 
xmlTextReaderSchemaValidate .

I tried setting the LD_LIBRARY_PATH different ways, i tried it in run.sh just 
in case run.conf wasnt picked up and I also copied the files from the tarball 
into the /usr/lib/jdk1.5../.../server

I have spent some time trying to cajole it into seeing the libxm2.so group but 
im hitting a dead end

Here's the path setting from my run.sh and the error from the server startup ?

I greatly appreciate the help, You can forget how painful it was to learn to 
walk when you do it every day. Then you try something new on the computer and 
oh boy, the bruises may be mental but you are glad of the time spent when you 
are walking around on two legs.

run.sh :

anonymous wrote : 
LD_LIBRARY_PATH=/jboss/jboss-4.0.2/PHP/lib:jboss/jboss-4.0.2/bin/native;
  | export LD_LIBRARY_PATH;

server.log :
anonymous wrote : 2008-11-24 13:38:34,846 DEBUG 
[org.jboss.web.tomcat.filters.ReplyHeaderFilter] Adding header name: 
X-Powered-By='Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
date=200505022023)/Tomcat-5.5'
  | 2008-11-24 13:38:34,915 DEBUG 
[org.jboss.invocation.http.servlet.InvokerServlet] 
localInvokerName=jboss:service=invoker,type=http
  | 2008-11-24 13:38:35,044 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/invoker]] 
StandardWrapper.Throwable
  | java.lang.UnsatisfiedLinkError: 
/usr/lib/jdk1.5.0_15/jre/lib/i386/server/libphp5servlet.so: 
/usr/lib/jdk1.5.0_15/jre/lib/i386/server/libphp5.so: undefined symbol: 
xmlTextReaderSchemaValidate, no libphp5servlet in 
java.library.path(/usr/lib/jdk1.5.0_15/jre/lib/i386/server:/usr/lib/jdk1.5.0_15/jre/lib/i386:/usr/lib/jdk1.5.0_15/jre/../lib/i386:/jboss/jboss-4.0.2/PHP/lib:/jboss/jboss-4.0.2/bin/native)
  | at org.jboss.web.php.Library.(Library.java:65)
  | at org.jboss.web.php.Library.initialize(Library.java:104)

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

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


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Schema fixed in trunk.  Will work some more on this tonight...

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

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


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PHP on TOMCAT

2008-12-03 Thread [EMAIL PROTECTED]
anonymous wrote : 
LD_LIBRARY_PATH=/jboss/jboss-4.0.2/PHP/lib:jboss/jboss-4.0.2/bin/native;
  | export LD_LIBRARY_PATH;
and
anonymous wrote : java.lang.UnsatisfiedLinkError: 
/usr/lib/jdk1.5.0_15/jre/lib/i386/server/libphp5servlet.so: 
/usr/lib/jdk1.5.0_15/jre/lib/i386/server/libphp5.so: undefined symbol: 
xmlTextReaderSchemaValidate, no libphp5servlet in 
java.library.path(/usr/lib/jdk1.5.0_15/jre/lib/i386/server:/usr/lib/jdk1.5.0_15/jre/lib/i386:/usr/lib/jdk1.5.0_15/jre/../lib/i386:/jboss/jboss-4.0.2/PHP/lib:/jboss/jboss-4.0.2/bin/native)
 

That looks fishy: The libphp5.so is in one place and you set LD_LIBRARY_PATH to 
another one. Follow the doc and don't try to put the bundle insde the JVM 
installation path.

1 - Check if you have a  libxml2.so in the php bundle. If not something went 
wrong will building.
2 - Use ldd libphp5.so and LD_LIBRARY_PATH to find the right value for 
LD_LIBRARY_PATH
3 - Use nm on libxml2.so  to check that xmlTextReaderSchemaValidate is an 
exported symbol.

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

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


[jboss-user] [JBoss jBPM] - Re: Compliation Error in parsing process definition xml from

2008-12-02 Thread [EMAIL PROTECTED]
I would suggest that you drop the processdefinition.xml which you wish to parse 
in the same folder where you have your jbpm.cfg.xml. If you deployed jbpm to 
tomcat like i did, it should be in the /WEB-INF/classes folder

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

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


[jboss-user] [Microcontainer] - Re: How to auto-wire using BeanMetaDataBuilder?

2008-12-02 Thread [EMAIL PROTECTED]
For XNIO, if no provider name is given, I want it to auto-wire based on type 
(in other words, find whatever provider is available).

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

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


[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
Ah, I see why it wasn't obvious at first.  So does that mean that any bean 
which I want to pull constants from has to be managed?

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

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


[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
It just seems a little odd - I want to pull a static field so why do I need an 
object instance?  Unless access-mode=FIELDS implicitly grabs the class 
instead?

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

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


[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
Consider the case where a constructor takes an enum or an enum-like object - 
object identity is significant, but there may or may not be a way to get the 
value from a factory method.  The object would be known publicly only because 
it is declared as a public constant.  The most obvious mechanism to me is a 
ValueMetaData that is comprised of a class and a field name.

Make sense?

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

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


[jboss-user] [JBoss Portal] - Re: Unauthenticated /sec Access with CAS enabled

2008-12-02 Thread [EMAIL PROTECTED]
This is a valid bug. The CAS SecuredURLPattern needs to filter /sec from its 
list.

This fix should be available in the next release. Until then, you can override 
the getSecuredURLPatterns method on the Valve with this filtering


Thanks

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

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


[jboss-user] [JBoss AOP] - Re: jboss-aop configuration help needed

2008-12-02 Thread [EMAIL PROTECTED]
Modify your jar to have the .aop extension, put the jboss-aop.xml into the .aop 
archive's META-INF directory. Deploy the file to the deploy folder.

See the injboss example that comes with the download for more examples

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

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


[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
Exactly...


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

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


[jboss-user] [JBoss AOP] - Re: jboss-aop configuration help needed

2008-12-02 Thread [EMAIL PROTECTED]
Turn on loadtime weaving. 
http://www.jboss.com/index.html?module=bbop=viewtopict=110955

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

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


[jboss-user] [JBoss Messaging] - Re: Problem in topic consumers when lost connections

2008-12-02 Thread [EMAIL PROTECTED]
anonymous wrote : My problem is that when the stand alone client reconects 
after lossing connection with the Jboss server, (something that is very 
probably, because they connect through internet) it can sends messages to the 
queue but it cannot consume messages from the topic. 

It is not clear to me how you are reconnecting your clients. Can you elaborate 
on that please?

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

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


[jboss-user] [JBoss AOP] - Re: Help with pointcut

2008-12-02 Thread [EMAIL PROTECTED]

  | all(com.gm.tnt..) 
  | 
should work, although I think that is aop 2.0.0 only:
http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/reference/en/html/pointcuts.html#pointcuts-wilcards



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

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


[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
Ah, I get it.  One thing though - shouldn't the class be loaded from the 
classloader of the deployment?  If you have just one ConstantsProvider for all 
deployements and it's just using its own classloader, one would think there 
might be problems when it is used by another deployment.

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

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


[jboss-user] [JBoss Portal] - Re: WSRP: failed to configure remote producer as described i

2008-12-02 Thread [EMAIL PROTECTED]
The source of the error is:
Server returned HTTP response code: 502 for URL: 
http://wsp.bea.com:7001/producer/producer?WSDL
This probably means that you didn't properly setup your proxy configuration. 
Assuming you used the proper host name and port for your proxy, it might mean 
that you need to add authentication configuration. See the pages linked from 
the Wiki for more information.
It might also be a transient error on BEA's public producer. This happens once 
in a while. However, if it persists, it's more likely a proxy configuration 
issue.

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

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


[jboss-user] [JBoss Tools (users)] - Re: a deployment problem

2008-12-01 Thread [EMAIL PROTECTED]
I would need some more details to be able to reproduce this ? Anything in the 
error log view ?

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

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


[jboss-user] [JBoss AOP] - Re: New SystemOuts since upgrade to 2.0.0.GA with Jboss AS (

2008-12-01 Thread [EMAIL PROTECTED]
the problem was that AOPLogger would globally overwrite the loggerplugin 
settings even though it was only ment to do that for aopclasses if only the 
NullLoggerPlugin was used. we want this so that people using aop standalong 
have a easy way to display debug information without needing to setting up a 
logger themself. - and AOPLogger will always print out every debug/trace/error 
statement because it doesnt do any Level check, we do that internally in aop 
(thats what jboss.aop.verbose is for :).
ive added a new line into the if-block that sets the logger back to 
NullLoggerPlugin after we've created a logger for the aopclasses. hopefully 
this should fix the problem you were seeing.

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: Where can I get underlying JBossCache from within JMX

2008-12-01 Thread [EMAIL PROTECTED]
What gets registered in JMX was changed in 2.x.  The cache itself is no longer 
in JMX, since JMX is meant to be for reporting only, not a service repository. 
Register to and lookup from JNDI if an service repo is what you want.

Alternately, there is a legacy JMX wrapper which did give you access to the 
cache service, since 2.x as well - look at the Javadocs of this wrapper for 
details.

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

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


[jboss-user] [JBoss jBPM] - Re: ExceptionHandler / changes since 3.2GA

2008-12-01 Thread [EMAIL PROTECTED]
You are right. It is really funny. I tried exception handler which throws 
exception and this exception was caught by this handler again causing infinite 
loop. I use jBPM 3.2.2.

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

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


[jboss-user] [Clustering/JBoss] - Re: Problems restarting cluster nodes - start up is interrup

2008-12-01 Thread [EMAIL PROTECTED]
What AS release and what version of JGroups (if you changed the default)?

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

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


[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-01 Thread [EMAIL PROTECTED]
The hotdeployment scanner initialization has been moved to 
deploy/hdscanner-jboss-beans.xml, so it cannot be deploying anything before the 
deployers are initialized. 

The profile service that is loaded by default now is the 
conf/bootstrap/profile-repository.xml. It is doing a rebuild of the structure 
metadata when it loads admin edits, so that must be causing this.

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

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


[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-01 Thread [EMAIL PROTECTED]
This whole system seems weird to me.  Why does the MC not suspend deploying a 
file until there is a matching deployer for it?  That would seem to be more 
reasonable to me.

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

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


[jboss-user] [Clustering/JBoss] - Re: Problems restarting cluster nodes - start up is interrup

2008-12-01 Thread [EMAIL PROTECTED]
Suggest you use 5.0.0.CR2; there have been improvements in the group formation 
logic since beta4.

If you still have issues, please post a description of exactly what you are 
seeing.

There's no way to prevent joining a group until all other services have 
started; a number of services depend on properly being part of the group.

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

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


[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-01 Thread [EMAIL PROTECTED]
...and, I also would need to know the programmatic equivalent as well.  Though 
I am starting to suspect that there is no support for this currently.

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

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


[jboss-user] [Clustering/JBoss] - Re: Uncluster JBoss 4.0.5.GA

2008-12-01 Thread [EMAIL PROTECTED]
See bottom section of https://www.jboss.org/community/docs/DOC-10217 .

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

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


[jboss-user] [Microcontainer] - Injecting a field value

2008-12-01 Thread [EMAIL PROTECTED]
I'd like to inject the value of a static constant field as a bean property 
value.  Is this possible to do?  Am I just not seeing the right tag/

Thanks.

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

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


[jboss-user] [Microcontainer] - How to auto-wire using BeanMetaDataBuilder?

2008-12-01 Thread [EMAIL PROTECTED]
I want to do auto-wiring as per ch. 11.5 of the MC user manual, but I want to 
do it programmatically from BeanMetaDataBuilder.  The needed methods appear to 
be missing though.  Am I just not seeing it?

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

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


[jboss-user] [JBoss Messaging] - Re: JBM 1.4.0sp3 cp04 bisocket parameters does not effect

2008-12-01 Thread [EMAIL PROTECTED]
Yes, I noticed that recently; see 
https://jira.jboss.org/jira/browse/JBREM-1069.  It will get fixed in the next 
Remoting releases.

However, as far as I can see, it should affect only validatorPingPeriod, 
which gets set in the metadata map, overriding the org.jboss.remoting.Client's 
configuration map.  But validatorPingTimeout should get its value from the 
Client's configuration map, which includes the parameters set in 
remoting-bisocket-service.xml.

However, maybe I'm missing something.

-Ron

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

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


[jboss-user] [Remoting] - Re: How to set ping timeout of ConnectionValidator?

2008-12-01 Thread [EMAIL PROTECTED]
Thanks, Mark.  I responded in the other forum.  

I don't think that problem, described in 
https://jira.jboss.org/jira/browse/JBREM-1069, woud affect any parameter except 
validatorPingPeriod, but maybe I'm missing something.

-Ron

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: jbosscache/jgroups memory leak

2008-12-01 Thread [EMAIL PROTECTED]
Thanks for the heads up !
Were you using FC in your stack ? FC, together with STABLE (and max_bytes set) 
would prevent an OOME, too.

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

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


[jboss-user] [JBoss Cache: Core Edition] - JBoss Cache 3.0.1.GA just released

2008-11-28 Thread [EMAIL PROTECTED]
I've just cut a new micro release on 3.0.0 - details here on my blog:

http://jbosscache.blogspot.com/2008/11/new-micro-release-on-jboss-cache-naga.html

Enjoy,
Manik

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

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



[jboss-user] [Clustering/JBoss] - Re: Only one instance of the

2008-11-28 Thread [EMAIL PROTECTED]
Ah, I missed the Address already in use part.

Using netstat -nao from the command line can tell you the process id of 
whatever is using the port. In Task Manager you can edit the configuration to 
get it to show you the process ids in the GUI; from that you can figure out 
what it is.

There are likely slicker ways to do that, but I'm not a Windows guru.

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

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


[jboss-user] [EJB 3.0] - JPA Deployment problems

2008-11-28 Thread [EMAIL PROTECTED]
I'm working with JBOSS 4.2.3 and JPA/Hibernate, and Postgress.
I managed to create my tables, but then I created a new class to be mapped as a 
new tables but when I deploy the jar,I got the following error:

Problem starting service persistence.units:unitName=JPAResources
javax.persistence.PersistenceException: org.hibernate.HibernateException: cannot
 simultaneously fetch multiple bags
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Con
figuration.java:720)
at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFa
ctory(HibernatePersistence.java:127)
at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnit
Deployment.java:246)
..



--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:unitName=JPARecursos
  State: FAILED
  Reason: javax.persistence.PersistenceException: 
org.hibernate.HibernateException: cannot simultaneously fetch multiple bags
  I Depend On:
jboss.jca:service=DataSourceBinding,name=PostgresDS

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:unitName=JPARecursos
  State: FAILED
  Reason: javax.persistence.PersistenceException: 
org.hibernate.HibernateException: cannot simultaneously fetch multiple bags
  I Depend On:
jboss.jca:service=DataSourceBinding,name=PostgresDS


JPAResources is the name of may persistence-unit
JPAResources.jar is the name of the jars containing the classes and de 
pesistence.xml file

I will apreciate any help you can provide me.
Thanks
 


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

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


[jboss-user] [JBoss Portal] - Re: relative links in Email verification

2008-11-28 Thread [EMAIL PROTECTED]
The email should have the full link (I doubled check on branch 2.7).
This is what i got:
anonymous wrote : 
  | Hello,
  | 
  | you tried to create an account on jboss.org 
  | 
  | The user information are written here for your convenience:
  | Username: theute
  | Password: testtest
  | 
  | At this time, your account is not activated and you will need to access the 
foll
  | owing URL to be able to login.
  | 
http://localhost:8180/portal/validateEmail/1/30a5d4237a2e67807958f03635a16a01
  | 
  | If you didn't ask to create an account, we apologize and no further action 
is re
  | quired.
  | 
  | Best regards,
  | jboss.org
  | 

Maybe i misundestood your issue

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

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


[jboss-user] [JBoss Tools (users)] - Re: a deployment problem

2008-11-28 Thread [EMAIL PROTECTED]
any chance something inside your app is holding a lock on the jar ?

What happens if you stop eclipse - can you remove the file then ?

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

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


[jboss-user] [JBoss Cache: Core Edition] - Re: newbie question, jgroups udp multicast

2008-11-28 Thread [EMAIL PROTECTED]
Looks like that's a problem with your transaction manager. The thing that's 
failing with an UnsupportedOperationException is a call to 
javax.transaction.TransactionManager.suspend().  The javadocs for that method 
don't say anything about that being an optional method.

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

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


[jboss-user] [JBoss Portal] - Re: How to get access to javax.jcr.Repository

2008-11-28 Thread [EMAIL PROTECTED]
Actually the SimpleCredential way will not work since the fine grained CMS 
Security is performed via the Portal CMS Security Engine and not by the 
JackRabbit Engine.

To achieve what you want to do, you can disable this interceptor when making a 
CMS Request. This approach is used in the Workflow components as well:

Check this sample code from the workflow components for some ideas:


  | ACLInterceptor.turnOff();
  | 
  | //create this content in the CMS and make it live
  | Command command = 
cms.getCommandFactory().createContentGetVersionsCommand(content.getPath());
  | List versions = (List)cms.execute(command);
  | 
  | ACLInterceptor.turnOn();
  | 

Thanks

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

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


  1   2   3   4   5   6   7   8   9   10   >