Same problem here. I was going to try out Spring roo, but I am stuck at trying to create my first entity:
roo> entity --class ~.model.Customer
Command 'entity --class ~.model.Customer' not found...
Type: Posts; User: fester; Keyword(s):
Same problem here. I was going to try out Spring roo, but I am stuck at trying to create my first entity:
roo> entity --class ~.model.Customer
Command 'entity --class ~.model.Customer' not found...
Hi,
is there anybody who tried to use Spring ActionScript with a MobileApplication (http://labs.adobe.com/technologies/flex/mobile/)?
I tried to use the FlexXMLApplicationContext but it does...
A better solution seems to be:
ResourceManager.getInstance().update();
See http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/resources/IResourceManager.html#update()...
Hi,
I have to load an extra resource bundle in a module that gets loaded by my application. I added the following code in the module's preinitialize:
private function...
Hi,
we got it working finally. The problem was that I set the custom endpoint, do the remote call and then reset the custom endpoint in 1 function. It seems that I cannot reset the endpoint...
No idea why the deserialization would fail and I don't see any exception. The only result I see that in the one case my method on the server gets called and in the other case, the method does not get...
Hi,
In our application, we have a plugin system that is based on custom classloading. Each plugin defines a Spring context that gets merged with the application's context.
Such plugins also...
Are there any updates on this? I am also looking for an example with Spring, JMX and TabularData.
Due to the ITD, we have to do something like this in ActionScript:
public class MyClass
{
private var myProperty:Integer;
private var...
We disabled lazy loading in hibernate. I am not so happy that we had to do that, but it works so far.
Hi,
are there any examples on MessageInterceptor? I have some Intertype declarations from AspectJ in my domain model. I would like to remove those fields when sending them to the client so they...
Hi,
is there anybody who knows how to start jconsole with a security manager so that classes can be downloaded via RMI (to avoid ClassNotFoundExceptions due to 'no security manager: RMI class...
JDK proxy, but I tried with CGLib also, was the same. The annotations are of an external library, but I am in close collaboration with them. For them, a permanent solution should work with all types...
Hi,
it seems that if you create a proxy of a bean, the annotations that are on the interface are no longer present on the bean. Is this normal behaviour ?
I think it is because if you look at...
this is my views.properties
defaultViewResolver.class=org.springframework.web.servlet.view.InternalResourceViewResolver
defaultViewResolver.viewClass=org.springframework.web.servlet.view.JstlView...
Hi,
I wan to have JSP and PDF output in my webapplication. I can get both seperate but not together, depending on my *-servlet.xml contents. With this I get my JSP views correctly:
<bean...
+1 as IntelliJ is my choice of IDE
Hopefully the documentation will talk about this soon. "Dummy Paragraph" does not do much good.
Hi,
is there an easy way in Spring to use XSLT and FOP to create PDF's in stead of the AbstractPDFViewer? We currently already have some reports made this way, so it would be helpful if we could...
Hi,
I never worked with Tapestry but I found in the documentation that they have something called Callback, which you can use to go back to the page that requested the current page. This would...
Is there somewhere a usage example of the WizardFormController? The documentation does not provide very much information to me.