Questions tagged [opensymphony]

OpenSymphony was an Open Source computer software project dedicated to providing enterprise class Java EE components. The components aimed to stress simplicity, integration, pluggability and specification compliance.

Started originally by some of the great minds of open source Java, it had a great run and produced some of the best open source Java libraries out there:

Some of these projects have moved on: WebWork lives on in Struts and Quartz, SiteMesh, and Compass all have their own homes now. But others have been left stagnant for years and were unfairly misleading to developers, giving the impression that they were viable projects even though no one had been involved in years.

20 questions
5
votes
4 answers

Experience with Drools Flow and/or OSWorkflow?

I'm looking for a straightforward Java workflow engine that: can handle both automated and manual (GUI-based) steps within a workflow supports long-running, asynchronous tasks provides support for restarting workflows in the event of a server…
A-G
  • 305
  • 4
  • 12
3
votes
1 answer

configuration of a cronTrigger (with opensymphony quartz)

I have a web app that has to do something every, let's say first day of every month. It's a GWT application divided into 4 projects (if that ever matters) and I added these jars using Maven (which updated my pom.xml): opensymphony quartz…
l0r3nz4cc10
  • 1,237
  • 6
  • 27
  • 50
3
votes
2 answers

Get the current user inside jira workflow validator

I want to create a workflow validator which will not allow the reporter of the issue to execute certain steps from the workflow. For that purpose somehow I have to get the User object or the user id of the user executing the action. How can I do…
Svetlin Zarev
  • 14,713
  • 4
  • 53
  • 82
2
votes
2 answers

Where is the documentation for OGNL officially kept now?

The OpenSymphony page no longer has it. A link to ognl.org from the Struts 2 documentation is also dead. So where is the official OGNL site now? UPDATE EDIT As of August 2011, it graduated from Incubator to Apache Commons. OGNL has its own site…
demongolem
  • 9,474
  • 36
  • 90
  • 105
2
votes
1 answer

OS Workflow Replacement

We have a Java application that uses Open-Symphony workflow, we are re-designing this application and trying to replace OS Workflow with new open-source workflow engines, since OS WF has reached its final stages. What would be the best possible…
2
votes
2 answers

Struts ActionProxy: how to set a method?

I'm using openSymphony 2.1.2 and I have some old code that was written for older versions of openSymphony. As you can see, it tells me that ActionProxy has no method setMethod(String). It probably used to have. But not anymore. But it still has a…
rapt
  • 11,810
  • 35
  • 103
  • 145
2
votes
0 answers

Integrating OSworkflow with Spring and Hibernate

How can I integrate OSworkflow with spring and hibernate.What are the configuration i need to specify in xml files and which jar files are requires for it. Update I have defined the applicationContext.xml as follows
praba
  • 1,074
  • 3
  • 17
  • 38
1
vote
1 answer

Tracking down the caller of a method [called through an invocation]

How would go about tracing down a method invocation from webwork.util.InjectionUtils in OpenSymphony Webworks? (I realize that this is an outdated project, but I'm still required to use it) I'm getting an method that is throwing an exception and I'm…
monksy
  • 14,156
  • 17
  • 75
  • 124
1
vote
1 answer

using sitemesh with struts2

Can anyone tell me how to use Sitemesh. I have created a layout page and header and footer. Header and Footer are included from separate pages as static <%@include >. Now I want the middle part "content" to vary keeping header and footer same. How…
Akhil K Nambiar
  • 3,835
  • 13
  • 47
  • 85
1
vote
2 answers

How to find memory leak with com.opensymphony.oscache on legacy java application

I have an old legacy Java application that several times per week just starts to be very slow and I have to restart Tomcat. I checked New Relic Top Transactions and Error logs but I can't find the source of the problem, it seems the top transactions…
dbeja
  • 366
  • 2
  • 6
  • 15
1
vote
2 answers

Setting StrutsSpringObjectFactory as my current ObjectFactory

I am working on a project that uses openSymphony 2.1.2 and struts 2.3.8. However on that code base I am trying to apply a piece code that was written for older versions of openSymphony and struts. Here is that piece of…
rapt
  • 11,810
  • 35
  • 103
  • 145
1
vote
1 answer

Simulating running an HTTP request on a Struts action

I'm trying to convert to JSF and Spring a web application that was written using Struts and OpenSymphony (which is a dead project by now). The problem with that web project is that the Struts actions were written with a lot of code within them that…
rapt
  • 11,810
  • 35
  • 103
  • 145
1
vote
1 answer

XML Catalog is not seeing by project

Im using in my application "catalog.xml" file which consider:
grachol
  • 82
  • 1
  • 7
0
votes
1 answer

Is OSCache under development or it has been discontinued?

Does anyone know if OSCache is underdevelopment or not? I know that OpenSymphony is no longer under development, but some of its projects still live on ( like Quartz ). I wasn't able to find anything relevant about OSCache that wasn't at least two…
pmanolov
  • 623
  • 1
  • 6
  • 19
0
votes
0 answers

Resource bundle (org.eclipse.osgi.framework.internal.core.BundleLoader.findResource(BundleLoader.java:453)) error

This is the exception I get after QC testing.Somehow the same application runs fine on my local machine, but when I deploy it on the server for QC I get this exception but I am able to save the respective record.I am using opensymphonies Xwork…
Sam....
  • 165
  • 2
  • 19
1
2