All,
We are attempting to leverage the Spring instrumented jars for providing monitoring within our application. We would like to have the beans / mbeans be auto discoverd by the Hyperic Agent...
Type: Posts; User: tnist; Keyword(s):
All,
We are attempting to leverage the Spring instrumented jars for providing monitoring within our application. We would like to have the beans / mbeans be auto discoverd by the Hyperic Agent...
Client-Runtime:
42 ACTIVE com.ihg.crm.service.client_0.0.1.SNAPSHOT
43 ACTIVE com.ihg.crm.service.interfaces.goodbye_0.0.1.SNAPSHOT
44 ACTIVE ...
Hi Costin,
So I have interrogated the bundles for each of the run times and this is what I see (this is not using the osgi:reference on the client side, but is using osgi:service on the...
First, yes it should be GoodbyeService :(, at least I was consistently incorrect ;)
If I only reference one of the remote services all works fine, NOT very clear in first post. I understand...
[Continued...]
The problem, when I try to discover and bind to 2 remote OSGi services exposed via the CXF DOSGi, I encounter an error. If I only reference 1 remote service all works fine. For...
Hi,
I have posted and entry to the CXF forums, but since I am using Spring-DM 1.2.0 I thought I would ask here as well. The CXF forum entry can be found here: ...
Hi Jeremy,
Do you know if there is support for dojox.gird by using the widgetModule attribute or do we simply need to include a reference to the dojox*.js files withing our web application?
...
There is a site, Spring by Example, that provides several examples. Try the following link:
http://www.springbyexample.org/examples/simple-spring-web-flow-webapp.html
I find the site quite...
Hi All,
I have a problem getting a basic war to deploy within Spring DM using Tomcat. I am currently using version 2.5.6 of Spring and 1.1.2.B of Spring DM. The instance of Tomcat is Tomcat...
Hi gengshg,
Per you suggestion I have removed bundle 18, but the same problem still occurs. Below is a list of the bundles via ss:
osgi> ss
Framework is launched.
Problem:
When ever I try start Spring DM I encouter the following exception :confused::
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Package uses conflict:...
Hi Chorrylan,
Thanks for the information. I got pulled away from this do to some other pending requirements. I will take a look at this in the near future and try rolling back hibernate to 3.2.5...
Remaining stacktrace:
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirect
SocketFactory.java:22)
at...
Thanks for taking a look at this. Here is the requested stacktrace:
Running com.erdas.rsp.babel.service.catalog.LimitTest
2008-06-06 15:29:15,091 - [main] ERROR...
Thanks for the quick reply.
I'm not sure if I understand the suggestion, but I believe that you are telling me to remove the "userTransactionName". If that is correct, I removed it and am still...
I am using Hibernate 3.2.6 GA, Sprint 2.5.3. I am using declarative transactions and would like to use the org.springframework.transaction.jta.JotmFactoryBean in conjunction with the...
A few more questions.
Could this error be caused by the fact the my Domain objects are Hibernate annotated?
@Entity
@DiscriminatorValue("2")
@Indexed
@ClassBridge(name = "keywords",
Hi All,
First I apologize for the length of the post, hopefully I have provided all the details necessary.
I have a fairly simple service that I am trying to invoke remotely using the...
Update.
I finally got it to Authenticate correctly with the JBoss Adapter. I had two problems:
I had a auth.conf entry that was pointing to the standard JBoss,...
I am trying to integrate the JBoss Adapter into our application so we can use Acegi and replace the current JAAS implementation. I have followed the steps outlined in the Reference Manaual for the...
Ben,
I have turned up the log level to DEBUG as suggested and currently do not see any indication in the logs that Acegi is being used.
I originally had the applicaton configured to use JAAS,...
Wojtek,
I am encountering something similar, did you find a resolution to the problem?
Regards,
Todd
I am fairly new to the Acegi Security framework and am having a little difficulty getting it integrated with JBoss, specifically a RCP and EJB based application. I have been able to integrate it...
Not sure if you solved this or not, or if this will help, but here is how we have our Datasource defined with Spring and JBoss:
applicationContext-hibernate.xml
<bean id="dataSource"...
Thanks for the input, I forgot to change the URL mapping to point to the monitorClaimForm. However, by doing this I get the following error:
2005-08-24 14:14:22,637 DEBUG...